diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 9632211d..00000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 0ef10b40..00000000 --- a/.gitattributes +++ /dev/null @@ -1,13 +0,0 @@ -# UE file types -*.uasset filter=lfs diff=lfs merge=lfs -text binary -*.umap filter=lfs diff=lfs merge=lfs -text binary - -# Raw Content types -*.fbx filter=lfs diff=lfs merge=lfs -text -*.3ds filter=lfs diff=lfs merge=lfs -text -*.psd filter=lfs diff=lfs merge=lfs -text -*.png filter=lfs diff=lfs merge=lfs -text -*.mp3 filter=lfs diff=lfs merge=lfs -text -*.wav filter=lfs diff=lfs merge=lfs -text -*.xcf filter=lfs diff=lfs merge=lfs -text -*.jpg filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 60c70590..00000000 --- a/.gitignore +++ /dev/null @@ -1,96 +0,0 @@ -# ---> UnrealEngine -# Visual Studio 2015 user specific files -.vs/ - -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.dylib - - -# Fortran module files -*.mod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app -*.ipa - -# These project files can be generated by the engine -*.xcodeproj -*.xcworkspace -*.sln -*.suo -*.opensdf -*.sdf -*.VC.db -*.VC.opendb - -# Precompiled Assets -SourceArt/**/*.png -SourceArt/**/*.tga - -# Binary Files -Binaries/* -Plugins/*/Binaries/* - -# Builds -Build/* - -# Whitelist PakBlacklist-.txt files -!Build/*/ -Build/*/** -!Build/*/PakBlacklist*.txt - -# Don't ignore icon files in Build -!Build/**/*.ico - -# Built data for maps -*_BuiltData.uasset - -# Configuration files generated by the Editor -Saved/* - -# Compiled source files for the engine to use -Intermediate/* -Plugins/*/Intermediate/* - -# Cache files for the editor to use -DerivedDataCache/* - - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-34EEC289FE4D9617CF67F4B263CA0A34/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-3FEFDE13C040C6AB015942BCAAA94AC5/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-8229A4D1044074E7E57688B9C8584F35/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-8FF2349872403D15924AA7A9DDD88FA9/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-1CB0ECA540B203164FBC5CB7E3D18513/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-3CBF4142422E61BB391467A4D90E8A0A/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-9E1B6C68493CF0477FFBEFB39A92819A/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-D69725EC4A973970CFFC03B9FDD5D423/CrashReportClient.ini - -hwanyoung2/Intermediate/ReimportCache/3688439234.bin - -hwanyoung2/Plugins/FMODStudio/Docs/images/source-control.png diff --git a/README.md b/README.md deleted file mode 100644 index 04d5198b..00000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# Illusion: Legends of Lost Souls (UE5.1) - diff --git a/hwanyoung2/.editorconfig b/hwanyoung2/.editorconfig deleted file mode 100644 index fbec8216..00000000 --- a/hwanyoung2/.editorconfig +++ /dev/null @@ -1,91 +0,0 @@ -[*.{cpp,h}] - -# Naming convention rules (note: currently need to be ordered from more to less specific) - -cpp_naming_rule.aactor_prefixed.symbols = aactor_class -cpp_naming_rule.aactor_prefixed.style = aactor_style - -cpp_naming_rule.swidget_prefixed.symbols = swidget_class -cpp_naming_rule.swidget_prefixed.style = swidget_style - -cpp_naming_rule.uobject_prefixed.symbols = uobject_class -cpp_naming_rule.uobject_prefixed.style = uobject_style - -cpp_naming_rule.booleans_prefixed.symbols = boolean_vars -cpp_naming_rule.booleans_prefixed.style = boolean_style - -cpp_naming_rule.structs_prefixed.symbols = structs -cpp_naming_rule.structs_prefixed.style = unreal_engine_structs - -cpp_naming_rule.enums_prefixed.symbols = enums -cpp_naming_rule.enums_prefixed.style = unreal_engine_enums - -cpp_naming_rule.templates_prefixed.symbols = templates -cpp_naming_rule.templates_prefixed.style = unreal_engine_templates - -cpp_naming_rule.general_names.symbols = all_symbols -cpp_naming_rule.general_names.style = unreal_engine_default - -# Naming convention symbols - -cpp_naming_symbols.aactor_class.applicable_kinds = class -cpp_naming_symbols.aactor_class.applicable_type = AActor - -cpp_naming_symbols.swidget_class.applicable_kinds = class -cpp_naming_symbols.swidget_class.applicable_type = SWidget - -cpp_naming_symbols.uobject_class.applicable_kinds = class -cpp_naming_symbols.uobject_class.applicable_type = UObject - -cpp_naming_symbols.boolean_vars.applicable_kinds = local,parameter,field -cpp_naming_symbols.boolean_vars.applicable_type = bool - -cpp_naming_symbols.enums.applicable_kinds = enum - -cpp_naming_symbols.templates.applicable_kinds = template_class - -cpp_naming_symbols.structs.applicable_kinds = struct - -cpp_naming_symbols.all_symbols.applicable_kinds = * - -# Naming convention styles - -cpp_naming_style.unreal_engine_default.capitalization = pascal_case -cpp_naming_style.unreal_engine_default.required_prefix = -cpp_naming_style.unreal_engine_default.required_suffix = -cpp_naming_style.unreal_engine_default.word_separator = - -cpp_naming_style.unreal_engine_enums.capitalization = pascal_case -cpp_naming_style.unreal_engine_enums.required_prefix = E -cpp_naming_style.unreal_engine_enums.required_suffix = -cpp_naming_style.unreal_engine_enums.word_separator = - -cpp_naming_style.unreal_engine_templates.capitalization = pascal_case -cpp_naming_style.unreal_engine_templates.required_prefix = T -cpp_naming_style.unreal_engine_templates.required_suffix = -cpp_naming_style.unreal_engine_templates.word_separator = - -cpp_naming_style.unreal_engine_structs.capitalization = pascal_case -cpp_naming_style.unreal_engine_structs.required_prefix = F -cpp_naming_style.unreal_engine_structs.required_suffix = -cpp_naming_style.unreal_engine_structs.word_separator = - -cpp_naming_style.uobject_style.capitalization = pascal_case -cpp_naming_style.uobject_style.required_prefix = U -cpp_naming_style.uobject_style.required_suffix = -cpp_naming_style.uobject_style.word_separator = - -cpp_naming_style.aactor_style.capitalization = pascal_case -cpp_naming_style.aactor_style.required_prefix = A -cpp_naming_style.aactor_style.required_suffix = -cpp_naming_style.aactor_style.word_separator = - -cpp_naming_style.swidget_style.capitalization = pascal_case -cpp_naming_style.swidget_style.required_prefix = S -cpp_naming_style.swidget_style.required_suffix = -cpp_naming_style.swidget_style.word_separator = - -cpp_naming_style.boolean_style.capitalization = pascal_case -cpp_naming_style.boolean_style.required_prefix = b -cpp_naming_style.boolean_style.required_suffix = -cpp_naming_style.boolean_style.word_separator = \ No newline at end of file diff --git a/hwanyoung2/.gitattributes b/hwanyoung2/.gitattributes deleted file mode 100644 index 0ef10b40..00000000 --- a/hwanyoung2/.gitattributes +++ /dev/null @@ -1,13 +0,0 @@ -# UE file types -*.uasset filter=lfs diff=lfs merge=lfs -text binary -*.umap filter=lfs diff=lfs merge=lfs -text binary - -# Raw Content types -*.fbx filter=lfs diff=lfs merge=lfs -text -*.3ds filter=lfs diff=lfs merge=lfs -text -*.psd filter=lfs diff=lfs merge=lfs -text -*.png filter=lfs diff=lfs merge=lfs -text -*.mp3 filter=lfs diff=lfs merge=lfs -text -*.wav filter=lfs diff=lfs merge=lfs -text -*.xcf filter=lfs diff=lfs merge=lfs -text -*.jpg filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/hwanyoung2/.gitignore b/hwanyoung2/.gitignore deleted file mode 100644 index e98a5c51..00000000 --- a/hwanyoung2/.gitignore +++ /dev/null @@ -1,92 +0,0 @@ -# ---> UnrealEngine -# Visual Studio 2015 user specific files -.vs/ - -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.dylib - - -# Fortran module files -*.mod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app -*.ipa - -# These project files can be generated by the engine -*.xcodeproj -*.xcworkspace -*.sln -*.suo -*.opensdf -*.sdf -*.VC.db -*.VC.opendb - -# Precompiled Assets -SourceArt/**/*.png -SourceArt/**/*.tga - -# Binary Files -Binaries/* -Plugins/*/Binaries/* - -# Builds -Build/* - -# Whitelist PakBlacklist-.txt files -!Build/*/ -Build/*/** -!Build/*/PakBlacklist*.txt - -# Don't ignore icon files in Build -!Build/**/*.ico - -# Built data for maps -*_BuiltData.uasset - -# Configuration files generated by the Editor -Saved/* - -# Compiled source files for the engine to use -Intermediate/* -Plugins/*/Intermediate/* - -# Cache files for the editor to use -DerivedDataCache/* - - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-34EEC289FE4D9617CF67F4B263CA0A34/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-3FEFDE13C040C6AB015942BCAAA94AC5/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-8229A4D1044074E7E57688B9C8584F35/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Mac-8FF2349872403D15924AA7A9DDD88FA9/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-1CB0ECA540B203164FBC5CB7E3D18513/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-3CBF4142422E61BB391467A4D90E8A0A/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-9E1B6C68493CF0477FFBEFB39A92819A/CrashReportClient.ini - -hwanyoung2/Saved/Config/CrashReportClient/UECC-Windows-D69725EC4A973970CFFC03B9FDD5D423/CrashReportClient.ini diff --git a/hwanyoung2/.vsconfig b/hwanyoung2/.vsconfig deleted file mode 100644 index b9be5257..00000000 --- a/hwanyoung2/.vsconfig +++ /dev/null @@ -1,17 +0,0 @@ -{ - "version": "1.0", - "components": [ - "Microsoft.Net.Component.4.6.2.TargetingPack", - "Microsoft.VisualStudio.Component.VC.14.33.17.3.ARM64", - "Microsoft.VisualStudio.Component.VC.14.33.17.3.x86.x64", - "Microsoft.VisualStudio.Component.VC.Tools.ARM64", - "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", - "Microsoft.VisualStudio.Component.Windows10SDK", - "Microsoft.VisualStudio.Workload.CoreEditor", - "Microsoft.VisualStudio.Workload.ManagedDesktop", - "Microsoft.VisualStudio.Workload.NativeCrossPlat", - "Microsoft.VisualStudio.Workload.NativeDesktop", - "Microsoft.VisualStudio.Workload.NativeGame", - "Microsoft.VisualStudio.Workload.Universal" - ] -} diff --git a/hwanyoung2/Binaries/Win64/UnrealEditor-hwanyoung2.dll b/hwanyoung2/Binaries/Win64/UnrealEditor-hwanyoung2.dll deleted file mode 100644 index 0b12cf15..00000000 Binary files a/hwanyoung2/Binaries/Win64/UnrealEditor-hwanyoung2.dll and /dev/null differ diff --git a/hwanyoung2/Binaries/Win64/UnrealEditor-hwanyoung2.pdb b/hwanyoung2/Binaries/Win64/UnrealEditor-hwanyoung2.pdb deleted file mode 100644 index e1798913..00000000 Binary files a/hwanyoung2/Binaries/Win64/UnrealEditor-hwanyoung2.pdb and /dev/null differ diff --git a/hwanyoung2/Binaries/Win64/UnrealEditor.modules b/hwanyoung2/Binaries/Win64/UnrealEditor.modules deleted file mode 100644 index 52e43de1..00000000 --- a/hwanyoung2/Binaries/Win64/UnrealEditor.modules +++ /dev/null @@ -1,7 +0,0 @@ -{ - "BuildId": "27405482", - "Modules": - { - "hwanyoung2": "UnrealEditor-hwanyoung2.dll" - } -} \ No newline at end of file diff --git a/hwanyoung2/Binaries/Win64/hwanyoung2Editor.target b/hwanyoung2/Binaries/Win64/hwanyoung2Editor.target deleted file mode 100644 index 2112cbb1..00000000 --- a/hwanyoung2/Binaries/Win64/hwanyoung2Editor.target +++ /dev/null @@ -1,24937 +0,0 @@ -{ - "TargetName": "hwanyoung2Editor", - "Platform": "Win64", - "Configuration": "Development", - "TargetType": "Editor", - "IsTestTarget": false, - "Architecture": "x64", - "Project": "../../hwanyoung2.uproject", - "Launch": "$(EngineDir)/Binaries/Win64/UnrealEditor.exe", - "LaunchCmd": "$(EngineDir)/Binaries/Win64/UnrealEditor-Cmd.exe", - "Version": - { - "MajorVersion": 5, - "MinorVersion": 3, - "PatchVersion": 2, - "Changelist": 29314046, - "CompatibleChangelist": 27405482, - "IsLicenseeVersion": 0, - "IsPromotedBuild": 0, - "BranchName": "++UE5+Release-5.3", - "BuildId": "27405482" - }, - "BuildProducts": [ - { - "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-hwanyoung2.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor-hwanyoung2.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(ProjectDir)/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(ProjectDir)/Plugins/FMODStudioNiagara/Binaries/Win64/UnrealEditor-FMODStudioNiagara.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(ProjectDir)/Plugins/FMODStudioNiagara/Binaries/Win64/UnrealEditor-FMODStudioNiagara.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(ProjectDir)/Plugins/FMODStudioNiagara/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(ProjectDir)/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudio.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(ProjectDir)/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudio.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(ProjectDir)/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudioEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(ProjectDir)/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudioEditor.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(ProjectDir)/Plugins/FMODStudio/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/AgentInterface.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/AgentInterface.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/Android/UnrealEditor-AndroidDeviceDetection.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/Android/UnrealEditor-AndroidPlatformEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/Android/UnrealEditor-AndroidRuntimeSettings.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/Android/UnrealEditor-AndroidTargetPlatform.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/Android/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/OpenColorIO_2_2.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/OpenImageDenoise.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AIGraph.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AIModule.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AITestSuite.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AVEncoder.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AVIWriter.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ActorPickerMode.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AddContentDialog.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AdvancedPreviewScene.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AdvancedWidgets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Advertising.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Analytics.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AnalyticsET.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AnimGraph.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AnimGraphRuntime.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AnimationBlueprintEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AnimationBlueprintLibrary.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AnimationCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AnimationDataController.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AnimationEditMode.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AnimationEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AnimationModifiers.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AnimationSettings.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AnimationWidgets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AppFramework.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ApplicationCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AssetDefinition.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AssetRegistry.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AssetTagsEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AssetTools.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioAnalyzer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioCaptureCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioCaptureRtAudio.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioCaptureWasapi.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioCodecEngine.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioExtensions.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioFormatADPCM.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioFormatBink.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioFormatOgg.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioFormatOpus.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioLinkCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioLinkEngine.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioMixer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioMixerCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioMixerPlatformAudioLink.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioMixerXAudio2.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioPlatformConfiguration.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AudioSettingsEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AutomationController.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AutomationMessages.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AutomationTest.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AutomationWindow.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-AutomationWorker.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-BSPUtils.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-BehaviorTreeEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-BinkAudioDecoder.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-BlueprintEditorLibrary.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-BlueprintGraph.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-BlueprintRuntime.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Blutility.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-BuildPatchServices.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-BuildSettings.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CEF3Utils.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CSVtoSVG.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CUDA.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Cascade.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Cbor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Chaos.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ChaosCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ChaosSolverEngine.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CinematicCamera.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ClassViewer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ClothPainter.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ClothingSystemEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ClothingSystemEditorInterface.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ClothingSystemRuntimeCommon.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ClothingSystemRuntimeInterface.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ClothingSystemRuntimeNv.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Cmd.exe", - "Type": "Executable" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CollectionManager.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CollisionAnalyzer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ColorManagement.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CommonMenuExtensions.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ComponentVisualizers.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ConfigEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Constraints.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ContentBrowser.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ContentBrowserData.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CookMetadata.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CookOnTheFly.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CookOnTheFlyNetServer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CookedEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Core.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CoreOnline.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CoreUObject.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CurveAssetEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CurveEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-CurveTableEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-D3D11RHI.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-D3D12RHI.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DataLayerEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DataTableEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DataflowCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DataflowEngine.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DerivedDataCache.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DerivedDataEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DesktopPlatform.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DesktopWidgets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DetailCustomizations.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DeveloperSettings.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DeveloperToolSettings.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DeviceManager.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DeviceProfileEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DeviceProfileServices.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DirectoryWatcher.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DistCurveEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Documentation.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-DrawPrimitiveDebugger.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-EditorAnalyticsSession.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-EditorConfig.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-EditorFramework.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-EditorInteractiveToolsFramework.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-EditorSettingsViewer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-EditorStyle.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-EditorSubsystem.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-EditorWidgets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Engine.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-EngineMessages.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-EngineSettings.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-EnvironmentLightingViewer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-EventLoop.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ExternalImagePicker.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-EyeTracker.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-FieldNotification.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-FieldSystemEngine.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-FileUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Foliage.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-FoliageEdit.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-FontEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-FunctionalTesting.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-GameProjectGeneration.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-GameplayDebugger.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-GameplayDebuggerEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-GameplayMediaEncoder.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-GameplayTags.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-GameplayTasks.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-GameplayTasksEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-GeometryCollectionEngine.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-GeometryCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-GeometryFramework.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-GeometryProcessingInterfaces.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-GraphColor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-GraphEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-HTTP.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-HTTPServer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-HardwareTargeting.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-HeadMountedDisplay.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-HierarchicalLODOutliner.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-HierarchicalLODUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Horde.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-HotReload.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-HttpNetworkReplayStreaming.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-IESFile.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Icmp.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ImageCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ImageWrapper.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ImageWriteQueue.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-InputBindingEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-InputCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-InputDevice.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-InstallBundleManager.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-InteractiveToolsFramework.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-InterchangeCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-InterchangeEngine.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-InternationalizationSettings.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-IoStoreOnDemand.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-IoStoreUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-IrisCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Json.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-JsonUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Kismet.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-KismetCompiler.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-KismetWidgets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Landscape.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LandscapeEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LandscapeEditorUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LauncherPlatform.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LauncherServices.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Layers.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LevelEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LevelInstanceEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LevelSequence.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LiveCoding.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LiveLinkInterface.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LocalFileNetworkReplayStreaming.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Localization.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LocalizationCommandletExecution.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LocalizationDashboard.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LocalizationService.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-LogVisualizer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MRMesh.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MainFrame.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MaterialBaking.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MaterialEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MaterialShaderQualitySettings.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MaterialUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Media.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MediaAssets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MediaUtils.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Merge.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MergeActors.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MeshBoneReduction.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MeshBuilder.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MeshBuilderCommon.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MeshConversion.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MeshConversionEngineTypes.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MeshDescription.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MeshMergeUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MeshPaint.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MeshReductionInterface.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MeshUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MeshUtilitiesCommon.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MeshUtilitiesEngine.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MessageLog.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Messaging.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MessagingCommon.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MessagingRpc.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MoviePlayer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MoviePlayerProxy.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MovieScene.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MovieSceneCapture.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MovieSceneCaptureDialog.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MovieSceneTools.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-MovieSceneTracks.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-NaniteBuilder.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-NaniteUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-NavigationSystem.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Navmesh.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-NetCommon.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-NetCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-NetworkFile.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-NetworkFileSystem.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-NetworkReplayStreaming.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Networking.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-NewLevelDialog.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-NonRealtimeAudioRenderer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-NullDrv.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-NullNetworkReplayStreaming.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-OpenColorIOWrapper.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-OpenGLDrv.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-OutputLog.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Overlay.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-OverlayEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PIEPreviewDeviceProfileSelector.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PIEPreviewDeviceSpecification.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PListEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PackagesDialog.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PacketHandler.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PakFile.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PakFileUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PerfCounters.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Persona.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PhysicsAssetEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PhysicsCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PhysicsUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PinnedCommandList.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PixelInspectorModule.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PlacementMode.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PortalMessages.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PortalProxies.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PortalRpc.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PortalServices.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PreLoadScreen.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ProfileVisualizer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ProfilerClient.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ProfilerMessages.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ProfilerService.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ProjectLauncher.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ProjectSettingsViewer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ProjectTargetPlatformEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Projects.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PropertyEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-PropertyPath.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-QuadricMeshReduction.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-RHI.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-RHICore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-RSA.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-RawMesh.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-RealtimeProfiler.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ReliabilityHandlerComponent.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-RenderCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-RenderResourceViewer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Renderer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-RewindDebuggerInterface.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-S3Client.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SSL.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SandboxFile.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SceneDepthPickerMode.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SceneOutliner.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ScreenShotComparison.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ScreenShotComparisonTools.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ScriptDisassembler.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ScriptableEditorWidgets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SequenceRecorder.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Sequencer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SequencerCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SequencerWidgets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Serialization.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SerializedRecorderInterface.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SessionFrontend.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SessionMessages.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SessionServices.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Settings.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SettingsEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ShaderCompilerCommon.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ShaderFormatD3D.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ShaderFormatOpenGL.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ShaderFormatVectorVM.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ShaderPreprocessor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SharedSettingsWidgets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SignalProcessing.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SkeletalMeshDescription.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SkeletalMeshEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SkeletalMeshUtilitiesCommon.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SkeletonEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Slate.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SlateCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SlateNullRenderer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SlateRHIRenderer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SlateReflector.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Sockets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SoundFieldRendering.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SourceCodeAccess.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SourceControl.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SourceControlWindowExtender.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SourceControlWindows.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SparseVolumeTexture.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-StaticMeshDescription.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-StaticMeshEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-StatsViewer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-StatusBar.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-StorageServerClient.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-StreamingFile.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-StreamingPauseRendering.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-StringTableEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-StructViewer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SubobjectDataInterface.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SubobjectEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SwarmInterface.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-SynthBenchmark.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TargetDeviceServices.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TargetPlatform.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TelemetryUtils.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TextureBuild.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TextureBuildUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TextureCompressor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TextureEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TextureFormat.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TextureFormatASTC.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TextureFormatDXT.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TextureFormatETC2.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TextureFormatIntelISPCTexComp.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TextureFormatUncompressed.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TextureUtilitiesCommon.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TimeManagement.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ToolMenus.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ToolMenusEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ToolWidgets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TraceAnalysis.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TraceInsights.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TraceLog.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TraceServices.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TranslationEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TreeMap.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TurnkeyIO.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TurnkeySupport.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TypedElementFramework.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-TypedElementRuntime.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-UATHelper.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-UMG.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-UMGEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-UncontrolledChangelists.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-UndoHistory.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-UndoHistoryEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-UnrealEd.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-UnrealEdMessages.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-UnsavedAssetsTracker.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-VREditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-VectorVM.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ViewportInteraction.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-ViewportSnapping.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-VirtualFileCache.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-VirtualTexturingEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Virtualization.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-VirtualizationEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-VisualGraphUtils.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Voice.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Voronoi.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-VulkanRHI.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-VulkanShaderFormat.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-WebBrowser.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-WidgetCarousel.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-WidgetRegistration.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-WindowsPlatformEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-WindowsPlatformFeatures.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-WindowsTargetPlatform.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-WorkspaceMenuStructure.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-WorldBrowser.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-WorldPartitionEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-XmlParser.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor-Zen.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor.exe", - "Type": "Executable" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/UnrealEditor.version", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.10.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.5.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.6.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.7.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.8.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.9.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/tbb12.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/2D/Paper2D/Binaries/Win64/UnrealEditor-Paper2D.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/2D/Paper2D/Binaries/Win64/UnrealEditor-Paper2DEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/2D/Paper2D/Binaries/Win64/UnrealEditor-PaperSpriteSheetImporter.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/2D/Paper2D/Binaries/Win64/UnrealEditor-PaperTiledImporter.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/2D/Paper2D/Binaries/Win64/UnrealEditor-SmartSnapping.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/2D/Paper2D/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/AI/AISupport/Binaries/Win64/UnrealEditor-AISupportModule.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/AI/AISupport/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/AI/EnvironmentQueryEditor/Binaries/Win64/UnrealEditor-EnvironmentQueryEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/AI/EnvironmentQueryEditor/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/ACLPlugin/Binaries/Win64/UnrealEditor-ACLPlugin.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/ACLPlugin/Binaries/Win64/UnrealEditor-ACLPluginEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/ACLPlugin/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/AnimationData/Binaries/Win64/UnrealEditor-AnimationData.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/AnimationData/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/AnimationModifierLibrary/Binaries/Win64/UnrealEditor-AnimationModifierLibrary.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/AnimationModifierLibrary/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/BlendSpaceMotionAnalysis/Binaries/Win64/UnrealEditor-BlendSpaceMotionAnalysis.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/BlendSpaceMotionAnalysis/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/ControlRigSpline/Binaries/Win64/UnrealEditor-ControlRigSpline.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/ControlRigSpline/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/ControlRig/Binaries/Win64/UnrealEditor-ControlRig.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/ControlRig/Binaries/Win64/UnrealEditor-ControlRigDeveloper.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/ControlRig/Binaries/Win64/UnrealEditor-ControlRigEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/ControlRig/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/IKRig/Binaries/Win64/UnrealEditor-IKRig.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/IKRig/Binaries/Win64/UnrealEditor-IKRigDeveloper.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/IKRig/Binaries/Win64/UnrealEditor-IKRigEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/IKRig/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Bridge/Binaries/Win64/UnrealEditor-Bridge.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Bridge/Binaries/Win64/UnrealEditor-Bridge.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(EngineDir)/Plugins/Bridge/Binaries/Win64/UnrealEditor-MegascansPlugin.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Bridge/Binaries/Win64/UnrealEditor-MegascansPlugin.pdb", - "Type": "SymbolFile" - }, - { - "Path": "$(EngineDir)/Plugins/Bridge/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Cameras/CameraShakePreviewer/Binaries/Win64/UnrealEditor-CameraShakePreviewer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Cameras/CameraShakePreviewer/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Cameras/GameplayCameras/Binaries/Win64/UnrealEditor-GameplayCameras.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Cameras/GameplayCameras/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Compression/OodleNetwork/Binaries/Win64/UnrealEditor-OodleNetworkHandlerComponent.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Compression/OodleNetwork/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/AnimationSharing/Binaries/Win64/UnrealEditor-AnimationSharing.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/AnimationSharing/Binaries/Win64/UnrealEditor-AnimationSharingEd.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/AnimationSharing/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/CLionSourceCodeAccess/Binaries/Win64/UnrealEditor-CLionSourceCodeAccess.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/CLionSourceCodeAccess/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/DumpGPUServices/Binaries/Win64/UnrealEditor-DumpGPUServices.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/DumpGPUServices/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/GitSourceControl/Binaries/Win64/UnrealEditor-GitSourceControl.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/GitSourceControl/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/N10XSourceCodeAccess/Binaries/Win64/UnrealEditor-N10XSourceCodeAccess.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/N10XSourceCodeAccess/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PerforceSourceControl/Binaries/Win64/UnrealEditor-PerforceSourceControl.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PerforceSourceControl/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PixWinPlugin/Binaries/Win64/UnrealEditor-PixWinPlugin.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PixWinPlugin/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PlasticSourceControl/Binaries/Win64/UnrealEditor-PlasticSourceControl.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PlasticSourceControl/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PluginUtils/Binaries/Win64/UnrealEditor-PluginUtils.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PluginUtils/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PropertyAccessNode/Binaries/Win64/UnrealEditor-PropertyAccessNode.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PropertyAccessNode/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/RenderDocPlugin/Binaries/Win64/UnrealEditor-RenderDocPlugin.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/RenderDocPlugin/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/RiderSourceCodeAccess/Binaries/Win64/UnrealEditor-RiderSourceCodeAccess.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/RiderSourceCodeAccess/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/SubversionSourceControl/Binaries/Win64/UnrealEditor-SubversionSourceControl.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/SubversionSourceControl/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/TextureFormatOodle/Binaries/Win64/UnrealEditor-TextureFormatOodle.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/TextureFormatOodle/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/TraceDataFiltering/Binaries/Win64/UnrealEditor-TraceDataFiltering.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/TraceDataFiltering/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/UObjectPlugin/Binaries/Win64/UnrealEditor-UObjectPlugin.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/UObjectPlugin/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/VisualStudioCodeSourceCodeAccess/Binaries/Win64/UnrealEditor-VisualStudioCodeSourceCodeAccess.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/VisualStudioCodeSourceCodeAccess/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/VisualStudioSourceCodeAccess/Binaries/Win64/UnrealEditor-VisualStudioSourceCodeAccess.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/VisualStudioSourceCodeAccess/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/AssetManagerEditor/Binaries/Win64/UnrealEditor-AssetManagerEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/AssetManagerEditor/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/BlueprintHeaderView/Binaries/Win64/UnrealEditor-BlueprintHeaderView.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/BlueprintHeaderView/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/BlueprintMaterialTextureNodes/Binaries/Win64/UnrealEditor-BlueprintMaterialTextureNodes.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/BlueprintMaterialTextureNodes/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ChangelistReview/Binaries/Win64/UnrealEditor-ChangelistReview.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ChangelistReview/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ContentBrowser/ContentBrowserAssetDataSource/Binaries/Win64/UnrealEditor-ContentBrowserAssetDataSource.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ContentBrowser/ContentBrowserAssetDataSource/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ContentBrowser/ContentBrowserClassDataSource/Binaries/Win64/UnrealEditor-ContentBrowserClassDataSource.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ContentBrowser/ContentBrowserClassDataSource/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ContentBrowser/ContentBrowserFileDataSource/Binaries/Win64/UnrealEditor-ContentBrowserFileDataSource.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ContentBrowser/ContentBrowserFileDataSource/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/CryptoKeys/Binaries/Win64/UnrealEditor-CryptoKeys.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/CryptoKeys/Binaries/Win64/UnrealEditor-CryptoKeysOpenSSL.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/CryptoKeys/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/CurveEditorTools/Binaries/Win64/UnrealEditor-CurveEditorTools.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/CurveEditorTools/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/DataValidation/Binaries/Win64/UnrealEditor-DataValidation.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/DataValidation/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/EditorDebugTools/Binaries/Win64/UnrealEditor-EditorDebugTools.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/EditorDebugTools/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/EditorScriptingUtilities/Binaries/Win64/UnrealEditor-EditorScriptingUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/EditorScriptingUtilities/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/EngineAssetDefinitions/Binaries/Win64/UnrealEditor-EngineAssetDefinitions.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/EngineAssetDefinitions/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/FacialAnimation/Binaries/Win64/UnrealEditor-FacialAnimation.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/FacialAnimation/Binaries/Win64/UnrealEditor-FacialAnimationEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/FacialAnimation/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/GameplayTagsEditor/Binaries/Win64/UnrealEditor-GameplayTagsEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/GameplayTagsEditor/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/GeometryMode/Binaries/Win64/UnrealEditor-BspMode.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/GeometryMode/Binaries/Win64/UnrealEditor-GeometryMode.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/GeometryMode/Binaries/Win64/UnrealEditor-TextureAlignMode.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/GeometryMode/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/Localization/PortableObjectFileDataSource/Binaries/Win64/UnrealEditor-PortableObjectFileDataSource.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/Localization/PortableObjectFileDataSource/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/MaterialAnalyzer/Binaries/Win64/UnrealEditor-MaterialAnalyzer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/MaterialAnalyzer/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/MobileLauncherProfileWizard/Binaries/Win64/UnrealEditor-MobileLauncherProfileWizard.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/MobileLauncherProfileWizard/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ModelingToolsEditorMode/Binaries/Win64/UnrealEditor-ModelingToolsEditorMode.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ModelingToolsEditorMode/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ObjectMixer/LightMixer/Binaries/Win64/UnrealEditor-LightMixer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ObjectMixer/LightMixer/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ObjectMixer/ObjectMixer/Binaries/Win64/UnrealEditor-ObjectMixerEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ObjectMixer/ObjectMixer/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/PluginBrowser/Binaries/Win64/UnrealEditor-PluginBrowser.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/PluginBrowser/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/SequencerAnimTools/Binaries/Win64/UnrealEditor-SequencerAnimTools.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/SequencerAnimTools/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/SpeedTreeImporter/Binaries/Win64/UnrealEditor-SpeedTreeImporter.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/SpeedTreeImporter/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/UVEditor/Binaries/Win64/UnrealEditor-UVEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/UVEditor/Binaries/Win64/UnrealEditor-UVEditorTools.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/UVEditor/Binaries/Win64/UnrealEditor-UVEditorToolsEditorOnly.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/UVEditor/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/WorldPartitionHLODUtilities/Binaries/Win64/UnrealEditor-WorldPartitionHLODUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/WorldPartitionHLODUtilities/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/EnhancedInput/Binaries/Win64/UnrealEditor-EnhancedInput.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/EnhancedInput/Binaries/Win64/UnrealEditor-InputBlueprintNodes.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/EnhancedInput/Binaries/Win64/UnrealEditor-InputEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/EnhancedInput/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/DatasmithContent/Binaries/Win64/UnrealEditor-DatasmithContent.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/DatasmithContent/Binaries/Win64/UnrealEditor-DatasmithContentEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/DatasmithContent/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/GLTFExporter/Binaries/Win64/UnrealEditor-GLTFExporter.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/GLTFExporter/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/VariantManagerContent/Binaries/Win64/UnrealEditor-VariantManagerContent.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/VariantManagerContent/Binaries/Win64/UnrealEditor-VariantManagerContentEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/VariantManagerContent/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/VariantManager/Binaries/Win64/UnrealEditor-VariantManager.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/VariantManager/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Animation/SkeletalMeshModelingTools/Binaries/Win64/UnrealEditor-SkeletalMeshModelingTools.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Animation/SkeletalMeshModelingTools/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/AutomationUtils/Binaries/Win64/UnrealEditor-AutomationUtils.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/AutomationUtils/Binaries/Win64/UnrealEditor-AutomationUtilsEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/AutomationUtils/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/BackChannel/Binaries/Win64/UnrealEditor-BackChannel.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/BackChannel/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosCaching/Binaries/Win64/UnrealEditor-ChaosCaching.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosCaching/Binaries/Win64/UnrealEditor-ChaosCachingEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosCaching/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosClothEditor/Binaries/Win64/UnrealEditor-ChaosClothEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosClothEditor/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosCloth/Binaries/Win64/UnrealEditor-ChaosCloth.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosCloth/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosEditor/Binaries/Win64/UnrealEditor-FractureEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosEditor/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosNiagara/Binaries/Win64/UnrealEditor-ChaosNiagara.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosNiagara/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosSolverPlugin/Binaries/Win64/UnrealEditor-ChaosSolverEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosSolverPlugin/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosUserDataPT/Binaries/Win64/UnrealEditor-ChaosUserDataPT.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosUserDataPT/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/CharacterAI/Binaries/Win64/UnrealEditor-CharacterAI.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/CharacterAI/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Dataflow/Binaries/Win64/UnrealEditor-DataflowEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Dataflow/Binaries/Win64/UnrealEditor-DataflowEnginePlugin.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Dataflow/Binaries/Win64/UnrealEditor-DataflowNodes.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Dataflow/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Fracture/Binaries/Win64/UnrealEditor-FractureEngine.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Fracture/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/FullBodyIK/Binaries/Win64/UnrealEditor-FullBodyIK.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/FullBodyIK/Binaries/Win64/UnrealEditor-PBIK.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/FullBodyIK/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/GeometryCollectionPlugin/Binaries/Win64/UnrealEditor-GeometryCollectionEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/GeometryCollectionPlugin/Binaries/Win64/UnrealEditor-GeometryCollectionNodes.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/GeometryCollectionPlugin/Binaries/Win64/UnrealEditor-GeometryCollectionSequencer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/GeometryCollectionPlugin/Binaries/Win64/UnrealEditor-GeometryCollectionTracks.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/GeometryCollectionPlugin/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/GeometryFlow/Binaries/Win64/UnrealEditor-GeometryFlowCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/GeometryFlow/Binaries/Win64/UnrealEditor-GeometryFlowMeshProcessing.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/GeometryFlow/Binaries/Win64/UnrealEditor-GeometryFlowMeshProcessingEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/GeometryFlow/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Landmass/Binaries/Win64/UnrealEditor-Landmass.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Landmass/Binaries/Win64/UnrealEditor-LandmassEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Landmass/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/LocalizableMessage/Binaries/Win64/UnrealEditor-LocalizableMessage.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/LocalizableMessage/Binaries/Win64/UnrealEditor-LocalizableMessageBlueprint.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/LocalizableMessage/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/MeshLODToolset/Binaries/Win64/UnrealEditor-MeshLODToolset.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/MeshLODToolset/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/MeshModelingToolsetExp/Binaries/Win64/UnrealEditor-GeometryProcessingAdapters.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/MeshModelingToolsetExp/Binaries/Win64/UnrealEditor-MeshModelingToolsEditorOnlyExp.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/MeshModelingToolsetExp/Binaries/Win64/UnrealEditor-MeshModelingToolsExp.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/MeshModelingToolsetExp/Binaries/Win64/UnrealEditor-ModelingEditorUI.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/MeshModelingToolsetExp/Binaries/Win64/UnrealEditor-SkeletalMeshModifiers.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/MeshModelingToolsetExp/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/OpenImageDenoise/Binaries/Win64/UnrealEditor-OpenImageDenoise.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/OpenImageDenoise/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/PlanarCutPlugin/Binaries/Win64/UnrealEditor-PlanarCut.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/PlanarCutPlugin/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/PlatformCrypto/Binaries/Win64/UnrealEditor-PlatformCrypto.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/PlatformCrypto/Binaries/Win64/UnrealEditor-PlatformCryptoOpenSSL.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/PlatformCrypto/Binaries/Win64/UnrealEditor-PlatformCryptoTypes.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/PlatformCrypto/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ProxyLODPlugin/Binaries/Win64/UnrealEditor-ProxyLODMeshReduction.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ProxyLODPlugin/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/PythonScriptPlugin/Binaries/Win64/UnrealEditor-PythonScriptPlugin.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/PythonScriptPlugin/Binaries/Win64/UnrealEditor-PythonScriptPluginPreload.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/PythonScriptPlugin/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/SkeletalReduction/Binaries/Win64/UnrealEditor-SkeletalMeshReduction.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/SkeletalReduction/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/StructUtils/Binaries/Win64/UnrealEditor-StructUtils.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/StructUtils/Binaries/Win64/UnrealEditor-StructUtilsEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/StructUtils/Binaries/Win64/UnrealEditor-StructUtilsEngine.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/StructUtils/Binaries/Win64/UnrealEditor-StructUtilsNodes.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/StructUtils/Binaries/Win64/UnrealEditor-StructUtilsTestSuite.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/StructUtils/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ToolPresets/Binaries/Win64/UnrealEditor-ToolPresetAsset.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ToolPresets/Binaries/Win64/UnrealEditor-ToolPresetEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ToolPresets/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Water/Binaries/Win64/UnrealEditor-Water.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Water/Binaries/Win64/UnrealEditor-WaterEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Water/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/FX/Niagara/Binaries/Win64/UnrealEditor-Niagara.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/FX/Niagara/Binaries/Win64/UnrealEditor-NiagaraAnimNotifies.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/FX/Niagara/Binaries/Win64/UnrealEditor-NiagaraCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/FX/Niagara/Binaries/Win64/UnrealEditor-NiagaraEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/FX/Niagara/Binaries/Win64/UnrealEditor-NiagaraEditorWidgets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/FX/Niagara/Binaries/Win64/UnrealEditor-NiagaraShader.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/FX/Niagara/Binaries/Win64/UnrealEditor-NiagaraVertexFactories.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/FX/Niagara/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/FastBuildController/Binaries/Win64/UnrealEditor-FastBuildController.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/FastBuildController/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Importers/AlembicImporter/Binaries/Win64/UnrealEditor-AlembicImporter.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Importers/AlembicImporter/Binaries/Win64/UnrealEditor-AlembicLibrary.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Importers/AlembicImporter/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Editor/Binaries/Win64/UnrealEditor-InterchangeEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Editor/Binaries/Win64/UnrealEditor-InterchangeEditorPipelines.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Editor/Binaries/Win64/UnrealEditor-InterchangeEditorUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Editor/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor-GLTFCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor-InterchangeCommonParser.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor-InterchangeDispatcher.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor-InterchangeExport.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor-InterchangeFactoryNodes.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor-InterchangeFbxParser.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor-InterchangeImport.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor-InterchangeMessages.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor-InterchangeNodes.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor-InterchangePipelines.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Runtime/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Media/AndroidMedia/Binaries/Win64/UnrealEditor-AndroidMediaEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/AndroidMedia/Binaries/Win64/UnrealEditor-AndroidMediaFactory.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/AndroidMedia/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Media/AvfMedia/Binaries/Win64/UnrealEditor-AvfMediaEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/AvfMedia/Binaries/Win64/UnrealEditor-AvfMediaFactory.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/AvfMedia/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Media/ImgMedia/Binaries/Win64/UnrealEditor-ExrReaderGpu.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/ImgMedia/Binaries/Win64/UnrealEditor-ImgMedia.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/ImgMedia/Binaries/Win64/UnrealEditor-ImgMediaEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/ImgMedia/Binaries/Win64/UnrealEditor-ImgMediaEngine.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/ImgMedia/Binaries/Win64/UnrealEditor-ImgMediaFactory.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/ImgMedia/Binaries/Win64/UnrealEditor-OpenExrWrapper.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/ImgMedia/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Media/MediaCompositing/Binaries/Win64/UnrealEditor-MediaCompositing.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/MediaCompositing/Binaries/Win64/UnrealEditor-MediaCompositingEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/MediaCompositing/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Media/MediaPlate/Binaries/Win64/UnrealEditor-MediaPlate.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/MediaPlate/Binaries/Win64/UnrealEditor-MediaPlateEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/MediaPlate/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Media/MediaPlayerEditor/Binaries/Win64/UnrealEditor-MediaPlayerEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/MediaPlayerEditor/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Media/WebMMedia/Binaries/Win64/UnrealEditor-WebMMedia.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/WebMMedia/Binaries/Win64/UnrealEditor-WebMMediaEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/WebMMedia/Binaries/Win64/UnrealEditor-WebMMediaFactory.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/WebMMedia/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Media/WmfMedia/Binaries/Win64/UnrealEditor-WmfMedia.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/WmfMedia/Binaries/Win64/UnrealEditor-WmfMediaEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/WmfMedia/Binaries/Win64/UnrealEditor-WmfMediaFactory.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Media/WmfMedia/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/MeshPainting/Binaries/Win64/UnrealEditor-MeshPaintEditorMode.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/MeshPainting/Binaries/Win64/UnrealEditor-MeshPaintingToolset.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/MeshPainting/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Messaging/TcpMessaging/Binaries/Win64/UnrealEditor-TcpMessaging.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Messaging/TcpMessaging/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Messaging/UdpMessaging/Binaries/Win64/UnrealEditor-UdpMessaging.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Messaging/UdpMessaging/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/ActorSequence/Binaries/Win64/UnrealEditor-ActorSequence.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/ActorSequence/Binaries/Win64/UnrealEditor-ActorSequenceEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/ActorSequence/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/LevelSequenceEditor/Binaries/Win64/UnrealEditor-LevelSequenceEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/LevelSequenceEditor/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/SequencerScripting/Binaries/Win64/UnrealEditor-SequencerScripting.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/SequencerScripting/Binaries/Win64/UnrealEditor-SequencerScriptingEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/SequencerScripting/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/TemplateSequence/Binaries/Win64/UnrealEditor-TemplateSequence.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/TemplateSequence/Binaries/Win64/UnrealEditor-TemplateSequenceEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/TemplateSequence/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineBase/Binaries/Win64/UnrealEditor-OnlineBase.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineBase/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineServices/Binaries/Win64/UnrealEditor-OnlineServicesCommon.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineServices/Binaries/Win64/UnrealEditor-OnlineServicesCommonEngineUtils.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineServices/Binaries/Win64/UnrealEditor-OnlineServicesInterface.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineServices/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineSubsystemNull/Binaries/Win64/UnrealEditor-OnlineSubsystemNull.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineSubsystemNull/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineSubsystemUtils/Binaries/Win64/UnrealEditor-OnlineBlueprintSupport.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineSubsystemUtils/Binaries/Win64/UnrealEditor-OnlineSubsystemUtils.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineSubsystemUtils/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineSubsystem/Binaries/Win64/UnrealEditor-OnlineSubsystem.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineSubsystem/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Portal/LauncherChunkInstaller/Binaries/Win64/UnrealEditor-LauncherChunkInstaller.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Portal/LauncherChunkInstaller/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ActorLayerUtilities/Binaries/Win64/UnrealEditor-ActorLayerUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ActorLayerUtilities/Binaries/Win64/UnrealEditor-ActorLayerUtilitiesEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ActorLayerUtilities/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AndroidDeviceProfileSelector/Binaries/Win64/UnrealEditor-AndroidDeviceProfileCommandlets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AndroidDeviceProfileSelector/Binaries/Win64/UnrealEditor-AndroidDeviceProfileSelector.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AndroidDeviceProfileSelector/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AndroidFileServer/Binaries/Win64/UnrealEditor-AndroidFileServer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AndroidFileServer/Binaries/Win64/UnrealEditor-AndroidFileServerEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AndroidFileServer/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AndroidPermission/Binaries/Win64/UnrealEditor-AndroidPermission.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AndroidPermission/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AppleImageUtils/Binaries/Win64/UnrealEditor-AppleImageUtils.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AppleImageUtils/Binaries/Win64/UnrealEditor-AppleImageUtilsBlueprintSupport.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AppleImageUtils/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ArchVisCharacter/Binaries/Win64/UnrealEditor-ArchVisCharacter.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ArchVisCharacter/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AssetTags/Binaries/Win64/UnrealEditor-AssetTags.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AssetTags/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AudioCapture/Binaries/Win64/UnrealEditor-AudioCapture.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AudioCapture/Binaries/Win64/UnrealEditor-AudioCaptureEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AudioCapture/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AudioSynesthesia/Binaries/Win64/UnrealEditor-AudioSynesthesia.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AudioSynesthesia/Binaries/Win64/UnrealEditor-AudioSynesthesiaCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AudioSynesthesia/Binaries/Win64/UnrealEditor-AudioSynesthesiaEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AudioSynesthesia/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AudioWidgets/Binaries/Win64/UnrealEditor-AudioWidgets.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AudioWidgets/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/CableComponent/Binaries/Win64/UnrealEditor-CableComponent.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/CableComponent/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ChunkDownloader/Binaries/Win64/UnrealEditor-ChunkDownloader.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ChunkDownloader/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/CustomMeshComponent/Binaries/Win64/UnrealEditor-CustomMeshComponent.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/CustomMeshComponent/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/DataRegistry/Binaries/Win64/UnrealEditor-DataRegistry.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/DataRegistry/Binaries/Win64/UnrealEditor-DataRegistryEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/DataRegistry/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ExampleDeviceProfileSelector/Binaries/Win64/UnrealEditor-ExampleDeviceProfileSelector.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ExampleDeviceProfileSelector/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GameplayAbilities/Binaries/Win64/UnrealEditor-GameplayAbilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GameplayAbilities/Binaries/Win64/UnrealEditor-GameplayAbilitiesEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GameplayAbilities/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GameplayStateTree/Binaries/Win64/UnrealEditor-GameplayStateTreeModule.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GameplayStateTree/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GeometryCache/Binaries/Win64/UnrealEditor-GeometryCache.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GeometryCache/Binaries/Win64/UnrealEditor-GeometryCacheEd.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GeometryCache/Binaries/Win64/UnrealEditor-GeometryCacheSequencer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GeometryCache/Binaries/Win64/UnrealEditor-GeometryCacheStreamer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GeometryCache/Binaries/Win64/UnrealEditor-GeometryCacheTracks.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GeometryCache/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GeometryProcessing/Binaries/Win64/UnrealEditor-DynamicMesh.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GeometryProcessing/Binaries/Win64/UnrealEditor-GeometryAlgorithms.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GeometryProcessing/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GooglePAD/Binaries/Win64/UnrealEditor-GooglePAD.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GooglePAD/Binaries/Win64/UnrealEditor-GooglePADEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GooglePAD/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/InputDebugging/Binaries/Win64/UnrealEditor-InputDebugging.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/InputDebugging/Binaries/Win64/UnrealEditor-InputDebuggingEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/InputDebugging/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/LocationServicesBPLibrary/Binaries/Win64/UnrealEditor-LocationServicesBPLibrary.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/LocationServicesBPLibrary/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MeshModelingToolset/Binaries/Win64/UnrealEditor-MeshModelingTools.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MeshModelingToolset/Binaries/Win64/UnrealEditor-MeshModelingToolsEditorOnly.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MeshModelingToolset/Binaries/Win64/UnrealEditor-ModelingComponents.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MeshModelingToolset/Binaries/Win64/UnrealEditor-ModelingComponentsEditorOnly.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MeshModelingToolset/Binaries/Win64/UnrealEditor-ModelingOperators.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MeshModelingToolset/Binaries/Win64/UnrealEditor-ModelingOperatorsEditorOnly.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MeshModelingToolset/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/Metasound/Binaries/Win64/UnrealEditor-MetasoundEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/Metasound/Binaries/Win64/UnrealEditor-MetasoundEngine.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/Metasound/Binaries/Win64/UnrealEditor-MetasoundEngineTest.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/Metasound/Binaries/Win64/UnrealEditor-MetasoundFrontend.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/Metasound/Binaries/Win64/UnrealEditor-MetasoundGenerator.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/Metasound/Binaries/Win64/UnrealEditor-MetasoundGraphCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/Metasound/Binaries/Win64/UnrealEditor-MetasoundStandardNodes.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/Metasound/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MobilePatchingUtils/Binaries/Win64/UnrealEditor-MobilePatchingUtils.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MobilePatchingUtils/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MsQuic/Binaries/Win64/UnrealEditor-MsQuicRuntime.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MsQuic/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ProceduralMeshComponent/Binaries/Win64/UnrealEditor-ProceduralMeshComponent.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ProceduralMeshComponent/Binaries/Win64/UnrealEditor-ProceduralMeshComponentEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ProceduralMeshComponent/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/PropertyAccess/Binaries/Win64/UnrealEditor-PropertyAccessEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/PropertyAccess/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ResonanceAudio/Binaries/Win64/UnrealEditor-ResonanceAudio.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ResonanceAudio/Binaries/Win64/UnrealEditor-ResonanceAudioEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ResonanceAudio/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/RigVM/Binaries/Win64/UnrealEditor-RigVM.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/RigVM/Binaries/Win64/UnrealEditor-RigVMDeveloper.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/RigVM/Binaries/Win64/UnrealEditor-RigVMEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/RigVM/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/SignificanceManager/Binaries/Win64/UnrealEditor-SignificanceManager.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/SignificanceManager/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/SoundFields/Binaries/Win64/UnrealEditor-SoundFields.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/SoundFields/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/StateTree/Binaries/Win64/UnrealEditor-StateTreeEditorModule.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/StateTree/Binaries/Win64/UnrealEditor-StateTreeModule.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/StateTree/Binaries/Win64/UnrealEditor-StateTreeTestSuite.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/StateTree/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/Synthesis/Binaries/Win64/UnrealEditor-Synthesis.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/Synthesis/Binaries/Win64/UnrealEditor-SynthesisEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/Synthesis/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/WaveTable/Binaries/Win64/UnrealEditor-WaveTable.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/WaveTable/Binaries/Win64/UnrealEditor-WaveTableEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/WaveTable/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/WebMMoviePlayer/Binaries/Win64/UnrealEditor-WebMMoviePlayer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/WebMMoviePlayer/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/WindowsDeviceProfileSelector/Binaries/Win64/UnrealEditor-WindowsDeviceProfileSelector.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/WindowsDeviceProfileSelector/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/WindowsMoviePlayer/Binaries/Win64/UnrealEditor-WindowsMoviePlayer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/WindowsMoviePlayer/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/Tests/InterchangeTests/Binaries/Win64/UnrealEditor-InterchangeTestEditor.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Tests/InterchangeTests/Binaries/Win64/UnrealEditor-InterchangeTests.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/Tests/InterchangeTests/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/TraceUtilities/Binaries/Win64/UnrealEditor-EditorTraceUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/TraceUtilities/Binaries/Win64/UnrealEditor-TraceUtilities.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/TraceUtilities/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/VirtualProduction/Takes/Binaries/Win64/UnrealEditor-CacheTrackRecorder.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/VirtualProduction/Takes/Binaries/Win64/UnrealEditor-TakeMovieScene.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/VirtualProduction/Takes/Binaries/Win64/UnrealEditor-TakeRecorder.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/VirtualProduction/Takes/Binaries/Win64/UnrealEditor-TakeRecorderSources.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/VirtualProduction/Takes/Binaries/Win64/UnrealEditor-TakeSequencer.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/VirtualProduction/Takes/Binaries/Win64/UnrealEditor-TakeTrackRecorders.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/VirtualProduction/Takes/Binaries/Win64/UnrealEditor-TakesCore.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/VirtualProduction/Takes/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - }, - { - "Path": "$(EngineDir)/Plugins/XGEController/Binaries/Win64/UnrealEditor-XGEController.dll", - "Type": "DynamicLibrary" - }, - { - "Path": "$(EngineDir)/Plugins/XGEController/Binaries/Win64/UnrealEditor.modules", - "Type": "RequiredResource" - } - ], - "RuntimeDependencies": [ - { - "Path": "$(ProjectDir)/Plugins/FMODStudioNiagara/FMODStudioNiagara.uplugin", - "Type": "UFS" - }, - { - "Path": "$(ProjectDir)/Plugins/FMODStudio/Binaries/Win64/fmodL.dll", - "Type": "NonUFS" - }, - { - "Path": "$(ProjectDir)/Plugins/FMODStudio/Binaries/Win64/fmodstudioL.dll", - "Type": "NonUFS" - }, - { - "Path": "$(ProjectDir)/Plugins/FMODStudio/FMODStudio.uplugin", - "Type": "UFS" - }, - { - "Path": "$(ProjectDir)/hwanyoung2.uproject", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/DbgHelp/dbghelp.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/FreeImage/Win64/FreeImage.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/MsQuic/v220/win64/msquic.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Ogg/Win64/VS2015/libogg_64.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_asyncio.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_bz2.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_ctypes.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_ctypes_test.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_decimal.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_elementtree.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_hashlib.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_lzma.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_msi.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_multiprocessing.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_overlapped.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_queue.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_socket.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_sqlite3.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_ssl.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_testbuffer.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_testcapi.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_testconsole.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_testimportmultiple.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_testinternalcapi.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_testmultiphase.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_tkinter.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_uuid.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/_zoneinfo.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/libcrypto-1_1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/libffi-7.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/libssl-1_1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/py.ico", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/pyc.ico", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/pyd.ico", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/pyexpat.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/python_lib.cat", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/python_tools.cat", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/select.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/sqlite3.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/tcl86t.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/tk86t.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/unicodedata.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/DLLs/winsound.pyd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/LICENSE.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/__future__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/__phello__.foo.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_aix_support.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_bootlocale.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_bootsubprocess.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_collections_abc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_compat_pickle.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_compression.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_markupbase.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_osx_support.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_py_abc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_pydecimal.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_pyio.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_sitebuiltins.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_strptime.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_threading_local.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/_weakrefset.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/abc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/aifc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/antigravity.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/argparse.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ast.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asynchat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/base_events.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/base_futures.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/base_subprocess.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/base_tasks.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/constants.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/coroutines.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/events.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/exceptions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/format_helpers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/futures.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/locks.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/log.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/proactor_events.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/protocols.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/queues.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/runners.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/selector_events.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/sslproto.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/staggered.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/streams.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/subprocess.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/tasks.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/threads.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/transports.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/trsock.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/unix_events.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/windows_events.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncio/windows_utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/asyncore.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/base64.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/bdb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/binhex.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/bisect.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/bz2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/cProfile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/calendar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/cgi.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/cgitb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/chunk.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/cmd.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/code.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/codecs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/codeop.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/collections/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/collections/abc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/colorsys.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/compileall.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/concurrent/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/concurrent/futures/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/concurrent/futures/_base.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/concurrent/futures/process.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/concurrent/futures/thread.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/configparser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/contextlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/contextvars.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/copy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/copyreg.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/crypt.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/csv.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/_aix.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/_endian.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/macholib/README.ctypes", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/macholib/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/macholib/dyld.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/macholib/dylib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/macholib/fetch_macholib", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/macholib/fetch_macholib.bat", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/macholib/framework.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_anon.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_array_in_pointer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_arrays.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_as_parameter.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_bitfields.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_buffers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_bytes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_byteswap.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_callbacks.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_cast.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_cfuncs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_checkretval.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_delattr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_errno.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_find.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_frombuffer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_funcptr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_functions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_incomplete.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_init.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_internals.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_keeprefs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_libc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_loading.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_macholib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_memfunctions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_numbers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_objects.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_parameters.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_pep3118.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_pickling.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_pointers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_prototypes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_python_api.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_random_things.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_refcounts.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_repr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_returnfuncptrs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_simplesubclasses.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_sizes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_slicing.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_stringptr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_strings.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_struct_fields.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_structures.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_unaligned_structures.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_unicode.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_values.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_varsize_struct.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_win32.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/test/test_wintypes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ctypes/wintypes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/curses/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/curses/ascii.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/curses/has_key.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/curses/panel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/curses/textpad.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/dataclasses.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/datetime.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/dbm/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/dbm/dumb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/dbm/gnu.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/dbm/ndbm.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/decimal.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/difflib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/dis.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/README", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/_msvccompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/archive_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/bcppcompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/ccompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/cmd.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/bdist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/bdist_dumb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/bdist_msi.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/bdist_rpm.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/bdist_wininst.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/build.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/build_clib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/build_ext.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/build_py.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/build_scripts.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/check.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/clean.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/command_template", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/config.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/install.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/install_data.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/install_egg_info.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/install_headers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/install_lib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/install_scripts.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/register.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/sdist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/upload.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/wininst-10.0-amd64.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/wininst-10.0.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/wininst-14.0-amd64.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/wininst-14.0.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/wininst-6.0.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/wininst-7.1.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/wininst-8.0.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/wininst-9.0-amd64.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/command/wininst-9.0.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/config.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/core.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/cygwinccompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/debug.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/dep_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/dir_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/dist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/errors.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/extension.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/fancy_getopt.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/file_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/filelist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/log.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/msvc9compiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/msvccompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/spawn.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/sysconfig.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/Setup.sample", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/includetest.rst", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/support.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_archive_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_bdist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_bdist_dumb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_bdist_msi.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_bdist_rpm.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_bdist_wininst.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_build.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_build_clib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_build_ext.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_build_py.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_build_scripts.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_check.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_clean.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_cmd.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_config.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_config_cmd.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_core.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_cygwinccompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_dep_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_dir_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_dist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_extension.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_file_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_filelist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_install.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_install_data.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_install_headers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_install_lib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_install_scripts.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_log.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_msvc9compiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_msvccompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_register.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_sdist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_spawn.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_sysconfig.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_text_file.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_unixccompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_upload.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_version.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/tests/test_versionpredicate.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/text_file.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/unixccompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/version.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/distutils/versionpredicate.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/doctest.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/_encoded_words.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/_header_value_parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/_parseaddr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/_policybase.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/architecture.rst", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/base64mime.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/charset.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/contentmanager.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/encoders.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/errors.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/feedparser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/generator.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/header.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/headerregistry.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/iterators.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/message.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/mime/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/mime/application.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/mime/audio.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/mime/base.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/mime/image.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/mime/message.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/mime/multipart.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/mime/nonmultipart.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/mime/text.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/policy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/quoprimime.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/email/utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/aliases.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/ascii.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/base64_codec.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/big5.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/big5hkscs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/bz2_codec.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/charmap.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp037.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp1006.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp1026.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp1125.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp1140.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp1250.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp1251.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp1252.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp1253.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp1254.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp1255.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp1256.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp1257.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp1258.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp273.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp424.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp437.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp500.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp720.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp737.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp775.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp850.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp852.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp855.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp856.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp857.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp858.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp860.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp861.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp862.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp863.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp864.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp865.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp866.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp869.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp874.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp875.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp932.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp949.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/cp950.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/euc_jis_2004.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/euc_jisx0213.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/euc_jp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/euc_kr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/gb18030.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/gb2312.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/gbk.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/hex_codec.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/hp_roman8.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/hz.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/idna.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso2022_jp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso2022_jp_1.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso2022_jp_2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso2022_jp_2004.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso2022_jp_3.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso2022_jp_ext.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso2022_kr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_1.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_10.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_11.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_13.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_14.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_15.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_16.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_3.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_4.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_5.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_6.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_7.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_8.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/iso8859_9.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/johab.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/koi8_r.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/koi8_t.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/koi8_u.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/kz1048.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/latin_1.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/mac_arabic.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/mac_croatian.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/mac_cyrillic.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/mac_farsi.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/mac_greek.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/mac_iceland.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/mac_latin2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/mac_roman.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/mac_romanian.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/mac_turkish.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/mbcs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/oem.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/palmos.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/ptcp154.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/punycode.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/quopri_codec.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/raw_unicode_escape.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/rot_13.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/shift_jis.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/shift_jis_2004.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/shift_jisx0213.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/tis_620.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/undefined.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/unicode_escape.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/utf_16.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/utf_16_be.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/utf_16_le.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/utf_32.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/utf_32_be.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/utf_32_le.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/utf_7.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/utf_8.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/utf_8_sig.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/uu_codec.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/encodings/zlib_codec.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ensurepip/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ensurepip/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ensurepip/_bundled/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ensurepip/_bundled/pip-21.2.3-py3-none-any.whl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ensurepip/_bundled/setuptools-57.4.0-py3-none-any.whl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ensurepip/_uninstall.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/enum.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/filecmp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/fileinput.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/fnmatch.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/formatter.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/fractions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ftplib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/functools.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/genericpath.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/getopt.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/getpass.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/gettext.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/glob.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/graphlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/gzip.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/hashlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/heapq.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/hmac.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/html/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/html/entities.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/html/parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/http/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/http/client.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/http/cookiejar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/http/cookies.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/http/server.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/CREDITS.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/ChangeLog", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/HISTORY.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/README.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/folder.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/idle.ico", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/idle_16.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/idle_16.png", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/idle_256.png", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/idle_32.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/idle_32.png", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/idle_48.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/idle_48.png", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/minusnode.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/openfolder.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/plusnode.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/python.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/Icons/tk.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/NEWS.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/NEWS2x.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/README.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/TODO.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/autocomplete.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/autocomplete_w.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/autoexpand.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/browser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/calltip.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/calltip_w.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/codecontext.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/colorizer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/config-extensions.def", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/config-highlight.def", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/config-keys.def", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/config-main.def", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/config.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/config_key.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/configdialog.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/debugger.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/debugger_r.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/debugobj.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/debugobj_r.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/delegator.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/dynoption.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/editor.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/extend.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/filelist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/format.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/grep.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/help.html", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/help.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/help_about.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/history.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/hyperparser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle.bat", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle.pyw", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/README.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/htest.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/mock_idle.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/mock_tk.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/template.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_autocomplete.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_autocomplete_w.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_autoexpand.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_browser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_calltip.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_calltip_w.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_codecontext.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_colorizer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_config.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_config_key.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_configdialog.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_debugger.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_debugger_r.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_debugobj.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_debugobj_r.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_delegator.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_editmenu.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_editor.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_filelist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_format.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_grep.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_help.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_help_about.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_history.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_hyperparser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_iomenu.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_macosx.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_mainmenu.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_multicall.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_outwin.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_parenmatch.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_pathbrowser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_percolator.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_pyparse.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_pyshell.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_query.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_redirector.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_replace.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_rpc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_run.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_runscript.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_scrolledlist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_search.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_searchbase.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_searchengine.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_sidebar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_squeezer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_stackviewer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_statusbar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_text.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_textview.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_tooltip.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_tree.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_undo.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_warning.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_window.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_zoomheight.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/idle_test/test_zzdummy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/iomenu.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/macosx.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/mainmenu.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/multicall.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/outwin.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/parenmatch.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/pathbrowser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/percolator.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/pyparse.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/pyshell.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/query.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/redirector.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/replace.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/rpc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/run.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/runscript.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/scrolledlist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/search.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/searchbase.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/searchengine.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/sidebar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/squeezer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/stackviewer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/statusbar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/textview.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/tooltip.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/tree.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/undo.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/window.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/zoomheight.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/idlelib/zzdummy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/imaplib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/imghdr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/imp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/importlib/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/importlib/_bootstrap.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/importlib/_bootstrap_external.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/importlib/_common.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/importlib/abc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/importlib/machinery.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/importlib/metadata.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/importlib/resources.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/importlib/util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/inspect.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/io.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ipaddress.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/json/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/json/decoder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/json/encoder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/json/scanner.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/json/tool.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/keyword.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/Grammar.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/PatternGrammar.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/btm_matcher.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/btm_utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixer_base.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixer_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_apply.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_asserts.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_basestring.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_buffer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_dict.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_except.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_exec.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_execfile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_exitfunc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_filter.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_funcattrs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_future.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_getcwdu.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_has_key.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_idioms.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_import.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_imports.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_imports2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_input.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_intern.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_isinstance.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_itertools.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_itertools_imports.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_long.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_map.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_metaclass.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_methodattrs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_ne.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_next.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_nonzero.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_numliterals.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_operator.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_paren.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_print.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_raise.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_raw_input.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_reduce.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_reload.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_renames.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_repr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_set_literal.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_standarderror.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_sys_exc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_throw.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_tuple_params.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_types.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_unicode.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_urllib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_ws_comma.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_xrange.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_xreadlines.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/fixes/fix_zip.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/main.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/patcomp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/pgen2/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/pgen2/conv.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/pgen2/driver.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/pgen2/grammar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/pgen2/literals.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/pgen2/parse.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/pgen2/pgen.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/pgen2/token.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/pgen2/tokenize.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/pygram.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/pytree.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/refactor.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/README", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/bom.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/crlf.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/different_encoding.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/false_encoding.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/fixers/bad_order.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/fixers/myfixes/fix_explicit.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/fixers/myfixes/fix_last.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/fixers/myfixes/fix_parrot.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/fixers/myfixes/fix_preorder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/fixers/no_fixer_cls.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/fixers/parrot_example.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/infinite_recursion.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/py2_test_grammar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/data/py3_test_grammar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/pytree_idempotency.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/support.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/test_all_fixers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/test_fixers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/test_main.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/test_parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/test_pytree.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/test_refactor.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lib2to3/tests/test_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/linecache.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/locale.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/logging/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/logging/config.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/logging/handlers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/lzma.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/mailbox.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/mailcap.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/mimetypes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/modulefinder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/msilib/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/msilib/schema.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/msilib/sequence.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/msilib/text.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/connection.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/context.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/dummy/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/dummy/connection.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/forkserver.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/heap.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/managers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/pool.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/popen_fork.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/popen_forkserver.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/popen_spawn_posix.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/popen_spawn_win32.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/process.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/queues.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/reduction.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/resource_sharer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/resource_tracker.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/shared_memory.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/sharedctypes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/spawn.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/synchronize.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/multiprocessing/util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/netrc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/nntplib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ntpath.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/nturl2path.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/numbers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/opcode.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/operator.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/optparse.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/os.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pathlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pdb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pickle.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pickletools.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pipes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pkgutil.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/platform.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/plistlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/poplib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/posixpath.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pprint.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/profile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pstats.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pty.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/py_compile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pyclbr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pydoc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pydoc_data/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pydoc_data/_pydoc.css", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/pydoc_data/topics.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/queue.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/quopri.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/random.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/re.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/reprlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/rlcompleter.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/runpy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sched.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/secrets.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/selectors.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/shelve.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/shlex.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/shutil.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/signal.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/README.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/_distutils_hack/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/_distutils_hack/override.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/distutils-precedence.pth", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip-21.2.3.dist-info/INSTALLER", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip-21.2.3.dist-info/LICENSE.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip-21.2.3.dist-info/METADATA", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip-21.2.3.dist-info/RECORD", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip-21.2.3.dist-info/REQUESTED", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip-21.2.3.dist-info/WHEEL", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip-21.2.3.dist-info/entry_points.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip-21.2.3.dist-info/top_level.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/build_env.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/cache.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/cli/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/cli/autocompletion.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/cli/base_command.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/cli/cmdoptions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/cli/command_context.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/cli/main.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/cli/main_parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/cli/parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/cli/progress_bars.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/cli/req_command.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/cli/spinners.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/cli/status_codes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/cache.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/check.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/completion.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/configuration.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/debug.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/download.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/freeze.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/hash.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/help.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/index.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/install.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/list.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/search.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/show.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/uninstall.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/commands/wheel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/configuration.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/distributions/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/distributions/base.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/distributions/installed.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/distributions/sdist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/distributions/wheel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/exceptions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/index/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/index/collector.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/index/package_finder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/index/sources.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/locations/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/locations/_distutils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/locations/_sysconfig.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/locations/base.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/main.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/metadata/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/metadata/base.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/metadata/pkg_resources.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/models/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/models/candidate.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/models/direct_url.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/models/format_control.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/models/index.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/models/link.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/models/scheme.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/models/search_scope.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/models/selection_prefs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/models/target_python.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/models/wheel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/network/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/network/auth.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/network/cache.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/network/download.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/network/lazy_wheel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/network/session.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/network/utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/network/xmlrpc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/operations/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/operations/build/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/operations/build/metadata.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/operations/build/wheel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/operations/check.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/operations/freeze.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/operations/install/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/operations/install/legacy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/operations/install/wheel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/operations/prepare.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/pyproject.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/req/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/req/constructors.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/req/req_file.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/req/req_install.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/req/req_set.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/req/req_tracker.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/req/req_uninstall.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/resolution/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/resolution/base.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/self_outdated_check.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/_log.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/appdirs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/compatibility_tags.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/datetime.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/deprecation.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/distutils_args.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/encoding.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/entrypoints.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/filesystem.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/filetypes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/glibc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/hashes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/inject_securetransport.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/logging.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/misc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/models.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/packaging.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/parallel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/pkg_resources.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/setuptools_build.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/subprocess.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/temp_dir.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/unpacking.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/urls.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/virtualenv.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/utils/wheel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/vcs/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/vcs/bazaar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/vcs/git.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/vcs/mercurial.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/vcs/subversion.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/vcs/versioncontrol.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_internal/wheel_builder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/appdirs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/cachecontrol/cache.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/cachecontrol/compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/cachecontrol/controller.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/certifi/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/certifi/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/certifi/cacert.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/certifi/core.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/big5freq.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/big5prober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/chardistribution.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/charsetgroupprober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/charsetprober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/cli/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/cli/chardetect.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/codingstatemachine.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/cp949prober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/enums.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/escprober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/escsm.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/eucjpprober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/euckrfreq.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/euckrprober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/euctwfreq.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/euctwprober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/gb2312freq.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/gb2312prober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/hebrewprober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/jisfreq.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/jpcntx.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/langbulgarianmodel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/langgreekmodel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/langhebrewmodel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/langhungarianmodel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/langrussianmodel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/langthaimodel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/langturkishmodel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/latin1prober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/mbcharsetprober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/mbcsgroupprober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/mbcssm.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/metadata/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/metadata/languages.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/sbcharsetprober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/sbcsgroupprober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/sjisprober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/universaldetector.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/utf8prober.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/chardet/version.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/colorama/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/colorama/ansi.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/colorama/ansitowin32.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/colorama/initialise.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/colorama/win32.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/colorama/winterm.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/_backport/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/_backport/misc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/_backport/shutil.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/_backport/sysconfig.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/database.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/index.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/locators.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/manifest.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/markers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/metadata.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/resources.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/scripts.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/t32.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/t64.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/version.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/w32.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/w64.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distlib/wheel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/distro.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/_ihatexml.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/_inputstream.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/_tokenizer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/_trie/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/_trie/_base.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/_trie/py.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/_utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/constants.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/filters/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/filters/base.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/filters/lint.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/filters/optionaltags.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/filters/sanitizer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/filters/whitespace.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/html5parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/serializer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treeadapters/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treeadapters/sax.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treebuilders/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treebuilders/base.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treebuilders/dom.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treewalkers/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treewalkers/base.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treewalkers/dom.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/idna/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/idna/codec.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/idna/compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/idna/core.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/idna/idnadata.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/idna/intranges.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/idna/package_data.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/idna/uts46data.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/msgpack/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/msgpack/_version.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/msgpack/exceptions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/msgpack/ext.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/msgpack/fallback.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/packaging/__about__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/packaging/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/packaging/_manylinux.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/packaging/_musllinux.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/packaging/_structures.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/packaging/markers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/packaging/requirements.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/packaging/specifiers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/packaging/tags.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/packaging/utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/packaging/version.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pep517/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pep517/build.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pep517/check.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pep517/colorlog.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pep517/compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pep517/dirtools.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pep517/envbuild.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pep517/in_process/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pep517/in_process/_in_process.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pep517/meta.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pep517/wrappers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pkg_resources/py31compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/progress/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/progress/bar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/progress/counter.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/progress/spinner.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/pyparsing.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/__version__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/_internal_utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/adapters.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/api.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/auth.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/certs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/cookies.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/exceptions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/help.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/hooks.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/models.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/packages.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/sessions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/status_codes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/structures.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/requests/utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/resolvelib/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/resolvelib/providers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/resolvelib/reporters.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/resolvelib/resolvers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/resolvelib/structs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/six.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tenacity/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tenacity/_asyncio.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tenacity/_utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tenacity/after.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tenacity/before.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tenacity/before_sleep.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tenacity/nap.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tenacity/retry.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tenacity/stop.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tenacity/tornadoweb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tenacity/wait.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tomli/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tomli/_parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/tomli/_re.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/_collections.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/_version.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/connection.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/exceptions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/fields.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/filepost.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/packages/six.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/request.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/response.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/util/connection.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/util/proxy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/util/queue.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/util/request.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/util/response.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/util/retry.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/util/ssltransport.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/util/url.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/urllib3/util/wait.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/vendor.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/webencodings/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/webencodings/labels.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/webencodings/mklabels.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/webencodings/tests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/_vendor/webencodings/x_user_defined.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pip/py.typed", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/appdirs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/packaging/__about__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/packaging/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/packaging/_compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/packaging/_structures.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/packaging/_typing.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/packaging/markers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/packaging/requirements.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/packaging/specifiers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/packaging/tags.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/packaging/utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/packaging/version.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/_vendor/pyparsing.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/extern/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools-57.4.0.dist-info/INSTALLER", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools-57.4.0.dist-info/LICENSE", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools-57.4.0.dist-info/METADATA", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools-57.4.0.dist-info/RECORD", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools-57.4.0.dist-info/REQUESTED", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools-57.4.0.dist-info/WHEEL", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools-57.4.0.dist-info/entry_points.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools-57.4.0.dist-info/top_level.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_deprecation_warning.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/_msvccompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/archive_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/bcppcompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/ccompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/cmd.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/bdist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/bdist_dumb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/bdist_msi.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/bdist_rpm.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/bdist_wininst.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/build.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/build_clib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/build_ext.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/build_py.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/build_scripts.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/check.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/clean.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/config.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/install.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/install_data.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/install_egg_info.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/install_headers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/install_lib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/install_scripts.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/py37compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/register.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/sdist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/command/upload.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/config.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/core.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/cygwinccompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/debug.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/dep_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/dir_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/dist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/errors.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/extension.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/fancy_getopt.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/file_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/filelist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/log.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/msvc9compiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/msvccompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/py35compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/py38compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/spawn.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/sysconfig.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/text_file.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/unixccompiler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/version.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_distutils/versionpredicate.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_imp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/more_itertools/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/more_itertools/more.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/more_itertools/recipes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/ordered_set.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/packaging/__about__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/packaging/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/packaging/_compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/packaging/_structures.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/packaging/_typing.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/packaging/markers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/packaging/requirements.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/packaging/specifiers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/packaging/tags.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/packaging/utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/packaging/version.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/_vendor/pyparsing.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/archive_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/build_meta.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/cli-32.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/cli-64.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/cli.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/alias.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/bdist_egg.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/bdist_rpm.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/build_clib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/build_ext.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/build_py.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/develop.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/dist_info.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/easy_install.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/egg_info.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/install.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/install_egg_info.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/install_lib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/install_scripts.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/launcher manifest.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/py36compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/register.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/rotate.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/saveopts.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/sdist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/setopt.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/test.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/upload.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/command/upload_docs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/config.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/dep_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/depends.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/dist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/errors.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/extension.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/extern/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/glob.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/gui-32.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/gui-64.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/gui.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/installer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/launch.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/lib2to3_ex.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/monkey.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/msvc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/namespaces.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/package_index.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/py34compat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/sandbox.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/script (dev).tmpl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/script.tmpl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/unicode_utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/version.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/wheel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site-packages/setuptools/windows_support.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/site.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/smtpd.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/smtplib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sndhdr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/socket.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/socketserver.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sqlite3/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sqlite3/dbapi2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sqlite3/dump.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sqlite3/test/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sqlite3/test/backup.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sqlite3/test/dbapi.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sqlite3/test/dump.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sqlite3/test/factory.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sqlite3/test/hooks.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sqlite3/test/regression.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sqlite3/test/transactions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sqlite3/test/types.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sqlite3/test/userfunctions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sre_compile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sre_constants.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sre_parse.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/ssl.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/stat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/statistics.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/string.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/stringprep.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/struct.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/subprocess.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sunau.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/symbol.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/symtable.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/sysconfig.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tabnanny.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tarfile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/telnetlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tempfile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/Sine-1000Hz-300ms.aif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/_test_multiprocessing.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/_typed_dict_helper.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/allsans.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ann_module.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ann_module2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ann_module3.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-alaw.aifc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-pcm16.aiff", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-pcm16.au", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-pcm16.wav", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-pcm24.aiff", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-pcm24.au", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-pcm24.wav", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-pcm32.aiff", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-pcm32.au", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-pcm32.wav", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-pcm8.aiff", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-pcm8.au", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-pcm8.wav", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-ulaw.aifc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiodata/pluck-ulaw.au", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiotest.au", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audiotests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/audit-tests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/autotest.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/bad_coding.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/bad_coding2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/bad_getattr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/bad_getattr2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/bad_getattr3.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/badcert.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/badkey.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/badsyntax_3131.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/badsyntax_future10.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/badsyntax_future3.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/badsyntax_future4.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/badsyntax_future5.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/badsyntax_future6.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/badsyntax_future7.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/badsyntax_future8.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/badsyntax_future9.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/badsyntax_pep3120.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/bisect_cmd.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/capath/4e1295a3.0", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/capath/5ed36f99.0", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/capath/6e88d7b8.0", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/capath/99d0fa06.0", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/capath/b1930218.0", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/capath/ceff1710.0", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cfgparser.1", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cfgparser.2", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cfgparser.3", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/big5-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/big5.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/big5hkscs-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/big5hkscs.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/cp949-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/cp949.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/euc_jisx0213-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/euc_jisx0213.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/euc_jp-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/euc_jp.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/euc_kr-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/euc_kr.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/gb18030-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/gb18030.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/gb2312-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/gb2312.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/gbk-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/gbk.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/hz-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/hz.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/iso2022_jp-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/iso2022_jp.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/iso2022_kr-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/iso2022_kr.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/johab-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/johab.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/shift_jis-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/shift_jis.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/shift_jisx0213-utf8.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cjkencodings/shift_jisx0213.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/clinic.test", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/cmath_testcases.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/coding20731.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/crashers/README", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/crashers/bogus_code_obj.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/crashers/gc_inspection.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/crashers/infinite_loop_re.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/crashers/mutation_inside_cyclegc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/crashers/recursive_call.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/crashers/trace_at_recursion_limit.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/crashers/underlying_dict.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/curses_tests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/data/README", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dataclass_module_1.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dataclass_module_1_str.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dataclass_module_2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dataclass_module_2_str.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dataclass_textanno.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/datetimetester.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/abs.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/add.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/and.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/base.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/clamp.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/class.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/compare.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/comparetotal.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/comparetotmag.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/copy.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/copyabs.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/copynegate.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/copysign.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddAbs.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddAdd.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddAnd.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddBase.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddCanonical.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddClass.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddCompare.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddCompareSig.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddCompareTotal.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddCompareTotalMag.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddCopy.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddCopyAbs.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddCopyNegate.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddCopySign.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddDivide.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddDivideInt.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddEncode.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddFMA.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddInvert.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddLogB.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddMax.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddMaxMag.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddMin.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddMinMag.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddMinus.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddMultiply.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddNextMinus.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddNextPlus.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddNextToward.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddOr.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddPlus.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddQuantize.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddReduce.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddRemainder.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddRemainderNear.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddRotate.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddSameQuantum.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddScaleB.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddShift.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddSubtract.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddToIntegral.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ddXor.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/decDouble.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/decQuad.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/decSingle.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/divide.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/divideint.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqAbs.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqAdd.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqAnd.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqBase.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqCanonical.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqClass.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqCompare.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqCompareSig.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqCompareTotal.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqCompareTotalMag.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqCopy.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqCopyAbs.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqCopyNegate.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqCopySign.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqDivide.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqDivideInt.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqEncode.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqFMA.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqInvert.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqLogB.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqMax.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqMaxMag.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqMin.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqMinMag.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqMinus.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqMultiply.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqNextMinus.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqNextPlus.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqNextToward.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqOr.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqPlus.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqQuantize.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqReduce.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqRemainder.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqRemainderNear.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqRotate.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqSameQuantum.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqScaleB.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqShift.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqSubtract.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqToIntegral.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dqXor.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dsBase.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/dsEncode.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/exp.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/extra.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/fma.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/inexact.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/invert.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/ln.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/log10.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/logb.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/max.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/maxmag.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/min.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/minmag.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/minus.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/multiply.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/nextminus.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/nextplus.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/nexttoward.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/or.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/plus.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/power.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/powersqrt.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/quantize.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/randomBound32.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/randoms.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/reduce.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/remainder.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/remainderNear.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/rescale.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/rotate.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/rounding.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/samequantum.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/scaleb.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/shift.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/squareroot.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/subtract.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/testall.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/tointegral.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/tointegralx.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/decimaltestdata/xor.decTest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dis_module.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/doctest_aliases.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/double_const.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/assert_usable.d", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/assert_usable.stp", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/call_stack.d", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/call_stack.d.expected", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/call_stack.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/call_stack.stp", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/call_stack.stp.expected", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/gc.d", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/gc.d.expected", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/gc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/gc.stp", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/gc.stp.expected", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/instance.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/line.d", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/line.d.expected", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/dtracedata/line.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/eintrdata/eintr_tester.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/empty.vbs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/encoded_modules/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/encoded_modules/module_iso_8859_1.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/encoded_modules/module_koi8_r.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/exception_hierarchy.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ffdh3072.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/final_a.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/final_b.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/floating_points.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/fork_wait.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/formatfloat_testcases.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/future_test1.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/future_test2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/gdb_sample.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/good_getattr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/idnsans.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ieee754.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imghdrdata/python.bmp", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imghdrdata/python.exr", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imghdrdata/python.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imghdrdata/python.jpg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imghdrdata/python.pbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imghdrdata/python.pgm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imghdrdata/python.png", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imghdrdata/python.ppm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imghdrdata/python.ras", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imghdrdata/python.sgi", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imghdrdata/python.tiff", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imghdrdata/python.webp", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imghdrdata/python.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/imp_dummy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/inspect_fodder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/inspect_fodder2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/keycert.passwd.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/keycert.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/keycert2.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/keycert3.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/keycert4.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/keycertecc.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/leakers/README.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/leakers/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/leakers/test_ctypes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/leakers/test_selftype.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/libregrtest/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/libregrtest/cmdline.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/libregrtest/main.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/libregrtest/pgo.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/libregrtest/refleak.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/libregrtest/runtest.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/libregrtest/runtest_mp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/libregrtest/save_env.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/libregrtest/setup.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/libregrtest/utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/libregrtest/win_utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/list_tests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/lock_tests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/mailcap.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/make_ssl_certs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/mapping_tests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/math_testcases.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/memory_watchdog.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/mime.types", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/mock_socket.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/mod_generics_cache.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/mp_fork_bomb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/mp_preload.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/multibytecodec_support.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/nokia.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/nosan.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/nullbytecert.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/nullcert.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/pickletester.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/profilee.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/pstats.pck", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/pycacert.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/pycakey.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/pyclbr_input.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/pydoc_mod.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/pydocfodder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/pythoninfo.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/randv2_32.pck", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/randv2_64.pck", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/randv3.pck", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/re_tests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/recursion.tar", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/regrtest.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/relimport.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/reperf.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/revocation.crl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sample_doctest.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sample_doctest_no_docstrings.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sample_doctest_no_doctests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/secp384r1.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/selfsigned_pythontestdotnet.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/seq_tests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sgml_input.html", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/signalinterproctester.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sndhdrdata/README", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sndhdrdata/sndhdr.8svx", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sndhdrdata/sndhdr.aifc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sndhdrdata/sndhdr.aiff", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sndhdrdata/sndhdr.au", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sndhdrdata/sndhdr.hcom", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sndhdrdata/sndhdr.sndt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sndhdrdata/sndhdr.voc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sndhdrdata/sndhdr.wav", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/sortperf.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ssl_cert.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ssl_key.passwd.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ssl_key.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ssl_servers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ssltests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/string_tests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/subprocessdata/fd_status.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/subprocessdata/input_reader.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/subprocessdata/qcat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/subprocessdata/qgrep.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/subprocessdata/sigchild_ignore.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/support/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/support/bytecode_helper.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/support/hashlib_helper.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/support/logging_helper.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/support/script_helper.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/support/socket_helper.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/support/testresult.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/support/warnings_helper.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/talos-2019-0758.pem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test___all__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test___future__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test__locale.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test__opcode.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test__osx_support.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test__xxsubinterpreters.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_abc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_abstract_numbers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_aifc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_argparse.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_array.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asdl_parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_ast.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncgen.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asynchat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/echo.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/echo2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/echo3.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/functional.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_asyncio_waitfor.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_base_events.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_buffered_proto.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_context.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_events.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_futures.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_futures2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_locks.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_pep492.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_proactor_events.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_protocols.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_queues.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_runners.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_selector_events.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_sendfile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_server.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_sock_lowlevel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_sslproto.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_streams.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_subprocess.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_tasks.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_threads.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_transports.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_unix_events.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_windows_events.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/test_windows_utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncio/utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_asyncore.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_atexit.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_audioop.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_audit.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_augassign.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_base64.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_baseexception.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_bdb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_bigaddrspace.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_bigmem.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_binascii.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_binhex.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_binop.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_bisect.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_bool.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_buffer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_bufio.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_builtin.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_bytes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_bz2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_c_locale_coercion.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_calendar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_call.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_capi.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_cgi.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_cgitb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_charmapcodec.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_check_c_globals.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_class.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_clinic.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_cmath.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_cmd.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_cmd_line.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_cmd_line_script.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_code.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_code_module.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codeccallbacks.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codecencodings_cn.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codecencodings_hk.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codecencodings_iso2022.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codecencodings_jp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codecencodings_kr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codecencodings_tw.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codecmaps_cn.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codecmaps_hk.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codecmaps_jp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codecmaps_kr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codecmaps_tw.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codecs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_codeop.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_collections.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_colorsys.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_compare.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_compile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_compileall.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_complex.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_concurrent_futures.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_configparser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_contains.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_context.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_contextlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_contextlib_async.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_copy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_copyreg.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_coroutines.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_cprofile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_crashers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_crypt.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_csv.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_ctypes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_curses.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_dataclasses.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_datetime.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_dbm.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_dbm_dumb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_dbm_gnu.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_dbm_ndbm.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_decimal.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_decorators.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_defaultdict.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_deque.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_descr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_descrtut.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_devpoll.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_dict.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_dict_version.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_dictcomps.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_dictviews.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_difflib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_difflib_expect.html", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_dis.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_distutils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_doctest.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_doctest.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_doctest2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_doctest2.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_doctest3.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_doctest4.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_docxmlrpc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_dtrace.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_dynamic.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_dynamicclassattribute.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_eintr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/PyBanner048.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/audiotest.au", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_01.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_02.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_03.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_04.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_05.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_06.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_07.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_08.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_09.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_10.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_11.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_12.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_12a.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_13.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_14.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_15.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_16.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_17.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_18.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_19.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_20.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_21.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_22.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_23.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_24.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_25.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_26.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_27.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_28.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_29.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_30.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_31.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_32.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_33.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_34.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_35.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_36.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_37.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_38.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_39.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_40.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_41.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_42.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_43.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_44.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_45.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/data/msg_46.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test__encoded_words.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test__header_value_parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test_asian_codecs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test_contentmanager.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test_defect_handling.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test_email.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test_generator.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test_headerregistry.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test_inversion.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test_message.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test_parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test_pickleable.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test_policy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/test_utils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_email/torture_test.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_embed.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_ensurepip.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_enum.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_enumerate.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_eof.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_epoll.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_errno.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_exception_hierarchy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_exception_variations.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_exceptions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_extcall.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_faulthandler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_fcntl.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_file.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_file_eintr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_filecmp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_fileinput.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_fileio.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_finalization.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_float.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_flufl.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_fnmatch.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_fork1.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_format.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_fractions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_frame.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_frozen.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_fstring.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_ftplib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_funcattrs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_functools.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_future.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_future3.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_future4.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_future5.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_gc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_gdb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_generator_stop.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_generators.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_genericalias.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_genericclass.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_genericpath.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_genexps.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_getargs2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_getopt.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_getpass.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_gettext.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_glob.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_global.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_grammar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_graphlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_grp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_gzip.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_hash.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_hashlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_heapq.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_hmac.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_html.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_htmlparser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_http_cookiejar.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_http_cookies.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_httplib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_httpservers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_idle.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_imaplib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_imghdr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_imp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/basic.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/basic2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/binding.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/binding2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/from_cycle1.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/from_cycle2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/indirect.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/rebinding.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/rebinding2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/source.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/subpackage.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/subpkg/subpackage2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/subpkg/util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/use.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/circular_imports/util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/package2/submodule1.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/package2/submodule2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/package/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/package/submodule.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/unwritable/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_import/data/unwritable/x.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/abc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/builtin/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/builtin/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/builtin/test_finder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/builtin/test_loader.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data01/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data01/binary.file", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data01/subdirectory/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data01/subdirectory/binary.file", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data01/utf-16.file", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data01/utf-8.file", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data02/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data02/one/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data02/one/resource1.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data02/two/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data02/two/resource2.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data03/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data03/namespace/portion1/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data03/namespace/portion2/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data03/namespace/resource1.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data/example-21.12-py3-none-any.whl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/data/example-21.12-py3.6.egg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/extension/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/extension/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/extension/test_case_sensitivity.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/extension/test_finder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/extension/test_loader.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/extension/test_path_hook.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/fixtures.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/frozen/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/frozen/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/frozen/test_finder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/frozen/test_loader.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/import_/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/import_/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/import_/test___loader__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/import_/test___package__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/import_/test_api.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/import_/test_caching.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/import_/test_fromlist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/import_/test_meta_path.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/import_/test_packages.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/import_/test_path.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/import_/test_relative_imports.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/one.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/both_portions/foo/two.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/missing_directory.zip", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/nested_portion1.zip", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/portion1/foo/one.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/portion2/foo/two.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/project1/parent/child/one.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/project2/parent/child/two.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/project3/parent/child/three.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/namespace_pkgs/top_level_portion1.zip", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/partial/cfimport.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/partial/pool_in_threads.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/source/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/source/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/source/test_case_sensitivity.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/source/test_file_loader.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/source/test_finder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/source/test_path_hook.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/source/test_source_encoding.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/stubs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_abc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_api.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_files.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_lazy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_locks.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_main.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_metadata_api.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_namespace_pkgs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_open.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_path.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_pkg_import.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_read.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_resource.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_spec.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_threaded_import.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_windows.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/test_zip.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/threaded_import_hangers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/zipdata01/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/zipdata01/ziptestdata.zip", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/zipdata02/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_importlib/zipdata02/ziptestdata.zip", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_index.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_inspect.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_int.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_int_literal.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_io.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_ioctl.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_ipaddress.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_isinstance.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_iter.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_iterlen.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_itertools.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_decode.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_default.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_dump.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_encode_basestring_ascii.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_enum.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_fail.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_float.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_indent.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_pass1.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_pass2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_pass3.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_recursion.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_scanstring.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_separators.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_speedups.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_tool.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_json/test_unicode.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_keyword.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_keywordonlyarg.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_kqueue.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_largefile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_lib2to3.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_linecache.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_list.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_listcomps.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_lltrace.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_locale.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_logging.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_long.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_longexp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_lzma.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_mailbox.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_mailcap.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_marshal.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_math.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_memoryio.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_memoryview.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_metaclass.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_mimetypes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_minidom.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_mmap.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_module.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_modulefinder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_msilib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_multibytecodec.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_multiprocessing_fork.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_multiprocessing_forkserver.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_multiprocessing_main_handling.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_multiprocessing_spawn.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_named_expressions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_netrc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_nis.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_nntplib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_ntpath.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_numeric_tower.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_opcodes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_openpty.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_operator.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_optparse.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_ordered_dict.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_os.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_ossaudiodev.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_osx_env.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pathlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pdb.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_peepholer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_peg_generator/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_peg_generator/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_peg_generator/test_c_parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_peg_generator/test_first_sets.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_peg_generator/test_pegen.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_peg_parser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pickle.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_picklebuffer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pickletools.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pipes.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pkg.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pkgutil.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_platform.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_plistlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_poll.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_popen.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_poplib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_positional_only_arg.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_posix.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_posixpath.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pow.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pprint.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_print.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_profile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_property.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pstats.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pty.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pulldom.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pwd.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_py_compile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pyclbr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pydoc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_pyexpat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_queue.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_quopri.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_raise.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_random.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_range.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_re.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_readline.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_regrtest.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_repl.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_reprlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_resource.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_richcmp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_rlcompleter.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_robotparser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_runpy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_sax.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_sched.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_scope.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_script_helper.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_secrets.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_select.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_selectors.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_set.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_setcomps.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_shelve.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_shlex.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_shutil.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_signal.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_site.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_slice.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_smtpd.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_smtplib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_smtpnet.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_sndhdr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_socket.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_socketserver.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_sort.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_source_encoding.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_spwd.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_sqlite.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_ssl.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_startfile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_stat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_statistics.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_strftime.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_string.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_string_literals.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_stringprep.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_strptime.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_strtod.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_struct.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_structmembers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_structseq.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_subclassinit.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_subprocess.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_sunau.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_sundry.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_super.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_support.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_symbol.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_symtable.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_syntax.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_sys.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_sys_setprofile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_sys_settrace.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_sysconfig.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_syslog.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tabnanny.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tarfile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tcl.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_telnetlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tempfile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_textwrap.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_thread.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_threadedtempfile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_threading.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_threading_local.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_threadsignals.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_time.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_timeit.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_timeout.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tix.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tk.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tokenize.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_common/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_common/test_files.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_common/test_info.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_common/test_show.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_cpython/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_cpython/test___main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_cpython/test_functional.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_cpython/test_supported.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_parser/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_parser/test_declarations.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_parser/test_preprocessor.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_symbols/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_symbols/test_info.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_variables/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_variables/test_find.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_variables/test_info.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/test_variables/test_known.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_c_analyzer/util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_fixcid.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_gprof2html.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_i18n.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_lll.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_md5sum.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_pathfix.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_pdeps.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_pindent.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_reindent.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tools/test_sundry.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_trace.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_traceback.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tracemalloc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_ttk_guionly.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_ttk_textonly.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_tuple.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_turtle.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_type_comments.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_typechecks.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_types.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_typing.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_ucn.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_unary.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_unicode.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_unicode_file.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_unicode_file_functions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_unicode_identifiers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_unicodedata.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_unittest.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_univnewlines.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_unpack.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_unpack_ex.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_unparse.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_urllib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_urllib2.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_urllib2_localnet.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_urllib2net.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_urllib_response.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_urllibnet.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_urlparse.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_userdict.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_userlist.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_userstring.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_utf8_mode.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_utf8source.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_uu.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_uuid.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_venv.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_wait3.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_wait4.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_warnings/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_warnings/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_warnings/data/import_warning.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_warnings/data/stacklevel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_wave.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_weakref.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_weakset.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_webbrowser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_winconsoleio.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_winreg.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_winsound.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_with.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_wsgiref.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_xdrlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_xml_dom_minicompat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_xml_etree.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_xml_etree_c.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_xmlrpc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_xmlrpc_net.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_xxtestfuzz.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_yield_from.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_zipapp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_zipfile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_zipfile64.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_zipimport.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_zipimport_support.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_zlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_zoneinfo/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_zoneinfo/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_zoneinfo/_support.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_zoneinfo/data/update_test_data.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_zoneinfo/data/zoneinfo_data.json", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/test_zoneinfo/test_zoneinfo.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/testcodec.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/testtar.tar", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/tf_inherit_check.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/time_hashlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/tokenize_tests.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/tracedmodules/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/tracedmodules/testmod.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/win_console_handler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/README", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/c14nComment.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/c14nPrefix.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/c14nPrefixQname.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/c14nPrefixQnameXpathElem.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/c14nQname.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/c14nQnameElem.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/c14nQnameXpathElem.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/c14nTrim.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/doc.dtd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/doc.xsl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/inC14N1.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/inC14N2.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/inC14N3.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/inC14N4.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/inC14N5.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/inC14N6.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/inNsContent.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/inNsDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/inNsPushdown.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/inNsRedecl.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/inNsSort.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/inNsSuperfluous.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/inNsXml.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nComment.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inC14N1_c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inC14N2_c14nTrim.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nPrefix.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inC14N3_c14nTrim.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inC14N4_c14nTrim.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inC14N5_c14nTrim.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inC14N6_c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nPrefixQnameXpathElem.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameElem.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsContent_c14nQnameXpathElem.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsDefault_c14nPrefix.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsPushdown_c14nPrefix.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsRedecl_c14nPrefix.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsSort_c14nPrefix.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsSuperfluous_c14nPrefix.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nDefault.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefix.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nPrefixQname.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/out_inNsXml_c14nQname.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/c14n-20/world.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/expat224_utf8_bug.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/simple-ns.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/simple.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/test.xml", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltestdata/test.xml.out", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/xmltests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/zip_cp437_header.zip", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/zipdir.zip", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ziptestdata/README.md", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ziptestdata/exe_with_z64", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ziptestdata/exe_with_zip", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ziptestdata/header.sh", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/test/ziptestdata/testdata_module_inside_zip.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/textwrap.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/this.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/threading.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/timeit.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/colorchooser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/commondialog.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/constants.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/dialog.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/dnd.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/filedialog.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/font.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/messagebox.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/scrolledtext.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/simpledialog.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/README", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/runtktests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/support.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_tkinter/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_tkinter/test_colorchooser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_tkinter/test_font.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_tkinter/test_geometry_managers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_tkinter/test_images.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_tkinter/test_loadtk.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_tkinter/test_misc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_tkinter/test_simpledialog.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_tkinter/test_text.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_tkinter/test_variables.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_tkinter/test_widgets.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_ttk/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_ttk/test_extensions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_ttk/test_functions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_ttk/test_style.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/test_ttk/test_widgets.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/test/widget_tests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/tix.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tkinter/ttk.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/token.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tokenize.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/trace.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/traceback.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tracemalloc.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/tty.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtle.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/bytedesign.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/chaos.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/clock.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/colormixer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/forest.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/fractalcurves.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/lindenmayer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/minimal_hanoi.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/nim.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/paint.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/peace.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/penrose.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/planet_and_moon.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/rosette.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/round_dance.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/sorting_animate.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/tree.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/turtle.cfg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/two_canvases.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/turtledemo/yinyang.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/types.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/typing.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/_log.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/async_case.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/case.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/loader.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/main.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/mock.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/result.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/runner.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/signals.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/suite.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/_test_warnings.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/dummy.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/support.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/test_assertions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/test_async_case.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/test_break.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/test_case.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/test_discovery.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/test_functiontestcase.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/test_loader.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/test_program.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/test_result.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/test_runner.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/test_setups.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/test_skipping.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/test_suite.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/testmock/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/testmock/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/testmock/support.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/testmock/testasync.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/testmock/testcallable.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/testmock/testhelpers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/testmock/testmagicmethods.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/testmock/testmock.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/testmock/testpatch.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/testmock/testsealable.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/testmock/testsentinel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/test/testmock/testwith.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/unittest/util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/urllib/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/urllib/error.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/urllib/parse.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/urllib/request.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/urllib/response.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/urllib/robotparser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/uu.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/uuid.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/venv/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/venv/__main__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/venv/scripts/common/Activate.ps1", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/venv/scripts/common/activate", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/venv/scripts/nt/activate.bat", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/venv/scripts/nt/deactivate.bat", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/venv/scripts/nt/python.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/venv/scripts/nt/pythonw.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/venv/scripts/posix/activate.csh", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/venv/scripts/posix/activate.fish", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/warnings.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/wave.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/weakref.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/webbrowser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/wsgiref/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/wsgiref/handlers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/wsgiref/headers.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/wsgiref/simple_server.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/wsgiref/util.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/wsgiref/validate.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xdrlib.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/dom/NodeFilter.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/dom/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/dom/domreg.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/dom/expatbuilder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/dom/minicompat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/dom/minidom.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/dom/pulldom.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/dom/xmlbuilder.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/etree/ElementInclude.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/etree/ElementPath.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/etree/ElementTree.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/etree/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/etree/cElementTree.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/parsers/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/parsers/expat.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/sax/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/sax/_exceptions.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/sax/expatreader.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/sax/handler.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/sax/saxutils.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xml/sax/xmlreader.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xmlrpc/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xmlrpc/client.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/xmlrpc/server.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/zipapp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/zipfile.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/zipimport.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/zoneinfo/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/zoneinfo/_common.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/zoneinfo/_tzpath.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Lib/zoneinfo/_zoneinfo.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/NEWS.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Python_Windows_Binary_v3.9.tps", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Scripts/pip.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Scripts/pip3.9.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Scripts/pip3.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/demo/beer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/demo/eiffel.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/demo/hanoi.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/demo/life.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/demo/markov.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/demo/mcast.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/demo/queens.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/demo/redemo.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/demo/rpython.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/demo/rpythond.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/demo/sortvisu.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/demo/spreadsheet.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/demo/vector.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/i18n/makelocalealias.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/i18n/msgfmt.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/i18n/pygettext.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/ChipViewer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/ColorDB.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/DetailsViewer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/ListViewer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/Main.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/PyncheWidget.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/StripViewer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/Switchboard.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/TextViewer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/TypeinViewer.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/X/rgb.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/X/xlicense.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/__init__.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/html40colors.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/namedcolors.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/pyColorChooser.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/pynche.pyw", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/webcolors.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/pynche/websafe.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/2to3.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/abitype.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/analyze_dxp.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/byext.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/byteyears.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/checkpip.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/cleanfuture.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/combinerefs.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/copytime.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/crlf.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/db2pickle.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/diff.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/dutree.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/eptags.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/find-uname.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/find_recursionlimit.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/finddiv.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/findlinksto.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/findnocoding.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/fixcid.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/fixdiv.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/fixheader.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/fixnotice.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/fixps.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/generate_opcode_h.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/generate_symbol_py.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/generate_token.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/get-remote-certificate.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/google.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/gprof2html.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/highlight.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/ifdef.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/import_diagnostics.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/lfcr.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/linktree.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/lll.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/mailerdaemon.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/make_ctype.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/md5sum.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/mkreal.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/ndiff.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/nm2def.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/objgraph.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/parse_html5_entities.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/parseentities.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/patchcheck.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/pathfix.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/pdeps.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/pep384_macrocheck.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/pickle2db.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/pindent.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/ptags.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/pydoc3.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/pysource.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/reindent-rst.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/reindent.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/rgrep.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/run_tests.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/serve.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/smelly.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/suff.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/texi2html.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/untabify.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/update_file.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/var_access_benchmark.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/which.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/Tools/scripts/win_add2path.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/python.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/python3.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/python39.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/pythonw.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/dde1.4/pkgIndex.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/dde1.4/tcldde14.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/nmake/nmakehlp.c", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/nmake/rules.vc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/nmake/targets.vc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/nmake/tcl.nmake", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/reg1.3/pkgIndex.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/reg1.3/tclreg13.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/auto.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/clock.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/ascii.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/big5.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp1250.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp1251.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp1252.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp1253.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp1254.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp1255.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp1256.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp1257.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp1258.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp437.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp737.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp775.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp850.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp852.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp855.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp857.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp860.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp861.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp862.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp863.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp864.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp865.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp866.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp869.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp874.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp932.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp936.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp949.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/cp950.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/dingbats.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/ebcdic.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/euc-cn.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/euc-jp.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/euc-kr.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/gb12345.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/gb1988.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/gb2312-raw.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/gb2312.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso2022-jp.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso2022-kr.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso2022.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-1.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-10.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-13.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-14.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-15.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-16.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-2.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-3.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-4.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-5.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-6.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-7.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-8.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/iso8859-9.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/jis0201.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/jis0208.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/jis0212.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/koi8-r.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/koi8-u.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/ksc5601.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/macCentEuro.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/macCroatian.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/macCyrillic.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/macDingbats.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/macGreek.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/macIceland.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/macJapan.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/macRoman.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/macRomania.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/macThai.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/macTurkish.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/macUkraine.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/shiftjis.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/symbol.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/encoding/tis-620.enc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/history.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/http1.0/http.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/http1.0/pkgIndex.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/init.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/af.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/af_za.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ar.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ar_in.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ar_jo.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ar_lb.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ar_sy.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/be.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/bg.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/bn.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/bn_in.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ca.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/cs.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/da.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/de.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/de_at.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/de_be.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/el.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/en_au.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/en_be.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/en_bw.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/en_ca.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/en_gb.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/en_hk.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/en_ie.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/en_in.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/en_nz.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/en_ph.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/en_sg.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/en_za.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/en_zw.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/eo.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_ar.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_bo.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_cl.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_co.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_cr.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_do.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_ec.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_gt.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_hn.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_mx.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_ni.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_pa.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_pe.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_pr.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_py.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_sv.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_uy.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/es_ve.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/et.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/eu.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/eu_es.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/fa.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/fa_in.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/fa_ir.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/fi.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/fo.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/fo_fo.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/fr.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/fr_be.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/fr_ca.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/fr_ch.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ga.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ga_ie.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/gl.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/gl_es.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/gv.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/gv_gb.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/he.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/hi.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/hi_in.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/hr.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/hu.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/id.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/id_id.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/is.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/it.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/it_ch.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ja.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/kl.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/kl_gl.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ko.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ko_kr.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/kok.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/kok_in.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/kw.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/kw_gb.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/lt.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/lv.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/mk.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/mr.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/mr_in.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ms.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ms_my.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/mt.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/nb.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/nl.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/nl_be.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/nn.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/pl.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/pt.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/pt_br.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ro.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ru.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ru_ua.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/sh.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/sk.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/sl.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/sq.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/sr.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/sv.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/sw.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ta.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/ta_in.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/te.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/te_in.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/th.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/tr.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/uk.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/vi.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/zh.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/zh_cn.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/zh_hk.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/zh_sg.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/msgs/zh_tw.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/opt0.4/optparse.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/opt0.4/pkgIndex.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/package.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/parray.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/safe.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tclIndex", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tm.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Abidjan", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Accra", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Addis_Ababa", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Algiers", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Asmara", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Asmera", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Bamako", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Bangui", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Banjul", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Bissau", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Blantyre", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Brazzaville", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Bujumbura", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Cairo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Casablanca", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Ceuta", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Conakry", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Dakar", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Dar_es_Salaam", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Djibouti", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Douala", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/El_Aaiun", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Freetown", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Gaborone", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Harare", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Johannesburg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Juba", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Kampala", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Khartoum", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Kigali", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Kinshasa", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Lagos", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Libreville", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Lome", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Luanda", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Lubumbashi", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Lusaka", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Malabo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Maputo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Maseru", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Mbabane", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Mogadishu", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Monrovia", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Nairobi", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Ndjamena", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Niamey", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Nouakchott", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Ouagadougou", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Porto-Novo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Sao_Tome", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Timbuktu", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Tripoli", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Tunis", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Africa/Windhoek", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Adak", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Anchorage", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Anguilla", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Antigua", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Araguaina", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Argentina/Buenos_Aires", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Argentina/Catamarca", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Argentina/ComodRivadavia", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Argentina/Cordoba", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Argentina/Jujuy", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Argentina/La_Rioja", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Argentina/Mendoza", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Argentina/Rio_Gallegos", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Argentina/Salta", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Argentina/San_Juan", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Argentina/San_Luis", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Argentina/Tucuman", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Argentina/Ushuaia", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Aruba", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Asuncion", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Atikokan", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Atka", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Bahia", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Bahia_Banderas", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Barbados", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Belem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Belize", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Blanc-Sablon", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Boa_Vista", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Bogota", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Boise", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Buenos_Aires", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Cambridge_Bay", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Campo_Grande", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Cancun", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Caracas", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Catamarca", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Cayenne", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Cayman", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Chicago", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Chihuahua", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Coral_Harbour", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Cordoba", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Costa_Rica", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Creston", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Cuiaba", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Curacao", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Danmarkshavn", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Dawson", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Dawson_Creek", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Denver", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Detroit", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Dominica", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Edmonton", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Eirunepe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/El_Salvador", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Ensenada", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Fort_Nelson", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Fort_Wayne", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Fortaleza", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Glace_Bay", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Godthab", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Goose_Bay", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Grand_Turk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Grenada", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Guadeloupe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Guatemala", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Guayaquil", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Guyana", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Halifax", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Havana", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Hermosillo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Indiana/Indianapolis", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Indiana/Knox", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Indiana/Marengo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Indiana/Petersburg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Indiana/Tell_City", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Indiana/Vevay", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Indiana/Vincennes", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Indiana/Winamac", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Indianapolis", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Inuvik", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Iqaluit", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Jamaica", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Jujuy", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Juneau", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Kentucky/Louisville", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Kentucky/Monticello", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Knox_IN", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Kralendijk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/La_Paz", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Lima", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Los_Angeles", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Louisville", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Lower_Princes", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Maceio", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Managua", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Manaus", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Marigot", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Martinique", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Matamoros", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Mazatlan", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Mendoza", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Menominee", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Merida", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Metlakatla", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Mexico_City", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Miquelon", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Moncton", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Monterrey", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Montevideo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Montreal", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Montserrat", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Nassau", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/New_York", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Nipigon", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Nome", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Noronha", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/North_Dakota/Beulah", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/North_Dakota/Center", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/North_Dakota/New_Salem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Ojinaga", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Panama", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Pangnirtung", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Paramaribo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Phoenix", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Port-au-Prince", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Port_of_Spain", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Porto_Acre", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Porto_Velho", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Puerto_Rico", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Punta_Arenas", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Rainy_River", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Rankin_Inlet", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Recife", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Regina", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Resolute", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Rio_Branco", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Rosario", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Santa_Isabel", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Santarem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Santiago", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Santo_Domingo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Sao_Paulo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Scoresbysund", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Shiprock", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Sitka", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/St_Barthelemy", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/St_Johns", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/St_Kitts", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/St_Lucia", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/St_Thomas", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/St_Vincent", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Swift_Current", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Tegucigalpa", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Thule", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Thunder_Bay", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Tijuana", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Toronto", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Tortola", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Vancouver", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Virgin", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Whitehorse", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Winnipeg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Yakutat", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/America/Yellowknife", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Antarctica/Casey", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Antarctica/Davis", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Antarctica/DumontDUrville", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Antarctica/Macquarie", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Antarctica/Mawson", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Antarctica/McMurdo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Antarctica/Palmer", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Antarctica/Rothera", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Antarctica/South_Pole", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Antarctica/Syowa", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Antarctica/Troll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Antarctica/Vostok", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Arctic/Longyearbyen", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Aden", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Almaty", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Amman", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Anadyr", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Aqtau", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Aqtobe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Ashgabat", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Ashkhabad", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Atyrau", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Baghdad", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Bahrain", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Baku", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Bangkok", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Barnaul", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Beirut", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Bishkek", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Brunei", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Calcutta", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Chita", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Choibalsan", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Chongqing", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Chungking", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Colombo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Dacca", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Damascus", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Dhaka", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Dili", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Dubai", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Dushanbe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Famagusta", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Gaza", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Harbin", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Hebron", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Ho_Chi_Minh", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Hong_Kong", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Hovd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Irkutsk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Istanbul", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Jakarta", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Jayapura", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Jerusalem", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Kabul", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Kamchatka", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Karachi", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Kashgar", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Kathmandu", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Katmandu", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Khandyga", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Kolkata", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Krasnoyarsk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Kuala_Lumpur", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Kuching", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Kuwait", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Macao", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Macau", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Magadan", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Makassar", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Manila", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Muscat", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Nicosia", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Novokuznetsk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Novosibirsk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Omsk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Oral", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Phnom_Penh", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Pontianak", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Pyongyang", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Qatar", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Qyzylorda", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Rangoon", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Riyadh", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Saigon", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Sakhalin", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Samarkand", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Seoul", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Shanghai", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Singapore", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Srednekolymsk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Taipei", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Tashkent", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Tbilisi", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Tehran", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Tel_Aviv", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Thimbu", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Thimphu", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Tokyo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Tomsk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Ujung_Pandang", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Ulaanbaatar", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Ulan_Bator", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Urumqi", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Ust-Nera", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Vientiane", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Vladivostok", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Yakutsk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Yangon", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Yekaterinburg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Asia/Yerevan", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Atlantic/Azores", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Atlantic/Bermuda", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Atlantic/Canary", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Atlantic/Cape_Verde", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Atlantic/Faeroe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Atlantic/Faroe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Atlantic/Jan_Mayen", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Atlantic/Madeira", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Atlantic/Reykjavik", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Atlantic/South_Georgia", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Atlantic/St_Helena", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Atlantic/Stanley", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/ACT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Adelaide", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Brisbane", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Broken_Hill", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Canberra", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Currie", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Darwin", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Eucla", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Hobart", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/LHI", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Lindeman", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Lord_Howe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Melbourne", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/NSW", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/North", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Perth", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Queensland", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/South", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Sydney", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Tasmania", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Victoria", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/West", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Australia/Yancowinna", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Brazil/Acre", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Brazil/DeNoronha", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Brazil/East", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Brazil/West", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/CET", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/CST6CDT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Canada/Atlantic", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Canada/Central", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Canada/East-Saskatchewan", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Canada/Eastern", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Canada/Mountain", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Canada/Newfoundland", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Canada/Pacific", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Canada/Saskatchewan", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Canada/Yukon", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Chile/Continental", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Chile/EasterIsland", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Cuba", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/EET", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/EST", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/EST5EDT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Egypt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Eire", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT+0", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT+1", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT+10", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT+11", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT+12", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT+2", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT+3", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT+4", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT+5", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT+6", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT+7", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT+8", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT+9", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-0", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-1", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-10", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-11", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-12", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-13", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-14", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-2", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-3", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-4", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-5", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-6", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-7", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-8", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT-9", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/GMT0", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/Greenwich", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/UCT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/UTC", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/Universal", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Etc/Zulu", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Amsterdam", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Andorra", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Astrakhan", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Athens", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Belfast", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Belgrade", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Berlin", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Bratislava", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Brussels", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Bucharest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Budapest", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Busingen", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Chisinau", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Copenhagen", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Dublin", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Gibraltar", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Guernsey", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Helsinki", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Isle_of_Man", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Istanbul", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Jersey", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Kaliningrad", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Kiev", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Kirov", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Lisbon", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Ljubljana", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/London", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Luxembourg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Madrid", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Malta", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Mariehamn", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Minsk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Monaco", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Moscow", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Nicosia", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Oslo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Paris", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Podgorica", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Prague", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Riga", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Rome", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Samara", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/San_Marino", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Sarajevo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Saratov", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Simferopol", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Skopje", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Sofia", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Stockholm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Tallinn", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Tirane", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Tiraspol", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Ulyanovsk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Uzhgorod", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Vaduz", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Vatican", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Vienna", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Vilnius", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Volgograd", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Warsaw", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Zagreb", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Zaporozhye", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Europe/Zurich", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/GB", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/GB-Eire", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/GMT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/GMT+0", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/GMT-0", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/GMT0", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Greenwich", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/HST", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Hongkong", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Iceland", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Indian/Antananarivo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Indian/Chagos", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Indian/Christmas", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Indian/Cocos", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Indian/Comoro", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Indian/Kerguelen", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Indian/Mahe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Indian/Maldives", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Indian/Mauritius", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Indian/Mayotte", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Indian/Reunion", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Iran", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Israel", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Jamaica", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Japan", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Kwajalein", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Libya", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/MET", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/MST", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/MST7MDT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Mexico/BajaNorte", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Mexico/BajaSur", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Mexico/General", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/NZ", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/NZ-CHAT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Navajo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/PRC", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/PST8PDT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Apia", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Auckland", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Bougainville", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Chatham", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Chuuk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Easter", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Efate", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Enderbury", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Fakaofo", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Fiji", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Funafuti", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Galapagos", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Gambier", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Guadalcanal", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Guam", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Honolulu", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Johnston", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Kiritimati", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Kosrae", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Kwajalein", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Majuro", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Marquesas", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Midway", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Nauru", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Niue", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Norfolk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Noumea", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Pago_Pago", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Palau", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Pitcairn", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Pohnpei", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Ponape", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Port_Moresby", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Rarotonga", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Saipan", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Samoa", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Tahiti", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Tarawa", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Tongatapu", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Truk", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Wake", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Wallis", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Pacific/Yap", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Poland", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Portugal", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/ROC", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/ROK", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Singapore", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/SystemV/AST4", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/SystemV/AST4ADT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/SystemV/CST6", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/SystemV/CST6CDT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/SystemV/EST5", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/SystemV/EST5EDT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/SystemV/HST10", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/SystemV/MST7", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/SystemV/MST7MDT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/SystemV/PST8", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/SystemV/PST8PDT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/SystemV/YST9", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/SystemV/YST9YDT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Turkey", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/UCT", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/US/Alaska", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/US/Aleutian", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/US/Arizona", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/US/Central", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/US/East-Indiana", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/US/Eastern", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/US/Hawaii", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/US/Indiana-Starke", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/US/Michigan", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/US/Mountain", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/US/Pacific", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/US/Pacific-New", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/US/Samoa", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/UTC", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Universal", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/W-SU", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/WET", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/tzdata/Zulu", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8.6/word.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl86t.lib", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8/8.4/platform-1.0.14.tm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8/8.4/platform/shell-1.1.4.tm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8/8.5/msgcat-1.6.1.tm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8/8.5/tcltest-2.5.0.tm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tcl8/8.6/http-2.9.0.tm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tclConfig.sh", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tclooConfig.sh", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tclstub86.lib", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Balloon.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/BtnBox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/CObjView.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/ChkList.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/ComboBox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Compat.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Console.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Control.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/DefSchm.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/DialogS.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/DirBox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/DirDlg.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/DirList.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/DirTree.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/DragDrop.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/DtlList.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/EFileBox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/EFileDlg.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Event.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/FileBox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/FileCbx.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/FileDlg.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/FileEnt.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/FloatEnt.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Grid.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/HList.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/HListDD.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/IconView.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Init.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/LabEntry.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/LabFrame.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/LabWidg.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/ListNBk.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Makefile", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Meter.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/MultView.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/NoteBook.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/OldUtil.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/OptMenu.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/PanedWin.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/PopMenu.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Primitiv.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/ResizeH.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/SGrid.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/SHList.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/SListBox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/STList.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/SText.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/SWidget.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/SWindow.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Select.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Shell.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/SimpDlg.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/StackWin.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/StatBar.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/StdBBox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/StdShell.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/TList.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Tix.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Tree.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Utils.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/VResize.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/VStack.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/VTree.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/Variable.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/WInfo.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/act_fold.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/act_fold.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/act_fold.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/balarrow.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/cbxarrow.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/ck_def.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/ck_off.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/ck_on.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/cross.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/decr.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/drop.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/file.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/file.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/file.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/folder.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/folder.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/folder.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/harddisk.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/hourglas.mask", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/hourglas.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/incr.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/info.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/info.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/maximize.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/minimize.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/minus.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/minus.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/minus.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/minusarm.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/minusarm.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/minusarm.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/mktransgif.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/network.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/no_entry.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/no_entry.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/openfile.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/openfold.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/openfold.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/openfold.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/plus.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/plus.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/plus.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/plusarm.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/plusarm.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/plusarm.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/resize1.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/resize2.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/restore.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/srcfile.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/srcfile.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/srcfile.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/system.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/textfile.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/textfile.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/textfile.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/tick.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/warning.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/bitmaps/warning.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/MkChoose.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/MkDirLis.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/MkSample.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/MkScroll.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/about.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/bold.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/capital.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/centerj.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/code.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/combobox.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/combobox.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/drivea.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/drivea.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/exit.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/filebox.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/filebox.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/harddisk.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/harddisk.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/italic.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/justify.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/leftj.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/netw.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/netw.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/network.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/network.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/optmenu.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/rightj.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/select.xpm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/tix.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/bitmaps/underlin.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/AllSampl.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/ArrowBtn.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/Balloon.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/BtnBox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/CObjView.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/ChkList.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/CmpImg.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/CmpImg1.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/CmpImg2.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/CmpImg3.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/CmpImg4.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/ComboBox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/Control.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/DirDlg.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/DirList.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/DirTree.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/DragDrop.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/DynTree.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/EFileDlg.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/EditGrid.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/FileDlg.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/FileEnt.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/HList1.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/LabEntry.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/LabFrame.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/ListNBK.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/Meter.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/NoteBook.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/OptMenu.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/PanedWin.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/PopMenu.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/SGrid0.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/SGrid1.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/SHList.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/SHList2.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/SListBox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/STList1.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/STList2.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/STList3.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/SText.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/SWindow.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/Sample.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/Select.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/StdBBox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/Tree.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/Xpm.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/samples/Xpm1.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/tclIndex", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/tixwidgets.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/demos/widget", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/fs.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pkgIndex.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/10Point.fs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/10Point.fsc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/12Point.fs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/12Point.fsc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/14Point.fs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/14Point.fsc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/Bisque.cs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/Bisque.csc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/Blue.cs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/Blue.csc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/Gray.cs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/Gray.csc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/Makefile", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/Old12Pt.fs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/Old14Pt.fs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/SGIGray.cs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/SGIGray.csc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/TK.cs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/TK.csc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/TK.fs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/TK.fsc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/TixGray.cs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/TixGray.csc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/TkWin.cs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/TkWin.csc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/TkWin.fs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/TkWin.fsc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/WmDefault.cs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/WmDefault.csc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/WmDefault.fs", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/WmDefault.fsc", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/WmDefault.py", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/WmDefault.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/WmDefault.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/pkgIndex.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/pref/tixmkpref", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/tix84.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tix8.4.3/tix84.lib", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/bgerror.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/button.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/choosedir.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/clrpick.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/comdlg.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/console.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/README", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/anilabel.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/aniwave.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/arrow.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/bind.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/bitmap.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/browse", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/button.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/check.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/clrpick.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/colors.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/combo.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/cscroll.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/ctext.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/dialog1.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/dialog2.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/en.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/entry1.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/entry2.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/entry3.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/filebox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/floor.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/fontchoose.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/form.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/goldberg.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/hello", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/hscale.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/icon.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/image1.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/image2.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/images/earth.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/images/earthmenu.png", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/images/earthris.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/images/flagdown.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/images/flagup.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/images/gray25.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/images/letters.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/images/noletter.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/images/ouster.png", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/images/pattern.xbm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/images/tcllogo.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/images/teapot.ppm", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/items.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/ixset", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/knightstour.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/label.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/labelframe.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/license.terms", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/mclist.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/menu.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/menubu.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/msgbox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/nl.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/paned1.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/paned2.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/pendulum.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/plot.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/puzzle.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/radio.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/rmt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/rolodex", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/ruler.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/sayings.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/search.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/spin.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/square", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/states.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/style.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/tclIndex", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/tcolor", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/text.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/textpeer.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/timer", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/toolbar.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/tree.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/ttkbut.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/ttkmenu.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/ttknote.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/ttkpane.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/ttkprogress.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/ttkscale.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/twind.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/unicodeout.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/vscale.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/demos/widget", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/dialog.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/entry.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/focus.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/fontchooser.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/iconlist.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/icons.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/images/README", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/images/logo.eps", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/images/logo100.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/images/logo64.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/images/logoLarge.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/images/logoMed.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/images/pwrdLogo.eps", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/images/pwrdLogo100.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/images/pwrdLogo150.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/images/pwrdLogo175.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/images/pwrdLogo200.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/images/pwrdLogo75.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/images/tai-ku.gif", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/license.terms", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/listbox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/megawidget.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/menu.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/mkpsenc.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgbox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/cs.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/da.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/de.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/el.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/en.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/en_gb.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/eo.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/es.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/fr.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/hu.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/it.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/nl.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/pl.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/pt.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/ru.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/msgs/sv.msg", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/obsolete.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/optMenu.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/palette.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/panedwindow.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/pkgIndex.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/safetk.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/scale.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/scrlbar.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/spinbox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/tclIndex", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/tearoff.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/text.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/tk.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/tkfbox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/altTheme.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/aquaTheme.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/button.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/clamTheme.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/classicTheme.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/combobox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/cursors.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/defaults.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/entry.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/fonts.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/menubutton.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/notebook.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/panedwindow.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/progress.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/scale.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/scrollbar.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/sizegrip.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/spinbox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/treeview.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/ttk.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/utils.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/vistaTheme.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/winTheme.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/ttk/xpTheme.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/unsupported.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk8.6/xmfbox.tcl", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tk86t.lib", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/tcl/tkstub86.lib", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/vcruntime140.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Python3/Win64/vcruntime140_1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/ShaderConductor/Win64/ShaderConductor.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/ShaderConductor/Win64/dxcompiler.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/ShaderConductor/Win64/dxil.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Vorbis/Win64/VS2015/libvorbis_64.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Windows/DirectX/x64/d3dcompiler_47.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64/WinPixEventRuntime.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/libsndfile/Win64/libsndfile-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/MSVCP100.DLL", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/MSVCR100.DLL", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/apr_crypto_openssl-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/apr_dbd_odbc-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/apr_dbm_db-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/apr_ldap-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/changelog.txt", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/diff.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/diff3.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/diff4.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/_tbl_simple.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/adobe-stdenc.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/adobe-symbol.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/adobe-zdingbats.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/big5.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cns11643-plane1.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cns11643-plane14.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cns11643-plane2.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp037.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp038.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp10000.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp10006.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp10007.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp10029.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp1006.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp10079.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp10081.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp1026.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp273.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp274.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp275.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp277.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp278.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp280.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp281.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp284.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp285.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp290.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp297.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp420.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp423.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp424.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp437.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp500.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp737.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp775.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp850.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp851.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp852.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp855.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp856.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp857.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp860.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp861.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp862.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp863.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp864.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp865.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp866.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp868.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp869.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp870.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp871.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp874.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp875.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp880.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp891.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp903.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp904.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp905.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp918.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp932.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp936.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp949.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/cp950.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/dec-mcs.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-at-de-a.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-at-de.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-ca-fr.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-dk-no-a.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-dk-no.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-es-a.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-es-s.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-es.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-fi-se-a.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-fi-se.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-fr.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-it.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-pt.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-uk.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ebcdic-us.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/euc-jp.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/euc-kr.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/euc-tw.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/gb12345.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/gb2312.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/gb_2312-80.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/hp-roman8.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-10646-ucs-2.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-10646-ucs-4.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-2022-cn.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-2022-jp-2.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-2022-jp.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-2022-kr.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-8859-1.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-8859-10.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-8859-13.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-8859-14.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-8859-15.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-8859-2.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-8859-3.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-8859-4.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-8859-5.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-8859-6.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-8859-7.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-8859-8.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-8859-9.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-10.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-102.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-103.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-11.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-111.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-121.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-122.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-123.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-128.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-13.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-139.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-14.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-141.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-142.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-143.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-146.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-147.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-15.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-150.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-151.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-152.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-153.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-154.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-155.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-158.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-16.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-17.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-18.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-19.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-2.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-21.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-25.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-27.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-37.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-4.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-47.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-49.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-50.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-51.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-54.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-55.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-57.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-60.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-61.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-69.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-70.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-8-1.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-8-2.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-84.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-85.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-86.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-88.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-89.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-9-1.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-9-2.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-90.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-91.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-92.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-93.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-94.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-95.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-96.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-98.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso-ir-99.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso646-dk.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/iso646-kr.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/jis_x0201.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/jis_x0208-1983.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/jis_x0212-1990.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/johab.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/koi8-r.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/koi8-ru.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/koi8-u.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ksx1001.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/mac-ce.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/mac-croatian.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/mac-cyrillic.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/mac-dingbats.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/mac-greek.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/mac-iceland.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/mac-japan.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/mac-roman.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/mac-romania.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/mac-thai.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/mac-turkish.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/mac-ukraine.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/macintosh.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/osd_ebcdic_df04_1.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/osd_ebcdic_df04_15.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/shift_jis.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ucs2-internal.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/ucs4-internal.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/unicode-1-1-utf-7.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/us-ascii.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/utf-16.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/utf-8.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/windows-1250.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/windows-1251.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/windows-1252.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/windows-1253.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/windows-1254.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/windows-1255.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/windows-1256.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/windows-1257.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/iconv/windows-1258.so", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libapr-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libapriconv-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libaprutil-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libdb62.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libeay32.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libsasl.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libserf-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libsvn_client-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libsvn_delta-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libsvn_diff-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libsvn_fs-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libsvn_ra-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libsvn_repos-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libsvn_subr-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libsvn_swig_perl-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libsvn_swig_py-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libsvn_wc-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/libsvnjavahl-1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/license/APR-Iconv.license", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/license/APR-Util.license", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/license/APR.license", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/license/Berkeley-DB.license", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/license/CyrusSASL.license", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/license/OpenSSL.license", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/license/Serf.license", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/license/Subversion.license", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/license/Swig.license", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/license/ZLib.license", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/saslANONYMOUS.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/saslCRAMMD5.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/saslDIGESTMD5.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/saslLOGIN.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/saslNTLM.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/saslOTP.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/saslPLAIN.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/saslSASLDB.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/saslSCRAM.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/saslSRP.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/ssleay32.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svn-populate-node-origins-index.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svn.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svnadmin.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svnauthz-validate.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svnauthz.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svnbench.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svndumpfilter.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svnfsfs.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svnlook.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svnmucc.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svnraisetreeconflict.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svnrdump.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svnserve.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svnsync.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/svnversion.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/ThirdParty/svn/Win64/zlib1.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/AgentInterface.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/AgentInterface.pdb", - "Type": "DebugNonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/EpicWebHelper.exe", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/OpenColorIO_2_2.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/OpenImageDenoise.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.10.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.5.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.6.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.7.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.8.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/oo2tex_win64_2.9.9.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Binaries/Win64/tbb12.dll", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Content/SlateDebug/Fonts/LastResort.tps", - "Type": "DebugNonUFS" - }, - { - "Path": "$(EngineDir)/Content/SlateDebug/Fonts/LastResort.ttf", - "Type": "DebugNonUFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/DeveloperDirectoryContent.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/EditorGroupBorder.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/ErrorFilter.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/ExcludedTestsFilter.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/Fail.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/GameGroupBorder.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/Groups.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/InProcess.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/NoSessionWarning.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/NotEnoughParticipants.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/NotRun.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/Participant.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/ParticipantsWarning.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/RefreshTests.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/RefreshWorkers.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/RunTests.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/SmokeTest.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/SmokeTestFilter.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/SmokeTestParent.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/StopTests.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/Success.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/TrackTestHistory.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/VisualCommandlet.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/Warning.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Automation/WarningFilter.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Checkerboard.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/BoxShadow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Button.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Button_Disabled.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Button_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Button_Pressed.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Check.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/CheckBox.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/CheckBox_Checked.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/CheckBox_Checked_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/CheckBox_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/CheckBox_Undetermined.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/CheckBox_Undetermined_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Checker.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Circle.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ColorGradingWheel.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ColorPicker_Mode_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ColorPicker_Separator.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ColorPicker_SliderHandle.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ColorSpectrum.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ColorWheel.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ColumnHeader.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ColumnHeaderMenuButton_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ColumnHeaderMenuButton_Normal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ColumnHeader_Arrow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ColumnHeader_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ComboArrow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/CursorPing.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/DarkGroupBorder.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/DebugBorder.PNG", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Delimiter.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/DownArrow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/DropZoneIndicator_Above.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/DropZoneIndicator_Below.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/DropZoneIndicator_Onto.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/EditableTextSelectionBackground.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/EventMessage_Default.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ExpansionButton_CloseOverlay.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/GroupBorder.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/GroupBorder_Shape.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/HeaderSplitterGrip.PNG", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/LastColumnHeader_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/LeftArrow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/LightGroupBorder.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/NoiseBackground.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/PlainBorder.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ProfileVisualizer_Mono.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ProfileVisualizer_Normal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ProfileVisualizer_Selected.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ProgressBar_Background.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ProgressBar_Fill.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ProgressBar_Marquee.PNG", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/RadioButton_SelectedBack_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/RadioButton_Selected_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/RadioButton_Unselected_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/RoundedSelection_16x.PNG", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ScrollBorderShadowBottom.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ScrollBorderShadowTop.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ScrollBoxShadowBottom.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ScrollBoxShadowLeft.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ScrollBoxShadowRight.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/ScrollBoxShadowTop.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Scrollbar_Background_Horizontal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Scrollbar_Background_Vertical.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Scrollbar_Thumb.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SearchGlass.PNG", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Selection.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Selector.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Separator.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SmallCheck.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SmallCheckBox.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SmallCheckBox_Checked.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SmallCheckBox_Checked_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SmallCheckBox_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SmallCheckBox_Undetermined.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SmallCheckBox_Undetermined_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SortDownArrow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SortDownArrows.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SortUpArrow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SortUpArrows.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SpinArrows.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Spinbox.PNG", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Spinbox_Fill.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Spinbox_Fill_Dark.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Spinbox_Fill_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Spinbox_Fill_Hovered_Dark.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Spinbox_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SplitterHandleHighlight.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/SubmenuArrow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TableViewHeader.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TableViewMajorColumn.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TextBlockHighlightShape.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TextBlockHighlightShape_Empty.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TextBox.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TextBoxLabelBorder.PNG", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TextBox_Dark.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TextBox_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TextBox_Hovered_Dark.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TextBox_ReadOnly.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TextBox_Special.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TextBox_Special_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Throbber_Piece.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TreeArrow_Collapsed.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TreeArrow_Collapsed_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TreeArrow_Expanded.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/TreeArrow_Expanded_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/UpArrow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/VerticalBoxDragIndicator.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/VerticalBoxDragIndicatorShort.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/VolumeControl_High.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/VolumeControl_Low.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/VolumeControl_Mid.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/VolumeControl_Muted.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/VolumeControl_Off.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/WhiteGroupBorder.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowBackground.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowBorder.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Close_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Close_Normal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Close_Pressed.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Maximize_Disabled.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Maximize_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Maximize_Normal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Maximize_Pressed.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Minimize_Disabled.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Minimize_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Minimize_Normal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Minimize_Pressed.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Restore_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Restore_Normal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowButton_Restore_Pressed.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowOutline.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowTitle.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowTitle_Flashing.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/Window/WindowTitle_Inactive.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Common/X.PNG", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/CrashTracker/MouseCursor.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/CrashTracker/Record.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Cursor/invisible.cur", - "Type": "NonUFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/AppTabContentArea.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/AppTabWellSeparator.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/AppTab_Active.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/AppTab_ColorOverlay.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/AppTab_ColorOverlayIcon.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/AppTab_Foreground.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/AppTab_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/AppTab_Inactive.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/CloseApp_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/CloseApp_Normal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/CloseApp_Pressed.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/DockingIndicator_Center.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/OuterDockingIndicator.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/ShowTabwellButton_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/ShowTabwellButton_Normal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/ShowTabwellButton_Pressed.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/TabContentArea.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/TabWellSeparator.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/Tab_Active.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/Tab_ColorOverlay.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/Tab_ColorOverlayIcon.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/Tab_Foreground.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/Tab_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/Tab_Inactive.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Docking/Tab_Shape.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/DroidSans.tps", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/DroidSansFallback.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/DroidSansMono.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/Noto.tps", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/NotoNaskhArabicUI-Regular.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/NotoSansThai-Regular.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/Roboto-Black.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/Roboto-BlackItalic.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/Roboto-Bold.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/Roboto-BoldCondensed.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/Roboto-BoldCondensedItalic.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/Roboto-BoldItalic.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/Roboto-Italic.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/Roboto-Light.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/Roboto-Medium.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/Roboto-Regular.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Fonts/Roboto.tps", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/BackIcon.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Cross_12x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/DefaultAppIcon.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Edit/icon_Edit_Copy_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Edit/icon_Edit_Cut_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Edit/icon_Edit_Delete_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Edit/icon_Edit_Duplicate_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Edit/icon_Edit_Paste_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Edit/icon_Edit_Rename_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Empty_14x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/NextIcon.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/SmallRoundedButton.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/SmallRoundedButtonBottom.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/SmallRoundedButtonCentre.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/SmallRoundedButtonLeft.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/SmallRoundedButtonRight.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/SmallRoundedButtonTop.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/WindowButton_025x_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/WindowButton_025x_Normal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/WindowButton_025x_Pressed.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/WindowButton_05x_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/WindowButton_05x_Normal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/WindowButton_05x_Pressed.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/WindowButton_1x_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/WindowButton_1x_Normal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/WindowButton_1x_Pressed.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/WindowButton_Screen_Rotation_Hovered.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/WindowButton_Screen_Rotation_Normal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PIEWindow/WindowButton_Screen_Rotation_Pressed.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/PlusSymbol_12x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/GroupBorder-16Gray.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Average_Event_Graph_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Border_L_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Border_R_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Border_TB_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Cull_Events_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Culled_12x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Custom_Tooltip_12x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Data_Capture_40x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Events_Flat_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Events_Flat_Coalesced_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Events_Hierarchial_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_FPS_Chart_40x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Filter_Events_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Filter_Presets_Tab_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Filtered_12x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Graph_View_Tab_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Has_Culled_Children_12x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_History_Back_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_History_Fwd_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_LoadMultiple_Profiler_40x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Load_Profiler_40x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Max_Event_Graph_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Settings_40x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_Tab_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/Profiler_ThreadView_SampleBorder_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_Calls_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_CollapseAll_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_CollapseSelection_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_CollapseThread_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_CopyToClipboard_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_CulledEvents_12x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_Disconnect_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_Event_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_ExpandAll_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_ExpandHotPath_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_ExpandSelection_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_ExpandThread_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_GameThread_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_GenericFilter_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_GenericGroup_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_HotPath_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_Memory_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_Number_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_OpenEventGraph_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_RenderThread_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_ResetColumn_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_ResetToDefault_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_SelectStack_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_SetRoot_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_ShowGraphData_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_SortAscending_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_SortBy_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_SortDescending_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_ViewColumn_32x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_mem_40x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_stats_40x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/Profiler/profiler_sync_40x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/TrashCan.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/TrashCan_Small.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/cursor_cardinal_cross.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/cursor_grab.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/denied_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/ellipsis_12x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/eyedropper_16px.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/icon_Downloads_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/icon_error_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/icon_generic_toolbar.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/icon_help_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/icon_info_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/icon_redo_16px.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/icon_tab_Tools_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/icon_tab_WidgetReflector_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/icon_tab_WidgetReflector_40x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/icon_tab_toolbar_16px.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/icon_undo_16px.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/icon_warning_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/notificationlist_fail.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/notificationlist_success.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Icons/toolbar_expand_16x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/All_Platforms_128x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/All_Platforms_24x.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Instance_Commandlet.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Instance_Editor.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Instance_Game.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Instance_Other.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Instance_Server.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Instance_Unknown.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Launcher_Advanced.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Launcher_Back.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Launcher_Build.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Launcher_Delete.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Launcher_Deploy.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Launcher_EditSettings.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Launcher_Launch.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Launcher/Launcher_Run.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/MessageLog/Log_Error.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/MessageLog/Log_Note.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/MessageLog/Log_Warning.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Border.PNG", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Button.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/DashedBorder.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/HyperlinkDotted.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/HyperlinkUnderline.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Menu_Background.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Menu_Background_Inverted_Border_Bold.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Notification_Border_Flash.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/ActionMenuButtonBG.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/ArrowBox.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/ArrowLeft.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/Arrow_D.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/Arrow_L.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/Arrow_R.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/Arrow_U.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/BoxEdgeHighlight.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/CalloutBox.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/CalloutBox2.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/CalloutBox3.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/Callout_Background.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/Callout_Glow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/Callout_Outline.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/CircleBox.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/CircleBox2.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/CodeBlock_Background.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/CodeBlock_Glow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/CodeBlock_Outline.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DiamondBox.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DiamondBox_B.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DiamondBox_T.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DottedCircleBox_L.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DottedCircleBox_LR.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DottedCircleBox_LR_E.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DottedCircleBox_L_E.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DottedCircleBox_R.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DottedCircleBox_R_E.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DottedSquareBox_L.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DottedSquareBox_LR.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DottedSquareBox_LR_E.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DottedSquareBox_R.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/DottedSquareBox_R_E.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/Hat.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/Outer/alertOutline.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/Outer/alertSolid.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/PrePost_RoundedBox.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/PrePost_RoundedBox_B.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/PrePost_RoundedBox_T.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/QMark.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/Roboto-Bold.ttf", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/RoundedBoxBorder.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/RoundedTileFaded.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/RoundedTile_Background.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/RoundedTile_Glow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/RoundedTile_Outline.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/SolidWhite.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/SquareBox.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/SquareBox_Solid_L.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/SquigglyBox.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/Tile_Highlight.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/Underline.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/bigdot.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/blank.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/pin/pin.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/pin/pin_glow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/pin/pin_head.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/pin/pin_head_glow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/pin/pin_highlight.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/pin/pin_shadow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/pin/pin_stick.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/pin/ping.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/selectionbar/selectionbar_0.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/selectionbar/selectionbar_1.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/selectionbar/selectionbar_2.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/Tiles/smalldot.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/ToolBar_Background.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/ToolTip_Background.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/ToolTip_BrightBackground.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Old/White.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Advanced.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/AllSavedAssets.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/AutomationTools.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/CPP.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Console.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Copy.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Cut.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Dash_Horizontal.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Dash_Vertical.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Delete.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Developer.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/DropTargetBackground.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Duplicate.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/EyeDropper.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Favorite.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/FilterAuto.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/FlipHorizontal.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/FlipVertical.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Group_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Info.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Layout.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Linked.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/LookAt.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Merge.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Monitor.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/OutputLog.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/ParentHierarchy.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Paste.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/PlayerController.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Preferences.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/ProjectLauncher.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Recent.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Redo.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Rename.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Role.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Rotate180.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Rotate90Clockwise.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Rotate90Counterclockwise.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Search_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/SessionFrontend.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/SortDown.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/SortUp.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Test.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/UELogo.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/UELogo.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Undo.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/UndoHistory.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Unlinked.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/UnsavedAssets.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/UnsavedAssetsWarning.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Update.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/Visualizer.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/alert-circle.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/alert-triangle-64.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/alert-triangle-large.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/alert-triangle.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/arrow-down.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/arrow-left.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/arrow-right.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/arrow-up.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/badge-modified.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/blueprint.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/box-perspective.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/bullet-point.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/caret-down.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/caret-right.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/check-circle-large.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/check-circle.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/check.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/checker.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/chevron-down.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/chevron-left.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/chevron-right.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/chevron-up.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/circle-arrow-down.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/circle-arrow-left.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/circle-arrow-right.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/circle-arrow-up.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/close-circle.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/close-small.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/close.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/curve-editor-append-key-20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/cylinder.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/delete-outline.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/drag-handle.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/edit.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/ellipsis-vertical-narrow.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/export.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/export_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/fieldnotify_off.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/fieldnotify_on.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/file-tree-open.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/file-tree.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/file.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/filled-circle.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/filter.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/folder-cleanup.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/folder-closed.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/folder-open.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/folder-plus.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/help.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/hidden.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/import.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/import_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/layout-header-body.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/layout-spreadsheet.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/lock-unlocked.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/lock.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/menu.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/minus-circle.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/minus.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/play.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/plus-circle.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/plus.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/pyriamid.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/refresh.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/reject.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/save-modified.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/save.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/search.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/server.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/settings.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/sphere.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/stop.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/tile.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/unreal-circle-thick.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/unreal-circle-thin.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/unreal-small.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/visible.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/world.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Common/x-circle.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/CheckBox/check.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/CheckBox/indeterminate.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/CheckBox/radio-off.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/CheckBox/radio-on.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/ComboBox/corner-dropdown.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/ComboBox/wide-chevron-down.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/FilterBar/FilterColorSegment.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/NumericEntryBox/NarrowDecorator.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/ProgressBar/ProgressMarquee.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/SegmentedBox/left.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/SegmentedBox/left.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/SegmentedBox/right.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/SegmentedBox/right.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/TableView/sort-down-arrow.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/TableView/sort-down-arrows.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/TableView/sort-up-arrow.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/TableView/sort-up-arrows.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/Window/close.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/Window/maximize.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/Window/minimize.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/CoreWidgets/Window/restore.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Docking/DockTab_Active.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Docking/DockTab_Foreground.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Docking/DockTab_Hover.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Docking/Dock_Tab_Active.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Docking/drawer-shadow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Docking/pin.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Docking/show-tab-well.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/AllTracks_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/AutoScrollDown_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/AutoScrollRight_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Callees.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Callees_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Callers.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Callers_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Connection.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/ControlsFirst.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/ControlsLast.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/ControlsNext.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/ControlsPrevious.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Counter.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Counter_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/CpuGpuTracks_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Filter.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/FilterConfig.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Frames.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Frames_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Function.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/HotPath_12.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/InfoTag_12.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Log.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Log_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/MemAllocTable.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/MemInvestigation.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/MemInvestigation_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/MemTags.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/MemTags_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Memory.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/NetStats.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/NetStats_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Networking.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/PacketContent.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/PacketContent_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Packets.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Packets_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/PluginTracks_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Session.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/SizeLarge.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/SizeLarge_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/SizeMedium.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/SizeMedium_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/SizeSmall.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/SizeSmall_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/SpecialTracks_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Tasks.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Tasks_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Timer.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Timer_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Timing.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/Timing_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/TraceStore.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/TraceStore_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/UTrace.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/UnrealInsights.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/ViewMode_20.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Insights/ZeroCountFilter.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Launcher/PaperAirplane.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/Notifications/Throbber.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_BranchModifiedBadge.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_CheckIn.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_CheckedBranch.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_CheckedBranchBadge.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_CheckedOther.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_CheckedOtherBadge.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_Conflicted.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_Diff.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_MarkedForAdd.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_ModifiedLocally.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_NewerVersion.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_StatusLocalUpToDate.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_StatusLocalUpload.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_StatusRemoteDownload.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_StatusRemoteUpToDate.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_Sync.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/RC_SyncAndCheckOut.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SCC_Action_Diff.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SCC_Action_Integrate.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SCC_Branched.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SCC_Changelist.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SCC_CheckedOut.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SCC_ContentAdd.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SCC_DlgCheckedOutOther.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SCC_DlgNotCurrent.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SCC_DlgReadOnly.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SCC_Lock.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SCC_MarkedForDelete.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SCC_ModifiedOtherBranch.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SCC_NotInDepot.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/SourceControl.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/Status/RevisionControl.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/Status/RevisionControlBadgeConnected.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/Status/RevisionControlBadgeWarning.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/icon_SCC_Change_Source_Control_Settings.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/icon_SCC_History.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/SourceControl/icon_SCC_Revert.svg", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Starship/StatusBar/drawer-shadow-bottom.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Testing/BrushWireframe.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Testing/DefaultPawn_16px.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Testing/FlatColorSquare.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Testing/Hyperlink.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Testing/Lit.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Testing/NewLevelBlank.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Testing/TestRotation.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Testing/Unlit.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Testing/Wireframe.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Tutorials/TutorialBorder.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Content/Slate/Tutorials/TutorialShadow.png", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Extras/GPUDumpViewer/GPUDumpViewer.html", - "Type": "DebugNonUFS" - }, - { - "Path": "$(EngineDir)/Extras/GPUDumpViewer/OpenGPUDumpViewer.bat", - "Type": "DebugNonUFS" - }, - { - "Path": "$(EngineDir)/Extras/GPUDumpViewer/OpenGPUDumpViewer.sh", - "Type": "DebugNonUFS" - }, - { - "Path": "$(EngineDir)/Plugins/2D/Paper2D/Paper2D.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/AI/AISupport/AISupport.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/AI/EnvironmentQueryEditor/EnvironmentQueryEditor.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/ACLPlugin/ACLPlugin.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/AnimationData/AnimationData.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/AnimationModifierLibrary/AnimationModifierLibrary.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/BlendSpaceMotionAnalysis/BlendSpaceMotionAnalysis.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/ControlRigSpline/ControlRigSpline.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/ControlRig/ControlRig.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Animation/IKRig/IKRig.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Bridge/Bridge.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Cameras/CameraShakePreviewer/CameraShakePreviewer.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Cameras/GameplayCameras/GameplayCameras.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Compression/OodleNetwork/OodleNetwork.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/AnimationSharing/AnimationSharing.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/CLionSourceCodeAccess/CLionSourceCodeAccess.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/DumpGPUServices/DumpGPUServices.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/GitSourceControl/GitSourceControl.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/N10XSourceCodeAccess/N10XSourceCodeAccess.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PerforceSourceControl/PerforceSourceControl.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PixWinPlugin/PixWinPlugin.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PlasticSourceControl/PlasticSourceControl.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PluginUtils/PluginUtils.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/PropertyAccessNode/PropertyAccessNode.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/RenderDocPlugin/RenderDocPlugin.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/RiderSourceCodeAccess/RiderSourceCodeAccess.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/SubversionSourceControl/SubversionSourceControl.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/TextureFormatOodle/TextureFormatOodle.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/TraceDataFiltering/TraceDataFilters.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/UObjectPlugin/UObjectPlugin.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/VisualStudioCodeSourceCodeAccess/VisualStudioCodeSourceCodeAccess.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Developer/VisualStudioSourceCodeAccess/VisualStudioSourceCodeAccess.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/AssetManagerEditor/AssetManagerEditor.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/BlueprintHeaderView/BlueprintHeaderView.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/BlueprintMaterialTextureNodes/BlueprintMaterialTextureNodes.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ChangelistReview/ChangelistReview.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ContentBrowser/ContentBrowserAssetDataSource/ContentBrowserAssetDataSource.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ContentBrowser/ContentBrowserClassDataSource/ContentBrowserClassDataSource.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ContentBrowser/ContentBrowserFileDataSource/ContentBrowserFileDataSource.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/CryptoKeys/CryptoKeys.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/CurveEditorTools/CurveEditorTools.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/DataValidation/DataValidation.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/EditorDebugTools/EditorDebugTools.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/EditorScriptingUtilities/EditorScriptingUtilities.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/EngineAssetDefinitions/EngineAssetDefinitions.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/FacialAnimation/FacialAnimation.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/GameplayTagsEditor/GameplayTagsEditor.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/GeometryMode/GeometryMode.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/Localization/PortableObjectFileDataSource/PortableObjectFileDataSource.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/MaterialAnalyzer/MaterialAnalyzer.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/MobileLauncherProfileWizard/MobileLauncherProfileWizard.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ModelingToolsEditorMode/ModelingToolsEditorMode.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ObjectMixer/LightMixer/LightMixer.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/ObjectMixer/ObjectMixer/ObjectMixer.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/PluginBrowser/PluginBrowser.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/SequencerAnimTools/SequencerAnimTools.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/SpeedTreeImporter/SpeedTreeImporter.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/UVEditor/UVEditor.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Editor/WorldPartitionHLODUtilities/WorldPartitionHLODUtilities.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/EnhancedInput/EnhancedInput.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/DatasmithContent/DatasmithContent.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/GLTFExporter/GLTFExporter.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/VariantManagerContent/VariantManagerContent.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Enterprise/VariantManager/VariantManager.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Animation/SkeletalMeshModelingTools/SkeletalMeshModelingTools.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/AutomationUtils/AutomationUtils.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/BackChannel/BackChannel.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosCaching/ChaosCaching.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosClothEditor/ChaosClothEditor.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosCloth/ChaosCloth.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosEditor/ChaosEditor.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosNiagara/ChaosNiagara.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosSolverPlugin/ChaosSolverPlugin.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ChaosUserDataPT/ChaosUserDataPT.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/CharacterAI/CharacterAI.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Dataflow/Dataflow.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Fracture/Fracture.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/FullBodyIK/FullBodyIK.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/GeometryCollectionPlugin/GeometryCollectionPlugin.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/GeometryFlow/GeometryFlow.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Landmass/Landmass.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/LocalizableMessage/LocalizableMessage.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/MeshLODToolset/MeshLODToolset.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/MeshModelingToolsetExp/MeshModelingToolsetExp.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/OpenImageDenoise/OpenImageDenoise.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/PlanarCutPlugin/PlanarCut.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/PlatformCrypto/PlatformCrypto.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ProxyLODPlugin/ProxyLODPlugin.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/PythonScriptPlugin/PythonScriptPlugin.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/SkeletalReduction/SkeletalReduction.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/StructUtils/StructUtils.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/ToolPresets/ToolPresets.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/WaterExtras/WaterExtras.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Experimental/Water/Water.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/FX/Niagara/Niagara.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/FastBuildController/FastBuildController.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Importers/AlembicImporter/AlembicImporter.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Editor/InterchangeEditor.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Interchange/Runtime/Interchange.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Media/AndroidMedia/AndroidMedia.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Media/AvfMedia/AvfMedia.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Media/ImgMedia/ImgMedia.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Media/MediaCompositing/MediaCompositing.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Media/MediaPlate/MediaPlate.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Media/MediaPlayerEditor/MediaPlayerEditor.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Media/WebMMedia/WebMMedia.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Media/WmfMedia/WmfMedia.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/MeshPainting/MeshPainting.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Messaging/TcpMessaging/TcpMessaging.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Messaging/UdpMessaging/UdpMessaging.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/ActorSequence/ActorSequence.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/LevelSequenceEditor/LevelSequenceEditor.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/SequencerScripting/SequencerScripting.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/MovieScene/TemplateSequence/TemplateSequence.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Online/Android/OnlineSubsystemGooglePlay/OnlineSubsystemGooglePlay.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Online/IOS/OnlineSubsystemIOS/OnlineSubsystemIOS.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineBase/OnlineBase.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineServices/OnlineServices.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineSubsystemNull/OnlineSubsystemNull.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineSubsystemUtils/OnlineSubsystemUtils.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Online/OnlineSubsystem/OnlineSubsystem.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Portal/LauncherChunkInstaller/LauncherChunkInstaller.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ActorLayerUtilities/ActorLayerUtilities.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AndroidDeviceProfileSelector/AndroidDeviceProfileSelector.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AndroidFileServer/AndroidFileServer.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AndroidPermission/AndroidPermission.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AppleImageUtils/AppleImageUtils.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ArchVisCharacter/ArchVisCharacter.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AssetTags/AssetTags.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AudioCapture/AudioCapture.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AudioSynesthesia/AudioSynesthesia.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/AudioWidgets/AudioWidgets.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/CableComponent/CableComponent.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ChunkDownloader/ChunkDownloader.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/CustomMeshComponent/CustomMeshComponent.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/DataRegistry/DataRegistry.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ExampleDeviceProfileSelector/ExampleDeviceProfileSelector.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GameplayAbilities/GameplayAbilities.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GameplayStateTree/GameplayStateTree.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GeometryCache/GeometryCache.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GeometryProcessing/GeometryProcessing.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/GooglePAD/GooglePAD.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/InputDebugging/InputDebugging.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/LocationServicesBPLibrary/LocationServicesBPLibrary.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MeshModelingToolset/MeshModelingToolset.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/Metasound/Metasound.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MobilePatchingUtils/MobilePatchingUtils.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/MsQuic/MsQuic.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ProceduralMeshComponent/ProceduralMeshComponent.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/PropertyAccess/PropertyAccessEditor.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/ResonanceAudio/ResonanceAudio.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/RigVM/RigVM.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/SignificanceManager/SignificanceManager.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/SoundFields/SoundFields.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/StateTree/StateTree.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/Synthesis/Synthesis.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/WaveTable/WaveTable.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/WebMMoviePlayer/WebMMoviePlayer.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/WindowsDeviceProfileSelector/WindowsDeviceProfileSelector.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Runtime/WindowsMoviePlayer/WindowsMoviePlayer.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/Tests/InterchangeTests/InterchangeTests.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/TraceUtilities/TraceUtilities.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/VirtualProduction/Takes/Takes.uplugin", - "Type": "UFS" - }, - { - "Path": "$(EngineDir)/Plugins/XGEController/XGEController.uplugin", - "Type": "UFS" - } - ], - "AdditionalProperties": [ - { - "Name": "SDK", - "Value": "Not Applicable" - } - ] -} \ No newline at end of file diff --git a/hwanyoung2/Config/DefaultEditor.ini b/hwanyoung2/Config/DefaultEditor.ini deleted file mode 100644 index 197e5275..00000000 --- a/hwanyoung2/Config/DefaultEditor.ini +++ /dev/null @@ -1,11 +0,0 @@ -[UnrealEd.SimpleMap] -SimpleMapName=/Game/ThirdPersonCPP/Maps/ThirdPersonExampleMap - -[EditoronlyBP] -bAllowClassAndBlueprintPinMatching=true -bReplaceBlueprintWithClass= true -bDontLoadBlueprintOutsideEditor= true -bBlueprintIsNotBlueprintType= true - -[/Script/AdvancedPreviewScene.SharedProfiles] - diff --git a/hwanyoung2/Config/DefaultEditorPerProjectUserSettings.ini b/hwanyoung2/Config/DefaultEditorPerProjectUserSettings.ini deleted file mode 100644 index 4dcc5265..00000000 --- a/hwanyoung2/Config/DefaultEditorPerProjectUserSettings.ini +++ /dev/null @@ -1,2 +0,0 @@ -[ContentBrowser] -ContentBrowserTab1.SelectedPaths=/Game/ThirdPersonCPP \ No newline at end of file diff --git a/hwanyoung2/Config/DefaultEngine.ini b/hwanyoung2/Config/DefaultEngine.ini deleted file mode 100644 index 0307a108..00000000 --- a/hwanyoung2/Config/DefaultEngine.ini +++ /dev/null @@ -1,259 +0,0 @@ -[/Script/EngineSettings.GameMapsSettings] -GameDefaultMap=/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap -EditorStartupMap=/Game/Hwanyoung/Levels/Spring-Sharon.Spring-Sharon -GlobalDefaultGameMode="/Script/hwanyoung2.hwanyoung2GameMode" - -[/Script/Engine.RendererSettings] -r.Mobile.ShadingPath=0 -r.Mobile.SupportGPUScene=False -r.Mobile.AntiAliasing=0 -r.Mobile.FloatPrecisionMode=0 -r.Mobile.AllowDitheredLODTransition=False -r.Mobile.VirtualTextures=False -r.DiscardUnusedQuality=True -r.Shaders.CompressionFormat=2 -r.AllowOcclusionQueries=True -r.MinScreenRadiusForLights=0.030000 -r.MinScreenRadiusForDepthPrepass=0.030000 -r.MinScreenRadiusForCSMDepth=0.010000 -r.PrecomputedVisibilityWarning=False -r.TextureStreaming=True -Compat.UseDXT5NormalMaps=False -r.VirtualTextures=False -r.VT.EnableAutoImport=True -r.VirtualTexturedLightmaps=False -r.VT.AnisotropicFiltering=False -bEnableVirtualTextureOpacityMask=False -r.VT.TileSize=128 -r.VT.TileBorderSize=4 -r.vt.FeedbackFactor=16 -WorkingColorSpaceChoice=sRGB -RedChromaticityCoordinate=(X=0.640000,Y=0.330000) -GreenChromaticityCoordinate=(X=0.300000,Y=0.600000) -BlueChromaticityCoordinate=(X=0.150000,Y=0.060000) -WhiteChromaticityCoordinate=(X=0.312700,Y=0.329000) -r.ClearCoatNormal=False -r.DynamicGlobalIlluminationMethod=0 -r.ReflectionMethod=2 -r.ReflectionCaptureResolution=128 -r.ReflectionEnvironmentLightmapMixBasedOnRoughness=True -r.Lumen.HardwareRayTracing=False -r.Lumen.HardwareRayTracing.LightingMode=0 -r.Lumen.TranslucencyReflections.FrontLayer.EnableForProject=False -r.Lumen.TraceMeshSDFs=0 -r.Shadow.Virtual.Enable=1 -r.RayTracing=False -r.RayTracing.Shadows=False -r.RayTracing.Skylight=False -r.RayTracing.UseTextureLod=False -r.PathTracing=True -r.GenerateMeshDistanceFields=True -r.DistanceFields.DefaultVoxelDensity=0.200000 -r.Nanite.ProjectEnabled=True -r.AllowStaticLighting=True -r.NormalMapsForStaticLighting=False -r.ForwardShading=False -r.VertexFoggingForOpaque=True -r.SeparateTranslucency=True -r.TranslucentSortPolicy=0 -TranslucentSortAxis=(X=0.000000,Y=-1.000000,Z=0.000000) -vr.VRS.HMDFixedFoveationLevel=0 -vr.VRS.HMDFixedFoveationDynamic=False -r.CustomDepth=1 -r.CustomDepthTemporalAAJitter=True -r.PostProcessing.PropagateAlpha=0 -r.DefaultFeature.Bloom=True -r.DefaultFeature.AmbientOcclusion=True -r.DefaultFeature.AmbientOcclusionStaticFraction=True -r.DefaultFeature.AutoExposure=False -r.DefaultFeature.AutoExposure.Method=0 -r.DefaultFeature.AutoExposure.Bias=1.000000 -r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange=True -r.DefaultFeature.MotionBlur=False -r.DefaultFeature.LensFlare=False -r.TemporalAA.Upsampling=True -r.AntiAliasingMethod=4 -r.MSAACount=4 -r.DefaultFeature.LightUnits=1 -r.DefaultBackBufferPixelFormat=4 -r.Shadow.UnbuiltPreviewInGame=True -r.StencilForLODDither=False -r.EarlyZPass=2 -r.EarlyZPassOnlyMaterialMasking=True -r.Shadow.CSMCaching=False -r.DBuffer=True -r.ClearSceneMethod=1 -r.VelocityOutputPass=1 -r.Velocity.EnableVertexDeformation=2 -r.SelectiveBasePassOutputs=False -bDefaultParticleCutouts=False -fx.GPUSimulationTextureSizeX=1024 -fx.GPUSimulationTextureSizeY=1024 -r.AllowGlobalClipPlane=False -r.GBufferFormat=1 -r.MorphTarget.Mode=True -r.GPUCrashDebugging=False -vr.InstancedStereo=False -r.MobileHDR=True -vr.MobileMultiView=False -r.Mobile.UseHWsRGBEncoding=False -vr.RoundRobinOcclusion=False -r.MeshStreaming=False -r.HeterogeneousVolumes=False -r.WireframeCullThreshold=5.000000 -r.SupportStationarySkylight=True -r.SupportLowQualityLightmaps=True -r.SupportPointLightWholeSceneShadows=True -r.SupportSkyAtmosphere=True -r.SupportSkyAtmosphereAffectsHeightFog=True -r.SupportCloudShadowOnForwardLitTranslucent=False -r.Shadow.TranslucentPerObject.ProjectEnabled=False -r.Water.SingleLayerWater.SupportCloudShadow=False -r.Strata=False -r.Strata.BytesPerPixel=80 -r.Strata.OpaqueMaterialRoughRefraction=False -r.Strata.Debug.AdvancedVisualizationShaders=False -r.Material.RoughDiffuse=False -r.Material.EnergyConservation=False -r.OIT.SortedPixels=False -r.SkinCache.CompileShaders=False -r.SkinCache.SkipCompilingGPUSkinVF=False -r.SkinCache.DefaultBehavior=1 -r.SkinCache.SceneMemoryLimitInMB=128.000000 -r.Mobile.EnableStaticAndCSMShadowReceivers=True -r.Mobile.EnableMovableLightCSMShaderCulling=True -r.Mobile.Forward.EnableLocalLights=True -r.Mobile.Forward.EnableClusteredReflections=False -r.Mobile.EnableNoPrecomputedLightingCSMShader=True -r.Mobile.AllowDistanceFieldShadows=True -r.Mobile.AllowMovableDirectionalLights=True -r.Mobile.EnableMovableSpotlightsShadow=False -r.GPUSkin.Support16BitBoneIndex=False -r.GPUSkin.Limit2BoneInfluences=False -r.SupportDepthOnlyIndexBuffers=True -r.SupportReversedIndexBuffers=True -r.Mobile.AmbientOcclusion=False -r.GPUSkin.UnlimitedBoneInfluences=False -r.GPUSkin.UnlimitedBoneInfluencesThreshold=8 -MaxSkinBones=(Default=65536,PerPlatform=(("Mobile", 256))) -r.Mobile.PlanarReflectionMode=0 -r.Mobile.SupportsGen4TAA=True -bStreamSkeletalMeshLODs=(Default=False,PerPlatform=()) -bDiscardSkeletalMeshOptionalLODs=(Default=False,PerPlatform=()) -VisualizeCalibrationColorMaterialPath=/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor -VisualizeCalibrationCustomMaterialPath=None -VisualizeCalibrationGrayscaleMaterialPath=/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale - -[/Script/WindowsTargetPlatform.WindowsTargetSettings] -DefaultGraphicsRHI=DefaultGraphicsRHI_DX12 --D3D12TargetedShaderFormats=PCD3D_SM5 -+D3D12TargetedShaderFormats=PCD3D_SM6 --D3D11TargetedShaderFormats=PCD3D_SM5 -+D3D11TargetedShaderFormats=PCD3D_SM5 -Compiler=Default -AudioSampleRate=48000 -AudioCallbackBufferFrameSize=1024 -AudioNumBuffersToEnqueue=1 -AudioMaxChannels=0 -AudioNumSourceWorkers=4 -SpatializationPlugin= -SourceDataOverridePlugin= -ReverbPlugin= -OcclusionPlugin= -CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0) -CacheSizeKB=65536 -MaxChunkSizeOverrideKB=0 -bResampleForDevice=False -MaxSampleRate=48000.000000 -HighSampleRate=32000.000000 -MedSampleRate=24000.000000 -LowSampleRate=12000.000000 -MinSampleRate=8000.000000 -CompressionQualityModifier=1.000000 -AutoStreamingThreshold=0.000000 -SoundCueCookQualityIndex=-1 - -[/Script/HardwareTargeting.HardwareTargetingSettings] -TargetedHardwareClass=Desktop -AppliedTargetedHardwareClass=Desktop -DefaultGraphicsPerformance=Scalable -AppliedDefaultGraphicsPerformance=Scalable - -[/Script/Engine.Engine] -+ActiveGameNameRedirects=(OldGameName="TP_ThirdPerson",NewGameName="/Script/hwanyoung2") -+ActiveGameNameRedirects=(OldGameName="/Script/TP_ThirdPerson",NewGameName="/Script/hwanyoung2") -+ActiveClassRedirects=(OldClassName="TP_ThirdPersonGameMode",NewClassName="hwanyoung2GameMode") -+ActiveClassRedirects=(OldClassName="TP_ThirdPersonCharacter",NewClassName="hwanyoung2Character") - - -[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] -bEnablePlugin=True -bAllowNetworkConnection=True -SecurityToken=939E162047B3BFA6A999C098C50E5570 -bIncludeInShipping=False -bAllowExternalStartInShipping=False -bCompileAFSProject=False -bUseCompression=False -bLogFiles=False -bReportStats=False -ConnectionType=USBOnly -bUseManualIPAddress=False -ManualIPAddress= - -[/Script/Engine.CollisionProfile] --Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False) --Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) --Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) --Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) --Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) --Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.",bCanModify=False) --Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ",bCanModify=False) --Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ",bCanModify=False) --Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic",Response=ECR_Block),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.",bCanModify=False) --Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.",bCanModify=False) --Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors",bCanModify=False) --Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors",bCanModify=False) --Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.",bCanModify=False) --Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.",bCanModify=False) --Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.",bCanModify=False) --Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.",bCanModify=False) --Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.",bCanModify=False) --Profiles=(Name="UI",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Block),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) -+Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision") -+Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ") -+Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ") -+Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ") -+Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ") -+Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.") -+Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ") -+Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ") -+Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic"),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.") -+Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.") -+Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors") -+Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors") -+Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.") -+Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.") -+Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.") -+Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.") -+Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.") -+Profiles=(Name="UI",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility"),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ") -+Profiles=(Name="WaterBodyCollision",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="",CustomResponses=((Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="Default Water Collision Profile (Created by Water Plugin)") --ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") --ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") --ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") --ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") --ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") -+ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") -+ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") -+ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") -+ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") -+ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") --CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") --CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") --CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") --CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") -+CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") -+CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") -+CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") -+CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") - diff --git a/hwanyoung2/Config/DefaultGame.ini b/hwanyoung2/Config/DefaultGame.ini deleted file mode 100644 index ccd57db2..00000000 --- a/hwanyoung2/Config/DefaultGame.ini +++ /dev/null @@ -1,110 +0,0 @@ -[/Script/EngineSettings.GeneralProjectSettings] -ProjectID=9FEBD72148EDD16FA2BB9BBD139D39AE -ProjectName=Third Person Game Template - -[/Script/UnrealEd.ProjectPackagingSettings] -Build=IfProjectHasCode -BuildConfiguration=PPBC_Development -BuildTarget= -LaunchOnTarget= -StagingDirectory=(Path="") -FullRebuild=False -ForDistribution=False -IncludeDebugFiles=False -BlueprintNativizationMethod=Disabled -bIncludeNativizedAssetsInProjectGeneration=False -bExcludeMonolithicEngineHeadersInNativizedCode=False -UsePakFile=True -bUseIoStore=True -bUseZenStore=False -bMakeBinaryConfig=False -bGenerateChunks=False -bGenerateNoChunks=False -bChunkHardReferencesOnly=False -bForceOneChunkPerFile=False -MaxChunkSize=0 -bBuildHttpChunkInstallData=False -HttpChunkInstallDataDirectory=(Path="") -WriteBackMetadataToAssetRegistry=Disabled -bCompressed=True -PackageCompressionFormat=Oodle -bForceUseProjectCompressionFormatIgnoreHardwareOverride=False -PackageAdditionalCompressionOptions= -PackageCompressionMethod=Kraken -PackageCompressionLevel_DebugDevelopment=4 -PackageCompressionLevel_TestShipping=5 -PackageCompressionLevel_Distribution=7 -PackageCompressionMinBytesSaved=1024 -PackageCompressionMinPercentSaved=5 -bPackageCompressionEnableDDC=False -PackageCompressionMinSizeToConsiderDDC=0 -HttpChunkInstallDataVersion= -IncludePrerequisites=True -IncludeAppLocalPrerequisites=False -bShareMaterialShaderCode=True -bDeterministicShaderCodeOrder=False -bSharedMaterialNativeLibraries=True -ApplocalPrerequisitesDirectory=(Path="") -IncludeCrashReporter=False -InternationalizationPreset=English --CulturesToStage=en -+CulturesToStage=en -LocalizationTargetCatchAllChunkId=0 -bCookAll=False -bCookMapsOnly=False -bSkipEditorContent=False -bSkipMovies=False --IniKeyDenylist=KeyStorePassword --IniKeyDenylist=KeyPassword --IniKeyDenylist=rsa.privateexp --IniKeyDenylist=rsa.modulus --IniKeyDenylist=rsa.publicexp --IniKeyDenylist=aes.key --IniKeyDenylist=SigningPublicExponent --IniKeyDenylist=SigningModulus --IniKeyDenylist=SigningPrivateExponent --IniKeyDenylist=EncryptionKey --IniKeyDenylist=DevCenterUsername --IniKeyDenylist=DevCenterPassword --IniKeyDenylist=IOSTeamID --IniKeyDenylist=SigningCertificate --IniKeyDenylist=MobileProvision --IniKeyDenylist=IniKeyDenylist --IniKeyDenylist=IniSectionDenylist -+IniKeyDenylist=KeyStorePassword -+IniKeyDenylist=KeyPassword -+IniKeyDenylist=rsa.privateexp -+IniKeyDenylist=rsa.modulus -+IniKeyDenylist=rsa.publicexp -+IniKeyDenylist=aes.key -+IniKeyDenylist=SigningPublicExponent -+IniKeyDenylist=SigningModulus -+IniKeyDenylist=SigningPrivateExponent -+IniKeyDenylist=EncryptionKey -+IniKeyDenylist=DevCenterUsername -+IniKeyDenylist=DevCenterPassword -+IniKeyDenylist=IOSTeamID -+IniKeyDenylist=SigningCertificate -+IniKeyDenylist=MobileProvision -+IniKeyDenylist=IniKeyDenylist -+IniKeyDenylist=IniSectionDenylist --IniSectionDenylist=HordeStorageServers --IniSectionDenylist=StorageServers -+IniSectionDenylist=HordeStorageServers -+IniSectionDenylist=StorageServers -+DirectoriesToAlwaysCook=(Path="/Interchange/Functions") -+DirectoriesToAlwaysCook=(Path="/Interchange/gltf") -+DirectoriesToAlwaysCook=(Path="/Interchange/Materials") -+DirectoriesToAlwaysCook=(Path="/Interchange/Pipelines") -+DirectoriesToAlwaysCook=(Path="/Interchange/Utilities") -+DirectoriesToAlwaysCook=(Path="/Game/FMOD/Banks") -+DirectoriesToAlwaysCook=(Path="/Game/FMOD/Buses") -+DirectoriesToAlwaysCook=(Path="/Game/FMOD/Events") -+DirectoriesToAlwaysCook=(Path="/Game/FMOD/Reverbs") -+DirectoriesToAlwaysCook=(Path="/Game/FMOD/Snapshots") -+DirectoriesToAlwaysCook=(Path="/Game/FMOD/VCAs") -+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Desktop") -PerPlatformBuildConfig=() -PerPlatformTargetFlavorName=() -PerPlatformBuildTarget=() - diff --git a/hwanyoung2/Config/DefaultGameplayTags.ini b/hwanyoung2/Config/DefaultGameplayTags.ini deleted file mode 100644 index 62c03173..00000000 --- a/hwanyoung2/Config/DefaultGameplayTags.ini +++ /dev/null @@ -1,17 +0,0 @@ -[/Script/GameplayTags.GameplayTagsSettings] -ImportTagsFromConfig=True -WarnOnInvalidTags=True -ClearInvalidTags=False -AllowEditorTagUnloading=True -AllowGameTagUnloading=False -FastReplication=False -InvalidTagCharacters="\"\'," -NumBitsForContainerSize=6 -NetIndexFirstBitSegment=16 -+GameplayTagList=(Tag="Ability",DevComment="Parent Gameplay Tag that represents an Ability") -+GameplayTagList=(Tag="Ability.NotCanceledByStun",DevComment="A selection of abilities that are not cancelled by stunned state") -+GameplayTagList=(Tag="Character.Player",DevComment="Gameplay Tag specific to player characters, used for distinguishing gameplay effects") -+GameplayTagList=(Tag="State.Dead",DevComment="The character is dead.") -+GameplayTagList=(Tag="State.Debuff.Stun",DevComment="The character is stunned, so they cannot execute any abilities in this state.") -+GameplayTagList=(Tag="State.RemoveOnDeath",DevComment="The character is dead, thus any effect on the character is removed.") - diff --git a/hwanyoung2/Config/DefaultInput.ini b/hwanyoung2/Config/DefaultInput.ini deleted file mode 100644 index 58fc9cba..00000000 --- a/hwanyoung2/Config/DefaultInput.ini +++ /dev/null @@ -1,86 +0,0 @@ - - -[/Script/Engine.InputSettings] --AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) --AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) --AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) --AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) --AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) --AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) --AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) -+AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_LeftTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_RightTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_Special_Left_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_Special_Left_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Vive_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Vive_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Vive_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Vive_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Vive_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Vive_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MixedReality_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MixedReality_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="OculusTouch_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="OculusTouch_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -bAltEnterTogglesFullscreen=True -bF11TogglesFullscreen=True -bUseMouseForTouch=False -bEnableMouseSmoothing=True -bEnableFOVScaling=True -bCaptureMouseOnLaunch=True -bEnableLegacyInputScales=True -bEnableMotionControls=True -bFilterInputByPlatformUser=False -bShouldFlushPressedKeysOnViewportFocusLost=True -bAlwaysShowTouchInterface=False -bShowConsoleOnFourFingerTap=True -bEnableGestureRecognizer=False -bUseAutocorrect=False -DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown -DefaultViewportMouseLockMode=LockOnCapture -FOVScale=0.011110 -DoubleClickTime=0.200000 -DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput -DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent -DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks --ConsoleKeys=Tilde -+ConsoleKeys=Tilde - diff --git a/hwanyoung2/Content/.gitattributes b/hwanyoung2/Content/.gitattributes deleted file mode 100644 index a5917308..00000000 --- a/hwanyoung2/Content/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -*.uasset filter=lfs diff=lfs merge=lfs -text lockable -*.umap filter=lfs diff=lfs merge=lfs -text lockable diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_C.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_C.uasset deleted file mode 100644 index 2bc2d1cf..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99e8a19af8559693b968c79718703d5af2fd6f517e4c827e922dc670f55845d3 -size 104132 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_D.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_D.uasset deleted file mode 100644 index 36888b6c..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbb8fbf3a26ad0b21bc7ee391fe123b24d722ad1c26e853ae0e08498b42e5090 -size 103942 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_L.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_L.uasset deleted file mode 100644 index b2ba8fd9..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07a423c48d9043f67d261a15d6ab08a4fbda35cc2a958c57af51467db92cc288 -size 104442 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_LD.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_LD.uasset deleted file mode 100644 index e398dbb6..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_LD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8f16db1b6cc292361548d013f9b32f63922fb28993367e4b162952ae29afd46 -size 104356 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_LU.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_LU.uasset deleted file mode 100644 index 2ae642a6..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_LU.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94af689baf093650bd1d89468ed93f00b6c74305e40a70753a648e4d20656be5 -size 105603 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_R.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_R.uasset deleted file mode 100644 index d3b38e85..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:287188a56a632dbd446dbafb405b9452ab6c2b20bf9c73c97fa61aced5a05c71 -size 104580 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_RD.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_RD.uasset deleted file mode 100644 index a3ed1422..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_RD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a23e1394466b871871a211560260a2c6130f138aadaf5f1864cacc7c538fd3f6 -size 104877 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_RU.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_RU.uasset deleted file mode 100644 index 97a7db19..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_RU.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c30725702054b0a316b84f002a424c2cfe4b9693f3f2902a24123f1f479410e1 -size 104189 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_U.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_U.uasset deleted file mode 100644 index 4cd12429..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Aim_LookAt_U.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:696d86b5554445ed862cc9215f8b3078ca1fc80fc9d57d3e80083db6a1a22e50 -size 104597 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_C.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_C.uasset deleted file mode 100644 index 7de096b0..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fc66963b7aa1e6eb79db48ba306bc8917da4b63011b9400dc8069fa386d690c -size 104610 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_D.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_D.uasset deleted file mode 100644 index 2ca5b4f6..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7265dbc5b713fb5348298fa94ea0542f3b07f9536ef7b6e968e2d9e48b797658 -size 104074 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_L.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_L.uasset deleted file mode 100644 index 2b9a9593..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ddeb0d2b5d26a9e1287b6602f42943c426aefc000b1c486f1d0ceb42cc074aa -size 104101 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_LD.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_LD.uasset deleted file mode 100644 index 9844fd07..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_LD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13c225e89db3e2cbd2c3b9360cf283400cd2384f8692d8a9a8dfe45a1a30d68a -size 103996 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_LU.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_LU.uasset deleted file mode 100644 index b5726b6a..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_LU.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca7ea97b88baeb2fc8b08d2f2ec78ee49d70fce1885fe3dcd7af8b4dd69ce8cd -size 104355 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_R.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_R.uasset deleted file mode 100644 index 22956b88..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60ae0fb02a1c32f085f30ce54d34793c54d4c4d6026868f3aead1a3da5d9753e -size 104870 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_RD.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_RD.uasset deleted file mode 100644 index 07274d3c..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_RD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95901bae22313e14271c9dad556aa01883c5d6b0d3c8a7726560b0faad7ddbe7 -size 103994 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_RU.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_RU.uasset deleted file mode 100644 index b7d3a3cc..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_RU.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aba10fe40a3a73556888a50247ae644d7c994f5e97d5449290a690e12718569 -size 104644 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_U.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_U.uasset deleted file mode 100644 index 67da431e..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Crouch_Idle_LookAt_U.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d64c0dd9b71234709ee646156105b76c3dc6882af57b03401336c42eed04e79 -size 104730 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_C.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_C.uasset deleted file mode 100644 index 3dbaed18..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba6c6f56d85eeae4b7e67dd4a10f0a15a0023c954649a395f45f2324a9c253a6 -size 104073 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_D.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_D.uasset deleted file mode 100644 index cdb7fc8e..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9ac6ae6bc83e1fbbe00cc770adf58591374accc0a038d30b3e11b8aa16958bb -size 104349 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_L.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_L.uasset deleted file mode 100644 index 42ec452f..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2718d1c29375222563e43e26ea7c15f045d12bbc282bf084c66e5716111adb9a -size 104715 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_LD.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_LD.uasset deleted file mode 100644 index a90751bd..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_LD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:950da264f239b8578a3c921382620299299df1a1adc497ab985dc4449964d0a4 -size 105405 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_LU.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_LU.uasset deleted file mode 100644 index 4ffed554..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_LU.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:729dc177453e3cf9c6768fadb192c647067d4dadd53f85edbc0df8c0925593e1 -size 105462 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_R.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_R.uasset deleted file mode 100644 index 610220c2..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1165b94fe524e2464178191d37931ab3338449098dcf53ab9cc12e96cc657234 -size 104414 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_RD.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_RD.uasset deleted file mode 100644 index a3782837..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_RD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1317275b4aa1d89d2dbcc7e96da2e150f2b57393f10b0c053b590ca45464b02 -size 104712 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_RU.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_RU.uasset deleted file mode 100644 index be6790b7..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_RU.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2184070c316068e6a4c0d7001bebffbf0da7ce3ace2880b8708c4c58434dee5 -size 105165 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_U.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_U.uasset deleted file mode 100644 index 89b3790f..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_Aim_LookAt_U.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9556040f597e99475382972bd8b5c72467dcf5a9505e6f3049a6e25b17181b13 -size 104703 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_C.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_C.uasset deleted file mode 100644 index 1ed377eb..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fd1ff13962af4fdfe3ddf3bf487fb068a30f010f015361413fd0ff41c95a2f6 -size 104499 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_D.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_D.uasset deleted file mode 100644 index 4387278e..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:443ef0b2523119de44e212806e8390d511585f92da4c99cb13e726eba4f3038b -size 103954 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_L.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_L.uasset deleted file mode 100644 index 3d022e43..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a77924d9960461d24d57303c971257485b278b2e643d999ff0dcb1815b24fb5 -size 104753 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_LD.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_LD.uasset deleted file mode 100644 index a4d325cb..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_LD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4ca250e6d79074e2be3bfe3b77aaa8ce75ba9ec57c5c422c6fe495ac087dd2d -size 104856 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_LU.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_LU.uasset deleted file mode 100644 index 37a9ac94..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_LU.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:361426adbbd73d4cf291769cfc9dac6c36ba61d20f3feac14c4862888bdde938 -size 104427 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_R.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_R.uasset deleted file mode 100644 index 6e603c06..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6db8421353d65b6ae7bd010f201e231b1f34441cf05da723396f5fc18ebe3328 -size 104946 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_RD.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_RD.uasset deleted file mode 100644 index 2b84c1eb..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_RD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a626a6fee4b0e82447600148fe34bd3fee3773c89ec2befdf66a1733f9c82858 -size 104323 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_RU.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_RU.uasset deleted file mode 100644 index 2e768159..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_RU.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9620ef0e5946e9d80e3222cf31214f43f5e82c0af492b3bdf54c176f79be5c7 -size 104534 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_U.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_U.uasset deleted file mode 100644 index 01660a35..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/AimOffset/AS_Bow_Idle_LookAt_U.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39a6a34832bb9bc33d34659dbf856472ccf223bfba7ffa84094dd25cefed44fd -size 104039 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Aim_2_Idle_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Aim_2_Idle_Bow.uasset deleted file mode 100644 index c426f81f..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Aim_2_Idle_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af85e93948e468f920e59aaeda38dd78b063a82e4d2275bf2dea6ded424a8595 -size 87305 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Aim_Pull.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Aim_Pull.uasset deleted file mode 100644 index eac1f3d5..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Aim_Pull.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea5d64c400006dac727bc085b6c2fd218734de4a3e4398e831a4dd0750d18f06 -size 85322 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Aim_Pull.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Aim_Pull.uasset deleted file mode 100644 index 9b880614..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Aim_Pull.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88f90b9ca696cccb91056010c6187a12c3f7f7bc92f6c96c18763dddc1e4b33f -size 85433 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_B_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_B_01_Aim_Bow.uasset deleted file mode 100644 index 5428834f..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_B_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e03d8a11e3aace82d71a01f698b98e5e53cc506eba79467dc126943137e40a88 -size 86970 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_F_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_F_01_Aim_Bow.uasset deleted file mode 100644 index 2594dadf..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_F_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30e1de3f43b95dbac53f2326bb90bdf3a9c3482e496508000ad7a26fe8621b6a -size 88437 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_InPlace_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_InPlace_01_Aim_Bow.uasset deleted file mode 100644 index 88919a42..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_InPlace_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c24868f1dd5bd79b4f5bfe80e85669c01dc843d6cfa408e25ea668f4eebbd13 -size 87998 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_InPlace_02_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_InPlace_02_Aim_Bow.uasset deleted file mode 100644 index 2cc1e308..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_InPlace_02_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bba895e39840602e232c6ff0c8286757a385683cccb9ddefb5beaa659e75ebae -size 88122 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_L_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_L_01_Aim_Bow.uasset deleted file mode 100644 index d302e5ca..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_L_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cf70917bb7ca592c8576094df98d68e4efff9997d39c495680f3dfe137eefd3 -size 85783 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_R_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_R_01_Aim_Bow.uasset deleted file mode 100644 index 93d52264..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_R_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e87355bc72db66565577a341c1be93e25c65bb123f437e84b06aed670d9010db -size 85609 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_Turn180_B_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_Turn180_B_01_Aim_Bow.uasset deleted file mode 100644 index 4ea0abe5..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_Turn180_B_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd7ff030bcde7807f9cf96204ad1d7f2a5c5947643970d83ac4e863dbbf35d73 -size 88517 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_Turn180_B_02_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_Turn180_B_02_Aim_Bow.uasset deleted file mode 100644 index 730c35d8..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Hit_Reaction_Turn180_B_02_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73d62063acf3288607ccf5df5df3d084c4325f1cce58ef1ce2682619e40204ed -size 88347 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Idle_2_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Idle_2_Aim_Bow.uasset deleted file mode 100644 index 9650c9d1..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Idle_2_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae37c37ae320f174af1c53185868545186a7b9d755a067363269b8b66da47fa5 -size 87088 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Idle_2_Aim_Fast_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Idle_2_Aim_Fast_Bow.uasset deleted file mode 100644 index 069dff87..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Idle_2_Aim_Fast_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb2c10f27fd4df7ba352bf4b46f4f037627d75b6be4e8ea659d1af07eb93746a -size 86041 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Shoot_2_Aim_02_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Shoot_2_Aim_02_Bow.uasset deleted file mode 100644 index d84cb62b..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Shoot_2_Aim_02_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4534a0874e5b171ce9f05d49ce7808de40ecbc8afb7e60f65c42624f0223c64c -size 91717 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Shoot_2_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Shoot_2_Aim_Bow.uasset deleted file mode 100644 index 7b103b87..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Shoot_2_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b5edc1ce9fb6165767df38afbca97a7e51f88e4c489b9d8d61f7dc394a88b9f -size 90811 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Shoot_2_Idle_02_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Shoot_2_Idle_02_Bow.uasset deleted file mode 100644 index 9d49141e..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Shoot_2_Idle_02_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c43ef7951a8ddec8bd921396dd20756a1ce921e1d77a8400cb69e234c567ef3e -size 91543 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Shoot_2_Idle_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Shoot_2_Idle_Bow.uasset deleted file mode 100644 index 393d1dad..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Crouch_Shoot_2_Idle_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78d26c7c98288b3b2299fa6dcd8e311a88823338310a3219de34216e8bf0299b -size 90734 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_01_Aim_Bow.uasset deleted file mode 100644 index 422327f3..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:278f148101151bf29d0bd3827b0f2f501e315a23ef4200c26fca59fce5e3b541 -size 92684 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_02_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_02_Aim_Bow.uasset deleted file mode 100644 index 5a8ed6a1..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_02_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c33fb63b9548645fad134fda4aa168b8671b75220389514eb2584e978ed5ac16 -size 93828 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_03_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_03_Aim_Bow.uasset deleted file mode 100644 index 26bdcd39..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_03_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70e25461612416fb7b3d8b6c7d114353cab324fd5c3dccab8083f59a19f62e09 -size 91116 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_04_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_04_Aim_Bow.uasset deleted file mode 100644 index d80c2280..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_04_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c58774fbbc544473bb86807bfd5de5215f36fba9cecb6c1e1d03c7da1b684d22 -size 90632 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_05_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_05_Aim_Bow.uasset deleted file mode 100644 index 30512066..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_05_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e530c78b65bd8e3f5383a125d531be73bf0a27b7120b5703868f6c06de49b15b -size 91072 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_06_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_06_Aim_Bow.uasset deleted file mode 100644 index f8c0c003..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_06_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ba08d4e2239bba02743728dea93e6a278b16cb4bf196f8960d7d72e34033515 -size 93800 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_Crouch_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_Crouch_01_Aim_Bow.uasset deleted file mode 100644 index 0d6903dc..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_Crouch_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9328afe5b5cfb781a88df3582eb4d982d58900c61361cc29cedd0e03127f0e0e -size 90130 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_Crouch_02_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_Crouch_02_Aim_Bow.uasset deleted file mode 100644 index 9a69dc3f..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_Crouch_02_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92c0344a9eff03f0a619fd0ae5689e8864436b49a9d471fe83195dd0b5c2123e -size 91098 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_Crouch_03_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_Crouch_03_Aim_Bow.uasset deleted file mode 100644 index f1ee64b5..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_Crouch_03_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c540f74d293687970eca286152c4de98213b52b908f6cfa3b480034da1bb0f59 -size 88898 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_Crouch_04_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_Crouch_04_Aim_Bow.uasset deleted file mode 100644 index b8922a04..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Death_Crouch_04_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0778d3e1ef816febd491b6df4357f00eb5df2a0f4de0cbcb088de87c82b392e6 -size 89558 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_B_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_B_01_Aim_Bow.uasset deleted file mode 100644 index 08bf4e48..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_B_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dac34e6641bf571bbc32b8f68027320eb2af2508526885bf691bef44e9b2e0e8 -size 87963 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_B_180_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_B_180_01_Aim_Bow.uasset deleted file mode 100644 index fc8fefa3..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_B_180_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16981d12a0ff46788340f84a7a299bd3618bf8fb2ddec922e0eda83239e1c3da -size 88027 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_B_180_02_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_B_180_02_Aim_Bow.uasset deleted file mode 100644 index 53ad75b1..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_B_180_02_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98de9dbd183a81bf0c19531448f733794c64f62248046c46b6ed94916cdb61b5 -size 87839 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_F_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_F_01_Aim_Bow.uasset deleted file mode 100644 index a8f2d9b8..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_F_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f034d3ca667d934c9dae8110acb8cd5df2b692a54559ace5272581805d0dab16 -size 85488 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_F_04_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_F_04_Aim_Bow.uasset deleted file mode 100644 index 0594406e..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_F_04_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1300b5f81cbb528f9883b4e221b3c9d3951076aa022cc8dbfd8219036867b3d -size 87768 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_B_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_B_01_Aim_Bow.uasset deleted file mode 100644 index c498160c..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_B_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8b5e4729425246be10beb1e58830eb2ab1dc0116353f4157bc7c69252a59fe6 -size 87593 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_B_02_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_B_02_Aim_Bow.uasset deleted file mode 100644 index e75c1640..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_B_02_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec8f34569df23d4554ac87d047c27d3a2fbb58937ff4ee33743d5d1bc80a023d -size 86824 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_F_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_F_01_Aim_Bow.uasset deleted file mode 100644 index f29d908c..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_F_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:901a69913fe1913f0484a20329491ee1c11fcbb55e84ba4b3a6e32f2570e02ed -size 87537 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_F_02_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_F_02_Aim_Bow.uasset deleted file mode 100644 index 85e1b147..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_F_02_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edfcb16ddee538244c9d6ae8dfdb0d72bf8b55e36bd6ea2d5046fa06680cdee6 -size 88342 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_F_03_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_F_03_Aim_Bow.uasset deleted file mode 100644 index 4c08d64f..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_F_03_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:571a72ea8fc9bf18b84c324006fa60b05c6fbd7e496779832901aba622cbdfe1 -size 87572 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_R_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_R_01_Aim_Bow.uasset deleted file mode 100644 index 3eb20349..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_InPlace_R_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9358f2c31c6d9ae94c66848a2206035bb8362f3000d6c9e7861c1750466ed55f -size 87656 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_L_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_L_01_Aim_Bow.uasset deleted file mode 100644 index 99aae04a..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_L_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2f34050f59f3d99204c79c07ca2ceb1cd4de8f82a6bacdfc40e38da452197cb -size 86885 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_R_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_R_01_Aim_Bow.uasset deleted file mode 100644 index f9a29baf..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reaction_R_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf111158bc362489053125d5d16a8015d975f56451c5b2633139af98f3361a42 -size 87728 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reatcion_F_02_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reatcion_F_02_Aim_Bow.uasset deleted file mode 100644 index f47a2c07..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reatcion_F_02_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e733014d93f38e1f9ec32ba01126eb4e44e1942e832cdd7a9e198937622d02a0 -size 88533 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reatcion_F_03_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reatcion_F_03_Aim_Bow.uasset deleted file mode 100644 index 0d2a967a..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Hit_Reatcion_F_03_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1df6c772256812f0d99cb2432949d1d5ac05c6277b7c388ff92c3d6c6cfa0828 -size 88451 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Ht_Reaction_InPlace_L_01_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Ht_Reaction_InPlace_L_01_Aim_Bow.uasset deleted file mode 100644 index b91c5b9a..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Ht_Reaction_InPlace_L_01_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6dba81e35eeec2cd1ebe2424479432915d43a3a8475ddabe6a4aff33406c65a -size 87594 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_01_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_01_Bow.uasset deleted file mode 100644 index e4e0cd6d..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_01_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8db15bde8c84bee85bfff96057dda34850b104b7b9a7d7731613d7d492b90737 -size 84119 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_2_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_2_Aim_Bow.uasset deleted file mode 100644 index 366dc568..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_2_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd8e6d12eeee8250efd769ba234fbb36ae8774ad5c7b487ef9b460fa8dfb42b5 -size 87046 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_2_Aim_Fast_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_2_Aim_Fast_Bow.uasset deleted file mode 100644 index b97cae7e..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_2_Aim_Fast_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14886a48c8fe8bd7eeeed6840c5b6fec60b23bf858a0b4e63b4f2f250b304b6b -size 85999 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_Aim_01_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_Aim_01_Bow.uasset deleted file mode 100644 index 85484fff..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Idle_Aim_01_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f5914288553e55c1c3dacf7764a8147495f6d04cda21fb2153d2a3385f38063 -size 84344 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Jump_Down_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Jump_Down_Aim_Bow.uasset deleted file mode 100644 index 933f8b04..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Jump_Down_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ad8f41af42e265bc1bec70fd38bb1142e0036496038710317d6004b464c4c3c -size 91086 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Shoot_2_Aim_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Shoot_2_Aim_Bow.uasset deleted file mode 100644 index 2abab1cb..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Shoot_2_Aim_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a39ad1aa5ce7e58b6411054d67539e1d38ef655c6596348ecdb1c9b72e41a2e -size 90573 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Shoot_2_Idle_02_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Shoot_2_Idle_02_Bow.uasset deleted file mode 100644 index 99ff05d9..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Shoot_2_Idle_02_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dc9fec05a3fae941801d5a01b8c1b7406ea57e3ec416ceba8bb552a117f17ed -size 92998 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Shoot_2_Idle_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Shoot_2_Idle_Bow.uasset deleted file mode 100644 index 70c55e9d..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Animations/Bow/AS_Bow_Shoot_2_Idle_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df00fba308d83d78587d2e19c3c71e1a402e8ad67b75835d36f5b27a5f0a5c41 -size 91276 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonIdle.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonIdle.uasset deleted file mode 100644 index 62839fd3..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonIdle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edf659bec4d2842630b5aa56470f5b55f0c519a583a6ed885912cdee1736fe70 -size 149380 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonJump_End.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonJump_End.uasset deleted file mode 100644 index 1ffd7485..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonJump_End.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d40aaf9ef0532cde51cb60643a3d4aee75f471b74234cd1a355267fdbb0b2ec2 -size 115432 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonJump_Loop.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonJump_Loop.uasset deleted file mode 100644 index e292faad..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonJump_Loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f700003852fefe7a89a01e408b444305b3eb9002c9bc76d28163019537bf1b88 -size 122758 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonJump_Start.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonJump_Start.uasset deleted file mode 100644 index e1a7d290..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonJump_Start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d7a678b814b127047ca77904506a8d6860dc44f67f8e37a535ef78e49be0e66 -size 118517 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonRun.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonRun.uasset deleted file mode 100644 index 8198d8d2..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonRun.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63ab366e7611243912d7ccb654b8a9749353a56f65da7712e6bc66bd3e134ae3 -size 119539 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonWalk.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonWalk.uasset deleted file mode 100644 index 58696ffd..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPersonWalk.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd3384144f030a2b9a2fa38b4f2c84eb59f6503ec5e1b35ec9a148556786eb70 -size 129274 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPerson_AnimBP.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPerson_AnimBP.uasset deleted file mode 100644 index 091d2948..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPerson_AnimBP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:813338095256a08b75a2d5ea951bf271f9064f2e6553e617de1bd34135c00c8d -size 239986 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPerson_IdleRun_2D.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPerson_IdleRun_2D.uasset deleted file mode 100644 index ec221491..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPerson_IdleRun_2D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29a2ec781b5d9b66cf8d34ca04037c79c1b38a6ae250b96e7e646d15263dcc8a -size 98763 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPerson_Jump.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPerson_Jump.uasset deleted file mode 100644 index 3df9e668..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Animations/ThirdPerson_Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:684a75aec4c9db3754755ced4901e753737bb24cb128a4205a7192ee5a595c24 -size 115404 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/M_UE4Man_Body.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/M_UE4Man_Body.uasset deleted file mode 100644 index 56a7eb66..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/M_UE4Man_Body.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ce6400655c2d306f50575333c3010542ceca1f3171b23e5813c65f5190281f8 -size 123487 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/M_UE4Man_ChestLogo.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/M_UE4Man_ChestLogo.uasset deleted file mode 100644 index ef8ca912..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/M_UE4Man_ChestLogo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e8ee168e718319bcedec7e3a2957c6c73d958130bbec9ed6df2079fa4940506 -size 86026 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset deleted file mode 100644 index cf3fd4e1..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba56bde9fafe2db70717593f9c869bd687e3a483e51db9700e01dd2ddd1e4e2e -size 101291 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset deleted file mode 100644 index f43a20f0..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb4361a947caf7b9b59850d1d91b36ca2eff8dd8ac01a227c018a0af126bd0f0 -size 87683 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset deleted file mode 100644 index 613a9ff6..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51bcfbb012f45e37a916a9fe53730317228cc19893143fc4ba5aeb8a66973ab6 -size 88765 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset deleted file mode 100644 index 14b37984..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97d02864ae3a99f4c6f682f32bc16b462e6de53a47e13774bcdabe4ddb9ffd6b -size 100869 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset deleted file mode 100644 index 6ad37630..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bbe888363f54e04e8c064596cccbe82b549ad07e83e3bf12ef813c8d5fb4667 -size 434361 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset deleted file mode 100644 index b2d5cfac..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e3216c188430a95892d3445132004529e4373098f86d8f211a59c542a4a57fa -size 405588 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset deleted file mode 100644 index 0e9beb01..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:750a144188c87f85362a3fd889c426c10684b18bbe878497c6fedd59c7ffbc96 -size 469801 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset deleted file mode 100644 index ccb517a7..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57ded09b9542117d6631be80ffde1c92b21167356fa76ee7886ca86aaedd7650 -size 362372 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/IKRetargeter_MannyUE4.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/IKRetargeter_MannyUE4.uasset deleted file mode 100644 index 8e3a7a4f..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/IKRetargeter_MannyUE4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c40a26d90c01cf00fd5f771f659a33c72a7ca605591b5fd95aef65ee2d13f070 -size 21125 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/IKRig_MannyUE4.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/IKRig_MannyUE4.uasset deleted file mode 100644 index 8f932958..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/IKRig_MannyUE4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f8a06ee8182ec21c55d0bd75fa5f94b7a5d8e58433d5b0f1213ec47c82e5dfe -size 76199 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/SK_Mannequin.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/SK_Mannequin.uasset deleted file mode 100644 index afbf335c..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/SK_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a650871a73b29ee4aa34041cbb8d8a36e3e359095fa80d0e0231607b4a8ac15 -size 5667639 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset deleted file mode 100644 index f964229e..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5d8fda6a8134397b1c84433ecb29116dcc17cfd015912121c609e33a27a8950 -size 135309 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset deleted file mode 100644 index e9a98217..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9586c7800a08eb864ebc21e35700595b0e3328a7f150119e3a35b4a7f29f3d85 -size 12231 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Textures/UE4Man_Logo_N.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Textures/UE4Man_Logo_N.uasset deleted file mode 100644 index 7305578f..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Textures/UE4Man_Logo_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91c41b4b9969dbc9286de9cf3ccbb2acd19d0cca9666f639407bd92a20a86bc8 -size 162686 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Textures/UE4_LOGO_CARD.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Textures/UE4_LOGO_CARD.uasset deleted file mode 100644 index 05bd039a..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Textures/UE4_LOGO_CARD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08b7dcd8ecb4d5b8e549c787f462fd153c7158f14486ad70c0c0b990b6d7dde6 -size 95720 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset deleted file mode 100644 index 1ecfcf7c..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c852ca440e0b04d0fb3e988ccd2b757383e56f09eaba68e43c3160a320ae249 -size 270017 diff --git a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset b/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset deleted file mode 100644 index 1fe2c675..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/DEMO/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:434a14328b806052f44d8414dd28bd609645b48fc5592702101bc2c29f4947e0 -size 5481916 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Materials/M_Arrow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Materials/M_Arrow.uasset deleted file mode 100644 index 657bcf93..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Materials/M_Arrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d60dfd901574fab3d489e9de68cec4c9587a91963378dcad3d709971c1d7df8f -size 118556 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/SM_Arrow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/SM_Arrow.uasset deleted file mode 100644 index c624c0fb..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/SM_Arrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e948fc1ec21f19e791adec202eea7c88477257153595c973ea96f0634db4db32 -size 84852 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_AO.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_AO.uasset deleted file mode 100644 index 0eab07ce..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c13d31e4d5461850bfd14ce6510375a680bebd5dd6daabea1300a0239426e51b -size 410379 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_BC.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_BC.uasset deleted file mode 100644 index 5e38099f..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbb9575e4d1371538b0486ff50a64a6dae5775605b570cad2a73fcdc84d71353 -size 1364117 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_M.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_M.uasset deleted file mode 100644 index 1adb3a5b..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c89e6ab504178095d4b6724384d0b21d15ddb0ff2ac209f6be5f52375e14ef2 -size 65735 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_MT.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_MT.uasset deleted file mode 100644 index befc6eb6..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c185339bedc009f25607a02efa69172fa6636240eafab725c8851cb3558b0cec -size 23874 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_N.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_N.uasset deleted file mode 100644 index 2f465ad4..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:736a67fbef8e3dad4586eff6fed368c8e0588efb0793efc27055ed04523155f3 -size 849641 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_R.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_R.uasset deleted file mode 100644 index 98116417..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Arrow/Textures/T_Arrow_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54fd64c173202fbb070d14bbb791025fd34f58c697d10eb961870db09cbdfe25 -size 545134 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Bow_SK_Physics.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Bow_SK_Physics.uasset deleted file mode 100644 index bc4d374e..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Bow_SK_Physics.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e245d616a5197f2c1274ba34c2431d7c375e641541060790d510bd17d63ff1f -size 85372 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Bow_SK_Skeleton.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Bow_SK_Skeleton.uasset deleted file mode 100644 index 9fce5020..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Bow_SK_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d173229889ea1e61f54504b6a3488af4e20e647b18588cb7a5c90d7d23697d8 -size 2740 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Materials/M_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Materials/M_Bow.uasset deleted file mode 100644 index 9b8a6a3c..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Materials/M_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ec729ea13846660088c3c05265ec1896db0fd3e90cf9cfe2268d88665c91678 -size 113878 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/SK_Bow.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/SK_Bow.uasset deleted file mode 100644 index 9fb3c546..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/SK_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09cfb3eb8c9dac07e3cceaa3bd227b45862382adea0b4271b704eb28a0746501 -size 288702 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Textures/T_Bow_AO.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Textures/T_Bow_AO.uasset deleted file mode 100644 index 6db42969..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Textures/T_Bow_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97a8d25f92d8715b2c1b9eb0c8c3fbb3f900943ad6c588c154f5b31e0e1e1528 -size 807426 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Textures/T_Bow_BC.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Textures/T_Bow_BC.uasset deleted file mode 100644 index d0f756e2..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Textures/T_Bow_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5acbabe5840de5790666721e15269bab95bcea0e17c16f084a00da32608392e -size 5262006 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Textures/T_Bow_N.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Textures/T_Bow_N.uasset deleted file mode 100644 index d9bb0fb1..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Textures/T_Bow_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc0f4a7c32ae739924a7e3e57001fc2af70ff9826a433df3642e807e41f54740 -size 5977805 diff --git a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Textures/T_Bow_R.uasset b/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Textures/T_Bow_R.uasset deleted file mode 100644 index 46f515e5..00000000 --- a/hwanyoung2/Content/ArcherAnimationSet/Meshes/Bow/Textures/T_Bow_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9661d5020f18a9d74977778f0ed6b1f991a3c5da6f2f11650de56c891fd69135 -size 2042015 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Aura_01_Inst.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Aura_01_Inst.uasset deleted file mode 100644 index 82b7a45e..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Aura_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5c03f4ec838d17c3df0252087f4ca4354847a11318238623bc2d53c0f6bb8b7 -size 16722 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Decal_01_Inst_3.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Decal_01_Inst_3.uasset deleted file mode 100644 index db80deb1..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Decal_01_Inst_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc7bb300eb10ee96f942ae383ed589f8b6db737643776996505ba5da21978cfe -size 11550 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Decal_01_Inst_8.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Decal_01_Inst_8.uasset deleted file mode 100644 index cf7bf394..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Decal_01_Inst_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4526f01ab241a3d845897a425175fb76ce6c5fffbbcbf2fccaad7acc6549101 -size 11037 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Emiss_Inst.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Emiss_Inst.uasset deleted file mode 100644 index b7cc974c..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Emiss_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cb5db79b3f7081899e4e87eceb2bdbd9e9eeda7e1572112aaa555b3b058beba -size 10191 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Fire_Inst.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Fire_Inst.uasset deleted file mode 100644 index 8e220aad..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Fire_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12bab7e4af94d039c4ced634e3410737e45f8a6dedccf5c5ccc21af096ad3c26 -size 10096 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Flash_Inst_6.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Flash_Inst_6.uasset deleted file mode 100644 index 778a9fe2..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Flash_Inst_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f5f10b9345d42233dd61ad4385b2ac33e480e332c7425c2f10d173c8f72b8a8 -size 11050 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Flash_Inst_9.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Flash_Inst_9.uasset deleted file mode 100644 index 7b6a6508..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Flash_Inst_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d69bf30e22f410cef9a0440a5eea2cdfddce9c6bb13bdf4ec89beaf4a2d45081 -size 11320 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Gather_01_Inst.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Gather_01_Inst.uasset deleted file mode 100644 index 337f64bc..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Gather_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fba9e097756b138c3af88ade7ac3d9ed4a3f2d0e2fd5134964e2987c350bc88 -size 14158 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Line_01_Inst_4.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Line_01_Inst_4.uasset deleted file mode 100644 index b5883faa..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Line_01_Inst_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42bc244297ced6407ce421bfbbfc46b99bdd8d1b2ae32e26b47ed80075caceb3 -size 13016 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Line_01_Inst_6.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Line_01_Inst_6.uasset deleted file mode 100644 index 30f6ea45..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Line_01_Inst_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67cd1a21d6ea3848ec291d6aee0dd4df1fd7ab9ff227b53b854ce9ded21a1932 -size 13295 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Pattern_Inst_2.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Pattern_Inst_2.uasset deleted file mode 100644 index fd3dd2cd..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Pattern_Inst_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5da6372073cbfc8e2fa21b26a11f045a37b82bf1bde0f707b248def257e48584 -size 17076 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Ref_Inst.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Ref_Inst.uasset deleted file mode 100644 index c5eecacf..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Ref_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8cd1194123ca7d5c195457c0636f706d5b827574e14ae0890f676b908176f58 -size 13627 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Ring_01_Inst.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Ring_01_Inst.uasset deleted file mode 100644 index 8c1a2228..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Ring_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:347f2a72b7869ca51a0cee35d40d6c526d240496b2f524982b2723249a5b573e -size 9259 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Rock_Inst.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Rock_Inst.uasset deleted file mode 100644 index de03b3f2..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Rock_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfa16e4a21e1c4a8090439446699dcbb6b14e7bc65cfe72c70e33c5004228ef4 -size 6520 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Shield_001_Inst_3.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Shield_001_Inst_3.uasset deleted file mode 100644 index c14ee357..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Shield_001_Inst_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ee4fc719b091349a757804fea361c14b3a9af1fac85e6f2c861412eebe4b88c -size 16354 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Smoke_Inst.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Smoke_Inst.uasset deleted file mode 100644 index 4eb5b200..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Smoke_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8489af62fb362d56df266690c4b97cc15c90a923f06cd85a223587cf0ef28c2 -size 10192 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Sparks_Inst.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Sparks_Inst.uasset deleted file mode 100644 index e5547bcb..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Sparks_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8651adbfcbc217900d17a9e48e432dcfd37a01f57d49ad53656066c2d5ab3a04 -size 8355 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Sparks_Inst_2.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Sparks_Inst_2.uasset deleted file mode 100644 index c6d2a52a..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Sparks_Inst_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02f8a136832a1b1d887ba41aca4837e0bd65bb40f78a8da680f85dd4b3d01850 -size 8295 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_WPONoise_01_Inst.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_WPONoise_01_Inst.uasset deleted file mode 100644 index 5edc4d1f..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_WPONoise_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d72591ddac012a440c5a8654af263dd41432bf724b0c6a67abcf3b91e257164f -size 9729 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_01_Inst_2.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_01_Inst_2.uasset deleted file mode 100644 index b6ad271d..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_01_Inst_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:886154b9f1e1d808e8a5ea0688e8cbe859ef931979f2cb109eb447cefca07244 -size 14036 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_02_Inst.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_02_Inst.uasset deleted file mode 100644 index 656abab1..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_02_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18341407863d38061f098553f9cf7b60eecb0a4ccdb077b47452c4b218ae7f65 -size 17979 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_4_Inst.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_4_Inst.uasset deleted file mode 100644 index bf83a637..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_4_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb260e63daa7c7e9732bc0b3e2816e6b700182c9bad88f61dbd096928d7f405c -size 17957 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_Inst_5.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_Inst_5.uasset deleted file mode 100644 index 34d0fed6..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_Inst_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abb68cc50e81d48b412912dfadec354d8ddd81243e091ba640fa6a5c6aa90104 -size 14588 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_Inst_6.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_Inst_6.uasset deleted file mode 100644 index 4fdcb449..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/MI_Wave_Inst_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14d69330eea468ec2700381b043e01739724c1d8e36ff90d15074db60753ffb4 -size 14795 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Aura_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Aura_01.uasset deleted file mode 100644 index 537d202b..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Aura_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:835127c399e2d5a164689f86683193a886cc05adce911fed578e6f009c158cf7 -size 35635 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Decal_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Decal_01.uasset deleted file mode 100644 index a9e433d3..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Decal_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11cd0ea85a9e629a90637922979749c328f14a851d9c7ee11af723167b6b6bdb -size 21520 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Decal_2.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Decal_2.uasset deleted file mode 100644 index a6e13794..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Decal_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7551fc8d88fddd5b82f468a540c1e639107f56a1ab6a0eaaa7d6b6a18377e2d1 -size 23942 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Emiss.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Emiss.uasset deleted file mode 100644 index cd2887d3..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Emiss.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e54e71a632498c5f25407ba5dbe774497397a5e4055091ae6fbd01471d61d83a -size 17117 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Fire.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Fire.uasset deleted file mode 100644 index 27a46580..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Fire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f683b3b3d3b617f9e8aac34185ae241c26489f440dad314a07229dd3e2ddf0a0 -size 14995 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Flash.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Flash.uasset deleted file mode 100644 index c6b33862..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Flash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d7693d4605ad44346c1c11789a89d2339675d15f78654a1a70eb0e4fed3f26c -size 16873 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_01.uasset deleted file mode 100644 index c8c40a8f..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f2468d3d65a204539fad65713605122f1c1ba1895d985e1ac2efaff9a0217c1 -size 25747 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_02.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_02.uasset deleted file mode 100644 index 798df752..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6a63fa0bf5dd8415861a2129bb6767d34929bf1660879cf9e9a5dcf7f968e6b -size 29218 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_02_Inst.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_02_Inst.uasset deleted file mode 100644 index 64f9521e..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_02_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eac2ca1464ed2d2d1789c24e643e8243e2e9615e8fc8c5258b4c55210b31de80 -size 12293 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_02_Inst_2.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_02_Inst_2.uasset deleted file mode 100644 index ad72fa6b..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_02_Inst_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4942003e1580972966f4cce5216ca03df9f1ba2634cd8c66b2c5848b3f471843 -size 12636 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_02_Inst_3.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_02_Inst_3.uasset deleted file mode 100644 index 2d33783b..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Gather_02_Inst_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f945436f6d1fa519e852be7cc4d6c8306c58ee36b186c5547eedf68f37690388 -size 12982 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Line_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Line_01.uasset deleted file mode 100644 index 6a9082ee..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Line_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d9afbb215b70bf56a644a43da871a96cb7f95db663303d90cc46605bb541b38 -size 22715 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Pattern.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Pattern.uasset deleted file mode 100644 index 46fcd1d3..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Pattern.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fab967543c688dd1d2b0a172980cd57e239fe00f79e9af08ea691eeb0ef5c88 -size 38344 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Ref.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Ref.uasset deleted file mode 100644 index 7be7c2f5..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Ref.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5312e2085334ac4b1470305ec3682a66ab791fa5b09208fd2d2f418b5946ddaf -size 21786 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Ring_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Ring_01.uasset deleted file mode 100644 index c21b4c1b..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Ring_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:532fce448983b308768dd5483f30cfaff6079585076620ca2779f9a38cc9288c -size 15914 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Rock.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Rock.uasset deleted file mode 100644 index 8d215dc3..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Rock.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d571b5e185e3da1ee93bc8c28b6b51f8f69cec686146684a02961f7ab8017db1 -size 10485 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Shield_002.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Shield_002.uasset deleted file mode 100644 index f31f5326..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Shield_002.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45a1da447b042021fb4071c23ee3389b33c88f936453ce2337c4497b9bbec005 -size 38363 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Smoke.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Smoke.uasset deleted file mode 100644 index b7cbf0e9..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Smoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75dc99ddb307b27711888782abbe2f894682bcf9589779afc95d989d7bb41831 -size 12674 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Sparks.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Sparks.uasset deleted file mode 100644 index a3c05c95..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Sparks.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d0f4e578e6666e13a3fbf0e0dbeac5a3fdaf946266603844bdb2659ee36f5f4 -size 15662 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_WPONoise_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_WPONoise_01.uasset deleted file mode 100644 index 4c3fe535..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_WPONoise_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be5f51395426b76f13efdc555f982672146917cbc8f9f7829dbab873c37dacd3 -size 16024 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Wave.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Wave.uasset deleted file mode 100644 index ec4c36d2..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Wave.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12e9cb831235ee60b308714ad97684f39b58624fc0a2dae28aa9bae6787ac126 -size 40167 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Wave_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Wave_01.uasset deleted file mode 100644 index 4e500a71..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Wave_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05e5dceced84d01b1bd2167c1b0979de43f6c6d0335c757d1cdd291cf12d6984 -size 23753 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Wave_02.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Wave_02.uasset deleted file mode 100644 index 7eaec7de..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Wave_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f9b920405781ad1a5f6ab6715a914e1286baa39798cb7b94d6888623a11c236 -size 36589 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Wave_4.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Wave_4.uasset deleted file mode 100644 index 15ef6104..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/M_Wave_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6befff36a752e4f70c3a20ab93d62dd0c9f25fe69b5e5c9bef8687d2a336e4c7 -size 38800 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Material/NF/MF_BaseTexUV.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Material/NF/MF_BaseTexUV.uasset deleted file mode 100644 index de81d407..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Material/NF/MF_BaseTexUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:049e9abb60d1092cb9452f82841662478c535c9fdf4b9ee1083dde91a39f5f9c -size 21830 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NM/NM_SpeedUpdateSpark.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NM/NM_SpeedUpdateSpark.uasset deleted file mode 100644 index e7815963..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NM/NM_SpeedUpdateSpark.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fa2c57c8298f003fa856b45dd8b99efbc2c2dfa3e0f47a1b605b539516281af -size 123195 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NM/NM_YeReceiveCollisionEvent.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NM/NM_YeReceiveCollisionEvent.uasset deleted file mode 100644 index 7731c346..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NM/NM_YeReceiveCollisionEvent.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8d91cf52b375d9d3658192f4167885864967a45d20464427be4e53894a1275e -size 353579 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_01_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_01_Ice.uasset deleted file mode 100644 index c0d6a5d9..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_01_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f019b3148cc7e84f5b48647fa35373cfae062795873a067d9116662695389ab -size 969221 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_02_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_02_Ice.uasset deleted file mode 100644 index 9bacc48d..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_02_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc0ee46ed678c28f8e84eabe008c33e7e4be85a97826a4fc569fed0680375d1d -size 268918 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_03_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_03_Ice.uasset deleted file mode 100644 index f94350d1..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_03_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edcb6ab336b8f2496d3f0f2eb7f85ec1cac3317c2c8b8212ecb6e1d36a226a02 -size 2602307 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_04_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_04_Ice.uasset deleted file mode 100644 index ea445bf8..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_04_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d86afb47f6c6a704faa54b1026e83006321fe433e8589c6b0cb619203637a577 -size 2130190 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_05_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_05_Ice.uasset deleted file mode 100644 index ac6e0930..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_05_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf172d4130457bfc13448bcb3388c433f4f5bc92249c898f828f339b05803c43 -size 4044551 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_06_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_06_Ice.uasset deleted file mode 100644 index 18acb50f..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_06_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d13fb075418a306096e857ee5b4c1ac7babc65e6b993b7d19642cc5aeaf65c9 -size 7285567 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_07_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_07_Ice.uasset deleted file mode 100644 index a95154b9..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_07_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f4c8249b6f3fe0673b303fddcdb173b11097924c73896b5d4c9903741e85ce3 -size 5216117 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_08_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_08_Ice.uasset deleted file mode 100644 index a5467c8f..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_08_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:267330828c84d3875562218ea4518ebf816a73e6f29433128ce8101a1a041a1c -size 2438035 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_09_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_09_Ice.uasset deleted file mode 100644 index 5902e9e8..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_09_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68c328d417fcfd3364d59fac9e6cdc4fac5b46f289f7aee97c6767c92fe3ffc8 -size 5219555 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_10_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_10_Ice.uasset deleted file mode 100644 index a21ce8b2..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_10_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56d5238720cae47f9b1edf4e8c24bd60ba2beb87311740d9b3104effeba15822 -size 1475364 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_11_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_11_Ice.uasset deleted file mode 100644 index 6ed699e4..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Arrow_11_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b64a26a3d0cf7afd18729e1e944f4925a35f7fd5740e3591d654059aeb8aab5e -size 7701944 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_01_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_01_Ice.uasset deleted file mode 100644 index 6e2a7eab..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_01_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdedf8b63290d0d01baab42c022eb474056e29adac08e07af3b912e50c2df6d8 -size 1914227 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_02_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_02_Ice.uasset deleted file mode 100644 index 3e62f783..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_02_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8918e837b732f0ec31adc7b0f6aa50dead705d7d4b7bbaf51cce0487ac7ee10 -size 2110723 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_03_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_03_Ice.uasset deleted file mode 100644 index 757069ea..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_03_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f55834cca24dc805716ad97e50ff0e732fbba45420a8e5643b3b1ea16712a5d -size 2369351 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_04_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_04_Ice.uasset deleted file mode 100644 index 3bd1a761..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_04_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb4bd5b1258f6917ca26a7f17deeddf6104d082a5a493fab31130f673cf66630 -size 1895420 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_05_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_05_Ice.uasset deleted file mode 100644 index 8296cb38..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_05_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6a98999e581f2b0831b8e4ee52eecf75e9870d4aa8f9fd6e83e6155f6313cb9 -size 3564238 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_06_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_06_Ice.uasset deleted file mode 100644 index 5e29cec1..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_06_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9867f9ff778bdcc28b4035c49b1299568b9dd690e750a593aa26aedb89f9579b -size 2138088 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_07_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_07_Ice.uasset deleted file mode 100644 index 0842686b..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_07_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e1506c48b87c5f6502e8a6c3782644909b8d5f9c3af7b2dd469d0f9b32faec3 -size 2358974 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_08_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_08_Ice.uasset deleted file mode 100644 index 0ce52911..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_08_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6ec7a0c49a6117e5f5e4d41a07d2859fa0a89ce20882fbb8cecaf742a4617b3 -size 2354914 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_09_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_09_Ice.uasset deleted file mode 100644 index 9cfd938e..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Emit_09_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:587e14486c58e06099c3d3041272ee6846628b373fc811aa657a09215e0e845d -size 1889266 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Exp_01_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Exp_01_Ice.uasset deleted file mode 100644 index 1d7713b0..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Exp_01_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:370807f2d6a6212f50dc8019e7d47580b40c6be2d8cbe0b04d577597b240fbf9 -size 4177881 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Gather_01_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Gather_01_Ice.uasset deleted file mode 100644 index cdbcd49f..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Gather_01_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17fd4f305bd1cd27bb4540e8b052ce0029641861717af1073cf7578ce23f542c -size 568099 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Gather_02_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Gather_02_Ice.uasset deleted file mode 100644 index f40fa82c..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Gather_02_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab53426fc40bf85a1e0a3c3ebf7224dbc8bfcf956236d9d7419eba641d978e69 -size 579153 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Hit_01_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Hit_01_Ice.uasset deleted file mode 100644 index 34697baa..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Hit_01_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56cf5471ef8cdefee180c80e29be4713c8e4c28187aa157fb1818511c442918d -size 1557918 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Hit_02_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Hit_02_Ice.uasset deleted file mode 100644 index 9d40301d..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Hit_02_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1447f1788cfce26d3f098699e6d8dc6a118b5ab4df2559f7e070be56bdd82f62 -size 2916854 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Hit_03_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Hit_03_Ice.uasset deleted file mode 100644 index 393445db..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Hit_03_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b736607be31d94cea94bb5c833892a55cad2e88db2f2bb5668d76b72d4c5789b -size 2575344 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Indicate_01_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Indicate_01_Ice.uasset deleted file mode 100644 index b03bf384..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Indicate_01_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36ecb1fd2c4c48114fe9475cdc3dd1a14ece3191f1d57863ca11754f3f751e09 -size 365003 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Kick_01_Ice.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Kick_01_Ice.uasset deleted file mode 100644 index 3efe3a38..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Niagara/NiagaraSystem/ArcherNiagara/IceNiagara/NS_Kick_01_Ice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19b0e1be7c200045c34257673a9c96d8acc1466b94d3494f75c5c77072c697e0 -size 4574796 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Arrow_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Arrow_01.uasset deleted file mode 100644 index 73fa99d2..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Arrow_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aca2009b153e922487ecb9e9eb83c585685ab42df1b816937c3e2a665be9beb9 -size 20393 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Arrow_F02.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Arrow_F02.uasset deleted file mode 100644 index 96893af1..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Arrow_F02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fd1760717f3bad65c9de9c1bca5c5338c929af1a9da217d48158f544477b15c -size 21565 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Bow_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Bow_01.uasset deleted file mode 100644 index 677733d8..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Bow_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b785cb0ef2e5f90fe5937546b99a4ef32e327050e6992311a1901cdcb9b2e705 -size 31466 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Bullet004_2.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Bullet004_2.uasset deleted file mode 100644 index fbf62706..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Bullet004_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9a1dc306b131c26fc2caf45e1c2035e5318419568de313f7fd2f99a9ee49579 -size 31165 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Bullet004_3.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Bullet004_3.uasset deleted file mode 100644 index 8322be30..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Bullet004_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32634349aefd53a819230491a92752cf2c231b1fa258686bdcaf6ed91cbedde1 -size 31165 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Bullet007.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Bullet007.uasset deleted file mode 100644 index 166ce34e..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Bullet007.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4de70235ca4de4da5a3afb494bebb4ec6565cf156c6c4d1d32bd946925952d7d -size 32745 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Cone02.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Cone02.uasset deleted file mode 100644 index da5348a1..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Cone02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dee0df16de8abf2a8adb3db8cfb0b0aa5367e74bec14e0f0536c7c9ce96d3aa8 -size 61852 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Cone02_2.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Cone02_2.uasset deleted file mode 100644 index c46105c9..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Cone02_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a51274719e8aaaa6936f35dd6b7508e6f6a64ed2599cc15fcf6bb48da8b0204 -size 61861 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Plane_02.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Plane_02.uasset deleted file mode 100644 index fbd87e1d..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Plane_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93c0d59c2e2d88d5891600ef3ca69ab4b03e6b47b2a481e17431ed047ac8bb66 -size 34142 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Rock_02.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Rock_02.uasset deleted file mode 100644 index 6b830534..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Rock_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69826174cad8c1a2415ba5207bdb9396bcee33e998f69a6bcb95ef4b3a6e21c5 -size 19893 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Sphere_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Sphere_01.uasset deleted file mode 100644 index 9a7dbcec..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/StaticMesh/SM_Sphere_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6933ff0b25377e99191280dfa97aeee69344a4b0bc84784b1960f16d7c94b233 -size 43744 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Alpha.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Alpha.uasset deleted file mode 100644 index a760d021..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Alpha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:051cd28d844baa7daa50b5286645d9dad2ea4b9250331eee3cea4a546b67a3e5 -size 30123 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Cool_01_N.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Cool_01_N.uasset deleted file mode 100644 index 3d86ecdc..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Cool_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46397c830047929cf20b9c0e382c2e4c45ef1dd31cac2db01698008a56d820b1 -size 10373605 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Crack_0002.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Crack_0002.uasset deleted file mode 100644 index 19a091e5..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Crack_0002.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af5713b92a01fe4ffbcd6783f9c0cc8b2610923b98fb99e7391c288e3736b4e8 -size 54905 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Crack_D003.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Crack_D003.uasset deleted file mode 100644 index 62cc07cb..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Crack_D003.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0f9a5c80a10c98871bfbf3095b0c29c17b50e688762a806951713ef2f4575c8 -size 3365294 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Crack_M005.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Crack_M005.uasset deleted file mode 100644 index 5092a3f4..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Crack_M005.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f523be963946a6e54b4238e4b13c42ab8d4eaf70de54256b47b7e8b52c034269 -size 1719822 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Deep05.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Deep05.uasset deleted file mode 100644 index 673203c2..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Deep05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38b670da8d8f3b89cf515bd4907222b08cc66c80fad05a29ae29ffed8a8cd65a -size 610764 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Deep10.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Deep10.uasset deleted file mode 100644 index 4503ec8b..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Deep10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c453477e8a7781f77f3172d087b5d5830d678827588870d9ec3291cc12c03360 -size 1310440 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Fire_0003.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Fire_0003.uasset deleted file mode 100644 index 98feee2d..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Fire_0003.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4443bb2d3c08624c647ae748d94aed56717aef405de107b0bef2eaa6c6ed1829 -size 441220 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flake_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flake_01.uasset deleted file mode 100644 index 879d6ed4..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flake_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77b15d004c9d596e98d85f0a3a82b1f58d81d67280f036eec2a71b723319bac5 -size 10806 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash03.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash03.uasset deleted file mode 100644 index 1f7faa8d..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:124c548f3dafe369eb0a122e1c3800a679333f3829b78c3d372eddae4fdbd392 -size 2822563 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash04.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash04.uasset deleted file mode 100644 index 644dcd5e..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc3416425df3cab0b9e4bf9b23ff839f559bf96a1cddfc44be9742c22d7a8f58 -size 3564764 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash07.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash07.uasset deleted file mode 100644 index 6974990d..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e610261200a651e80e9c63bf553cc024f74190d4b01a3492d75e34a993b87be -size 1969621 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash13.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash13.uasset deleted file mode 100644 index 9473e70b..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa8157ace2726b6fedae13f7a85bb707a85259293c53c3a3e7cf06f9af74afb9 -size 3468916 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash27.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash27.uasset deleted file mode 100644 index 5b5f4f94..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash27.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cea679eb16628ce1148358612a23f8c77cb368df305b32e58e627d07e4c16547 -size 809984 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash28.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash28.uasset deleted file mode 100644 index 73fb5244..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash28.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a067336c521f6540efec69f86d981306e6f8d2ec5141bf2c1cd90f05b7c1e7db -size 706416 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash29.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash29.uasset deleted file mode 100644 index 01ac8bd7..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash29.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37a1444d347c7767669c9f1f1adb71ebd35bc5d616351672d8e218b48ea8d73f -size 1674093 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash35.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash35.uasset deleted file mode 100644 index aeb5c3eb..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Flash35.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef66fc7537b2c94786ccc25a6f5be589f92776f9f3b11e4355889544d9f7478c -size 3880925 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_GraphTex_10.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_GraphTex_10.uasset deleted file mode 100644 index 2de2a25e..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_GraphTex_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83638f7346cd0b4c07db6d76dda63f260f97be38fa39507a593b3f1ece861273 -size 2738209 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_LensFlare_Magic_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_LensFlare_Magic_01.uasset deleted file mode 100644 index c9fa334b..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_LensFlare_Magic_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd1171dd389efb03436467d6fccd528f5642e7338be1204dd079c8811e3d4393 -size 66399 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_004.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_004.uasset deleted file mode 100644 index cbbb3786..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_004.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b2838e554d0c095006346599dd7db2ec0a5ab48ff39b63aab0b9cc71764c434 -size 5067285 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_006.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_006.uasset deleted file mode 100644 index a5b6f4af..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_006.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71285caefb469924c8df72d57a9027a2756f2f3b6fd50ba44549d296185e1c42 -size 35645 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_012.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_012.uasset deleted file mode 100644 index 0db83ffb..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_012.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6943f542de0de77a7818c59e677e6be6327b3326b1cab47304312d485ffb3ab -size 3518995 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_020.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_020.uasset deleted file mode 100644 index 57191335..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_020.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b07d79172bf783db6c8a279cb20aecd257527e1c5ade59197d0521bb9b0b39e -size 2231608 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_023.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_023.uasset deleted file mode 100644 index 2bc4b346..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_023.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:406a0be5b14b909b650ed6106cc496afacc25f6f2848865e704f3a815937fb02 -size 3416706 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_030.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_030.uasset deleted file mode 100644 index 35d91468..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_030.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a48bb2659aed13ae8eb7fb147d883fc09ade9a64154df4ece2eea76536fe04d -size 3268995 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_032.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_032.uasset deleted file mode 100644 index 10d9fcc5..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_032.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39cc2b8fc1504b051feabf339d97b62527229e5274f7d4e78f1617e3234f2a98 -size 1213698 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_034.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_034.uasset deleted file mode 100644 index 7fef1cec..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_034.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c61ce5d47781766fc5f9dfde79691dc6ccf61868e870e546e780fce2f749b7e5 -size 751641 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_048.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_048.uasset deleted file mode 100644 index 0743e832..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_048.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1af1c34ad5fec08dc5c49f6e5fe8f1337739158ae61d403cac843de1757f1060 -size 2460409 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_051.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_051.uasset deleted file mode 100644 index c54d2301..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_051.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8cc8a6c06076ea0a1348e3fe1f76f2f2aaac81876844a7c8d2e69c036e83ace -size 494966 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_053.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_053.uasset deleted file mode 100644 index 6cb7b8f0..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_053.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77382e93001a5d9d9f65f5d7692b99528b09120a58fda7021da99171ea05c141 -size 4128124 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_054.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_054.uasset deleted file mode 100644 index 258c636f..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_054.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d87ffb49ca461a47addf5497cf251016bee31519ffccb27496bf773878af26cb -size 2998636 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_056.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_056.uasset deleted file mode 100644 index d657a5bf..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_056.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b02f937b6483eaf0c384791112bec020f34ae7fb4840df8aecf0f58c14fa6b2 -size 1831627 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_058.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_058.uasset deleted file mode 100644 index 75f7379f..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_058.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd9d49a9133bf9528ae4f19a46f01bb20b61d638cac0717590640263b2c48357 -size 1934267 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_059.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_059.uasset deleted file mode 100644 index 0fcf6381..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_059.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93c3a90cc7dd21a02597fdeda4e972909de5acdeccb6af6602d8aea177051d3e -size 3380877 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_Pow2.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_Pow2.uasset deleted file mode 100644 index f90f9fc5..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Mask_Pow2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42745c5d5836fb9926a273c4e6fcaf8660c0b17b8b2dfb00b7b84a6e611f04ee -size 1655978 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_001.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_001.uasset deleted file mode 100644 index 904fd976..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0362329d334bf7b66f307c992ed2c2b61b3d150b1cd952afd775d2fa4ce7ace2 -size 7023996 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_007.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_007.uasset deleted file mode 100644 index a2a829b5..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_007.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d03b24e43959af4ee04a72a005139e57a07e37cb3b6e96e6316e7696493dda28 -size 7431869 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_008.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_008.uasset deleted file mode 100644 index 3b042c20..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_008.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:167a56e569e490e3da69adc1533778b64937a1a926c6280fc3ac2de64498e822 -size 5965796 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_009.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_009.uasset deleted file mode 100644 index cd3e6b46..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_009.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a02c7c49fc24f411ddca2e16cc19e9f4f19350211f360f69230aaf1103e56493 -size 5183758 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_010.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_010.uasset deleted file mode 100644 index c21b64cc..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_010.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea0a943977c3d84d3b1dbff87ab16e2f6decdefd8bc00cc2b4eef96b96d8cffc -size 6828347 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_013.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_013.uasset deleted file mode 100644 index 73ab1a63..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_013.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1f527ef4ff57191f85cdcbf2f02507f4c62f4010b8d79762418f6d215cfb8ad -size 8534728 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_014.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_014.uasset deleted file mode 100644 index 92dc363b..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_014.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06f43d9b2213cc6c3a28137160674ba39373b60116fd4e55d1ee2249edabda73 -size 5468878 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_017.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_017.uasset deleted file mode 100644 index 9c411847..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_017.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a546aede4fb3a426d93c8c1d3704c9177d60e45a7eb54c3eb53455a18bfb457 -size 3610518 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_018.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_018.uasset deleted file mode 100644 index 47baea49..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_018.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17558b6d73b7b9d4251f84ab4f9790f006330207c74eae3c1f948b6894beee4b -size 3693278 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_027.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_027.uasset deleted file mode 100644 index 9eae80d0..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_027.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80460acf2604a1e7eeee9defa4c4657e3dd15093da4657f8e134a7e6b987a8db -size 3929435 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_028.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_028.uasset deleted file mode 100644 index 9995fa3a..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_028.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4af81eebb7f20dad74303adee3192f42b27cc20dd659ce26a240234be1c2671 -size 3778957 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_029.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_029.uasset deleted file mode 100644 index 9fc7622b..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_029.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38aa168a6f03da1a75e6d5d1a2dd36644e7062ff0f7ff407cb69918ce04dd3b4 -size 2828277 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_034.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_034.uasset deleted file mode 100644 index 610a5eec..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_034.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a43eb8511a43d0293926d8cacbeb77b51a32fc3e76e1428ceeaee6882fef178 -size 5862263 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_N_013.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_N_013.uasset deleted file mode 100644 index 32e365dd..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Noise_N_013.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a99bd77d86d1cd35dd95eb197caaf41aec4e30b7795a3ef98da29987bbae81b -size 4706972 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Normal_001.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Normal_001.uasset deleted file mode 100644 index 0d8dc67e..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Normal_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:264eab9d849a874d88fdd0cef9942d9465a1dee3ae88223ae208eb5d54e246bd -size 13775633 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Smoke_0001.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Smoke_0001.uasset deleted file mode 100644 index 97ed5857..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Smoke_0001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bfe8371fa9294b7503a6192e62f8ecf28f2bc289becdc46226c1f23adbbbcaa -size 494044 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Smoke_0005.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Smoke_0005.uasset deleted file mode 100644 index c04d57db..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Smoke_0005.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfbb7145fe55402fdae723ebfb55b5a918936dfd44b0a8e23816bf03e4123b2c -size 1122261 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Smoke_N_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Smoke_N_01.uasset deleted file mode 100644 index bb20ccf3..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Smoke_N_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:844c2a819077e52de29afef279809a5e39e8b80eb4e097ac5a571c542bccf1b0 -size 171253 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Smooth_tile_Dup_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Smooth_tile_Dup_01.uasset deleted file mode 100644 index 781a4a8e..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Smooth_tile_Dup_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e30514b9426249798c37b73db6641ddbb45f759185b2c49fbba164a1accb88c -size 27853 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Surface_N_01.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Surface_N_01.uasset deleted file mode 100644 index c0b2ec1a..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Surface_N_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad93a0eed929e7276e69d2fd2b080871caf64fac7fb9fe878c1151aa9a051f0d -size 11254124 diff --git a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Wave_0003.uasset b/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Wave_0003.uasset deleted file mode 100644 index aced3873..00000000 --- a/hwanyoung2/Content/ArcherNiagaraVFX/Textures/T_Wave_0003.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa29cfc89013e2c94ae8ae5bc8bf5cc5e8cfe8d5b7fe8aa9bedc2065fb317255 -size 124448 diff --git a/hwanyoung2/Content/Asian_Village/materials/cliff_materials/MI_cliff_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/cliff_materials/MI_cliff_01_Inst.uasset deleted file mode 100644 index 46a9bb1b..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/cliff_materials/MI_cliff_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf455626d89ec407e99d9f9c8575472593165951474f3ed4539582cb5a89ca19 -size 152984 diff --git a/hwanyoung2/Content/Asian_Village/materials/cliff_materials/MI_cliff_02_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/cliff_materials/MI_cliff_02_Inst.uasset deleted file mode 100644 index 6d14562a..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/cliff_materials/MI_cliff_02_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d716a19bcb3f9813c470f461e2361b5fb7963ca682a7573e9b094c8a932bb051 -size 137502 diff --git a/hwanyoung2/Content/Asian_Village/materials/cliff_materials/MI_cliff_03_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/cliff_materials/MI_cliff_03_Inst.uasset deleted file mode 100644 index 4a6b24f7..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/cliff_materials/MI_cliff_03_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8845822225970f43b62783aaba2ffa78f259ae589e7b4be28d5b2fa138cfb5a -size 138257 diff --git a/hwanyoung2/Content/Asian_Village/materials/cliff_materials/M_cliff.uasset b/hwanyoung2/Content/Asian_Village/materials/cliff_materials/M_cliff.uasset deleted file mode 100644 index 19736d06..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/cliff_materials/M_cliff.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b90efa2a39642098e231277cc5afcb00a83b9a581201b557e1474d6c644ed815 -size 60768 diff --git a/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_01_Inst.uasset deleted file mode 100644 index 8e15c00c..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8370a65e8bf9b048b788780936a8db06ec360c89cf0bd733f71eaeeca9f65229 -size 98722 diff --git a/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_02_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_02_Inst.uasset deleted file mode 100644 index ab2dd94f..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_02_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0783dc9338d3010cd7e0ec74e23ee437d3ac68bb41ecff4ddb2d4f181bba66c -size 87108 diff --git a/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_03_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_03_Inst.uasset deleted file mode 100644 index 568e8848..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_03_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b83257df7aca5baeff03c515bf55c1a0970699a94138d028bf7413d6c55f8e5f -size 83212 diff --git a/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_04_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_04_Inst.uasset deleted file mode 100644 index cd98528e..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_04_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6172cb5cbebb0a1f778b65d0996b5d7947aaf72ce524c5778092b924ef2b5c90 -size 82274 diff --git a/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_05_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_05_Inst.uasset deleted file mode 100644 index 4140eb7a..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/decals_materials/MI_decal_dirt_05_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df0cc04a7f50e2eba98d78a0899b2da194774934348b43eb183fe0009675dd51 -size 86978 diff --git a/hwanyoung2/Content/Asian_Village/materials/decals_materials/M_decal_dirt.uasset b/hwanyoung2/Content/Asian_Village/materials/decals_materials/M_decal_dirt.uasset deleted file mode 100644 index eeeb781a..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/decals_materials/M_decal_dirt.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:287ca318f03856e5197e7a41e7539d6839f67ac99104e18842440da996fad422 -size 110719 diff --git a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/LandscapeGrassType_Grass_A.uasset b/hwanyoung2/Content/Asian_Village/materials/landscape_materials/LandscapeGrassType_Grass_A.uasset deleted file mode 100644 index 19a058f4..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/LandscapeGrassType_Grass_A.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:258700682ca957586f6738aea3730b40c5ff715abe9fc0c699ac1a288d669c82 -size 3192 diff --git a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/LandscapeGrassType_Grass_B.uasset b/hwanyoung2/Content/Asian_Village/materials/landscape_materials/LandscapeGrassType_Grass_B.uasset deleted file mode 100644 index df15f729..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/LandscapeGrassType_Grass_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ebdfe864cf247cee705fd86354629eb5562fd9794daee3305ac3e030689c2c4 -size 3196 diff --git a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/MI_landscape_material_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/landscape_materials/MI_landscape_material_Inst.uasset deleted file mode 100644 index dba7ff7d..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/MI_landscape_material_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb883b4df9b113bd542d1ec223854487d450e58172e2e4645875b71419e3cfef -size 120343 diff --git a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/M_landscape_material.uasset b/hwanyoung2/Content/Asian_Village/materials/landscape_materials/M_landscape_material.uasset deleted file mode 100644 index 80a55af1..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/M_landscape_material.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bbebf566dbc674ce289a8ae4ebd5dd31e3d21dbb89ffeb2c13d97970be18c5c -size 152064 diff --git a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/functions/MF_triplanar_basecolor.uasset b/hwanyoung2/Content/Asian_Village/materials/landscape_materials/functions/MF_triplanar_basecolor.uasset deleted file mode 100644 index 07c79ab6..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/functions/MF_triplanar_basecolor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28119366d5d3ea764fa2e38577d4e4e75d36074af8580eae06524a958820f441 -size 127898 diff --git a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_auto.uasset b/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_auto.uasset deleted file mode 100644 index 158c7724..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_auto.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81234f35f23394aa6f6f9c0fee8bb3ae666dd464182721ef26d8ebe64cf790d7 -size 114025 diff --git a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_01.uasset b/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_01.uasset deleted file mode 100644 index a4a990aa..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:231b32e07f5f9723e52df9cee6272c71081d74f63965ee8b50fef09e22d9c86c -size 102790 diff --git a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_02.uasset b/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_02.uasset deleted file mode 100644 index ec3b6e15..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82b124763a29b7b60e0372ae967595237d51f3649067d46115c371542504e1d5 -size 110079 diff --git a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_03.uasset b/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_03.uasset deleted file mode 100644 index 32811f8d..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:961a910a6a6e93e3fac287a51c85380f15830986f09553d864b395274c704c26 -size 105600 diff --git a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_04.uasset b/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_04.uasset deleted file mode 100644 index 4d3e801a..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bce68ec1f1bd3a04df7b7f34f444053c6f3510b6a32d2db9adaefa2dde3c04bd -size 102061 diff --git a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_05.uasset b/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_05.uasset deleted file mode 100644 index 09c33bb3..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/landscape_materials/layers/MF_layer_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed636ce8fa474ccc3c1d537f669d3246a15acfcf55e68ec96a2a15617723a5fd -size 105377 diff --git a/hwanyoung2/Content/Asian_Village/materials/plants_materials/MI_flower_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/plants_materials/MI_flower_01_Inst.uasset deleted file mode 100644 index 69c1a6cd..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/plants_materials/MI_flower_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7132a9eec1b846748026ffb372d4acb531b82613dd005464db9647ac025e929 -size 131024 diff --git a/hwanyoung2/Content/Asian_Village/materials/plants_materials/MI_flower_02_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/plants_materials/MI_flower_02_Inst.uasset deleted file mode 100644 index ea0cad85..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/plants_materials/MI_flower_02_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d030124c57187532e7d43458c2ea21f586e422fe21d9c2c3adbfbf5fa860aef2 -size 130739 diff --git a/hwanyoung2/Content/Asian_Village/materials/plants_materials/MI_grass_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/plants_materials/MI_grass_01_Inst.uasset deleted file mode 100644 index f5c86602..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/plants_materials/MI_grass_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfef3a53dfca12dc3f86bce21c77080145a621c178f1ed0020790068da44a512 -size 124951 diff --git a/hwanyoung2/Content/Asian_Village/materials/plants_materials/M_grass.uasset b/hwanyoung2/Content/Asian_Village/materials/plants_materials/M_grass.uasset deleted file mode 100644 index 77ef3891..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/plants_materials/M_grass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b8ac8f18a0dfb708571deedd218f5d65844c0534e1bc5db3ac1478d3d8d9f14 -size 139898 diff --git a/hwanyoung2/Content/Asian_Village/materials/plants_materials/M_plants.uasset b/hwanyoung2/Content/Asian_Village/materials/plants_materials/M_plants.uasset deleted file mode 100644 index bb07de63..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/plants_materials/M_plants.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb5266091fedfc22f0e8c30cdcbe51a1a0458a9a5006f48623f7fa1bfab0ac07 -size 145034 diff --git a/hwanyoung2/Content/Asian_Village/materials/postprocess_materials/MI_postprocess_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/postprocess_materials/MI_postprocess_Inst.uasset deleted file mode 100644 index 50e2d96a..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/postprocess_materials/MI_postprocess_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0838a0284ac421b4ac529eba7ebeac2f720fc64de0a6a9b9b73876af449686bc -size 105677 diff --git a/hwanyoung2/Content/Asian_Village/materials/postprocess_materials/M_postprocess.uasset b/hwanyoung2/Content/Asian_Village/materials/postprocess_materials/M_postprocess.uasset deleted file mode 100644 index 3d5b980b..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/postprocess_materials/M_postprocess.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19c518b1d1fbc04144cc1af3a79b0f6f450f90e4e00aa1184d9711825df6a462 -size 174742 diff --git a/hwanyoung2/Content/Asian_Village/materials/props_materials/MI_flag_banner_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/props_materials/MI_flag_banner_01_Inst.uasset deleted file mode 100644 index b630f5bd..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/props_materials/MI_flag_banner_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d6e68de87e40333fe86589e84383ec81e8ba4325fd5e44e534791a481ab8104 -size 135000 diff --git a/hwanyoung2/Content/Asian_Village/materials/props_materials/MI_lantern_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/props_materials/MI_lantern_01_Inst.uasset deleted file mode 100644 index dfe2ba5f..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/props_materials/MI_lantern_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81c793770e72a757dd221c07e7499e1b13bb90cfe5a198ae33981bea1c033abd -size 136479 diff --git a/hwanyoung2/Content/Asian_Village/materials/props_materials/MI_statue_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/props_materials/MI_statue_01_Inst.uasset deleted file mode 100644 index b01e8422..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/props_materials/MI_statue_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75d1ea9bbc264f36a8176dd171616080a6cf1f5bb225007b556018db6d150879 -size 137666 diff --git a/hwanyoung2/Content/Asian_Village/materials/props_materials/MI_statue_02_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/props_materials/MI_statue_02_Inst.uasset deleted file mode 100644 index d9093e98..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/props_materials/MI_statue_02_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93864115ad540e995b00b7ebfb281d82c56a73a141278fa847a620848f06769b -size 149474 diff --git a/hwanyoung2/Content/Asian_Village/materials/props_materials/M_flag_banner.uasset b/hwanyoung2/Content/Asian_Village/materials/props_materials/M_flag_banner.uasset deleted file mode 100644 index 88683fb6..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/props_materials/M_flag_banner.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d770c8b056c2e44eaf462ccb9a16005fede544d5d192ef45462944f07f42eeb -size 139885 diff --git a/hwanyoung2/Content/Asian_Village/materials/props_materials/M_lantern.uasset b/hwanyoung2/Content/Asian_Village/materials/props_materials/M_lantern.uasset deleted file mode 100644 index bd49d3f0..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/props_materials/M_lantern.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aff8c3c5b7e4ba5e340e3a5c11f9dff4bbedfbc525c2a1200f525a8bdc075480 -size 143366 diff --git a/hwanyoung2/Content/Asian_Village/materials/props_materials/M_statue.uasset b/hwanyoung2/Content/Asian_Village/materials/props_materials/M_statue.uasset deleted file mode 100644 index 1ce43dcd..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/props_materials/M_statue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc2c517e699a9263ff9678109979a9f9097bcec382e9b11f2fb4103db17ae923 -size 148401 diff --git a/hwanyoung2/Content/Asian_Village/materials/sky_materials/MI_sky_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/sky_materials/MI_sky_01_Inst.uasset deleted file mode 100644 index 77424b0a..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/sky_materials/MI_sky_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2a51b753d33df0120a41e51043d1236cd61ff31f035692aeacb0367d4a6e425 -size 116130 diff --git a/hwanyoung2/Content/Asian_Village/materials/sky_materials/M_sky.uasset b/hwanyoung2/Content/Asian_Village/materials/sky_materials/M_sky.uasset deleted file mode 100644 index 9c60c385..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/sky_materials/M_sky.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc4fbead88d5c7fcecdd3bb188b57d11d2b431d67817a3d413285ca853387e89 -size 119643 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_01_Inst.uasset deleted file mode 100644 index 1069dbf1..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcdd265aa4c10bfdd0d2441544da42f5ada84096ee3ed1e1ee46b57aa8f38b5c -size 103120 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_02_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_02_Inst.uasset deleted file mode 100644 index c4a560e6..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_02_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f08d90c8d5da7dece94ae6460dc19e765043cda6cbe4ccd868447dd0fdd32892 -size 118496 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_03_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_03_Inst.uasset deleted file mode 100644 index a9dfc673..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_03_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d280f23ca85012124e10df168b46f79fdbe6cb0559a49baf03a266db3f7018ad -size 120977 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_04_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_04_Inst.uasset deleted file mode 100644 index 723ef27f..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_04_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12da42dee4659579841d9d5bb257d56dcbaf98c926eb5bc73f88be40462bb6d9 -size 147376 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_05_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_05_Inst.uasset deleted file mode 100644 index 224e3169..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_05_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35bc46c0064de88d91450a77331c1af871da8ce01843bce2c6da262561a43e2d -size 124173 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_06_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_06_Inst.uasset deleted file mode 100644 index 5a50021f..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_bark_06_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48371686ba1a756ed395e0dbd7a0bcf33237055d10907780ad3e1f6cd6d0d439 -size 125856 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_01_Inst.uasset deleted file mode 100644 index 7426c745..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:572e2b4e275114a2e88385001c859ca80e8d26ab4b62a0bd88cde82584d3dac6 -size 133063 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_02_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_02_Inst.uasset deleted file mode 100644 index 968f61b0..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_02_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4db4d76e57d573d77a0a83887e0e59f02adf6395cfaa3144726d02e48429841e -size 131623 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_03_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_03_Inst.uasset deleted file mode 100644 index 193a8fe2..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_03_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6d1fd136a1328e5b1c41b830f032813a31f865d88e2e202c8f9eccb4b5d13e8 -size 133273 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_04_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_04_Inst.uasset deleted file mode 100644 index 369904e3..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_04_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2cd1603f4ea1c14cd02c666420146567d2f5d567f78c4234d0015ee3c3c226a -size 133858 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_05_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_05_Inst.uasset deleted file mode 100644 index ed62e831..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_05_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9464c090f4ff9404eb0ab29191fa631b12f147d1929f2d31333c28ec795a8a6 -size 132199 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_bamboo_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_bamboo_01_Inst.uasset deleted file mode 100644 index a3871e3f..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_bamboo_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67f798d33674ff7bd822f1b0ac7ca82de919b2a59ef6059d92190b19aaedd126 -size 127634 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_bamboo_02_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_bamboo_02_Inst.uasset deleted file mode 100644 index cc657aca..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/MI_foliage_bamboo_02_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93a63abd3559d09f97ca72f08de2e464aa1a80fbd56ad039cfa8516f5a6fded9 -size 124081 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/M_bark.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/M_bark.uasset deleted file mode 100644 index 4185a725..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/M_bark.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5f091d952709953681b72894edb676c057d4b2f2acfd8d521f330ecc1a6fb52 -size 52378 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/M_foliage.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/M_foliage.uasset deleted file mode 100644 index 828b381d..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/M_foliage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b44e7d55cba6eb3f3be0ffed68612bdfb618e50915790b185b3ad6f370bc020 -size 57041 diff --git a/hwanyoung2/Content/Asian_Village/materials/trees_materials/M_foliage_bamboo.uasset b/hwanyoung2/Content/Asian_Village/materials/trees_materials/M_foliage_bamboo.uasset deleted file mode 100644 index 8302dcb3..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/trees_materials/M_foliage_bamboo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ccc6ee9f387a496474b8956f48c3e0986c7564adcd652c35931a01119e25c64 -size 160899 diff --git a/hwanyoung2/Content/Asian_Village/materials/water_materials/MI_water_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/water_materials/MI_water_01_Inst.uasset deleted file mode 100644 index 64aceab5..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/water_materials/MI_water_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c4397bb18d14a2ba17e14ca95da5a99f942b04ac51a4fceccf92524eda0d6f3 -size 98934 diff --git a/hwanyoung2/Content/Asian_Village/materials/water_materials/MI_water_bottom_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/water_materials/MI_water_bottom_01_Inst.uasset deleted file mode 100644 index 1146b51c..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/water_materials/MI_water_bottom_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7d6bc2fe963a2ae97c56d57f7cf6ed1f9e9f295b028665c846a61ebf224762c -size 99594 diff --git a/hwanyoung2/Content/Asian_Village/materials/water_materials/MI_water_noise_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/water_materials/MI_water_noise_01_Inst.uasset deleted file mode 100644 index 20a68d1a..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/water_materials/MI_water_noise_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5376ab48058d4c66ad4a4bd031f8c61a42d5fd9f44af47f2047a94a36f5aaaec -size 125753 diff --git a/hwanyoung2/Content/Asian_Village/materials/water_materials/MI_waterfall_01_Inst.uasset b/hwanyoung2/Content/Asian_Village/materials/water_materials/MI_waterfall_01_Inst.uasset deleted file mode 100644 index cad83318..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/water_materials/MI_waterfall_01_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2c0e476364136486b5e2ad82d1e73de673fcdad3e2dbeaf1a1255d12108a09b -size 108034 diff --git a/hwanyoung2/Content/Asian_Village/materials/water_materials/M_water.uasset b/hwanyoung2/Content/Asian_Village/materials/water_materials/M_water.uasset deleted file mode 100644 index 822dd0b1..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/water_materials/M_water.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28781a52bfd690d6b044fd2d9257c5db0444fb60967daafc3feaf12ad67e93c1 -size 175376 diff --git a/hwanyoung2/Content/Asian_Village/materials/water_materials/M_water_bottom.uasset b/hwanyoung2/Content/Asian_Village/materials/water_materials/M_water_bottom.uasset deleted file mode 100644 index a06980ce..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/water_materials/M_water_bottom.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77a4ea940c57d6485af0895ae357b1d5d2bd17fdfc7475494cafb86e5417ab3f -size 101679 diff --git a/hwanyoung2/Content/Asian_Village/materials/water_materials/M_water_noise.uasset b/hwanyoung2/Content/Asian_Village/materials/water_materials/M_water_noise.uasset deleted file mode 100644 index 0fefa8b0..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/water_materials/M_water_noise.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dce09951bbad6dbda1690107e2eab9c4cc6fe7e37989699b3516a7ba97bf3036 -size 99134 diff --git a/hwanyoung2/Content/Asian_Village/materials/water_materials/M_waterfall.uasset b/hwanyoung2/Content/Asian_Village/materials/water_materials/M_waterfall.uasset deleted file mode 100644 index 8ace6d0a..00000000 --- a/hwanyoung2/Content/Asian_Village/materials/water_materials/M_waterfall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2aeb3de73fab8b338f957c2d530f8c039ed3acb210596bdd28796319a126b8c4 -size 164499 diff --git a/hwanyoung2/Content/Asian_Village/meshes/cliff/SM_cliff_01.uasset b/hwanyoung2/Content/Asian_Village/meshes/cliff/SM_cliff_01.uasset deleted file mode 100644 index c3eb327c..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/cliff/SM_cliff_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39a811535a4f92b3184914d429c4460e448f4257062d5da89dc96507b3f722f9 -size 182048 diff --git a/hwanyoung2/Content/Asian_Village/meshes/cliff/SM_cliff_02.uasset b/hwanyoung2/Content/Asian_Village/meshes/cliff/SM_cliff_02.uasset deleted file mode 100644 index 556d41b0..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/cliff/SM_cliff_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce799e5ff4f644620014977726ae391d05e0f7e76fe067acae6e9b40991e26c1 -size 194456 diff --git a/hwanyoung2/Content/Asian_Village/meshes/cliff/SM_cliff_03.uasset b/hwanyoung2/Content/Asian_Village/meshes/cliff/SM_cliff_03.uasset deleted file mode 100644 index 5fb471ad..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/cliff/SM_cliff_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21b6f8af03a895cb10d9c8771a6bd34edc29d7d3be5275443a171ffd4465dc30 -size 115809 diff --git a/hwanyoung2/Content/Asian_Village/meshes/plants/SM_bush_01.uasset b/hwanyoung2/Content/Asian_Village/meshes/plants/SM_bush_01.uasset deleted file mode 100644 index 2fe91f5c..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/plants/SM_bush_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6cdd1bdaa42febd73937db7fc076955297edc10fa9e1fb5f727e5959be8103d -size 175851 diff --git a/hwanyoung2/Content/Asian_Village/meshes/plants/SM_bush_flower_01.uasset b/hwanyoung2/Content/Asian_Village/meshes/plants/SM_bush_flower_01.uasset deleted file mode 100644 index c07c5dc6..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/plants/SM_bush_flower_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d71378ab3ae25412478fd66ebe56c2958c1004516f3653c8acf2c9095715a25 -size 187622 diff --git a/hwanyoung2/Content/Asian_Village/meshes/plants/SM_bush_flower_02.uasset b/hwanyoung2/Content/Asian_Village/meshes/plants/SM_bush_flower_02.uasset deleted file mode 100644 index b5f17c59..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/plants/SM_bush_flower_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5407496bcf6666fbcae5d411a9d6625536662f3ced9eb01d8de95a0d4ad62124 -size 185169 diff --git a/hwanyoung2/Content/Asian_Village/meshes/plants/SM_flowers_01.uasset b/hwanyoung2/Content/Asian_Village/meshes/plants/SM_flowers_01.uasset deleted file mode 100644 index eaec22a2..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/plants/SM_flowers_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff60fbbdd042b5dcc2dfabbf5d26c932b229052ac183129faeba61c381db27da -size 96075 diff --git a/hwanyoung2/Content/Asian_Village/meshes/plants/SM_grass_01.uasset b/hwanyoung2/Content/Asian_Village/meshes/plants/SM_grass_01.uasset deleted file mode 100644 index 927e51c5..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/plants/SM_grass_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9ce660ce56a7a4d52db95571448674ff96fc3fb0050231e17a0ed09498ddf4a -size 105250 diff --git a/hwanyoung2/Content/Asian_Village/meshes/sky/SM_sky.uasset b/hwanyoung2/Content/Asian_Village/meshes/sky/SM_sky.uasset deleted file mode 100644 index aa2d82b6..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/sky/SM_sky.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:455027fb38263c287aa17066d5abdd6292c87807b0bd49943dfe5462593bb166 -size 178534 diff --git a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_bamboo_01.uasset b/hwanyoung2/Content/Asian_Village/meshes/trees/SM_bamboo_01.uasset deleted file mode 100644 index ba3fa95a..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_bamboo_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5563351ce410838339b62440aa8d10725c01e56e283078e80a61d7d976ace94 -size 641813 diff --git a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_bamboo_02.uasset b/hwanyoung2/Content/Asian_Village/meshes/trees/SM_bamboo_02.uasset deleted file mode 100644 index 7a5458f5..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_bamboo_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46b750db9261acfdc88d749915ff56a0bdfea86e856a9b8b58c08703551088bc -size 831713 diff --git a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_bamboo_03.uasset b/hwanyoung2/Content/Asian_Village/meshes/trees/SM_bamboo_03.uasset deleted file mode 100644 index 96a9968e..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_bamboo_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7707c3334f7b5130a577bd842e9496f32ff8b3d283e33723ace16bcee8b524da -size 886911 diff --git a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_bamboo_low_01.uasset b/hwanyoung2/Content/Asian_Village/meshes/trees/SM_bamboo_low_01.uasset deleted file mode 100644 index bf0aded6..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_bamboo_low_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad75556e90fe26532b9e6fc78bd0154d61665cd333ad3a02ecab59f6fad42bed -size 311400 diff --git a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_01.uasset b/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_01.uasset deleted file mode 100644 index 7842f3c8..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe76c7f74c2111b1492389d3adc0f2d7aefe18e90ca2c7ca994d683ebcca07c5 -size 162483 diff --git a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_02.uasset b/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_02.uasset deleted file mode 100644 index 06052963..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c583311763e663d448d06e2b7ee2e37106121b78a7f161d4f84b89940ffdaa8 -size 824206 diff --git a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_03.uasset b/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_03.uasset deleted file mode 100644 index 2c472e97..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3becb71aa0e436763f015e1ffdf8cd2798d95b54c9630ac2f6a051cc7787431d -size 472632 diff --git a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_04.uasset b/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_04.uasset deleted file mode 100644 index 96efb762..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21f76d61e08c95e14fbb6bfe0a962a0b535dc6cc5f6754bb7c252e776000ec75 -size 165618 diff --git a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_bush_01.uasset b/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_bush_01.uasset deleted file mode 100644 index 3f14e9a2..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/trees/SM_tree_bush_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60cd3feab64bc0de539adb9342d131e7a97bbe4fb3f28ae7ebe2f53fdb47948d -size 180232 diff --git a/hwanyoung2/Content/Asian_Village/meshes/water/SM_water_noise_mesh.uasset b/hwanyoung2/Content/Asian_Village/meshes/water/SM_water_noise_mesh.uasset deleted file mode 100644 index cf254607..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/water/SM_water_noise_mesh.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d529b55b4f5d39200e1388ae188f457bdf4fad12ef50ad00e548af65c47d39f5 -size 478159 diff --git a/hwanyoung2/Content/Asian_Village/meshes/water/SM_waterfall.uasset b/hwanyoung2/Content/Asian_Village/meshes/water/SM_waterfall.uasset deleted file mode 100644 index bfb4c459..00000000 --- a/hwanyoung2/Content/Asian_Village/meshes/water/SM_waterfall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57756976a9006b426a68b7f50eccbe4a0f196104177d6d43ba100f0e80bc88d8 -size 168583 diff --git a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/T_cliff_base_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/cliff_textures/T_cliff_base_BaseColor.uasset deleted file mode 100644 index abbfc329..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/T_cliff_base_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ee8d8004e02643335857c490ce0063a073892d67c0266b667e9a120b67f4a9d -size 31904556 diff --git a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_01/T_cliff_01_MaskRGB.uasset b/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_01/T_cliff_01_MaskRGB.uasset deleted file mode 100644 index 71cdd2c6..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_01/T_cliff_01_MaskRGB.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4010f3d6bbf3ffc9669f80de71a45f8f4f985a66c96133d7b1fdb0427d141b62 -size 29380121 diff --git a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_01/T_cliff_01_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_01/T_cliff_01_Normal.uasset deleted file mode 100644 index d72df32e..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_01/T_cliff_01_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc2209337c200408446cbe91f0ce36730a3f52b03ff9abd4fa05285c9ca22e6c -size 26587376 diff --git a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_02/T_cliff_02_MaskRGB.uasset b/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_02/T_cliff_02_MaskRGB.uasset deleted file mode 100644 index 5b7f2b8e..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_02/T_cliff_02_MaskRGB.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e64fac7cc550bff0578d374d11b4300e75aaa8fa4fc08a35eb9520f2ba30cef -size 25234307 diff --git a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_02/T_cliff_02_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_02/T_cliff_02_Normal.uasset deleted file mode 100644 index 091d154d..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_02/T_cliff_02_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b20347f3a4c3965181c3ad29675323a01f3b0cd2d8300590ed70c435572b6c14 -size 28168858 diff --git a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_03/T_cliff_03_MaskRGB.uasset b/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_03/T_cliff_03_MaskRGB.uasset deleted file mode 100644 index 4986bb6c..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_03/T_cliff_03_MaskRGB.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ea1534c5be7631a387f83e127ff41f471671a98b52ea2edcd2067531d0b0c07 -size 26555729 diff --git a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_03/T_cliff_03_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_03/T_cliff_03_Normal.uasset deleted file mode 100644 index 919da507..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/cliff_textures/cliff_03/T_cliff_03_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2828973b9c08a575b7fa2368d899d69e6c3dfafccf6052a314b679b26fdf191f -size 25824366 diff --git a/hwanyoung2/Content/Asian_Village/textures/decals_textures/T_decal_dirt_01_Mask.uasset b/hwanyoung2/Content/Asian_Village/textures/decals_textures/T_decal_dirt_01_Mask.uasset deleted file mode 100644 index cfe0e905..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/decals_textures/T_decal_dirt_01_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0a2873ff19d0bbf6f087c0d74fe26342b6c84f6f8faa98da9561eb359554d23 -size 2171785 diff --git a/hwanyoung2/Content/Asian_Village/textures/decals_textures/T_decal_dirt_02_Mask.uasset b/hwanyoung2/Content/Asian_Village/textures/decals_textures/T_decal_dirt_02_Mask.uasset deleted file mode 100644 index e6fc21a8..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/decals_textures/T_decal_dirt_02_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d739557a9cdeb9a85db3b86e50be64e6f952ad91a03c589ec6deafab249c7fc0 -size 549956 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/T_landscape_01_Mask.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/T_landscape_01_Mask.uasset deleted file mode 100644 index b608bd04..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/T_landscape_01_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:323f837c1f4a3b77935db3e4e3a564dc3f2fcc22bde9b26792cb53283dce955a -size 3103082 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/T_landscape_02_Mask.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/T_landscape_02_Mask.uasset deleted file mode 100644 index c8729e83..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/T_landscape_02_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcea7cae829a0740bba9175c51efc77b8aea64e9c56c57216f1df05e3263234e -size 2099347 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/cliff/T_cliff_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/cliff/T_cliff_BaseColor.uasset deleted file mode 100644 index a920c841..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/cliff/T_cliff_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a9cb532563ab97a596faf72b4324382c608e03a98daa883e6f2ca2a2eb97823 -size 26945324 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/cliff/T_cliff_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/cliff/T_cliff_Normal.uasset deleted file mode 100644 index 439dc1bb..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/cliff/T_cliff_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:711130c3c8e2c56215845d5eef5b9a8f33766d63be5763a6a0ee6891981a855f -size 22509191 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/grass/T_grass_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/grass/T_grass_BaseColor.uasset deleted file mode 100644 index 70848186..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/grass/T_grass_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68b919343ad5fb1568180262673c812508e4e5b764393d7ad72065e75f2f3b5b -size 7184136 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/grass/T_grass_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/grass/T_grass_Normal.uasset deleted file mode 100644 index bb21190e..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/grass/T_grass_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85d60bd7c8248059fd7b163b959aab7574e35d75cac7796aba6a3f88eac71987 -size 6072273 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/ground/T_ground_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/ground/T_ground_BaseColor.uasset deleted file mode 100644 index 606988b3..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/ground/T_ground_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9456e59254651b5c9bbc1a5560b3efc3756d49e1d67b997d49f1a3b886629aa8 -size 5123981 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/ground/T_ground_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/ground/T_ground_Normal.uasset deleted file mode 100644 index a587c61d..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/ground/T_ground_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87dfa10cc57720ba859c62ba3500cce5de114cdfbeec08e0943e414883475948 -size 5001003 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/moss/T_moss_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/moss/T_moss_BaseColor.uasset deleted file mode 100644 index f0d8a067..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/moss/T_moss_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9507f1b677920439a3af1b068afe6c4d17017bd262b7716628d88c2487d021c9 -size 7261842 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/moss/T_moss_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/moss/T_moss_Normal.uasset deleted file mode 100644 index d945a01f..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/moss/T_moss_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:240326c3c53e52b362f543683737b57d8cb4067b180229093cfe74a531847af5 -size 6775608 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/sand/T_sand_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/sand/T_sand_BaseColor.uasset deleted file mode 100644 index 08a4e30a..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/sand/T_sand_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08d89b2f4e90c5422d12c2d2d4a7f66a2c40d2dacada083bc3afcfa593c7ecdd -size 7407728 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/sand/T_sand_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/sand/T_sand_Normal.uasset deleted file mode 100644 index 7e6df6db..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/sand/T_sand_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffc2ed0f686926cd6f3335e2b16abc5308372738d361e6279e6a3bd4d05fe18b -size 3812587 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/soil/T_soil_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/soil/T_soil_BaseColor.uasset deleted file mode 100644 index bce59d41..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/soil/T_soil_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f00509dd45f313ed884177cc128b797bfd0738485e1304612d9cbb329c3b7340 -size 5478593 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/soil/T_soil_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/soil/T_soil_Normal.uasset deleted file mode 100644 index df1ab39f..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/soil/T_soil_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306ad893f3f4bbf5a8e5d804de3bb789bff262d0ec3810f10df6bf0414a5a5ea -size 5029455 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/stone_road/T_stone_road_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/stone_road/T_stone_road_BaseColor.uasset deleted file mode 100644 index 63fb6f94..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/stone_road/T_stone_road_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13a2e2fecace5fc0eaf72b0d1cc1e97f1b9b7bbd6bf1a89fac0a31c27cf992ef -size 5357865 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/stone_road/T_stone_road_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/stone_road/T_stone_road_Normal.uasset deleted file mode 100644 index 7e619d19..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/stone_road/T_stone_road_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12e699230dbab45b77203b3803b713ede5d598565f8b0a831a65e9e0db020b4e -size 4665442 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/stones/T_stones_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/stones/T_stones_BaseColor.uasset deleted file mode 100644 index 04a791fb..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/stones/T_stones_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea9fddc200ea5f8f6b15082613cd27f367971d144a39e07fe5cb907a873d36e9 -size 5188899 diff --git a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/stones/T_stones_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/landscape_textures/stones/T_stones_Normal.uasset deleted file mode 100644 index 7184d336..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/landscape_textures/stones/T_stones_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83d0497b81d072d7a1a7e87721ec6c6c7059359519fcf74a9e583c9c3f6d210e -size 5240661 diff --git a/hwanyoung2/Content/Asian_Village/textures/plants_textures/T_plants_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/plants_textures/T_plants_BaseColor.uasset deleted file mode 100644 index a2efb506..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/plants_textures/T_plants_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a321c8dd1da9e3ecbfdb2e6c59833b371baa476e5fd47fe0a25e34d522fcb24 -size 289217 diff --git a/hwanyoung2/Content/Asian_Village/textures/plants_textures/T_plants_Mask.uasset b/hwanyoung2/Content/Asian_Village/textures/plants_textures/T_plants_Mask.uasset deleted file mode 100644 index c7671e49..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/plants_textures/T_plants_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8aa512077ded804cd55fed4f7c7516741926cdcc978a49e7b9a7b47a77034ac -size 755522 diff --git a/hwanyoung2/Content/Asian_Village/textures/props_textures/flag_banner/T_flag_banner_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/props_textures/flag_banner/T_flag_banner_BaseColor.uasset deleted file mode 100644 index 9a462ab7..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/props_textures/flag_banner/T_flag_banner_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdc147186e607617b118b5638a29247c529cebef7133ad10c141d7e7811caddd -size 3241142 diff --git a/hwanyoung2/Content/Asian_Village/textures/props_textures/flag_banner/T_flag_banner_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/props_textures/flag_banner/T_flag_banner_Normal.uasset deleted file mode 100644 index c1c76ca8..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/props_textures/flag_banner/T_flag_banner_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdd3f2a69aee4f74451315316c11382fc555c7998c5b9e067d2e8c6c48963135 -size 3987945 diff --git a/hwanyoung2/Content/Asian_Village/textures/props_textures/lantern/T_lantern_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/props_textures/lantern/T_lantern_BaseColor.uasset deleted file mode 100644 index 1445fcc5..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/props_textures/lantern/T_lantern_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a2c908a854c4bf284e62019d78cf6466b25382ec3a0995b45714f2659f13ad9 -size 3019176 diff --git a/hwanyoung2/Content/Asian_Village/textures/props_textures/lantern/T_lantern_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/props_textures/lantern/T_lantern_Normal.uasset deleted file mode 100644 index 0ed64afd..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/props_textures/lantern/T_lantern_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:557ce8ac8e0062f7921f2e6b3b712b5af199e9747c47044a017057c509e1a824 -size 2404439 diff --git a/hwanyoung2/Content/Asian_Village/textures/props_textures/statue/T_statue_01_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/props_textures/statue/T_statue_01_BaseColor.uasset deleted file mode 100644 index dd82f27d..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/props_textures/statue/T_statue_01_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6e3de005fbd53de75f426d6e59a24261990a13f1d1a2b608fb7d3955166769d -size 5744750 diff --git a/hwanyoung2/Content/Asian_Village/textures/props_textures/statue/T_statue_01_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/props_textures/statue/T_statue_01_Normal.uasset deleted file mode 100644 index 564d9eab..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/props_textures/statue/T_statue_01_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c0c94d8cb0a2af90b01a3d8ecb40e7920f00f8afe0ed293b1ea13d179d5d04a -size 5342815 diff --git a/hwanyoung2/Content/Asian_Village/textures/sky_textures/T_sky_01_Mask.uasset b/hwanyoung2/Content/Asian_Village/textures/sky_textures/T_sky_01_Mask.uasset deleted file mode 100644 index 3ff2f24e..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/sky_textures/T_sky_01_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f16b33686c5f0d842a42d6c502fc8cda6631d19f3efcd20898041155b2ae85c -size 551244 diff --git a/hwanyoung2/Content/Asian_Village/textures/sky_textures/T_sky_02_Mask.uasset b/hwanyoung2/Content/Asian_Village/textures/sky_textures/T_sky_02_Mask.uasset deleted file mode 100644 index bce68349..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/sky_textures/T_sky_02_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19ce55eeb57ec51e2066cbdaf130e74df6af3f79308fe089833168b9e2d5c6e0 -size 768943 diff --git a/hwanyoung2/Content/Asian_Village/textures/sky_textures/T_sky_light_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/sky_textures/T_sky_light_BaseColor.uasset deleted file mode 100644 index 64f08a61..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/sky_textures/T_sky_light_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d697850933220ed17fc9565567dc29988a4b08107237269275637442bd34df1 -size 5869 diff --git a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_01_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_01_BaseColor.uasset deleted file mode 100644 index 728f4a9a..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_01_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5719898cf9e72257a36b1db09756818dc8fed330658b2f376b8b906d532cf7c -size 278815 diff --git a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_01_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_01_Normal.uasset deleted file mode 100644 index 68c9e2a9..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_01_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2595d7fc630d7144352e8b1aa31d535b8ec4c8a1d34dd286ad9e00e60b2bae2 -size 276254 diff --git a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_02_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_02_BaseColor.uasset deleted file mode 100644 index 06fcc9dd..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_02_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75f832de6eb433abd237cad4c3b936e95b55f839d349d0e7a39e93b82373c350 -size 5330482 diff --git a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_02_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_02_Normal.uasset deleted file mode 100644 index 0ef6df91..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_02_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4208cf015ec8ae5da508de4f91ea9a0ddb7cb849c8c77298bf820a9f06c5b38 -size 5530921 diff --git a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_03_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_03_BaseColor.uasset deleted file mode 100644 index 8da55468..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_03_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d590c56da91d58b682bee160368a3b8583576f145a91bdcde4a52c71b734f9c3 -size 5997693 diff --git a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_03_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_03_Normal.uasset deleted file mode 100644 index 5a3df727..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_bark_03_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c829b352cd94f8b8aed2055e6e43809d05c29c9a4d0aeac79b5132cf3312ee8 -size 5689875 diff --git a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_foliage_BaseColor.uasset b/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_foliage_BaseColor.uasset deleted file mode 100644 index d6447356..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_foliage_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed67dd144a68efbbcb11832b70a4b2c5383ee882ce76b78bc1589eb920ea1072 -size 736524 diff --git a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_foliage_Mask.uasset b/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_foliage_Mask.uasset deleted file mode 100644 index 15556248..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/trees_textures/T_foliage_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a16dda7277a565624881fd895772fc7f10d8e0a4bf69bb5a81311a3efff4f63 -size 944366 diff --git a/hwanyoung2/Content/Asian_Village/textures/water_textures/T_noise_water_A_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/water_textures/T_noise_water_A_Normal.uasset deleted file mode 100644 index 06ac7f67..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/water_textures/T_noise_water_A_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d4de80d7fcc8fa750bfdcfcbbd40c67992d046050b58847e7503066fd4d7470 -size 4485221 diff --git a/hwanyoung2/Content/Asian_Village/textures/water_textures/T_noise_water_B_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/water_textures/T_noise_water_B_Normal.uasset deleted file mode 100644 index 13a70aa3..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/water_textures/T_noise_water_B_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2944766e7888e98a757090f1be351d4b3198755e76644557f6201018a1ff8205 -size 1191631 diff --git a/hwanyoung2/Content/Asian_Village/textures/water_textures/T_noise_water_C_Normal.uasset b/hwanyoung2/Content/Asian_Village/textures/water_textures/T_noise_water_C_Normal.uasset deleted file mode 100644 index f3fcdc57..00000000 --- a/hwanyoung2/Content/Asian_Village/textures/water_textures/T_noise_water_C_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed4e9be867e39f7deb6105c8d355ea03426c9f7a31c73e5ca8fee6d340011951 -size 4672376 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset deleted file mode 100644 index b915e8e3..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Animations/Jog_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81b4dd2a00331ba3086ce06a8673667359183399c5fb1ab924060e2c84720691 -size 203111 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset deleted file mode 100644 index 4d2cc648..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa87ecdbb722402bdb4decef1a53487d6b74789076cb7aa51a4521553f478a89 -size 13710 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset deleted file mode 100644 index 26c98f45..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b544f3c62bdc242ceb673eb94a30a1bb881ea3b126d849e8e969ea6b30c25772 -size 10382 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset deleted file mode 100644 index 71812b72..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff2747888cb753414087d94c0aaa824e88aae93ca25584419a1ace2de31bb048 -size 11197 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset deleted file mode 100644 index 3fbbe601..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28ffa6db34aa484d7f36d872c88b5628a5a9aff7279c1e0d819fb20fe29459ed -size 14647 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset deleted file mode 100644 index ab712a1e..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4042ac871e2df59386ec9b28ce4c8436753e92ba1e0c69b8ba1b75220a386e96 -size 28440 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset deleted file mode 100644 index 86a96e3a..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03e96660ce9ddd947d06b73332cc5e3ce76339f937d2cd7ef5396e20a1bdd968 -size 11162 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset deleted file mode 100644 index f5959314..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:add4a29562eefee1f38203b6377e56cdb62ad5f109776e845d05e4050552926c -size 5583495 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset deleted file mode 100644 index 063f9350..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8e0bf4f4a7a8702be683d64e382e0994d56a24f6ef94a0e13d0d3504df9e490 -size 46446 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset deleted file mode 100644 index 5ee88a5f..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44ad784e4e3635f78abc34c3f266522218994b20714ddda144bbcbaa5972c4ed -size 22962 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset deleted file mode 100644 index 165bc9b2..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Rigs/IK_UE4_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dba3b1e0c67f2380aa8a126bce63a081d9a0bc42c134a4e2341ba3a35ce6bea -size 76187 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset deleted file mode 100644 index 103335eb..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Rigs/RTG_UE4Manny_UE5Manny.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c724c114fab2d181eb060085a8379b68b12f41207391678fb90fb8d761402bb8 -size 30665 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset deleted file mode 100644 index 11f762ef..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Rigs/RTG_UE5Manny_UE4Manny.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b34deb079185dedefe04151a3c824a6981b25e12c65f89e7bcd120c68d0f7cac -size 19357 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset deleted file mode 100644 index 0909fde5..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf805e02f583024a7f5a40f4b2a249809ce711a46de5c84bcd74609b73fed351 -size 395400 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset deleted file mode 100644 index 7eceba11..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:582564da5dbbe8e30e6d65babae05ff22edce4a0bc8833f95180b505f0837447 -size 404289 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset deleted file mode 100644 index e18a52aa..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64a3293fbe4df89c9040bc8d5e9cc6cebc945715ca1c8dc62a7682acc526a524 -size 429026 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset deleted file mode 100644 index e9845353..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c84157238dd3d148b4f51e44a46f82d5dfd714beaa67c4c9c2998bdc7ec3365 -size 358524 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset deleted file mode 100644 index 5e4c2a3a..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec1d27963fc08f75eeee585f78d96ffbd8727bfe86c7c1fe0e7e2a2dd57d5a26 -size 211489 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset deleted file mode 100644 index 8fd335bb..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:354c99110df3d84a5cf4bb01de49d994a5c674c9788bd4b5fc779bf3030c54cf -size 5427488 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset deleted file mode 100644 index 6c32cbeb..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6f7d178353537343355bd9e8021951aac860c189c1393f57777df90c720466a -size 41868 diff --git a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset b/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset deleted file mode 100644 index 3236d1f5..00000000 --- a/hwanyoung2/Content/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a30f20159eb0e91b89c5f36aa9e6699b4c1a2af7328296c3fd77c392e10b2c7 -size 56343 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/ABP_Manny.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/ABP_Manny.uasset deleted file mode 100644 index 1a6e6941..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/ABP_Manny.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:492b3e78c4a9274664eaace449c05526c3c6b67324442153df4c17a97d39c84f -size 372180 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/ABP_Quinn.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/ABP_Quinn.uasset deleted file mode 100644 index ae1cbadb..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/ABP_Quinn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd84317778ba8ee13b7addf2bd11988a07c38cffbebb129562a25785e5215abb -size 39313 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset deleted file mode 100644 index 3300b353..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a69e92ef72343c4346949e20ec4c88b5e28d624e1ffcda923f35501be655b074 -size 9647 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset deleted file mode 100644 index 6b6210d2..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:434c3791f872930d25dda6dba708595e05e9c32ed2d5a6568c22c897212dfc10 -size 286792 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Idle.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Idle.uasset deleted file mode 100644 index ed3fddd6..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a2401f4867a84639337863ce35f44460fd8aedab6cea88948099a67f344edfc -size 616080 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Jump.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Jump.uasset deleted file mode 100644 index 6e26d065..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6c70911864140ff5f56d146e05fc17b10875d923a0b3d6ba3c830818f2f260a -size 130299 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Land.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Land.uasset deleted file mode 100644 index 0dc201c7..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Land.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:952cb03d603766ced772378800d3b71ae5bd73e9a0eda4c9fa182e04a76c84ad -size 139680 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset deleted file mode 100644 index 68e7f011..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f108411edbc378c739102b072e4303c562883e76d2db78217cf92c578aaa10f -size 202072 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset deleted file mode 100644 index 16d22893..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_T_Pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b7e4d1ff30352e296f446e77eed841ad7d5344430c5f7141fd09aad7e0af2c3 -size 30458 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset deleted file mode 100644 index be98feef..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4afaa605505e665f3c21a83cdcc1965eb914613aea60c92bda756cbdb64e473 -size 263652 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset deleted file mode 100644 index 1305567c..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3171140523091be5f806b2035428e88a1d90145a66412eca43f9a26937b335b1 -size 229171 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset deleted file mode 100644 index 83e9ffb9..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6974eb2d3d4f246d91f0cfea6b4400aed38c722b67dc9ca8c15c9bc4a14e193 -size 9025 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset deleted file mode 100644 index 91bdb33c..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea4292fba4fbc0da50e1532906dc5160bd60de8035ea97d7f80fe6a76a482c78 -size 350990 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset deleted file mode 100644 index 382f4a5b..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29c6945a76677beb9d1ebd094258c9792006952322fe22914f816cfec5099f26 -size 164569 diff --git a/hwanyoung2/Content/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset b/hwanyoung2/Content/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset deleted file mode 100644 index 790eb25b..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:342d97e53983b1e396edd0d5fd1ea7405606e1e816bc6926b7fecdf867f4d73f -size 171761 diff --git a/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset b/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset deleted file mode 100644 index 33b7e4d0..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5564d59ac367f94d06d6eafc8eafbc1144eec525ebcaf0bd20c3effd400bcf8b -size 4812 diff --git a/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset b/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset deleted file mode 100644 index b66dfadb..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32f26545999f01c55f8900c2d491d4cb39f3c545b061225deee2c8b70e760b70 -size 6306 diff --git a/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset b/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset deleted file mode 100644 index fbe47aaf..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1248c9176bcd4693cab74b63249bd9f0434758dda1c4f4b5c53da5e2a2b91ec2 -size 32183 diff --git a/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset b/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset deleted file mode 100644 index 96a2e85d..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1f542fd354f8ff82fb685318e3665da4e9a9207add267de9ce6cf8779b5e147 -size 56603 diff --git a/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset b/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset deleted file mode 100644 index 2c791171..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:242a332a47b300d429e94147a7ffd38ed09b5c2467dede5e90525494af7c5e18 -size 13437 diff --git a/hwanyoung2/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset b/hwanyoung2/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset deleted file mode 100644 index 4c76d434..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2492fbdc6d6af64af264159aeab1b4ed6fc859e2adbd1be4aef59dd8221c7d49 -size 21590 diff --git a/hwanyoung2/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset b/hwanyoung2/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset deleted file mode 100644 index 8027144f..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e6b0c28b5f10768f406776c4fc9d853eb915efdcff8e79465e96aff8c11872b -size 24853 diff --git a/hwanyoung2/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset b/hwanyoung2/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset deleted file mode 100644 index b486efd6..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc66db2c2b3f8f37191aad8bc59bbdecda0a19a03a995c602df3b2d8cb3f19e9 -size 19667 diff --git a/hwanyoung2/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset b/hwanyoung2/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset deleted file mode 100644 index 7f69c8ab..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46e73fecdb44bdf4bbbd661ee36798f7956f76360594023cb51b96f92ca4c01c -size 25230 diff --git a/hwanyoung2/Content/Characters/Mannequins/Materials/M_Mannequin.uasset b/hwanyoung2/Content/Characters/Mannequins/Materials/M_Mannequin.uasset deleted file mode 100644 index 8c4ba136..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Materials/M_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c19c44d3a63f9975bb2e777d37d44341cf24907674c36cca79c558383406f0d5 -size 83079 diff --git a/hwanyoung2/Content/Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset b/hwanyoung2/Content/Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset deleted file mode 100644 index b342d7b2..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Meshes/Mannequin_LODSettings.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae6203ccee7839e886951796d05315fe1dd9b9aa44c8a60a9525d5ccd905d5b6 -size 18996 diff --git a/hwanyoung2/Content/Characters/Mannequins/Meshes/SKM_Manny.uasset b/hwanyoung2/Content/Characters/Mannequins/Meshes/SKM_Manny.uasset deleted file mode 100644 index 9f1f7d25..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Meshes/SKM_Manny.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1df1a6b3db170cd80f14c40653fbc9a692af00f7abd575872d9cd8a707e05c6 -size 34534883 diff --git a/hwanyoung2/Content/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset b/hwanyoung2/Content/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset deleted file mode 100644 index efc750c9..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc39b456f2700d3f7aa0dfa99432424c78464b723a143bdf337dcc96867aaab9 -size 18527372 diff --git a/hwanyoung2/Content/Characters/Mannequins/Meshes/SKM_Quinn.uasset b/hwanyoung2/Content/Characters/Mannequins/Meshes/SKM_Quinn.uasset deleted file mode 100644 index 6a0668df..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Meshes/SKM_Quinn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0cabda4d3e1accb610f3247d48eb00010a8ae0770e6c013d92be88be83e4b26 -size 36496182 diff --git a/hwanyoung2/Content/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset b/hwanyoung2/Content/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset deleted file mode 100644 index 0a0d0d11..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01031c54550174f0a09f13787b128229316afa699302577044e13b6c71d830ed -size 19371553 diff --git a/hwanyoung2/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset b/hwanyoung2/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset deleted file mode 100644 index b20a0366..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b231977cf8ccfffdf01e1a24c413260276a82c7d80f02c52ec4e66c5b3777f4 -size 132601 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/ABP_Manny_PostProcess.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/ABP_Manny_PostProcess.uasset deleted file mode 100644 index dd58011c..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/ABP_Manny_PostProcess.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f58d1ac6047ec45bf31bec1071a5afc0e9dde9d50849bd8e74ca1c4271495c8 -size 463451 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset deleted file mode 100644 index 2bb81b55..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f57ba4350e61b3a5fac6cff45c3d21b81d0ab289765dac797b150b8bac98f34 -size 463249 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset deleted file mode 100644 index f9c827a9..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:968ba2fa8bf2bca36556b5623b895b9ac9db162f9c2936acda0b0504239543b4 -size 580522 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/CR_Mannequin_Body.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/CR_Mannequin_Body.uasset deleted file mode 100644 index f58f7655..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/CR_Mannequin_Body.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d6092d8eb4a158e99568dffe0f036a5310b03d5a917e3b58529c7d5fd4088ce -size 16036573 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/CR_Mannequin_Procedural.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/CR_Mannequin_Procedural.uasset deleted file mode 100644 index 98e02048..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/CR_Mannequin_Procedural.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d1abd304377e26c3c7e5a3b7488c522b118cc62ba0f574e9a63ec2e6ca22ac6 -size 2267523 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/IK_Mannequin.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/IK_Mannequin.uasset deleted file mode 100644 index c35c1aba..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/IK_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edd623de3bde5afa06348d226eb98ba4f7d66c962ad7c93b4d25feef5de4b124 -size 143479 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/PA_Mannequin.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/PA_Mannequin.uasset deleted file mode 100644 index 72b36116..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/PA_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0b163ae42f4717b12d4a9ab0c6b9da218e2d0d64e891b508e81586ac2a3adee -size 289285 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_anim.uasset deleted file mode 100644 index 3c14e35b..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec42316c0d0e642867721ab1ac8b58452ee537c9dde5e4d4389d745ccc44e9a6 -size 141452 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_pose.uasset deleted file mode 100644 index 44ba84b0..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26f5c00f4b1a7000505a233e217aa55c5e32b0473128b7cb96f34051dc330da5 -size 207430 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_anim.uasset deleted file mode 100644 index bd39dac7..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afe97fa82d46c150d56573b1d1c3d59fbac288f498c3de5fecedd8ac64c2263a -size 141462 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_pose.uasset deleted file mode 100644 index 13f26224..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fb5783ac00efbfb039007568246d1ac33d36da09eec69e3cf0d01e1f96d13fe -size 207430 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_anim.uasset deleted file mode 100644 index 31710ace..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b4292d4d3cc8c3a23c0d2ea80461f9c05379a22e97c94094a1c4e342e6f0fa9 -size 141484 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_pose.uasset deleted file mode 100644 index 18cd5507..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56c0e188c3d854c92956755b9c89b8cb6cdb75f1bc4aac655f0d5f6524fb8160 -size 205732 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_anim.uasset deleted file mode 100644 index d7cc7354..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9263821d96862a7121442b54bcaff72775c4758fb2218747bd3540207aa0fecd -size 141486 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_pose.uasset deleted file mode 100644 index 8fe32e58..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20d21639ca1cd7876ba408a4e6603f66d3d4c9a65d2bbf7c76b59f28e4d020e3 -size 206334 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_anim.uasset deleted file mode 100644 index 46f2b70a..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5d2ef5f757409ad457660e4388272646155d5bcdfecc4705b85b41d338835c6 -size 129460 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_pose.uasset deleted file mode 100644 index e022eeda..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b0c29406e6b6a8074edb2b2d1107d62972059ccae5c0bfe3dc6d99d932f00ed -size 132176 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_anim.uasset deleted file mode 100644 index b347990b..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f872db9323bc78b01d91dea5e406cfa348ef10aeed5b9e66a97ddc87b58704e -size 129462 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_pose.uasset deleted file mode 100644 index f35a3146..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0313dfda857c8a37ae26a104bee21803eb49acc138a18fd7a6864320d025ef40 -size 132176 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_anim.uasset deleted file mode 100644 index b2d1b800..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad7d36e92954cf783be7be2c7ce8e2e6b3b4376645985a6a772b5890977c381 -size 135460 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_pose.uasset deleted file mode 100644 index 05550aaa..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1d40437f02274fec5ff3cad47fa3e1cb2997db9397507823c299f0749e1c5f0 -size 169206 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_anim.uasset deleted file mode 100644 index 64537c2b..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e52609e89b719e493df4ed2a196996db3c4dfff4b20a83f68a747099f31827c9 -size 135462 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_pose.uasset deleted file mode 100644 index 0cd5c370..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9b7b4ce565d7c55919dfeea6b785e2704cba7cc2ca8ad786145739a7eac36bc -size 169206 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_anim.uasset deleted file mode 100644 index 3653416b..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1761fa57b6504be33ac4c346839446698f20fcc8942a36574ae579e99d6311b -size 203916 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_pose.uasset deleted file mode 100644 index 9009fa14..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a75265541e206479aabe98ede22dad0ae72aedd9b43fa8c33741422f4c5ec38 -size 361644 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_anim.uasset deleted file mode 100644 index 68f69cbf..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bad38ef33364282ad783d13ff05ac64235fbd94f735f7970aa690f302927139 -size 165486 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_pose.uasset deleted file mode 100644 index ad01a2d9..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02a9cb1c077531f9bc0acd2f5868d25d42e7f1edaf21d29b0a89a67f277bb2d2 -size 361644 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_anim.uasset deleted file mode 100644 index 6abd3af2..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46328ac897d55c35ed2c5f7d28443c963b6e4ed348adaf74980b1b7e64514975 -size 195468 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_pose.uasset deleted file mode 100644 index 30332d0b..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac1fba41bdc8d3832f26bee507b7f83d2e51051cae58ecbea0a1e73f3d1e8198 -size 557972 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_anim.uasset deleted file mode 100644 index a18ad76e..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b17348bde6d9bd17838698331f08c1babf8a120aab05553ddcbf658cef3d6caf -size 195470 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_pose.uasset deleted file mode 100644 index c673e13f..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bd106c4cf63362f741611edf562149e7d928c4e12a5debac2a27265bc315775 -size 557972 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_anim.uasset deleted file mode 100644 index e4c5ebe7..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59995bd0fd055a0c29809abcec8ab593a4cfb517a8c52d09b56870ad46a6a431 -size 207486 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_pose.uasset deleted file mode 100644 index 91540fe4..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b56619a8bff783926b5bc17770f90ca5b6dae18cfce0cfde29c69db26df8c968 -size 641633 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_anim.uasset deleted file mode 100644 index cef74d71..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55a49a9b5f1d55df4733f651d7110c677fff421e8ccf317a7b5604d46380df9c -size 207488 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_pose.uasset deleted file mode 100644 index 00174b75..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed2b9dab16c319539175975f14ed906f2e442ebb3705a0f1bfb932b8b2752eec -size 630195 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_anim.uasset deleted file mode 100644 index 11b4fd26..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c3c0e8f4375fcebf392c822b1684b407b7c7a665075093a5b88dd86f3562093 -size 117563 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_pose.uasset deleted file mode 100644 index 7c0c6644..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ee7e7490da8bc5da27bee03d313475c546418b9aa15186cc1e342ac314d1599 -size 245188 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_anim.uasset deleted file mode 100644 index 9b94df1c..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3bc466f53a7f766c7e2658d873ac8259e14df2f7e4ec53d02c1c292523038cb -size 155525 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_pose.uasset deleted file mode 100644 index c7c29305..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaf41bdfdbbcde2f668b07dd932baac1b5517312d04d75b77dce1e82272b31b4 -size 245269 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_anim.uasset deleted file mode 100644 index 3965681b..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b355b5cd9af8c0a3ce95d481b3308d549f722ab8b32cf7c77ace20a3fb478e5 -size 153203 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_pose.uasset deleted file mode 100644 index da6c387c..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2225dbb5778c1529862086865e86272e574cc993ac0a48cb1c0cc28fafb27c1 -size 205936 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_anim.uasset deleted file mode 100644 index 42f91eed..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ca5e400fea6084f20248a89757b9037e50e3b7933a4bacf673c431676bd80df -size 114798 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_pose.uasset deleted file mode 100644 index 7c90b800..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aba097887d167f4b9277338de16c7feb689882acb393b32a0ac176d27f62e2b8 -size 205980 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_anim.uasset deleted file mode 100644 index 49d72b9a..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b3839365313d98ab809274a9d01210e74a0b9603326ec19c6ad16be1f531f61 -size 109918 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_pose.uasset deleted file mode 100644 index 16a952aa..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98e401355f6f5bdba83fc2e84ecd9d7e5128f1d6f0c585f368b9d971da58273c -size 132123 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_anim.uasset deleted file mode 100644 index aac2035b..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7708de8ff0bb13e5c2bee2555c11dd7e71c8df7035075d380d0745ae7f1f8996 -size 109929 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_pose.uasset deleted file mode 100644 index a1b9497d..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4af5fd34572deb49a2335651c0a311e4db80ed2394c6c1ad633735fa1cf5e44 -size 132123 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_anim.uasset deleted file mode 100644 index 7bd7184d..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd69e144b0fe7f6e5cc85302ec3a4b8f28f498070638593914618bab767e9b89 -size 112427 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_pose.uasset deleted file mode 100644 index 01c81058..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7c66da3c6a7b2801d9ada447fff4a2593a4b6054a178141f1eae26e21e4b3a7 -size 169153 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_anim.uasset deleted file mode 100644 index f903bb29..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8839a226765877c4659e0295cdc15d7ccd619c0572cfe8c1d5ceda2cf034ac95 -size 93291 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_pose.uasset deleted file mode 100644 index 622cc1b4..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:973ad5984394de84cfbe2dd3021f7f64f8c4c2e85b6573866382df76c0d9d2f3 -size 169153 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_anim.uasset deleted file mode 100644 index 57b15f8b..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d44e0fb84c6e28a6638a0a1f9788658eaebf71520e753d107204e13fbbcf1da -size 107788 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_pose.uasset deleted file mode 100644 index f2c2239e..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:106aa8dc6d3493474f24e4d3240212c3c24428249d5f09f078c65d0372cc3d4d -size 399529 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_anim.uasset deleted file mode 100644 index 17f6f20b..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b40aee3e4e257ba14fa96879748a2b4314257a0653e510910c81e6c00b0ca590 -size 107806 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_pose.uasset deleted file mode 100644 index a9791658..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:610877f087e4e77eba703036159d4abc95b52a1f196b7a317da97963e7477455 -size 399529 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_anim.uasset deleted file mode 100644 index 549a9ee8..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f466198cc130bbc7d3afb0fae721ba33651c9388c55b281bcb26dff9b3501bb3 -size 117631 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_pose.uasset deleted file mode 100644 index 591b42b9..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04d95febf97f6a4d406c53efc6551eb20b378c8a91fef18c151b92a8b3df1abb -size 557618 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_anim.uasset deleted file mode 100644 index 9151e533..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8f53c2aa0016ba2ef8f5c98976ea410372c59eb57713e9b7eb445bac74f3efa -size 117582 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_pose.uasset deleted file mode 100644 index 49e65e6b..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76f65a5466dd4cd84abd48bef6245bb84930f7b8efff23807a88d4b23df3c1b3 -size 557618 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_anim.uasset deleted file mode 100644 index 8f845512..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98e08c899b0f49b6278d4f3a68a9e2ae83da58ad3f06ff41a52417d32e70ba0b -size 112405 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_pose.uasset deleted file mode 100644 index 782027a6..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d72952cdf9066cd84e1e5ea11cc2f6a754b0e79f8f037e1f2c8fc8c86ddb408f -size 485440 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_anim.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_anim.uasset deleted file mode 100644 index 6edfcc15..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0977430a61c3b6328a2dc327809c1810ef0df22a7a8554169220ec818c7ad73 -size 112733 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_pose.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_pose.uasset deleted file mode 100644 index ed588fcc..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee8b8e737a19894faf44176bcd5aca3405b3a1879eeea792ebdb0c534691cf1c -size 488450 diff --git a/hwanyoung2/Content/Characters/Mannequins/Rigs/RTG_Mannequin.uasset b/hwanyoung2/Content/Characters/Mannequins/Rigs/RTG_Mannequin.uasset deleted file mode 100644 index 88c8cd29..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Rigs/RTG_Mannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:710754e06ca383f6333958aea11321463736f5ffe6b1f82dfcf79896e2a5228b -size 23721 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset deleted file mode 100644 index 110ab264..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac817a2d33aa0cd0a8695b9fba9a925a1c71cfbe6de32986a51e6acb1ca598c0 -size 3612605 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset deleted file mode 100644 index 0875d1de..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8036d465bf677ee48f2c45bb50911cbd085a3d5208959e0b70377bb8d9bc26a6 -size 18514168 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset deleted file mode 100644 index 83b1a1f5..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3502ef8e4e68f4968b52510cf1fbf2fc0ccc1eb8d7c1e1afeb350d650c2e8ab -size 10271972 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset deleted file mode 100644 index eb17abe4..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc929bd4eb67ba8610069c601709062d142cca925eedc40c89a940037650b524 -size 5740376 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset deleted file mode 100644 index f3414989..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b54209191bfa9dc3c8e195661e0d7807a24f039a3010d54f04e984f63669881c -size 11038184 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset deleted file mode 100644 index 6168d144..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b90b6df5b96b505495be378ecb268a17640ba88b40cfe5b0fc764aac26a07c40 -size 7198251 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset deleted file mode 100644 index ed6ba96d..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:251a25a1ac777fddadd2845c84edca5b4ce15b749e9f46d8169c001b9be9c4ea -size 1357770 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset deleted file mode 100644 index 66c12c4f..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51d2a2a0683e0c5654d4c5c724e8360c83e4ffe5181ae740872ca3fc0533e85a -size 8341381 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset deleted file mode 100644 index 779cd912..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0361a08e270d688814e73adf503937c3012771b0a939f839a06f7c6c8d5269c3 -size 21139527 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset deleted file mode 100644 index acd53f15..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:651eac4091121b27a09f3b13110ec307e9bd815f9a6e573618d051c24387de46 -size 13144043 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset deleted file mode 100644 index 4c97af82..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42864bd62f0f0d9510453038ff284cc1c1fc09630af8da0cb496e0563a2ffacb -size 9033544 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset deleted file mode 100644 index 264d3731..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb66b07e8c8621bf361a9d18f97c668677e51164b5892c2577c94703531482e8 -size 13677610 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset deleted file mode 100644 index 709611b0..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:790e9d4e061af061c727d118634801c4834b46e119dd1917ffe5d18f6601d53f -size 7269335 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset deleted file mode 100644 index fd9ae9fe..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:187e5fb0047bcc653c7a6e014c49e3d6582e955a3c034579cfb756c80b68dc53 -size 2153790 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset deleted file mode 100644 index cd4420a3..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:267382e5ca6dcb468e63545e09778b0e16dbd7652cb6d735b487cff1990e809f -size 16108599 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset deleted file mode 100644 index a9ba5478..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:792f234ebadad1dc45153c9b1987326d3a4da485d88cf8b1234e3395f5165070 -size 4711156 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset deleted file mode 100644 index d692b9fc..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e765500d0458a2b4612541ae714281afc376b1d4758403017eb1ca6bc6892de9 -size 11656141 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset deleted file mode 100644 index 2c453f37..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8266e8da977f915cbd75329eb02feee571f92067ee749b45099c290519bf20b -size 5217676 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset deleted file mode 100644 index 552a695a..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57d9b50418e742ee22fc67783d9db3afb5027c3ef943753e4137742a692b4e01 -size 1104627 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset deleted file mode 100644 index 044d1f5f..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5583b02c8b943d60f91f5d9bb59466c9fb1ab3aa811d599c54a20f2a19661b2 -size 5834834 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset deleted file mode 100644 index de237dd6..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2134af63f2d5037e8fcab8e4f50593d62c731f4a8af43bdbd7c2613debea0cbb -size 12399926 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset deleted file mode 100644 index d47e6fdf..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa063b2ea5c44fbc95b17b6a6c093c39a6bbbee1082137c42cbf23b311c75cef -size 19706883 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset deleted file mode 100644 index 779799d9..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40f579c2a83087c90b7f36744a15798194e9ecbe7c6560d0da2903653ed17723 -size 6732524 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset deleted file mode 100644 index 282d0b60..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98195f96efbfcf97ddf05c69f2f04388a5e5aefa22d2c9d771f37b22aba8fc2a -size 13169771 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset deleted file mode 100644 index be613344..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:637241dcbbff574ea1032881f60ddb007ce4a33a61864c6b0d3b3b7aa392d0d9 -size 5217676 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset deleted file mode 100644 index 9b9edc4f..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcb445b1af4f07ce1b59ab3c8c25af3da7eb1f9c019559b0fd9172c31f38fa5f -size 1758494 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset deleted file mode 100644 index 977a24f8..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53b15563df73f76b904d67eec1f7f7ad3c27166bdb1aa21d99c7f9eec0116d60 -size 6901973 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset deleted file mode 100644 index 717049b2..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe4e287b727a2b1d18f26557d1569111eda715219f8c73bd96cb74ff87c2cb8c -size 13427858 diff --git a/hwanyoung2/Content/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset b/hwanyoung2/Content/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset deleted file mode 100644 index 51bc9085..00000000 --- a/hwanyoung2/Content/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0571397248a1f4acc7607d1e53676cbb154e3c9c8a19d570915d76b70caaf99c -size 69960 diff --git a/hwanyoung2/Content/FMOD/Banks/Master.uasset b/hwanyoung2/Content/FMOD/Banks/Master.uasset deleted file mode 100644 index 71948ed8..00000000 --- a/hwanyoung2/Content/FMOD/Banks/Master.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdf76cfd01c482eeb8cf933d6208e8e6c69fc2741ba905bfb6fd2c8d1369e14c -size 1364 diff --git a/hwanyoung2/Content/FMOD/Buses/Ambience.uasset b/hwanyoung2/Content/FMOD/Buses/Ambience.uasset deleted file mode 100644 index 35f64363..00000000 --- a/hwanyoung2/Content/FMOD/Buses/Ambience.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac3b069a316d225a5fa8eb0fc39cf8159150fe6a2d6fe1fa4118896175a14b67 -size 1371 diff --git a/hwanyoung2/Content/FMOD/Buses/Eq_HP.uasset b/hwanyoung2/Content/FMOD/Buses/Eq_HP.uasset deleted file mode 100644 index 7526a77f..00000000 --- a/hwanyoung2/Content/FMOD/Buses/Eq_HP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57570dc98853478d82b6b828535f4e763b1ef65d1b55342b9910312351708aac -size 1356 diff --git a/hwanyoung2/Content/FMOD/Buses/Music.uasset b/hwanyoung2/Content/FMOD/Buses/Music.uasset deleted file mode 100644 index a3df3340..00000000 --- a/hwanyoung2/Content/FMOD/Buses/Music.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:101b6e7a21ea05f30ed112f0c47cc321150a3e42030a33225b611d8fa4f7108f -size 1356 diff --git a/hwanyoung2/Content/FMOD/Buses/Music/Combat.uasset b/hwanyoung2/Content/FMOD/Buses/Music/Combat.uasset deleted file mode 100644 index 177604ed..00000000 --- a/hwanyoung2/Content/FMOD/Buses/Music/Combat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cd16c55faaac3146688d51e9d55533f834108ed39ceaa5f421d116dfd80244a -size 1373 diff --git a/hwanyoung2/Content/FMOD/Buses/Music/Overworld.uasset b/hwanyoung2/Content/FMOD/Buses/Music/Overworld.uasset deleted file mode 100644 index 26d3c952..00000000 --- a/hwanyoung2/Content/FMOD/Buses/Music/Overworld.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14187ead26fc6ceef86775e083c958af1e855fcd4a4c8f1255b797d25a0d9113 -size 1388 diff --git a/hwanyoung2/Content/FMOD/Buses/Reverb.uasset b/hwanyoung2/Content/FMOD/Buses/Reverb.uasset deleted file mode 100644 index eed3f102..00000000 --- a/hwanyoung2/Content/FMOD/Buses/Reverb.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b9b23296c003dad911fccac9077eb2e55b52ffe128ff15e8be2e4f1eb128e1d -size 1361 diff --git a/hwanyoung2/Content/FMOD/Buses/SFX.uasset b/hwanyoung2/Content/FMOD/Buses/SFX.uasset deleted file mode 100644 index 96620366..00000000 --- a/hwanyoung2/Content/FMOD/Buses/SFX.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eef4dd064e7cec527c5b7f23e38868fbb0e57fd2de19f913f8b70215fc10821f -size 1346 diff --git a/hwanyoung2/Content/FMOD/Buses/SFX_Combat.uasset b/hwanyoung2/Content/FMOD/Buses/SFX_Combat.uasset deleted file mode 100644 index 10a23886..00000000 --- a/hwanyoung2/Content/FMOD/Buses/SFX_Combat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36ae80c2b19e40b3838e3132be7f714b3a91e73a4f8342c28a3fe63488d9a6ca -size 1381 diff --git a/hwanyoung2/Content/FMOD/Content/FMOD/Desktop/Master.bank b/hwanyoung2/Content/FMOD/Content/FMOD/Desktop/Master.bank deleted file mode 100644 index df751b4e..00000000 Binary files a/hwanyoung2/Content/FMOD/Content/FMOD/Desktop/Master.bank and /dev/null differ diff --git a/hwanyoung2/Content/FMOD/Content/FMOD/Desktop/Master.strings.bank b/hwanyoung2/Content/FMOD/Content/FMOD/Desktop/Master.strings.bank deleted file mode 100644 index 4b9a5378..00000000 Binary files a/hwanyoung2/Content/FMOD/Content/FMOD/Desktop/Master.strings.bank and /dev/null differ diff --git a/hwanyoung2/Content/FMOD/Desktop/Master.bank b/hwanyoung2/Content/FMOD/Desktop/Master.bank deleted file mode 100644 index 69e2c84b..00000000 Binary files a/hwanyoung2/Content/FMOD/Desktop/Master.bank and /dev/null differ diff --git a/hwanyoung2/Content/FMOD/Desktop/Master.strings.bank b/hwanyoung2/Content/FMOD/Desktop/Master.strings.bank deleted file mode 100644 index 1c983789..00000000 Binary files a/hwanyoung2/Content/FMOD/Desktop/Master.strings.bank and /dev/null differ diff --git a/hwanyoung2/Content/FMOD/Events/Music/Ambience.uasset b/hwanyoung2/Content/FMOD/Events/Music/Ambience.uasset deleted file mode 100644 index 06b4a770..00000000 --- a/hwanyoung2/Content/FMOD/Events/Music/Ambience.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a41add5d3a5b2ddbcfc53a332f99fd4f3de680a7446cbb47c4cff35024ba2f85 -size 1454 diff --git a/hwanyoung2/Content/FMOD/Events/Music/Battle_Spring.uasset b/hwanyoung2/Content/FMOD/Events/Music/Battle_Spring.uasset deleted file mode 100644 index e494070d..00000000 --- a/hwanyoung2/Content/FMOD/Events/Music/Battle_Spring.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e310fefba078ca1eee0779f4bb8e4fdc00c6d91a64031e5f74adbdcc73ba8192 -size 1416 diff --git a/hwanyoung2/Content/FMOD/Events/Music/Camp.uasset b/hwanyoung2/Content/FMOD/Events/Music/Camp.uasset deleted file mode 100644 index ce8e4577..00000000 --- a/hwanyoung2/Content/FMOD/Events/Music/Camp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8afeaa219bc6b8ea77a4f72bdbfd950b4268789d89cfbbd3907b9f39a49d1805 -size 1434 diff --git a/hwanyoung2/Content/FMOD/Events/Music/Controller.uasset b/hwanyoung2/Content/FMOD/Events/Music/Controller.uasset deleted file mode 100644 index f6a78d10..00000000 --- a/hwanyoung2/Content/FMOD/Events/Music/Controller.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3657043c4d529609d90a8647f2cdc380f28904e0227a67d436260136ccdeca7c -size 1464 diff --git a/hwanyoung2/Content/FMOD/Events/Music/Haesol.uasset b/hwanyoung2/Content/FMOD/Events/Music/Haesol.uasset deleted file mode 100644 index 4a5cd436..00000000 --- a/hwanyoung2/Content/FMOD/Events/Music/Haesol.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f3606047cf738d18c4670909bdbfc5822f560eddc8f00d1979cb22efd5fab77 -size 1444 diff --git a/hwanyoung2/Content/FMOD/Events/Music/Spring_1.uasset b/hwanyoung2/Content/FMOD/Events/Music/Spring_1.uasset deleted file mode 100644 index eb8de1b6..00000000 --- a/hwanyoung2/Content/FMOD/Events/Music/Spring_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ad0d768305442aa58a288c44a2b4e8ae297d0d7da97042e55072e0f4edeb7b1 -size 1450 diff --git a/hwanyoung2/Content/FMOD/Events/Music/raon_shop.uasset b/hwanyoung2/Content/FMOD/Events/Music/raon_shop.uasset deleted file mode 100644 index 9cf6c43a..00000000 --- a/hwanyoung2/Content/FMOD/Events/Music/raon_shop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33ce1a12cfb3d86f2b3209b53b908c6c86acb4a21138216178dd2b8315bced83 -size 1459 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Close.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Close.uasset deleted file mode 100644 index a5cb69f3..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbd471ca40bc7771aebcf96c7b632a5731beb4be713a995df241538a6e38d862 -size 1435 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Arrow_Impact_1.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Arrow_Impact_1.uasset deleted file mode 100644 index 3463e0b5..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Arrow_Impact_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3649c81d9147242cf5bff2d47f027f2aa27898fc9dc0af375d7d02a3f46cd9c -size 1490 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Arrow_Release_1.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Arrow_Release_1.uasset deleted file mode 100644 index d7eab50e..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Arrow_Release_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbed6f6dc4d72a9637ce98cc788e8afb07f4d6674c69aa3d55adb9a1d4df3a36 -size 1495 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Bow_draw.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Bow_draw.uasset deleted file mode 100644 index 19a2be64..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Bow_draw.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e68c931d5f5f9fa1b7e0c6af6ee789d1fd5b1a3b17e46cd391daf298b2cc7d0d -size 1464 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Bow_draw_1.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Bow_draw_1.uasset deleted file mode 100644 index df80ceb1..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Bow_draw_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc4b7eb6eb7fe4c5d4fc14c3eb5f6078574ad210255c0be006b3dd20f57b086d -size 1470 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Bow_draw_2.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Bow_draw_2.uasset deleted file mode 100644 index 1dee858d..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Bow_draw_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15f03d83d8f7142deb4ef171b3486aaedf0f3f5deabd9e67cf8745246c13ca40 -size 1470 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Bow_equip.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Bow_equip.uasset deleted file mode 100644 index d4a401fe..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Bow_equip.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43e80664e8af227b4360d2bac4c954ebf75184e2ec1312b30438c61cb274a626 -size 1469 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_1.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_1.uasset deleted file mode 100644 index c663a134..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37dc01da80d9a5c580b766266d87d58aba76d490ccec5a51d5d49ddde6f4bff3 -size 1502 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_2.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_2.uasset deleted file mode 100644 index 4b7269ce..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:103956d31e169f8fe188c7daecd4f5ac6a2a6411d2330a1d12badebd7a30d85d -size 1502 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_3.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_3.uasset deleted file mode 100644 index e86b2b6c..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6a19e8675dfd88f2fc94f49c2a2e92c88626408a872f7d9d418ed16ec715e35 -size 1502 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_4.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_4.uasset deleted file mode 100644 index 90f1dbc8..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74de456eb4ee44ec369877430d5692ed525dd5d37c248e785249d06e5d222445 -size 1502 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_5.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_5.uasset deleted file mode 100644 index 49c54701..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68f15adc0454208da523a634fe4fb18dfaa023afc9e2aa8c41883f2cab77cffc -size 1502 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_6.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_6.uasset deleted file mode 100644 index 2e15c042..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc1fc7e0ec1e24cd9d6749a8b8c99aefc08f0278f5ffad0142d2786a4d8381a3 -size 1502 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_7.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_7.uasset deleted file mode 100644 index 2d199b33..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Sword/buff_sword_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54ba477719dc6088ef6a29d094e73e88a21cac8b96b65f2bbb96d2ae043f47b6 -size 1502 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Water.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Water.uasset deleted file mode 100644 index 6acac211..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Buff_Water.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb909e91a973d5b65a08b19a1c8464f824d4a1e73d5c28e69fe3f02889dc663a -size 1474 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Dash.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Dash.uasset deleted file mode 100644 index 972636ed..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Dash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9518179caf05a92d3fd5aa5552a928c7e3c4bfc07061ce689af55723a884013d -size 1444 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Enemy/Sanin/Sanin_Default_Attack.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Enemy/Sanin/Sanin_Default_Attack.uasset deleted file mode 100644 index 2265eba1..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Enemy/Sanin/Sanin_Default_Attack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:706785bcf8ee2053a4db76fb1e04688a5cac316d099e07546a46d835f33cc3f8 -size 1485 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Enemy/Sanin/Sanin_Teleport.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Enemy/Sanin/Sanin_Teleport.uasset deleted file mode 100644 index 48f19459..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Enemy/Sanin/Sanin_Teleport.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24aa77b8b276b9b325e4374ff6e7a823edf833d1ebab732d5c992f0bba64826f -size 1455 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Enemy/Sanin/Sanin_Teleport_end.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Enemy/Sanin/Sanin_Teleport_end.uasset deleted file mode 100644 index d81727c7..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Enemy/Sanin/Sanin_Teleport_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8a16f768d7559707e412e3d28e82367780ec5fc1a1953e55a95eaa47ba14b4e -size 1475 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Hit_1.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Hit_1.uasset deleted file mode 100644 index 6a34290e..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Hit_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd843d4011d757647a54b5ecd8c4bd03be2bfd096235d42dfbda52d3e1bf327e -size 1382 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Hit_2.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Hit_2.uasset deleted file mode 100644 index 806ce398..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Hit_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d23b298d046af89645c5b785cb3a4f9e1483aa5e7da9d10b4874c18e739cce0 -size 1113 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Hit_3.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Hit_3.uasset deleted file mode 100644 index 4fbfbb34..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Hit_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38805c380b730ea82c58fc324f3e86b13ac4e18f3fd3f9f7d11af5b0b17a6153 -size 1445 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Butterfly.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Butterfly.uasset deleted file mode 100644 index a0efcf61..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Butterfly.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d34d3cbe9d82b53a494af180bf13c2c85dd1691ee3382c2e068428d4992eef1 -size 1511 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Default_Attack.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Default_Attack.uasset deleted file mode 100644 index db38d0b8..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Default_Attack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fa4138ddce9ea5a71550572e9d4efb78fae95714321720f5f7a3a5abecc6bdd -size 1536 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Rock.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Rock.uasset deleted file mode 100644 index c7100f58..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Rock.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05b7ed78df0a7213d3c40434e5eb5fd0a76f67c89bf68edb3cec4763aa5b7577 -size 1423 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Rock_Start.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Rock_Start.uasset deleted file mode 100644 index 125631b2..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Rock_Start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da89ae0f25bffabe157710654f1960ff6bf9644a2cb193bd82039b30e57164aa -size 1457 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Teleport.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Teleport.uasset deleted file mode 100644 index c15d5c62..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Teleport.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee4a545e0c1dde39420266865dcffe9538251728f0121cbc0962d19c2550660e -size 1506 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Teleport_end.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Teleport_end.uasset deleted file mode 100644 index fe7843f4..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sanin/Sanin_Teleport_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3fe9151c06e6c6a43a0033517141864274dcfac932fcf27f32284a981eaa40d -size 1526 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sword_Block_Redy.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sword_Block_Redy.uasset deleted file mode 100644 index 7ad5d14e..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Sword_Block_Redy.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:749f9ad82c9f36a44d4025ad632bea417c62e9fadf8ae1d0ebfc6999ad363ea5 -size 1504 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Tk_Block_Impact.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Tk_Block_Impact.uasset deleted file mode 100644 index c2c2866e..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Tk_Block_Impact.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e56f0f4c2e13432375c9e899468027c5b57b9e8c768cb9111f1777d7ca4a29b6 -size 1499 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Tk_Block_Ready.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/Tk_Block_Ready.uasset deleted file mode 100644 index cad47f14..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/Tk_Block_Ready.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad6c15d25020b32882ee9c69daf62024aa3b36a5b5cb3330672645339f00eda8 -size 1494 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/parry.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/parry.uasset deleted file mode 100644 index 0de7f1d8..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/parry.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82c4c0d13a49f96ab56915915ae084ebb55d5da95d604c0788288608e96c29dc -size 1449 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_1.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_1.uasset deleted file mode 100644 index f03ca320..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d33dcb47a59231d9228bedc84a5df2756c90ea2f3762381b0192d365cc8420b1 -size 1455 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_2.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_2.uasset deleted file mode 100644 index c2f166e1..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:418ca979c05100ac5d92bf89f58d33d2fddb504ecac6f25fb878ed34f3fe231a -size 1455 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_3.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_3.uasset deleted file mode 100644 index 65478d1a..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55a8ec6fa9ee09cecc13b9dc1ab914beb3a4d2d91313189614afdfbae3b17b08 -size 1455 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_4.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_4.uasset deleted file mode 100644 index 5563eeed..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78bf4f4813eaae91a0c1bfe0a7808b2da0b98dbbc02c89595c8380cd0de798bb -size 1455 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_block.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_block.uasset deleted file mode 100644 index cf8a9ce8..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_block.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4900f23c41fd8ba524509bf7a73af203cb4abfd10331c928792752a31395284 -size 1479 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_draw.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_draw.uasset deleted file mode 100644 index 4fc8b615..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_draw.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3d33e631e122b0dceb92e4d0bbe5dae97be98e1473cb1511db6b93ca9ef9a13 -size 1474 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_sheathe.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_sheathe.uasset deleted file mode 100644 index 59b2c1f6..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/sword_sheathe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d227c19724fc905855f5a4e2fdb84ba68bdcce7588cd426623b7627c0fcac54 -size 1489 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/water_arrow_sounds_1.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/water_arrow_sounds_1.uasset deleted file mode 100644 index 5efa3dd7..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/water_arrow_sounds_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b402493067caf65f4caad56666ecff76cf4ac1823019a0989a656c9bfa8cb018 -size 1520 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Combat/water_reload.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Combat/water_reload.uasset deleted file mode 100644 index 4d15c0a5..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Combat/water_reload.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08656ad45ab00b510da99b65e2010c8360d0eb12d926cc3d7f6dc5066866c6e3 -size 1484 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/Open.uasset b/hwanyoung2/Content/FMOD/Events/SFX/Open.uasset deleted file mode 100644 index 71059ad9..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cf3efa6c02c3ed66829a8208f1f27e162626d1769cd50591ebb2537515a6030 -size 1430 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/Craft_open.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/Craft_open.uasset deleted file mode 100644 index aada5de7..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/Craft_open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3174f650df26d1f8e5a31e60bfae6b786ae77720dac4de0d3efd7e1bb988d943 -size 1466 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/Crafting.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/Crafting.uasset deleted file mode 100644 index 1b4376e1..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/Crafting.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8edba1af09637d1ba97e1446ef210c8ca73a2a10d797e602d084044a79eecdc -size 1393 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/Journal_Close.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/Journal_Close.uasset deleted file mode 100644 index d912eeb4..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/Journal_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a60ab5195260d0d24feea52c96a9ef13d2f22c6094c1049406bd1f53ed728846 -size 1481 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/Journal_Open.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/Journal_Open.uasset deleted file mode 100644 index 33a5658c..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/Journal_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a55f4fdf1a0fd7ca4b57b242b7abeda5ff06adbbf3143ebb08a4e8a1979e403 -size 1476 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/Journal_Page_Turn.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/Journal_Page_Turn.uasset deleted file mode 100644 index 7e226b77..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/Journal_Page_Turn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13cd3178aaf6142fa906063af4466ef3fe85600f13de8b3bdca5302e79786c93 -size 1501 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/Menu_Close.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/Menu_Close.uasset deleted file mode 100644 index d9b61eb9..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/Menu_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0639fdf268fd1205fd1e7fa9e2ab68dd396f788dc3a3539f975f2943d77c534a -size 1466 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/Menu_open.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/Menu_open.uasset deleted file mode 100644 index 699f2c55..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/Menu_open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:effb4b2039b0a39d84005779ac58e0f1dab1dd64bbf69fcbceeee37c054ab86f -size 1461 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/Menu_open_2.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/Menu_open_2.uasset deleted file mode 100644 index bea7e6a8..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/Menu_open_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b093d55b5918fc4d88fe44003e1cd76fc0657249514534d6edebaccba498d56e -size 1467 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/Pickup.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/Pickup.uasset deleted file mode 100644 index cb231985..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/Pickup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0976baf7accc408b3625141343ee6d1ef6bc3a5fc2f3e07e492cf7abfe3a636a -size 1446 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Hover2.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Hover2.uasset deleted file mode 100644 index bc07b572..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Hover2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b145d8733498b8d6ca88f1591ca3ca885ac61f219f26876e714395d2bbbc7ada -size 1461 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Hover_1.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Hover_1.uasset deleted file mode 100644 index 452aaa00..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Hover_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:002ab0593938e2dad889a6a48f56152a7723b572561d0ac0966d01b239ea2531 -size 1462 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Select.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Select.uasset deleted file mode 100644 index fbdd3e2a..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Select.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f1a9b1e9e6efc332c311c4f17d230e227168133ffd811cc94ef3b16b337c2cb -size 1461 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Select_2.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Select_2.uasset deleted file mode 100644 index 676ea095..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Select_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ddc2fc83e0733a41e0e6d2f07f10a5b08cd72d9609ae16f84b788cc936a0bf7 -size 1467 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Sounds.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Sounds.uasset deleted file mode 100644 index cd088f3a..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/UI_Sounds.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:999d05446c7ecb742f66ea31690ed3cb1f69f0bc5347980a164c2e133f611f34 -size 1461 diff --git a/hwanyoung2/Content/FMOD/Events/SFX/UI/save.uasset b/hwanyoung2/Content/FMOD/Events/SFX/UI/save.uasset deleted file mode 100644 index 37c00549..00000000 --- a/hwanyoung2/Content/FMOD/Events/SFX/UI/save.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a9d2d215c110c84f231b17b13b1d76c48761c16e0f0defb7bb7b84ceb81af9d -size 1373 diff --git a/hwanyoung2/Content/FMOD/Events/Sanin_Default_Attack.uasset b/hwanyoung2/Content/FMOD/Events/Sanin_Default_Attack.uasset deleted file mode 100644 index f0f604b2..00000000 --- a/hwanyoung2/Content/FMOD/Events/Sanin_Default_Attack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73de1a7620fba49dcbe005cc02bc758f33a440fa30bacc745640ffaeaa9d36e1 -size 1501 diff --git a/hwanyoung2/Content/FMOD/Events/Sanin_Teleport_end.uasset b/hwanyoung2/Content/FMOD/Events/Sanin_Teleport_end.uasset deleted file mode 100644 index e7e13c9c..00000000 --- a/hwanyoung2/Content/FMOD/Events/Sanin_Teleport_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2101384b9943377cc7e640cce7edec86bd65f2d9499795044379054f6730b5c8 -size 1491 diff --git a/hwanyoung2/Content/FMOD/Events/Test_1.uasset b/hwanyoung2/Content/FMOD/Events/Test_1.uasset deleted file mode 100644 index f2fa3ca7..00000000 --- a/hwanyoung2/Content/FMOD/Events/Test_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89f321a226ae4f4e3a0449fb1030783687b9efb6d025a37c97f2ab2c1404a1e4 -size 1428 diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/buildrecords/Desktop/Master.br b/hwanyoung2/Content/FMOD/FMOD illusions/.cache/buildrecords/Desktop/Master.br deleted file mode 100644 index a1aee905..00000000 Binary files a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/buildrecords/Desktop/Master.br and /dev/null differ diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/fsbcache/Desktop/48A9F59B.fobj b/hwanyoung2/Content/FMOD/FMOD illusions/.cache/fsbcache/Desktop/48A9F59B.fobj deleted file mode 100644 index b770df2a..00000000 Binary files a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/fsbcache/Desktop/48A9F59B.fobj and /dev/null differ diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/fsbcache/Desktop/5885B216.fobj b/hwanyoung2/Content/FMOD/FMOD illusions/.cache/fsbcache/Desktop/5885B216.fobj deleted file mode 100644 index 9e577e94..00000000 Binary files a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/fsbcache/Desktop/5885B216.fobj and /dev/null differ diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/fsbcache/Desktop/8AB778F2.fobj b/hwanyoung2/Content/FMOD/FMOD illusions/.cache/fsbcache/Desktop/8AB778F2.fobj deleted file mode 100644 index cce0f7de..00000000 Binary files a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/fsbcache/Desktop/8AB778F2.fobj and /dev/null differ diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/fsbcache/Desktop/CCBD012D.fobj b/hwanyoung2/Content/FMOD/FMOD illusions/.cache/fsbcache/Desktop/CCBD012D.fobj deleted file mode 100644 index 4d254aea..00000000 Binary files a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/fsbcache/Desktop/CCBD012D.fobj and /dev/null differ diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/{5fc53ddc-59c6-4404-9d37-b3ca3fef1ff0}.pdc b/hwanyoung2/Content/FMOD/FMOD illusions/.cache/{5fc53ddc-59c6-4404-9d37-b3ca3fef1ff0}.pdc deleted file mode 100644 index b25b8ae7..00000000 Binary files a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/{5fc53ddc-59c6-4404-9d37-b3ca3fef1ff0}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/{6fc16f1a-f61e-4ea4-88c8-1058ff85fd87}.pdc b/hwanyoung2/Content/FMOD/FMOD illusions/.cache/{6fc16f1a-f61e-4ea4-88c8-1058ff85fd87}.pdc deleted file mode 100644 index 29342b91..00000000 Binary files a/hwanyoung2/Content/FMOD/FMOD illusions/.cache/{6fc16f1a-f61e-4ea4-88c8-1058ff85fd87}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/.unsaved/.user/Metadata/Asset/{4c7fab36-d75e-413e-b93c-436dc7d83aa2}.user.xml b/hwanyoung2/Content/FMOD/FMOD illusions/.unsaved/.user/Metadata/Asset/{4c7fab36-d75e-413e-b93c-436dc7d83aa2}.user.xml deleted file mode 100644 index 5b30b105..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/.unsaved/.user/Metadata/Asset/{4c7fab36-d75e-413e-b93c-436dc7d83aa2}.user.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/.unsaved/.user/Metadata/Mixer.user.xml b/hwanyoung2/Content/FMOD/FMOD illusions/.unsaved/.user/Metadata/Mixer.user.xml deleted file mode 100644 index 1dc87596..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/.unsaved/.user/Metadata/Mixer.user.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/.unsaved/.user/Metadata/Workspace.user.xml b/hwanyoung2/Content/FMOD/FMOD illusions/.unsaved/.user/Metadata/Workspace.user.xml deleted file mode 100644 index e3fb38ad..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/.unsaved/.user/Metadata/Workspace.user.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {bf17c98e-6817-4c6a-957d-ef6e1ae178ce} - - - {e6fc3b91-b522-44ed-a827-62816e5cf984} - - - - - Event Editor 1 - - - AAAAAQAAABwARQB2AGUAbgB0ACAARQBkAGkAdABvAHIAIAAxAAAAQgHZ0MsAAwAA//////////gAAAoAAAAFoAAAA8AAAAHMAAAH3wAAA28AAAAAAgAAAAoAAAAAAAAAABcAAAn/AAAFnw== - - - {c8ab9b85-ccc8-4f74-b79c-7e5db34722c3} - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/.user/Metadata/Asset/{4c7fab36-d75e-413e-b93c-436dc7d83aa2}.user.xml b/hwanyoung2/Content/FMOD/FMOD illusions/.user/Metadata/Asset/{4c7fab36-d75e-413e-b93c-436dc7d83aa2}.user.xml deleted file mode 100644 index 5b30b105..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/.user/Metadata/Asset/{4c7fab36-d75e-413e-b93c-436dc7d83aa2}.user.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/.user/Metadata/Mixer.user.xml b/hwanyoung2/Content/FMOD/FMOD illusions/.user/Metadata/Mixer.user.xml deleted file mode 100644 index 1dc87596..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/.user/Metadata/Mixer.user.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/.user/Metadata/Workspace.user.xml b/hwanyoung2/Content/FMOD/FMOD illusions/.user/Metadata/Workspace.user.xml deleted file mode 100644 index e3fb38ad..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/.user/Metadata/Workspace.user.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {bf17c98e-6817-4c6a-957d-ef6e1ae178ce} - - - {e6fc3b91-b522-44ed-a827-62816e5cf984} - - - - - Event Editor 1 - - - AAAAAQAAABwARQB2AGUAbgB0ACAARQBkAGkAdABvAHIAIAAxAAAAQgHZ0MsAAwAA//////////gAAAoAAAAFoAAAA8AAAAHMAAAH3wAAA28AAAAAAgAAAAoAAAAAAAAAABcAAAn/AAAFnw== - - - {c8ab9b85-ccc8-4f74-b79c-7e5db34722c3} - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Assets/close_bag_master_1.wav b/hwanyoung2/Content/FMOD/FMOD illusions/Assets/close_bag_master_1.wav deleted file mode 100644 index 1b1354ca..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Assets/close_bag_master_1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97391591dc29c11e9f9f9bbfde911cd3a3e318fb2dafb8918068ac6a957b3277 -size 3007900 diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Assets/open_bag_master_1.wav b/hwanyoung2/Content/FMOD/FMOD illusions/Assets/open_bag_master_1.wav deleted file mode 100644 index bcf777ff..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Assets/open_bag_master_1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cf7bf5498b8a332a48ec904facf24a6ba843d39a7a97481269f029701a55cc1 -size 3007900 diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Build/Desktop/Master.bank b/hwanyoung2/Content/FMOD/FMOD illusions/Build/Desktop/Master.bank deleted file mode 100644 index df751b4e..00000000 Binary files a/hwanyoung2/Content/FMOD/FMOD illusions/Build/Desktop/Master.bank and /dev/null differ diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Build/Desktop/Master.strings.bank b/hwanyoung2/Content/FMOD/FMOD illusions/Build/Desktop/Master.strings.bank deleted file mode 100644 index 4b9a5378..00000000 Binary files a/hwanyoung2/Content/FMOD/FMOD illusions/Build/Desktop/Master.strings.bank and /dev/null differ diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/FMOD illusions.fspro b/hwanyoung2/Content/FMOD/FMOD illusions/FMOD illusions.fspro deleted file mode 100644 index c8e34d25..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/FMOD illusions.fspro +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Asset/{4c7fab36-d75e-413e-b93c-436dc7d83aa2}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Asset/{4c7fab36-d75e-413e-b93c-436dc7d83aa2}.xml deleted file mode 100644 index 5b30b105..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Asset/{4c7fab36-d75e-413e-b93c-436dc7d83aa2}.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/AudioFile/{5fc53ddc-59c6-4404-9d37-b3ca3fef1ff0}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/AudioFile/{5fc53ddc-59c6-4404-9d37-b3ca3fef1ff0}.xml deleted file mode 100644 index a0401898..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/AudioFile/{5fc53ddc-59c6-4404-9d37-b3ca3fef1ff0}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - open_bag_master_1.wav - - - 96 - - - 2 - - - 3.9164791666666665 - - - {4c7fab36-d75e-413e-b93c-436dc7d83aa2} - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/AudioFile/{6fc16f1a-f61e-4ea4-88c8-1058ff85fd87}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/AudioFile/{6fc16f1a-f61e-4ea4-88c8-1058ff85fd87}.xml deleted file mode 100644 index 7e2d74c3..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/AudioFile/{6fc16f1a-f61e-4ea4-88c8-1058ff85fd87}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - close_bag_master_1.wav - - - 96 - - - 2 - - - 3.9164791666666665 - - - {4c7fab36-d75e-413e-b93c-436dc7d83aa2} - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Bank/{30252537-8496-4999-9af0-12ce5b7c37cb}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Bank/{30252537-8496-4999-9af0-12ce5b7c37cb}.xml deleted file mode 100644 index eb0ddcf2..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Bank/{30252537-8496-4999-9af0-12ce5b7c37cb}.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Master - - - true - - - {6421279b-d072-49aa-81b5-55d42db6c4d9} - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/BankFolder/{6421279b-d072-49aa-81b5-55d42db6c4d9}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/BankFolder/{6421279b-d072-49aa-81b5-55d42db6c4d9}.xml deleted file mode 100644 index 832bc9e1..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/BankFolder/{6421279b-d072-49aa-81b5-55d42db6c4d9}.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EffectPresetFolder/{e9dc1b2d-c6c1-41b2-bd41-1d7a21484139}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EffectPresetFolder/{e9dc1b2d-c6c1-41b2-bd41-1d7a21484139}.xml deleted file mode 100644 index faf7985a..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EffectPresetFolder/{e9dc1b2d-c6c1-41b2-bd41-1d7a21484139}.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EncodingSetting/{6d8705a9-f7bc-4ef7-89bf-e004d80b38bd}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EncodingSetting/{6d8705a9-f7bc-4ef7-89bf-e004d80b38bd}.xml deleted file mode 100644 index 5717ca86..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EncodingSetting/{6d8705a9-f7bc-4ef7-89bf-e004d80b38bd}.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - 3 - - - 37 - - - {c8ab9b85-ccc8-4f74-b79c-7e5db34722c3} - - - {c8ab9b85-ccc8-4f74-b79c-7e5db34722c3} - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Event/{785d1b4b-5ca9-465e-a9f1-d737ccf22379}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Event/{785d1b4b-5ca9-465e-a9f1-d737ccf22379}.xml deleted file mode 100644 index 4a1d9e13..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Event/{785d1b4b-5ca9-465e-a9f1-d737ccf22379}.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - - - Close - - - 1 - - - {162d7e1a-cb78-4a67-9801-c852199648cf} - - - {771825f3-93a6-4880-9da1-cd49741bcd8d} - - - {87a38d60-0d4a-423b-bb17-993f73887002} - - - {e84d506a-6144-4e11-b597-cf6dd4c242d8} - - - {e5b29344-bf9a-4599-86a7-75bfff98945f} - - - {0ed4d317-1d70-427b-b260-f2f16ddbdcb3} - - - {cce98483-9a15-465b-a7ab-61b43e2dcda5} - - - {817b34fb-5f49-4b58-a58e-84cdc97a0be0} - - - {30252537-8496-4999-9af0-12ce5b7c37cb} - - - - - {5f786ade-4212-47a3-a98d-8451a70375a9} - - - - - {7bde927d-90c3-4636-bf3c-361ffde2bffd} - - - {5f786ade-4212-47a3-a98d-8451a70375a9} - - - - - {387a3039-576d-43b9-b69a-46f09e3f79ad} - - - {655ff443-3d0a-46a5-80a1-b49fbdc97702} - - - {b647d46f-98d9-4cde-8cd4-c239ebe92426} - - - - - - - false - - - - - {7bde927d-90c3-4636-bf3c-361ffde2bffd} - - - - - {53aa824a-1c63-4e26-b57b-83f72239c644} - - - {4c34f5bf-f9b4-4cec-849b-45b9dbd11f9b} - - - {771825f3-93a6-4880-9da1-cd49741bcd8d} - - - - - {8c08c4d1-dc98-4d4e-9c58-46d15c7a3122} - - - - - {44bee27a-8397-4e2b-8775-20b79d360d77} - - - - - - {3341d7ea-3466-4d3d-81f1-ac70740c40fa} - - - - - - {6fc16f1a-f61e-4ea4-88c8-1058ff85fd87} - - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Event/{ab5ebb15-ec34-4d8f-8132-e664571b3904}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Event/{ab5ebb15-ec34-4d8f-8132-e664571b3904}.xml deleted file mode 100644 index 155a7606..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Event/{ab5ebb15-ec34-4d8f-8132-e664571b3904}.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - - - Open - - - 1 - - - {162d7e1a-cb78-4a67-9801-c852199648cf} - - - {95968762-ff99-489d-8df8-2096bdf92ec5} - - - {f1d65c99-323c-4061-aebd-548f683aa1cc} - - - {b4bc56e7-8a8e-4761-9ec9-e541529dab76} - - - {1110b180-ee4a-4893-8ad7-089ca448b9ce} - - - {4931be37-1d7a-45ad-95aa-60a7d903b5e2} - - - {6367c585-5dcb-40eb-8777-7a6a38a9b75f} - - - {169abe88-0c07-4e37-bf64-b9f074d76616} - - - {30252537-8496-4999-9af0-12ce5b7c37cb} - - - - - {44ce0fd1-dd7d-4267-93ea-a2af4a7e753c} - - - - - {71c0a077-6557-460e-afdd-793f2a029280} - - - {44ce0fd1-dd7d-4267-93ea-a2af4a7e753c} - - - - - {ae5f188a-6976-457c-83a0-6220713e2fad} - - - {8da1e06c-38d3-4a0b-8b3d-654129198072} - - - {b647d46f-98d9-4cde-8cd4-c239ebe92426} - - - - - - - false - - - - - {71c0a077-6557-460e-afdd-793f2a029280} - - - - - {9056734e-c542-44dc-a58a-7df6c5db16a6} - - - {80f8af92-f858-4e63-888d-3c62e3615013} - - - {95968762-ff99-489d-8df8-2096bdf92ec5} - - - - - {dad01341-f932-4368-9e1d-539ba0b72b5b} - - - - - {89fcd4f6-679e-43ae-b510-c00f57dc19d0} - - - - - - {652e739b-0ae1-4dca-98b7-b9ce80b345de} - - - - - - {5fc53ddc-59c6-4404-9d37-b3ca3fef1ff0} - - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EventFolder/{162d7e1a-cb78-4a67-9801-c852199648cf}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EventFolder/{162d7e1a-cb78-4a67-9801-c852199648cf}.xml deleted file mode 100644 index 1ebcb9b8..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EventFolder/{162d7e1a-cb78-4a67-9801-c852199648cf}.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - SFX - - - {ec5553c4-15f3-4620-8904-285445db1137} - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EventFolder/{c6622c33-d915-4b12-9319-5c06570bfa25}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EventFolder/{c6622c33-d915-4b12-9319-5c06570bfa25}.xml deleted file mode 100644 index 7766295c..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EventFolder/{c6622c33-d915-4b12-9319-5c06570bfa25}.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Music - - - {ec5553c4-15f3-4620-8904-285445db1137} - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EventFolder/{ec5553c4-15f3-4620-8904-285445db1137}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EventFolder/{ec5553c4-15f3-4620-8904-285445db1137}.xml deleted file mode 100644 index 854d5850..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/EventFolder/{ec5553c4-15f3-4620-8904-285445db1137}.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - Master - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Master.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Master.xml deleted file mode 100644 index b96cefcf..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Master.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - Master Bus - - - {ba7eefe4-9a8a-4c06-b345-11321582d101} - - - {2d73be14-6afb-4030-a312-de721d38396d} - - - {240ee2e5-79a8-440a-b2d3-e1ad0b85a90a} - - - - - {b9ac5292-c1c4-487a-96e8-3a4a279f59e7} - - - - - 2 - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Mixer.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Mixer.xml deleted file mode 100644 index 984751d4..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Mixer.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - {b647d46f-98d9-4cde-8cd4-c239ebe92426} - - - {fad0d2f6-3d80-44a9-a194-2d76278b5335} - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/ParameterPresetFolder/{0a869e25-ad29-439f-83d3-04e828d03926}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/ParameterPresetFolder/{0a869e25-ad29-439f-83d3-04e828d03926}.xml deleted file mode 100644 index ac770b08..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/ParameterPresetFolder/{0a869e25-ad29-439f-83d3-04e828d03926}.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Platform/{c8ab9b85-ccc8-4f74-b79c-7e5db34722c3}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Platform/{c8ab9b85-ccc8-4f74-b79c-7e5db34722c3}.xml deleted file mode 100644 index 39c2b44b..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Platform/{c8ab9b85-ccc8-4f74-b79c-7e5db34722c3}.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - 0 - - - Desktop - - - Desktop - - - 5 - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/ProfilerFolder/{087addff-9e92-4da5-8449-79338640b6ba}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/ProfilerFolder/{087addff-9e92-4da5-8449-79338640b6ba}.xml deleted file mode 100644 index 4424cbac..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/ProfilerFolder/{087addff-9e92-4da5-8449-79338640b6ba}.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Return/{26241190-a10f-4a5f-b22c-78fb564c9365}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Return/{26241190-a10f-4a5f-b22c-78fb564c9365}.xml deleted file mode 100644 index 5934defe..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Return/{26241190-a10f-4a5f-b22c-78fb564c9365}.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - 2 - - - Reverb - - - {ef14a3e0-166e-431f-8e40-58afd5f12d65} - - - {eb54cb91-f407-42e5-a729-9229df93a5b1} - - - {b647d46f-98d9-4cde-8cd4-c239ebe92426} - - - - - {d8554057-5e73-4851-a9e4-ea4f8c79d55e} - {81915056-082b-4fd0-b5ba-c21448e54411} - - - - - - 0 - - - -80 - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/SandboxFolder/{0c9945a3-1b01-4e64-a052-084d9c0659b1}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/SandboxFolder/{0c9945a3-1b01-4e64-a052-084d9c0659b1}.xml deleted file mode 100644 index 4af15709..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/SandboxFolder/{0c9945a3-1b01-4e64-a052-084d9c0659b1}.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/SnapshotGroup/{fad0d2f6-3d80-44a9-a194-2d76278b5335}.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/SnapshotGroup/{fad0d2f6-3d80-44a9-a194-2d76278b5335}.xml deleted file mode 100644 index 6f5dcc2e..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/SnapshotGroup/{fad0d2f6-3d80-44a9-a194-2d76278b5335}.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - {240ee2e5-79a8-440a-b2d3-e1ad0b85a90a} - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Tags.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Tags.xml deleted file mode 100644 index c7155057..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Tags.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - Master - - - diff --git a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Workspace.xml b/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Workspace.xml deleted file mode 100644 index 1d3c8652..00000000 --- a/hwanyoung2/Content/FMOD/FMOD illusions/Metadata/Workspace.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - ../Content/FMOD - - - {ec5553c4-15f3-4620-8904-285445db1137} - - - {ce663cd1-d048-4d25-906f-53c998cf2c75} - - - {e9dc1b2d-c6c1-41b2-bd41-1d7a21484139} - - - {0a869e25-ad29-439f-83d3-04e828d03926} - - - {6421279b-d072-49aa-81b5-55d42db6c4d9} - - - {0c9945a3-1b01-4e64-a052-084d9c0659b1} - - - {4c7fab36-d75e-413e-b93c-436dc7d83aa2} - - - {240ee2e5-79a8-440a-b2d3-e1ad0b85a90a} - - - {087addff-9e92-4da5-8449-79338640b6ba} - - - {c8ab9b85-ccc8-4f74-b79c-7e5db34722c3} - - - diff --git a/hwanyoung2/Content/FMOD/FMOD_illusions/Assets/close_bag_master_1.uasset b/hwanyoung2/Content/FMOD/FMOD_illusions/Assets/close_bag_master_1.uasset deleted file mode 100644 index b6421250..00000000 --- a/hwanyoung2/Content/FMOD/FMOD_illusions/Assets/close_bag_master_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:113c18f1fdefba4f41ece6e931632aedabac5d1e59a3943c95cfe932a8409c2f -size 196579 diff --git a/hwanyoung2/Content/FMOD/FMOD_illusions/Assets/open_bag_master_1.uasset b/hwanyoung2/Content/FMOD/FMOD_illusions/Assets/open_bag_master_1.uasset deleted file mode 100644 index 3d1acd3f..00000000 --- a/hwanyoung2/Content/FMOD/FMOD_illusions/Assets/open_bag_master_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:439e5929d0c8ca94fb84f2c8bdc3f2e656a6e5ec6e8218dea70eb4435f89ea2a -size 216560 diff --git a/hwanyoung2/Content/FMOD/PrivateIntegrationData/AssetLookup.uasset b/hwanyoung2/Content/FMOD/PrivateIntegrationData/AssetLookup.uasset deleted file mode 100644 index 70b5706e..00000000 --- a/hwanyoung2/Content/FMOD/PrivateIntegrationData/AssetLookup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c3138e12afba2156a32b874e4795dc11f0aa02aedb1c0f178812787f6f02775 -size 13569 diff --git a/hwanyoung2/Content/FMOD/PrivateIntegrationData/BankLookup.uasset b/hwanyoung2/Content/FMOD/PrivateIntegrationData/BankLookup.uasset deleted file mode 100644 index 6f4caec5..00000000 --- a/hwanyoung2/Content/FMOD/PrivateIntegrationData/BankLookup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0eb92f02cac5bd252e16df36be0c04909a69ce9880c6dc4d0a478ad16609a61 -size 3627 diff --git a/hwanyoung2/Content/FMOD/Reverbs/ArrowDrawHold.uasset b/hwanyoung2/Content/FMOD/Reverbs/ArrowDrawHold.uasset deleted file mode 100644 index 1fda8632..00000000 --- a/hwanyoung2/Content/FMOD/Reverbs/ArrowDrawHold.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce5936536f319ac371778c1f109bd19dbf120aade983cf35e47ee2738e96b58b -size 1381 diff --git a/hwanyoung2/Content/FMOD/Reverbs/CombatSFX.uasset b/hwanyoung2/Content/FMOD/Reverbs/CombatSFX.uasset deleted file mode 100644 index 00cf72b4..00000000 --- a/hwanyoung2/Content/FMOD/Reverbs/CombatSFX.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc5a8bd8d266d0ed71e22cfb3d17e08bfccb5dfbfb2f5a475905fa9b8f4e16d6 -size 1361 diff --git a/hwanyoung2/Content/FMOD/Reverbs/Combat_music.uasset b/hwanyoung2/Content/FMOD/Reverbs/Combat_music.uasset deleted file mode 100644 index 18ba977a..00000000 --- a/hwanyoung2/Content/FMOD/Reverbs/Combat_music.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dbf3ff2c4d6fc6607e2cad6171397c55e3f6ea86e4d507aa262e939981ebc7f -size 1376 diff --git a/hwanyoung2/Content/FMOD/Reverbs/Music_Normal.uasset b/hwanyoung2/Content/FMOD/Reverbs/Music_Normal.uasset deleted file mode 100644 index 296125fd..00000000 --- a/hwanyoung2/Content/FMOD/Reverbs/Music_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b816ca4b0eed24aad32aaa2247ca058f3f037876a553d2a68d26f0026edba7e2 -size 1376 diff --git a/hwanyoung2/Content/FMOD/Reverbs/Music_Under_UI.uasset b/hwanyoung2/Content/FMOD/Reverbs/Music_Under_UI.uasset deleted file mode 100644 index eadc77f9..00000000 --- a/hwanyoung2/Content/FMOD/Reverbs/Music_Under_UI.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74a36a3596b867e1449192857ea4d902577297154cad9d4cd8d5d634887ccf7b -size 1386 diff --git a/hwanyoung2/Content/FMOD/Snapshots/ArrowDrawHold.uasset b/hwanyoung2/Content/FMOD/Snapshots/ArrowDrawHold.uasset deleted file mode 100644 index c7e48dd7..00000000 --- a/hwanyoung2/Content/FMOD/Snapshots/ArrowDrawHold.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae45089b2ffbd8005e0cb3f69b144ec894c8c4ec45cca889e80336c043e172ca -size 1482 diff --git a/hwanyoung2/Content/FMOD/Snapshots/CombatSFX.uasset b/hwanyoung2/Content/FMOD/Snapshots/CombatSFX.uasset deleted file mode 100644 index 6dfd5e96..00000000 --- a/hwanyoung2/Content/FMOD/Snapshots/CombatSFX.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9160d135112afd44ac610905290cdcc6e523dee34cf6ad6289dfe1ac93b2456 -size 1462 diff --git a/hwanyoung2/Content/FMOD/Snapshots/Combat_music.uasset b/hwanyoung2/Content/FMOD/Snapshots/Combat_music.uasset deleted file mode 100644 index db69e07f..00000000 --- a/hwanyoung2/Content/FMOD/Snapshots/Combat_music.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edaa52b95a7e4983b38698334f3559e2d65f3d35fb4f42f8a3c76754b64dc798 -size 1477 diff --git a/hwanyoung2/Content/FMOD/Snapshots/Music_Normal.uasset b/hwanyoung2/Content/FMOD/Snapshots/Music_Normal.uasset deleted file mode 100644 index 4c943e20..00000000 --- a/hwanyoung2/Content/FMOD/Snapshots/Music_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2501fc5404bf24887c63a6cd010c69a5012166fa32f81e0d1eb0e8663c9ae133 -size 1477 diff --git a/hwanyoung2/Content/FMOD/Snapshots/Music_Under_UI.uasset b/hwanyoung2/Content/FMOD/Snapshots/Music_Under_UI.uasset deleted file mode 100644 index ace4793c..00000000 --- a/hwanyoung2/Content/FMOD/Snapshots/Music_Under_UI.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbf56a236b6e2da675f9cee47e681aa1e36783356443d3f5ed3b9e47399d90e5 -size 1487 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_ThunderBallHit.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_ThunderBallHit.uasset deleted file mode 100644 index 3aa716da..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_ThunderBallHit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c4a2b1b63aaadc8679062d2e82d44e3734b9e5c4f83acbbb5083321b2c861b9 -size 30447 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_aquaStorm.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_aquaStorm.uasset deleted file mode 100644 index 6c768712..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_aquaStorm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:292d756dcf50e5e65e3d39c32ed2d0c9b2172df72d5b70f401c13b988e8a3e58 -size 30422 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_darkStorm.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_darkStorm.uasset deleted file mode 100644 index c61acbb4..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_darkStorm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bf13578507df432a47ff91849a649b51d3bf3faf4c7f97a4ba9c2290a7ea21b -size 30422 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_explosion.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_explosion.uasset deleted file mode 100644 index 193ffaa9..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_explosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60f7a6180ae4aef1016afaa9dff718237ad843c5eb8d8719bb3e4230f8d558ad -size 30377 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_fireBall.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_fireBall.uasset deleted file mode 100644 index cccdf76f..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_fireBall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b143c5b99e12ebe8c9916e2d424332d790cdfc4e099fa7fd05a04a8c6c8cff2a -size 146249 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_fireStorm.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_fireStorm.uasset deleted file mode 100644 index 169e0c91..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_fireStorm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1074d969f985fd68df8632ace83d66a8844639b212c28dc1944d11892233eb9c -size 30622 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_healAura.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_healAura.uasset deleted file mode 100644 index a04928ad..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_healAura.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7c2e9869d1468b4381699e8e1bccb9630f8c09142b2038f9d4990752597d947 -size 30608 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_hit1.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_hit1.uasset deleted file mode 100644 index 411815af..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_hit1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:115d35cef53cb17d9662d7a49c8acb4b511a82a92dfa78d159e70baa0b17368d -size 30660 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_hit2.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_hit2.uasset deleted file mode 100644 index 21811c11..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_hit2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a217a3b9b261c302895e5ae778b5399507b74e614ebb83a48bf3488d14528d88 -size 56779 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_laser01.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_laser01.uasset deleted file mode 100644 index 678e54f8..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_laser01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5208ee4a878cb6b83fda9f84536f217c053375d22d035d4f50a767c50c77e8f -size 90798 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_lightning1.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_lightning1.uasset deleted file mode 100644 index 5c2bd17f..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_lightning1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ea35c01fc3f4b59fd25abce07353f76771e7bcc97015deb0062d7665f26c094 -size 74109 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_lightning2.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_lightning2.uasset deleted file mode 100644 index 5a476597..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_lightning2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af3ce1535cf5633fb61da44666f017458fda2c14696e528b0831772466c62ae7 -size 30699 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_lightning3.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_lightning3.uasset deleted file mode 100644 index 9075a4a8..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_lightning3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf797812e8646460fb6c7c62af13496341952301aec4a7f3ae7a4e29884def57 -size 30544 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_magicCircle1.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_magicCircle1.uasset deleted file mode 100644 index b9b7febb..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_magicCircle1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5739d01c275f1f4eb3da251f3d7c7cd72b8d7436d4efd0ba7338ef2252739ed -size 44636 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_shootingStar1.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_shootingStar1.uasset deleted file mode 100644 index abe77058..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_shootingStar1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc87f34b3ebc64a2ff5fdd0b3ab41307711851ab8fa0ca1daad7e6d43470defd -size 132445 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_shotSpawn.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_shotSpawn.uasset deleted file mode 100644 index b79b86fd..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_shotSpawn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d28ee3d9a21cfb9588d2d5b9ddf45a8f30d58f92f329f2cd1ef656d11b132472 -size 69710 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_storm.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_storm.uasset deleted file mode 100644 index edefa29f..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_storm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5faf173f1525bef4cf4521b66391714ecf3aa92896f0185ac736d3a36b78f61c -size 57132 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_thunderBall.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_thunderBall.uasset deleted file mode 100644 index 66cc71ca..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_thunderBall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19479c94c3eb53d532aa03b61288685ad79c6357cb635066fca71d8c4204bc82 -size 31856 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_thunderStorm.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_thunderStorm.uasset deleted file mode 100644 index aee2f5ed..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_thunderStorm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dc656299b67688265b51e41e31535d5c6c3764fdd2a1fc94574d95f17cbf5fd -size 30464 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_waterBall.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_waterBall.uasset deleted file mode 100644 index 3c80ac47..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_waterBall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d95f1185f407f0419e5bdf911c40974ff7b8d71194c540e6303b3f49535f815d -size 31617 diff --git a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_waterBallHit.uasset b/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_waterBallHit.uasset deleted file mode 100644 index 8aff098e..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Blueprints/BP_ky_waterBallHit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96ba53ea208eb598f3f8b08a3dd07ed03243b27bb1c853cee98aaec04bc1a8bb -size 30626 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_aura011_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_aura011_4x4.uasset deleted file mode 100644 index b6b9e725..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_aura011_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc4decb0c954f53fa9d84751ebea2ffd637e7850223db069998d36208a6b65e0 -size 73194 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_aura011_4x4_nonD.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_aura011_4x4_nonD.uasset deleted file mode 100644 index 44ff39b1..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_aura011_4x4_nonD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed06f14eb7ca57b9505c800c9b8639343a685f2b42236ecef8b8cdc3df167c68 -size 73901 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_aura9.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_aura9.uasset deleted file mode 100644 index 160a2f2f..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_aura9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a615aeedcc8cc6c2ce401bfd7dbc37abdea601b8d4993efce37e28ff1adc975 -size 72210 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_auraWall02_two.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_auraWall02_two.uasset deleted file mode 100644 index 7ec6bcf5..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_auraWall02_two.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1c725ef1595ae4a418abfa7dc92cdad9339d9b9a9b9cc4d1ec0ed5edfd28609 -size 66761 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_chantDecoAc.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_chantDecoAc.uasset deleted file mode 100644 index b334b625..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_chantDecoAc.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8c5d9db75831131a1fd29c1c73e9b0f3c4f3c81c0d3186de0822a5d1e8aa006 -size 63655 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_circle9_4x4c2.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_circle9_4x4c2.uasset deleted file mode 100644 index 87394ece..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_circle9_4x4c2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:573184448f3305eb3cd1315e7e199e92342552451f84d9c4dfd971ea96f647c8 -size 58469 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_circleDust.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_circleDust.uasset deleted file mode 100644 index 7476533d..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_circleDust.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7628a861b7d7d68bec0aece3211daebe2e6f17c96b344c8590d0b0d9b6b1dde3 -size 57925 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_dynDust.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_dynDust.uasset deleted file mode 100644 index 10a8876c..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_dynDust.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f9995a4332553a4f9e3898d78fcb0f6b1895025c4b1514e7169f163609d3697 -size 56337 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_dynDust2.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_dynDust2.uasset deleted file mode 100644 index d392e93b..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_dynDust2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:733822531d1279c0686e3f84470867ca811d094c1f5ad4a6412340a854e90bed -size 58513 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_flare25_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_flare25_4x4.uasset deleted file mode 100644 index 033cff30..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_flare25_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fef80c23144432b765e6415cd1e6c987e875da1afcac584a465aa405bd3cfe3 -size 61107 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_flareVertical03b_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_flareVertical03b_4x4.uasset deleted file mode 100644 index 698168ec..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_flareVertical03b_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ce593b01395cc956261f4a241b5dc134a71d95dc0491610e74a8508fe6d0853 -size 81653 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_flare_flash_trs.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_flare_flash_trs.uasset deleted file mode 100644 index 12a9ffa1..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_flare_flash_trs.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23958433a7e0de0187c58d4be2ad19d0476663cf46bec0cf01ef263930dfaea5 -size 56971 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_lightning02_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_lightning02_4x4.uasset deleted file mode 100644 index a9f10ced..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_lightning02_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:303dfadfdca29bff1db862a894616124a36071eac0238bf7b928c81edca1abca -size 51456 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_lightningDust01_4x4_nonD.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_lightningDust01_4x4_nonD.uasset deleted file mode 100644 index d4c877a0..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_lightningDust01_4x4_nonD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17b792458942c43165a7341e31a1257f808af0019251813cd5625cac025a6d33 -size 50609 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_polarC_two.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_polarC_two.uasset deleted file mode 100644 index e5ccf8aa..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_polarC_two.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f856d39ba61445539c5c4fba262d0df5904eddfb3589647bc2ea0cd142e01376 -size 59464 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_polarG_nonD.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_polarG_nonD.uasset deleted file mode 100644 index 8a26be7b..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_polarG_nonD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bd65e5aed7613344a0fa113c33c11a58a1666d46639b5336b811cd06a0de191 -size 63979 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_polar_two.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_polar_two.uasset deleted file mode 100644 index 0e8319ce..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_polar_two.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1ac979ad33aedb0f6f5ccfa388164534c78e114fc7b8ab97f620cb0466b21b9 -size 57786 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_primitive2b_trs.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_primitive2b_trs.uasset deleted file mode 100644 index a52160a8..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_primitive2b_trs.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44501a78a6b71cb968d21c18e07a1301d2615c1e961eb94cd9a6ee16ba47dbc5 -size 71903 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_primitive_dynB_nonD.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_primitive_dynB_nonD.uasset deleted file mode 100644 index 7bc1503a..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_primitive_dynB_nonD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2aff23cdf5ba0f16e1288d3ef6af91e75dcdd5ecbf21a28eb838326eb484b9be -size 58217 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_primitive_dynB_two.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_primitive_dynB_two.uasset deleted file mode 100644 index 92a078b3..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_primitive_dynB_two.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ceb9f387b096e55d9e3af5e2f17bcdb5203115eaa04330ae84dc08b9bc292a69 -size 58268 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shine01B.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shine01B.uasset deleted file mode 100644 index 91789e89..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shine01B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7154cb90d86ca1cf089465b2ca1f5b1cea877f7d8e2c61dbf256fc2c69d86d62 -size 58438 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shine01R.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shine01R.uasset deleted file mode 100644 index c07fc74a..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shine01R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d97caca4d0586439f26ecd125ade5a8b57f6d577e878932fa2c528c3acd037d3 -size 56746 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shine01R_nonD.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shine01R_nonD.uasset deleted file mode 100644 index 93c310bc..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shine01R_nonD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc0e85c32cf24427b37a8c1706a1e06a56cc8da519a313a20ab950934251bd90 -size 57255 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shockWave03g_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shockWave03g_4x4.uasset deleted file mode 100644 index 7ba04ef1..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shockWave03g_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e95cd19267b27d27b643dc0d2a1a08e89ed97a08ea4cd8a25ee0620d7d2603b4 -size 51463 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shockwave10R_4x4_nonD.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shockwave10R_4x4_nonD.uasset deleted file mode 100644 index 50636d0e..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shockwave10R_4x4_nonD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f043c6eacf4854466a8855e41c2868f6d7d74fcea1976f4f72c9aedd64d725f -size 61273 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shockwave12_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shockwave12_4x4.uasset deleted file mode 100644 index 9b4dfeae..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_shockwave12_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3539bb3a5be14c57bec6e7279343b3198a21d89fcb39d791f3f66b7c687a5673 -size 59766 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_smoke01.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_smoke01.uasset deleted file mode 100644 index 0d0437b2..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_smoke01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12c220a7ad844155dd9e6d76f13ea357b88fd8b7a831a1843e4f2dd9ca589e70 -size 50420 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_smoke01b.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_smoke01b.uasset deleted file mode 100644 index 7d52e61f..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_smoke01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1bc26b3a39e5557092f9cbe209dadd0c72861cdd619e868c7f726d912f07031 -size 65982 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_smoke01c.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_smoke01c.uasset deleted file mode 100644 index 129e1b4f..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_smoke01c.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b943605929edbc4f356726a69ecd14276b7110d8ff43ccf6758d7ff976e6f35f -size 50469 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_starDust_dis.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_starDust_dis.uasset deleted file mode 100644 index 6b077f51..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_starDust_dis.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3e23b996adf1c9836ced166d9479d7b593648417ab7872224c91878e5c04b14 -size 49759 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_starDust_sq.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_starDust_sq.uasset deleted file mode 100644 index 5d841c5b..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_starDust_sq.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87c9d801e2a725b87148e114b9f5516391a999497f046aaf5f107be91f3c63cd -size 49615 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_aqua.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_aqua.uasset deleted file mode 100644 index 19b9c2a4..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_aqua.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1952524b6246bda7690f6c450f5104491c765fbbfd3d90337e52ec96cc035acf -size 130932 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_aqua_nonD.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_aqua_nonD.uasset deleted file mode 100644 index 95c7d660..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_aqua_nonD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bad94b706db5f8338db7d2f924ae10fb0f8406b95c849a7ec3cde309d8c08158 -size 116618 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_dark.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_dark.uasset deleted file mode 100644 index f2e2ab2f..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_dark.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f543ee26ad94fee0a66d084153a59975e81742e90b5373ae1525cbb103bad6fd -size 131689 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_dark_nonD.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_dark_nonD.uasset deleted file mode 100644 index 42dd8328..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_dark_nonD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7274b9f8797f4896e4450e18742bf4b2b714994b0c022ecddebb60b01fb35c3b -size 115787 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_fire.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_fire.uasset deleted file mode 100644 index df1c01a3..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_fire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30e101e8f22238b86040cd84b099d1b33e89516e17522f21894176e6488368c6 -size 124397 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_fire_nonD1.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_fire_nonD1.uasset deleted file mode 100644 index 283aed61..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_fire_nonD1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3217eb4ebc39488893de10559fd8ce68e88f55cc0aeecee1a91fe797438ea13 -size 114139 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_nonD.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_nonD.uasset deleted file mode 100644 index ea26daae..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_nonD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd07899ce34343f780d8289f408675a2183c33e7355ca4291de893d7d39daede -size 110821 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_thunder.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_thunder.uasset deleted file mode 100644 index 2b5bffa0..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_thunder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34d85de14c35c1d4f269dca2fd25d7ef3f0362aab01e9c67b4ea59d5e543787e -size 127523 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_thunder_nonD.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_thunder_nonD.uasset deleted file mode 100644 index 09bc5cfa..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_storm01_thunder_nonD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:917362759f04263c78527f80a189efe913f3466e4166e6bfa2f6e893bf90a558 -size 118286 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_stormDeco01_aqua.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_stormDeco01_aqua.uasset deleted file mode 100644 index a442d736..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_stormDeco01_aqua.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a05f6316c56f737fc058e6061c33adeaec2b003a9d2cbff5250f32d5afbc27f -size 91050 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_stormDeco01_dark.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_stormDeco01_dark.uasset deleted file mode 100644 index 629a2631..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_stormDeco01_dark.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f614f649ee2a4e20dda5242c1033834735f8241030a522c08e4ec0d1a5a602d -size 69440 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_stormDeco01_fire.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_stormDeco01_fire.uasset deleted file mode 100644 index 199d91bc..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_stormDeco01_fire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b88f5641d4c524e9856fbc3e97f233f866893f97c4668f622e5fc7827300e0f -size 90363 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_turbulence_smoke2d_trs.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_turbulence_smoke2d_trs.uasset deleted file mode 100644 index c499e086..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_turbulence_smoke2d_trs.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bb9c12316f74e47c9df160fbfaf2091352f3b1d09c8caae9e4ce37a989046be -size 52129 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_vortex04B_4x4_two.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_vortex04B_4x4_two.uasset deleted file mode 100644 index b3a0d757..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/MI_ky_vortex04B_4x4_two.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b408df99239f0ea65b4fca47f982e5336615afcfb7dafd63b8bb19c80c34378 -size 66082 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_Fresnel.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_Fresnel.uasset deleted file mode 100644 index 3b63ee31..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_Fresnel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e698a089f06aee1335ad23dd14a8e293c5a3eb74c65042eb3d33792ee07e055c -size 61706 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_aura9.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_aura9.uasset deleted file mode 100644 index 025d45c6..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_aura9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe5fdad2c61cdbd9ae64f6373be27afe296ef02bf7877ea4cdd9ad768430da13 -size 116326 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_auraWall02.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_auraWall02.uasset deleted file mode 100644 index 61fd3ed3..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_auraWall02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67de57a604f37ead5a1eef3fb02597e08cc1e4a51e6f2d50128e4f9d48b41928 -size 81729 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_base.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_base.uasset deleted file mode 100644 index 88516502..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_base.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60c04f27ef8469d4f935e8cd5df2eae543f2447ff4f00be7ae1c8fb69a0d33cd -size 65757 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_base_anime.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_base_anime.uasset deleted file mode 100644 index 485f7a48..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_base_anime.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cc5cad57644ad862e8c4d06492c64432ff2deb683f64654bc3ee68a8c14043c -size 79834 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_base_turbulence.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_base_turbulence.uasset deleted file mode 100644 index 0cf5299d..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_base_turbulence.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b39db9f743794e240cc7997c549e5d37293b021ece6a9f77401c45e86ee4dc95 -size 66512 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_chantDecoA.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_chantDecoA.uasset deleted file mode 100644 index 16001f79..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_chantDecoA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63e4bcb62df8ff9fcc90c718d6ddb7e554813543319da2dccf71a675d66ad244 -size 70063 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_circle01_4x4G_nonD.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_circle01_4x4G_nonD.uasset deleted file mode 100644 index c52abb76..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_circle01_4x4G_nonD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7cff224e4e0c36e016b345df140834d1308b98f17931ca26ad140781c929623 -size 96666 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_dust01_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_dust01_4x4.uasset deleted file mode 100644 index c7fc21ef..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_dust01_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be7cf3edcf90da169f2dceea26bbe6ddfaedb0d6d213f81b32efd16b87043959 -size 96067 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_dynDust.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_dynDust.uasset deleted file mode 100644 index 6006927b..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_dynDust.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ad2cb13bd2656d1a8e187d380b041ffbc78f0d4c00a2fdc670d56440b0fc02e -size 96251 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_empty.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_empty.uasset deleted file mode 100644 index 568b89e1..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_empty.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5eb22da3d005bac99e4fcac85037ffc66e41b2da682e02aee228fda966d1f229 -size 48160 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_flare01_primitive.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_flare01_primitive.uasset deleted file mode 100644 index 924f6202..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_flare01_primitive.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d8adbd06d3e7d3eb52b144d09902a1348c35f3520b8604c478d704fa7c12316 -size 61449 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_flarePillar.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_flarePillar.uasset deleted file mode 100644 index 6d233c16..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_flarePillar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d0bd968dbb69b3c1f87d917144907670d254f94650801be21208c0a8a990400 -size 105088 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_flareVert.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_flareVert.uasset deleted file mode 100644 index fa7716ff..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_flareVert.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df45638d6f7d574d5a2e07641adaa1f8dfd0d9120cef214f59161d2743ccfe91 -size 61044 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_flare_flash.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_flare_flash.uasset deleted file mode 100644 index f88d2483..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_flare_flash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31c501278f075c8dcf4ecda08e0498a009ab4460742cd95f1ffdf215101185ee -size 60241 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_laser01.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_laser01.uasset deleted file mode 100644 index d5ab7073..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_laser01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fb24c0710a0dcb8bfa341e8182457ac04ae42de20912e1bea6949eafbb4a044 -size 78883 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_magicCircle020.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_magicCircle020.uasset deleted file mode 100644 index 118e82da..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_magicCircle020.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0026b6b6d89f3c4ec64396331bdf14b6468e25fadc8ce096464be1984a4f234 -size 95405 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_polar.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_polar.uasset deleted file mode 100644 index d234856b..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_polar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3f88650e582eced193a7427bfef5cd81abba263615af6a739b1a8eb70a67ac5 -size 102287 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_polar_primitive.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_polar_primitive.uasset deleted file mode 100644 index 389d20a3..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_polar_primitive.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ace4e1d16a2e62a3c5af7ffc0379a9a1ffc06a71723eb8c89991808b4ba3fd3 -size 82275 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_primitive.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_primitive.uasset deleted file mode 100644 index cbc64950..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_primitive.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd952f76e49505985e232ede7861550e7ebee9eb1857ef742c54945f0c5376f6 -size 84303 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_primitive_dyn2.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_primitive_dyn2.uasset deleted file mode 100644 index f0641080..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_primitive_dyn2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35e67ae57db47202cf2371be4b2ed702d7377c308eb843f3d604229c9ae7ae34 -size 80339 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_shockWave03_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_shockWave03_4x4.uasset deleted file mode 100644 index cd4f39e2..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_shockWave03_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:729bbb07119a9b3f804f70ccf239a322cef6e096ddec8583e23337ae9b9614e0 -size 69462 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_smoke01.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_smoke01.uasset deleted file mode 100644 index 29660d20..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_smoke01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24be6215a6263a3fdbb49cbb1d065a1b54b041db648ac176efb3e14a2ffb268d -size 63591 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_starDust.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_starDust.uasset deleted file mode 100644 index 8fc50de0..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_starDust.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76aa04552a7bf9b89fea3ad16ad311f2bb6af4d1a21cab821d3388b9ee88d934 -size 76504 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_stone02.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_stone02.uasset deleted file mode 100644 index 6dea90fe..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_stone02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7af9f09e81a4a3856088452cb4f6f3360510ba7ea6af8f4742a581dcdec0a8e1 -size 76729 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_storm01.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_storm01.uasset deleted file mode 100644 index 5fbaace5..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_storm01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:989a1fc9805ee8c1efc84911a011ad4db4c6690fe4d9afacc8fda5e508f3c2bd -size 176788 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_stormDeco01.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_stormDeco01.uasset deleted file mode 100644 index 79fa377a..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_stormDeco01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11c0831288d630909c47e817573878ab79235cb88cd9b02e27e187d63eac6fc6 -size 120723 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_subUV01.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_subUV01.uasset deleted file mode 100644 index 7ca34cf5..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_subUV01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65c5ef2f4f957c5f1cd07f20aa1dee56f5b6d8aa34241533b21e28fa02c9e620 -size 71783 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_subUV03.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_subUV03.uasset deleted file mode 100644 index 9df9caa7..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_subUV03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f301ba320394e1e0ad5b4d3970588504deb6fa626cee0dc03276e8eab171ad0 -size 57885 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_subUV_dynRGB.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_subUV_dynRGB.uasset deleted file mode 100644 index 5702f5e0..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_subUV_dynRGB.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:171ed5ea17601f36c1a72cc5f1dfa9d8b583cc8149107361a752d9c5ab34bd2b -size 67754 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_thunderForBeam.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_thunderForBeam.uasset deleted file mode 100644 index 29158b7e..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_thunderForBeam.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bcc340afd5de3ec95bcd6ec2c0180c30fe6b62ca6f3f0ce95a78d70e2416497 -size 72884 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_trail_primitive.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_trail_primitive.uasset deleted file mode 100644 index 4b961fae..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_trail_primitive.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d6dbb2a8d77427d869cb572f59715543cb511ef626b8e2e1644a74c7410f970 -size 73444 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_vortex04_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_vortex04_4x4.uasset deleted file mode 100644 index 47cfe62a..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_vortex04_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4af15e2af322e884aa8ae24c19c712053f09a8a913a489a8f025e301b631e9d -size 82049 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_waterDust02.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_waterDust02.uasset deleted file mode 100644 index 04da4645..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/M_ky_waterDust02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2789721cd64489c14d173fe2dc2c73f09133673977e66fb025feba83694547e2 -size 74075 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_AddHilight.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_AddHilight.uasset deleted file mode 100644 index 2639c658..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_AddHilight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bd10208f95fd8530b729e07337e9fff9e5dc7a062c9b197d4d156035324cc4a -size 110690 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_MaskToTopUnder.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_MaskToTopUnder.uasset deleted file mode 100644 index 8238be55..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_MaskToTopUnder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:512c74f4db1db50ae66a18b221f2b4daf084aaa602563a976388df5f176db452 -size 108648 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_TexController.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_TexController.uasset deleted file mode 100644 index 30fae488..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_TexController.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c0fd836fad6014dff688f6a21c0e531371713e7586607bc309e67530f480f6c -size 124569 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_TexController_primitive.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_TexController_primitive.uasset deleted file mode 100644 index a2759ddf..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_TexController_primitive.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d85a953e97a470bee11173595ea03f59f5ac5ec4495325b90d31dae540cc9a6 -size 111826 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_UVcontrol_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_UVcontrol_4x4.uasset deleted file mode 100644 index 9e705362..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_UVcontrol_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9be9745d68932911a3d6b52b1443eea5cadca53643481c34cce58c6a8310ab22 -size 115792 diff --git a/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_VectorToRadialValue.uasset b/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_VectorToRadialValue.uasset deleted file mode 100644 index b45f7ee4..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Materials/Mfunction/MF_ky_VectorToRadialValue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef36c7d32b8b5c3e4b7a2ebf69abc56afcada3aa4c596da5c7c2b8ae275d0d9f -size 116211 diff --git a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_auraWall_distB_kai.uasset b/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_auraWall_distB_kai.uasset deleted file mode 100644 index 1bcd33e5..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_auraWall_distB_kai.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d3271a9cf693feb332d28531b3fc1f12e0ef1c9c0366ff0ff84ce1edea62fa0 -size 95214 diff --git a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_circleDist06.uasset b/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_circleDist06.uasset deleted file mode 100644 index e610eda1..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_circleDist06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35948f3dc5caac58b6f2bb012f06b7c560f28d3df28d57a04eb3a227045b4566 -size 111535 diff --git a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_cylinderBend07.uasset b/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_cylinderBend07.uasset deleted file mode 100644 index 54c9576f..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_cylinderBend07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58ac035f38a9c4acdc05fedccef96990c7ae45807fad4df8ad1f445ceb540a22 -size 119641 diff --git a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_cylinder_lowPoly_dist.uasset b/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_cylinder_lowPoly_dist.uasset deleted file mode 100644 index 184bbb96..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_cylinder_lowPoly_dist.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a459635aa61405b2e7f02f8e6800aaebaf805aed3c06d95a551d70b8373ad9c2 -size 127641 diff --git a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_cylinder_superLow.uasset b/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_cylinder_superLow.uasset deleted file mode 100644 index 026da1d8..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_cylinder_superLow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e087c54d06a2f66ec2cc3dd587c7cf598a30619a5cfc5e0bf2b46f0ce4a3649 -size 98776 diff --git a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_planeBend.uasset b/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_planeBend.uasset deleted file mode 100644 index 7df738cf..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_planeBend.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b58fa7d83c5c0262d113c9e15363c1f4bfda426011b25ee149cebdc93ffd989e -size 90386 diff --git a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_quad_centerRot.uasset b/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_quad_centerRot.uasset deleted file mode 100644 index 1e2349af..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_quad_centerRot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c70a2ef5415bba79f528bdb72f9e361203c14c52c31b1581f7704a929f900220 -size 77876 diff --git a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_quads.uasset b/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_quads.uasset deleted file mode 100644 index df624cc5..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_quads.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:260bf63ae887aa00c575e7c29823308d4dc251b9fd61b7a32d81828b7571ee72 -size 93816 diff --git a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_tornado07.uasset b/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_tornado07.uasset deleted file mode 100644 index 107546cd..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_tornado07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f98cf3eafe912fae018aea2c6c24a049d737ecab19d36c47e730813f19678c7e -size 210751 diff --git a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_windSmokeVertRot.uasset b/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_windSmokeVertRot.uasset deleted file mode 100644 index ddceea7f..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Meshes/SM_ky_windSmokeVertRot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48528cf98a4ecafd314a62fcd0ce6b0b73e3a025700330e3d8b4f30f86591156 -size 115932 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_ThunderBallHit.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_ThunderBallHit.uasset deleted file mode 100644 index 028b8fe2..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_ThunderBallHit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81eb8eed5cd8d527f8e83ef78ed76572ecf03ce8adee82eaa7dcddd7e985ff10 -size 503005 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_aquaStorm.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_aquaStorm.uasset deleted file mode 100644 index ea7f6f32..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_aquaStorm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f608c407c6cad64aa674764718a5204122a8f8ef2bdf6564c84e874347347f1 -size 449963 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_darkStorm.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_darkStorm.uasset deleted file mode 100644 index 57abbe4b..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_darkStorm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:672dc03039630a1eb2e5417946bcb48eb26425669bd10ec6fab45e53d38abe1b -size 411798 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_explosion.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_explosion.uasset deleted file mode 100644 index bf3c7979..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_explosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a6276411dfb4fda0da21ef98cf52ef11d124956ac5c6e3baa1a88534ea39719 -size 544534 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_fireBall.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_fireBall.uasset deleted file mode 100644 index 7b41da5f..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_fireBall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbddb71d5aac5df80fc15e229cdaa5fd8188cc250430ec4f01b7be91b597373a -size 303080 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_fireStorm.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_fireStorm.uasset deleted file mode 100644 index eebdd029..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_fireStorm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c0df8f394b0dac5d9adad69ca80d1ed08a5ba1b9036872931d9806be5349ce7 -size 464079 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_healAura.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_healAura.uasset deleted file mode 100644 index 55d4d7c7..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_healAura.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:418954ab5601ea623c43288747f705b8e6017ea2c23608d86b58732b54276035 -size 415118 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_hit1.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_hit1.uasset deleted file mode 100644 index d3f20f3d..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_hit1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74ca30c467ebd6c62da88bd4b1642cad3363fcaf8bb5e8f7b7137e1d7eb16d92 -size 330116 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_hit2.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_hit2.uasset deleted file mode 100644 index a2ce1d4a..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_hit2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53a574b2380dcaa26c02c796511107f74136a1aa0c110208d0ae6ef988094ce8 -size 450436 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_laser01.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_laser01.uasset deleted file mode 100644 index 39d86207..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_laser01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dec58015bee090d28073b7afac55c46fa8e28dee5c682f2c10490d8326d87907 -size 143295 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_lightning1.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_lightning1.uasset deleted file mode 100644 index a05cc2f8..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_lightning1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb08a37ab331d98d1f80c1029f52b32d992ee1d463826de394d6e0b827bb3402 -size 280715 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_lightning2.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_lightning2.uasset deleted file mode 100644 index 042befa0..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_lightning2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:480a61fa76d76731272a0fab0aa11df66aafcb14a6e233945c755d2d3bc8d686 -size 374066 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_lightning3.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_lightning3.uasset deleted file mode 100644 index 7ac61653..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_lightning3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:879afeefbcc2e37bc8cbd275ac4cdeaad7b0d50a4832d98e56cdaf74a15fd371 -size 545670 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_magicCircle1.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_magicCircle1.uasset deleted file mode 100644 index 6cf92f8f..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_magicCircle1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f194ab41e0563705b8d2de05bdf9c6e9fa077674c325174209a3120985b13499 -size 422782 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_shootingStar1.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_shootingStar1.uasset deleted file mode 100644 index 9c1cb61d..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_shootingStar1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce38c08092fc3f10fcf7fdcd2aad2bc0d774f46b003832ca8fb96d6818a5108b -size 327035 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_shotShockwave.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_shotShockwave.uasset deleted file mode 100644 index 5e28a3de..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_shotShockwave.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bc355038eea704533b781823de50acb938459b9aec39d4f810071ca96bf16ef -size 454265 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_storm.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_storm.uasset deleted file mode 100644 index b056c8c4..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_storm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cf3f31a7ef3c98b77a3fade0cd915b412902a5f4a9eec20fc96b1d194306788 -size 499268 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_thunderBall.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_thunderBall.uasset deleted file mode 100644 index f45bd125..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_thunderBall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cc20956e82b3d959ac4ad9618d77acc451af71b0952a3f11805a4457681382b -size 470137 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_thunderStorm.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_thunderStorm.uasset deleted file mode 100644 index 3a01b2ce..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_thunderStorm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35d74c2f8b79a1772a9e957c5da7ac66fb950f9e54196ac7ff199fb5b5192a1f -size 382072 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_waterBall.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_waterBall.uasset deleted file mode 100644 index 61544f02..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_waterBall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3e75114af7b946aa17e9e7c60e2b19346eb204a0f5fe3817321a74247ce044f -size 384529 diff --git a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_waterBallHit.uasset b/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_waterBallHit.uasset deleted file mode 100644 index 8665a196..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Particles/P_ky_waterBallHit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a98dbe5c5860d87c9f41c1ffe34ec018703fc759eb1c8bfd825b68588e47f7a1 -size 645823 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_aura011_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_aura011_4x4.uasset deleted file mode 100644 index 517c7669..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_aura011_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2a9c5c75ed90abb8bfee30ab599b4df27355c900efa3909973a6daf161fb895 -size 5850026 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_auraWallWhite_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_auraWallWhite_4x4.uasset deleted file mode 100644 index ac60bd7e..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_auraWallWhite_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8c46641d17394ea958dcb8576a71aaac2b8c9a7661a34ffbac18cd772307489 -size 579422 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_bg.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_bg.uasset deleted file mode 100644 index 8bf55953..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_bg.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47018ad5409bca997fd17deb358e9aa7dc4b5d4d97f31e0a6229a1eea0b2201d -size 3034 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_bg_LC.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_bg_LC.uasset deleted file mode 100644 index 2195eeab..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_bg_LC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2d851b9c4f3ccd20a05345bba15a8e16a3d299ce729968260fb0bb3f82a0454 -size 3249 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_chantDecoC.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_chantDecoC.uasset deleted file mode 100644 index a24a90f0..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_chantDecoC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20355b09518b882d020946d231c7be57441c0844a170169bc63d9643a925ffd1 -size 163868 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_circle01_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_circle01_4x4.uasset deleted file mode 100644 index bf18eef4..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_circle01_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a97c23b6394db0cd870461e7cf65212429d045ea5f57e96da6ab0da680251c05 -size 3880320 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_circle9_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_circle9_4x4.uasset deleted file mode 100644 index a884c30f..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_circle9_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d877d30cc95d8b0115335a2cefad205dfce807b8a0c4c1d4d6a49ee600fba84b -size 3189177 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_circleDust.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_circleDust.uasset deleted file mode 100644 index 632281a0..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_circleDust.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffe7cbd5944709c66b9c8774ee01467d4257252b0fe7e38b495856a22cce5880 -size 206009 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_decoLines.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_decoLines.uasset deleted file mode 100644 index ccf64622..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_decoLines.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b820ebe3e48b5dd2c8e57f7853fde152d32f7203066d36fb579c362668b29ce -size 468415 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_decoLinesB.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_decoLinesB.uasset deleted file mode 100644 index cd0f646d..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_decoLinesB.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df973817bccedffa90647af24f7c5e1fc7688fb17664465c51a9b66aeda03d3f -size 360853 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_deco_doom.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_deco_doom.uasset deleted file mode 100644 index fb64d65d..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_deco_doom.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c93350edc7c53b79fe15ed4b09363ea91473c48be000ff7da024ce8dc375341f -size 34324 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_deco_rainbow.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_deco_rainbow.uasset deleted file mode 100644 index 681ed556..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_deco_rainbow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2ed603e5112a8ac621e391752bb060d51fd79ee391d28caba58272330e6d47f -size 26603 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_dist_noise.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_dist_noise.uasset deleted file mode 100644 index 5db898ca..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_dist_noise.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:826ab169ac0430c4ad858619d281adcf2c403b487beaf0f1b9f72a211b415b8f -size 47451 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_dust01_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_dust01_4x4.uasset deleted file mode 100644 index 687aae58..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_dust01_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8f749c2fc3dc51e39dd50bf0e129bec5f4e97d349c0cc0f1d3a1224fb85767d -size 459900 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_dust_longStar.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_dust_longStar.uasset deleted file mode 100644 index 39137bac..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_dust_longStar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de8e0a987da4b729fbce1510b0b0e7d8fea347d5ff02b3088762208939dd2ebe -size 300524 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flare25_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flare25_4x4.uasset deleted file mode 100644 index 11ebe91c..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flare25_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82a3eba448130bf607dfc6ef84db0f5b7c4cf7609d204e0bf5808e8ed1256e8d -size 1608306 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flare3.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flare3.uasset deleted file mode 100644 index 495b4a54..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flare3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6926ed930bc9bfd779e62fc26ef2b5c7bce511c248eb83b9a9f04450f41a7260 -size 1496054 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flareVert.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flareVert.uasset deleted file mode 100644 index 9be049a7..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flareVert.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d82e6de6eda0a645e58cc999eb2012eb07bca4c7059417d41fd9e149ff1b370 -size 65882 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flareVertical02.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flareVertical02.uasset deleted file mode 100644 index f327c2bc..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flareVertical02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a29412a42070ababfd20dbc2a668baf041acac6ce5fe4ac4cfe08ec1b5925a4 -size 441311 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flareVertical03_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flareVertical03_4x4.uasset deleted file mode 100644 index cbd54a29..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flareVertical03_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb5549ecc59c3ee368fcf738fd04487986604c016893105135f334df31422c8d -size 1688196 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flare_a.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flare_a.uasset deleted file mode 100644 index eddab3c9..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_flare_a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c6d41ef0856890c028c7012b5785d5dbce49be56fe0cfb688ac734c994b8e82 -size 174520 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_lightning02_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_lightning02_4x4.uasset deleted file mode 100644 index 4501bb28..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_lightning02_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3033b6c100dc26f6196660f5fa8ffeb8d4290fb1d195972e0323d9c38cc76fc -size 834460 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_lightningDust01_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_lightningDust01_4x4.uasset deleted file mode 100644 index ea34825c..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_lightningDust01_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d32343ca7a56a92904c24120c00a3ad332a1212e0b399f04a1a700e437d9eff -size 979684 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_magicCircle020.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_magicCircle020.uasset deleted file mode 100644 index b6fd7f84..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_magicCircle020.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:975c94cc1e8f905a06860e081edf52c38eb3218f5f429b12ce13113aed0885a9 -size 1160691 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_maskCircle.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_maskCircle.uasset deleted file mode 100644 index 6d3538ff..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_maskCircle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0033233506a3547e5f7fd046e2fd76ee32dd3d31f9b325fdf3d8eecea832b721 -size 254213 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_maskRGB3.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_maskRGB3.uasset deleted file mode 100644 index 0ef1e2e5..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_maskRGB3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50c77188bd3c1f155964552867b3a944065fd053d89f3437334b2a1e97a9fb03 -size 2001438 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_maskRGB5.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_maskRGB5.uasset deleted file mode 100644 index 35ab6177..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_maskRGB5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fb011615edeedfd091df788e46ca4f5d115e02e42f9e7cfdda41a83336c23fe -size 1459843 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise.uasset deleted file mode 100644 index afe31f35..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7aa6070a9fdd5d71ce750dc8d375208040b31b051ad4d435961a9be3db7c66b -size 300202 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise13_sml_nor.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise13_sml_nor.uasset deleted file mode 100644 index 87db41c8..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise13_sml_nor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:557468d84a6e138155cf4922464cf8a4969a931437c1c3563df677acadfbb240 -size 1250863 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise17.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise17.uasset deleted file mode 100644 index c5dcc151..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise17.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:381024424fddd2403e263da88e4fd6eaf52557606ea3f7a8a0d9e17fa7673e4a -size 2075461 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise3.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise3.uasset deleted file mode 100644 index 0b669758..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4118604bb42289eda694622013fa9140b692df90e154700e0b12fc373a4c127 -size 305776 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise4.uasset deleted file mode 100644 index 904f760e..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab19c0db011e1bec97b3a83e36b50c1733d1172b8f572bcfca64cbbac8eb02c9 -size 361229 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise5.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise5.uasset deleted file mode 100644 index b40aa830..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:063d32b1b0ee52028675e45296d4fa0c920ef6ff238848442143380cb1d8ca2f -size 883843 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise6.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise6.uasset deleted file mode 100644 index 53745262..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_noise6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07d095704ec3f5cae21826b9d4f2d3d476a3d0a8db1b22b753b8a6108d858c52 -size 931080 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_shine01_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_shine01_4x4.uasset deleted file mode 100644 index 876a88d7..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_shine01_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2be3ba0ed83b098c78f5a6b5da5795fdbe1db895ca36bb454a815d90b6398901 -size 4960590 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_shockWave03_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_shockWave03_4x4.uasset deleted file mode 100644 index 4175ae59..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_shockWave03_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7fd59eabe6f76f049953989e96b93a9c187057241717fcb681e01296486d1dd -size 1648094 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_shockwave10_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_shockwave10_4x4.uasset deleted file mode 100644 index 712ee1da..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_shockwave10_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f63fcaef0a78293771c25fd8b91e54ecfa043352f8f23c67ada81a26d41ce455 -size 888257 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_shockwave12_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_shockwave12_4x4.uasset deleted file mode 100644 index 8f78b4db..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_shockwave12_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52d9190f05e8c4a8e2d9901536c294530599905d5029b32af7e715d7e6748e1d -size 2385839 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_smoke03.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_smoke03.uasset deleted file mode 100644 index 9ec4f5b3..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_smoke03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a15f7b5dce1386fb664989500cd7ad022fa67d407f9079058712c5572a55abc9 -size 5121759 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_smoke1.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_smoke1.uasset deleted file mode 100644 index b7a26ee8..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_smoke1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4753dd7298cf579ed09178531d0420b23d2f7b76f90c34c8b60c2db4d19efd10 -size 3265162 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_smoke2.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_smoke2.uasset deleted file mode 100644 index e53cc7f1..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_smoke2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3146702073088b887e3edd1df99a13f6916eaf75c8f74fed33f3293d447d33c4 -size 472308 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_smoke_kai.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_smoke_kai.uasset deleted file mode 100644 index 97566f37..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_smoke_kai.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc4301339722613ec0caf5f5b0728c802293df74b18e6195e8b56acfaa3ae9af -size 43216 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_stone02_2x2.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_stone02_2x2.uasset deleted file mode 100644 index 6337bf73..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_stone02_2x2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e977a73b7c2ff83cc769d8c5074913b4fd0eac75cc52b047bc2e6ba8298af720 -size 601811 diff --git a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_vortex04_4x4.uasset b/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_vortex04_4x4.uasset deleted file mode 100644 index 1a48a693..00000000 --- a/hwanyoung2/Content/FXVarietyPack/Textures/T_ky_vortex04_4x4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4415ba0686930d626186d7eb71e8b0a8c555e39c9a81a3c8b23f5c806b8300b6 -size 3899326 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_III_albedo.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_III_albedo.uasset deleted file mode 100644 index 7cc5cdc8..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_III_albedo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5e14cb8565098088f864a63944f3e7aa459d1e175449f65f55903899bc89da3 -size 54348076 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_III_ao.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_III_ao.uasset deleted file mode 100644 index 714bd908..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_III_ao.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39c087e7bc781f5fea17108d4714064f3fa87826343df1cd037c039ad3787ec2 -size 15795810 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_III_height.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_III_height.uasset deleted file mode 100644 index 50145efa..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_III_height.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:890a50332d09d9e1a659dc579eef106ad74db7ee4e4495828ffc1f9b8863710e -size 12784885 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_III_normal.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_III_normal.uasset deleted file mode 100644 index 3ca2cdc1..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_III_normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9aa1c79526407c6a563772f540eda0e625d03f27b42bd7a33d8b40ba3572e81a -size 43765411 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_II_albedo.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_II_albedo.uasset deleted file mode 100644 index b7b00d9d..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_II_albedo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f58338934436096e54a910e876a559c7a74ca884222b25e169c5e450c9643abb -size 53459175 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_II_ao.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_II_ao.uasset deleted file mode 100644 index 956e85ef..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_II_ao.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:908516bcf241bf7d3a4379bdbe90b3acdd5273390ba1d42bd1189595fcc28c6d -size 16264767 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_II_height.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_II_height.uasset deleted file mode 100644 index c7cdbbeb..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_II_height.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:338030371386891ae3737bf3ba26495b1a73f4fd2fc3395567a0eedc3034754a -size 13391667 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_II_normal.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_II_normal.uasset deleted file mode 100644 index 2a1c1002..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_II_normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d99a64566f6696504e1dabc8c7041c0f135ea142cb5e4f4d2be5787237b02c6 -size 50368821 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_IV_albedo.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_IV_albedo.uasset deleted file mode 100644 index f72ea3a8..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_IV_albedo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79476bfd4f1f7cbd1fdacf47b66c73e9fef2a9b4d66ea76e91c0b1e8084a7e2e -size 50788444 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_IV_ao.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_IV_ao.uasset deleted file mode 100644 index aa6bc5ac..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_IV_ao.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc377e89fd1fe8a308a788697774b2f302bd7eed33fae73e4a39b76c2b7d1221 -size 16739902 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_IV_height.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_IV_height.uasset deleted file mode 100644 index b426fd39..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_IV_height.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a6cc3e2a8281eb6e29645897a5d1cf247563614aef7efcb25676dd7bd1d6b6f -size 12528666 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_IV_normal.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_IV_normal.uasset deleted file mode 100644 index 5fbd08d6..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_IV_normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cccf9752aefe9e99e5f89f29ec1e194c24cdf24fcb6761455718d0b4e345d156 -size 42856805 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_I_albedo.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_I_albedo.uasset deleted file mode 100644 index d7c0a942..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_I_albedo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18b88dc8c94aed22abcf9fa86f37a48a39fbdb937088a5b3a3dfcad02e8cedaf -size 51039091 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_I_ao.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_I_ao.uasset deleted file mode 100644 index c6d097a3..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_I_ao.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa77a93a167d0b6ca47d7d4e81adb942e96bab9526d22442d235ae22ca49a14b -size 17226139 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_I_height.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_I_height.uasset deleted file mode 100644 index 142f6257..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_I_height.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:458957da469bf8089eaec44342908480072fd2c1706d8d70b182dd35a6099daf -size 16395019 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_I_normal.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_I_normal.uasset deleted file mode 100644 index 0e2d6402..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_I_normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:517c8cf52eaa1884c84ec43206143399dd8ea0dd8d2cab25ba89b694af79cf0f -size 45909763 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VII_albedo.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VII_albedo.uasset deleted file mode 100644 index 2d6e2965..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VII_albedo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d43e799e8997095115d01ba0b51c7795577e7c671cf57c1b110817bc9620673e -size 51677388 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VII_ao.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VII_ao.uasset deleted file mode 100644 index d1358784..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VII_ao.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09e1ba5924a15e9c9c933a118166d3b8c28b40a3f26f2f259768add5c8473fbd -size 19157040 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VII_height.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VII_height.uasset deleted file mode 100644 index 6ac207a4..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VII_height.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29e9aeceda5d7de7c5374e81fedd6f9507474665b7f124f8df115ed28c5b4649 -size 13735244 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VII_normal.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VII_normal.uasset deleted file mode 100644 index ecee3067..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VII_normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed523e2155d24ecf17e428b86563a9408a4293a8871655e28b11d767a4244fa8 -size 43436842 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VI_albedo.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VI_albedo.uasset deleted file mode 100644 index 1f7e2c81..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VI_albedo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:068a5014012d93e94328856425fd44529fb4252fbf6ab58e01cd90d11b2712ab -size 51478853 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VI_ao.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VI_ao.uasset deleted file mode 100644 index 6ae61528..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VI_ao.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:857b7ab71b84dd0b97fa90c5deea9310e1c0cdea5cf323b0a84b09fa2866108e -size 18997243 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VI_height.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VI_height.uasset deleted file mode 100644 index fd2e9435..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VI_height.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ae55ee07045c10f6936bebfa859ed44ee06e94199a552acf0de4a483a6d7c1c -size 14337176 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VI_normal.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VI_normal.uasset deleted file mode 100644 index f64edbec..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_VI_normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1cc8a2264b02f785e374422b2d00fdc9a6984910268d6e2e98a5ae040a49e4c -size 45249649 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_V_albedo.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_V_albedo.uasset deleted file mode 100644 index e41aae45..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_V_albedo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d37d4447613ba5983422cf5a1c0d04fca9256deca453d48e9a6c44d4daf97cb1 -size 53889950 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_V_ao.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_V_ao.uasset deleted file mode 100644 index 6b62f737..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_V_ao.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e31790cb34af88467a9a8b621af79a8a8433177df054389f68e3ec4fc913a8da -size 18881051 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_V_height.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_V_height.uasset deleted file mode 100644 index d8747a9f..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_V_height.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f74ba08958fdf6ec41cffdeed43a5c8a8daf4515e993386228706322cff99442 -size 12638135 diff --git a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_V_normal.uasset b/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_V_normal.uasset deleted file mode 100644 index d7a42143..00000000 --- a/hwanyoung2/Content/ForestLandscape/Textures/4k/fl2_ground_V_normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b20ecb7ee317b93fb64ef56bbd6130fd20ae368653f9144f965d654dfa87aa6e -size 45224876 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_01.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_01.uasset deleted file mode 100644 index a62d4450..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:780234a27e9bbdc3fba90d8daea83407d667701b5a1dd474f1d2bdb9464ca187 -size 65055 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_02.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_02.uasset deleted file mode 100644 index 8bfca996..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e952ec01e7f1fb93b112aadd37658638aea8bec18782c61e9792e1a524437734 -size 312077 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_03.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_03.uasset deleted file mode 100644 index 71be55c9..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4a02b3506ccd9d44b2eb14d0dd636250d9432cec40583e188dbbc113d0c4abd -size 286567 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_04.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_04.uasset deleted file mode 100644 index 83ce5d8a..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b6e44b91bba8e12d646cc6ce65594e4dd5ece1d1d2a01e627a155264878ec0f -size 986923 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_05.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_05.uasset deleted file mode 100644 index f218bde8..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01f30c57b921dcb159cce919e3be6bde931c0edf2c51e6f745a0f0a7aac0efc7 -size 355620 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_06.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_06.uasset deleted file mode 100644 index c35bec39..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f97274553cefad3c9cbc504a568289a5031a06f45d5e9838a47667b2667e33f -size 338784 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_07.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_07.uasset deleted file mode 100644 index 641857d9..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:397d932ecb17072e78e8fbf3ebfb0cc80812f342806e134ff2e234e7d6995221 -size 306140 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_08.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_08.uasset deleted file mode 100644 index b2f7b258..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:230c06cbdd8616f40249cbe02c61e8b6a51d984884c4ed83b40716f7068bd8fa -size 288120 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_09.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_09.uasset deleted file mode 100644 index 6eff9bf1..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4ad00d2835f5559e0d64d523977aadcb44987eec2b2b356c0ce99601c68d797 -size 127566 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_10.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_10.uasset deleted file mode 100644 index 0c7db63a..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cf3806c2243b99b41aa6928d3e27ff58e2209135a477f7800cc3066ae96bc1c -size 297664 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_11.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_11.uasset deleted file mode 100644 index 6a8488ba..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a5844ecc08ab93816da27dce2205dd7de43e4b22406b631a5843ae5c1de4707 -size 43406 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_12.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_12.uasset deleted file mode 100644 index 2bdcaab5..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f2ca98f032eefd1e2e08ce294a0371944c90673d18d438bf0dfd57841efcbf4 -size 202265 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_13.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_13.uasset deleted file mode 100644 index c7ed6586..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69143e312086dc38728e667b20c460c659c73dbd016a962e26b44d8d2049def5 -size 200370 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_14.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_14.uasset deleted file mode 100644 index 2508e5bc..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_14.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54fc400934a161b76cd19d9adfee3964592ae05dc1e55ace542eb76d97362792 -size 217201 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_15.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_15.uasset deleted file mode 100644 index eb8ad6ae..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_15.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b7804d3f49e7ed5e397214ed97a12923bef56be62b914927c849b5069a0de55 -size 339600 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_16.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_16.uasset deleted file mode 100644 index 7dbf615e..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_16.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c45590e3ee56260cb81ae1b8d365b065e3c2dc22b5d9d1cbf7640494e88c17bb -size 305523 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_17.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_17.uasset deleted file mode 100644 index 33192d5e..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/T_Slash_17.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fb089f1e4694326efa7ead5d52a97ec0276429058e7a91fcc8b599451192d72 -size 264960 diff --git a/hwanyoung2/Content/FxER_StylizedSlash/Texture/TestMask.uasset b/hwanyoung2/Content/FxER_StylizedSlash/Texture/TestMask.uasset deleted file mode 100644 index 50884d3b..00000000 --- a/hwanyoung2/Content/FxER_StylizedSlash/Texture/TestMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3060d0810f749787934710726908757d602278c1ba9b186b07997233d7139694 -size 38146 diff --git a/hwanyoung2/Content/GoodSky/Blueprint/BP_GoodSky.uasset b/hwanyoung2/Content/GoodSky/Blueprint/BP_GoodSky.uasset deleted file mode 100644 index 9695dd5c..00000000 --- a/hwanyoung2/Content/GoodSky/Blueprint/BP_GoodSky.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b37e19937a2d3154dcf7b77ffd13b9c80112ba9911ec9ac89b4561a2ea77d7d1 -size 1782863 diff --git a/hwanyoung2/Content/GoodSky/Resource/ArrowTool/M_GoodSky_SkyRing_.uasset b/hwanyoung2/Content/GoodSky/Resource/ArrowTool/M_GoodSky_SkyRing_.uasset deleted file mode 100644 index 78ed2c80..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/ArrowTool/M_GoodSky_SkyRing_.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00d33409058a65a97096a5390040897fbe7286bf62bbfa8b375eb8cc8c30d21f -size 97720 diff --git a/hwanyoung2/Content/GoodSky/Resource/ArrowTool/M_GoodSky_Sun_Emissive.uasset b/hwanyoung2/Content/GoodSky/Resource/ArrowTool/M_GoodSky_Sun_Emissive.uasset deleted file mode 100644 index 3cbef3e1..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/ArrowTool/M_GoodSky_Sun_Emissive.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe2b08c196678d9dee52568ae2bcf3ce14a0228ecd37e5842c23117b5f9ba3e6 -size 8505 diff --git a/hwanyoung2/Content/GoodSky/Resource/ArrowTool/SM_GoodSky_Moon.uasset b/hwanyoung2/Content/GoodSky/Resource/ArrowTool/SM_GoodSky_Moon.uasset deleted file mode 100644 index 25fe7ed4..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/ArrowTool/SM_GoodSky_Moon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea5a0784d0c96f8d973897086f9f44c3cf17031a69d1ad112c1d85d921eefe1f -size 20103 diff --git a/hwanyoung2/Content/GoodSky/Resource/ArrowTool/SM_GoodSky_StarMesh.uasset b/hwanyoung2/Content/GoodSky/Resource/ArrowTool/SM_GoodSky_StarMesh.uasset deleted file mode 100644 index 2f08a218..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/ArrowTool/SM_GoodSky_StarMesh.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11cb99273c1b6b4a88eb2a1130d454bbee07836316e53d148c3c9af19b37b390 -size 28777 diff --git a/hwanyoung2/Content/GoodSky/Resource/ArrowTool/T_GoodSky_SkyRing.uasset b/hwanyoung2/Content/GoodSky/Resource/ArrowTool/T_GoodSky_SkyRing.uasset deleted file mode 100644 index 652b0a4c..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/ArrowTool/T_GoodSky_SkyRing.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfb1f1fcdc3bd2975d1690f226745a3cdd7acaeea53fc21ef6fe58d8e93a4d04 -size 79074 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_Change.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_Change.uasset deleted file mode 100644 index fffc42c7..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_Change.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06e129a83c7dc00308a05e646dfbb79b4eb7983cc4e746ce0348d7c2b70ef183 -size 1831 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_AllOverlayColor.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_AllOverlayColor.uasset deleted file mode 100644 index 5159bf7d..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_AllOverlayColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:213c7a1305957bc1a8bf4a50f7eb464ace93191ba7365f3bb12d12ab18418646 -size 4822 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_BaseCloudColor.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_BaseCloudColor.uasset deleted file mode 100644 index d2765398..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_BaseCloudColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e883c3fca010e2577271e5662304aebdf89268fe2ddc1577e8a9d7408d4e672 -size 4660 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_DomeColor.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_DomeColor.uasset deleted file mode 100644 index 0b469e88..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_DomeColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04b153692feee7ef37ac98bc9d006b3764d1efc7a305d1503fe8a2be52184b13 -size 4392 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_Stars.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_Stars.uasset deleted file mode 100644 index 5fbe14c9..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_Stars.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f212c95e64714f3ae036a919a6d9ff2057eccc0cfb2d025b4528baaf5bc165cf -size 1859 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_SunDirection_Vector.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_SunDirection_Vector.uasset deleted file mode 100644 index 7329ab61..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_SunDirection_Vector.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93e726aa3861f4a21400d76369547fbf3c944e2990258ce049a5329ab0555392 -size 2475 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_SunLight.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_SunLight.uasset deleted file mode 100644 index 06d97af4..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_SunLight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ba0eda1992e45ebeeed2700f3b65b6117aaeee518da371935f76f9cf8335294 -size 1898 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_horizon_Color.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_horizon_Color.uasset deleted file mode 100644 index f1d0146e..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Curve/Curve_GoodSky_horizon_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdb1c50d66a2e1b2157c94d59e59c30ac0f6c42e8f72735d5c8c1f502387f85c -size 2775 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/DataTable/DataTable_GoodSky.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/DataTable/DataTable_GoodSky.uasset deleted file mode 100644 index 2024598d..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/DataTable/DataTable_GoodSky.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13c628414399f9b5ccf85c288be4cc3e665782f900f8c65598a34a31cf2fa73e -size 17075 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_Clouds_Coverage.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_Clouds_Coverage.uasset deleted file mode 100644 index 9fb04182..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_Clouds_Coverage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:016eebfb84ffd7d28103088a0c5f8e1ced9dde9df95eeca2ca241d65978a696b -size 4100 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_Effects.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_Effects.uasset deleted file mode 100644 index 56edefc4..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_Effects.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f1684abe125c0f6fa0033330bead4f27850cc4bad200c6d361f0ab1aa860ded -size 3742 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_MeshType.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_MeshType.uasset deleted file mode 100644 index c39b9493..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_MeshType.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b679928ff3dd63ef5f33e49f182f755d33273742bde2ca92c2fd04e6930f1235 -size 2382 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_Preset.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_Preset.uasset deleted file mode 100644 index ab52c4d8..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_Preset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9fd240c4405fe39a7c4ee36fc73390b87b296daea287d557df2729981804008 -size 12305 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_Style_Clouds.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_Style_Clouds.uasset deleted file mode 100644 index df6ad1d2..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_GoodSky_Style_Clouds.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6db4e64a2eb7d93f90aeb37785197892aaba63f9539e3c6583e862bc6ed807dc -size 3340 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_SunDirection.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_SunDirection.uasset deleted file mode 100644 index caf99b96..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Enum/Enum_SunDirection.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abf3051aad6bee90e78b2e96922b13b52bfd7e1625e7a089484b6f2a333cd01f -size 4659 diff --git a/hwanyoung2/Content/GoodSky/Resource/Data/Structure/Structure_GoodSky.uasset b/hwanyoung2/Content/GoodSky/Resource/Data/Structure/Structure_GoodSky.uasset deleted file mode 100644 index 1957dfc8..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Data/Structure/Structure_GoodSky.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d0521e08a09459113af5134eb6e2c78c36c44b7cf9515abd62382cdc0766aef -size 63979 diff --git a/hwanyoung2/Content/GoodSky/Resource/Materials/Light_Function/M_GoodSky_StormLightning_LightFunction.uasset b/hwanyoung2/Content/GoodSky/Resource/Materials/Light_Function/M_GoodSky_StormLightning_LightFunction.uasset deleted file mode 100644 index e4175023..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Materials/Light_Function/M_GoodSky_StormLightning_LightFunction.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7932d375dd6c5d41fdca6bf31401741830b5b364f17d2d3587c6be8e3dc71449 -size 79541 diff --git a/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Base.uasset b/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Base.uasset deleted file mode 100644 index 8de3265c..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Base.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66d960f7305a6b9212a5bb44c8bede44d46bf706d7167e96243797768b693de1 -size 47966 diff --git a/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Moon.uasset b/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Moon.uasset deleted file mode 100644 index 8d2a2383..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Moon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50c868732f4ba9fad6cfb255dbece9ad0bcfaca4aceb9b54e09919fd831694d6 -size 51378 diff --git a/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Storm.uasset b/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Storm.uasset deleted file mode 100644 index 9f16de72..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Storm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2794576b8e821fc023e431798b7d04e31b992ace81817ff4537f53434a75ce2b -size 99493 diff --git a/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Sun_Stars.uasset b/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Sun_Stars.uasset deleted file mode 100644 index 7b08adcc..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Sun_Stars.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39cb1471c0af8ca908e3f97f48f9b4e4a2aca0449d651818da8f449b59dc5b8f -size 114093 diff --git a/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Sun_Stars_Moon.uasset b/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Sun_Stars_Moon.uasset deleted file mode 100644 index 376828a6..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Materials/M_GoodSky_Sun_Stars_Moon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f5adffd88e3d4345aa4ca2871467895032e3ecfe72e68628663b63b9d0d5952 -size 116737 diff --git a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Clouds_Setting.uasset b/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Clouds_Setting.uasset deleted file mode 100644 index 102db162..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Clouds_Setting.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57d397aad23d5cb4e98e1afd4e955789b4a46e123278c340b8ca49554c1b1a73 -size 98690 diff --git a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Global_Setting.uasset b/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Global_Setting.uasset deleted file mode 100644 index 3fd9177e..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Global_Setting.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7f5e9727ee5cc08ab0ea6082fee3a6f4e460421811191d96569f7ad0302c4f4 -size 49102 diff --git a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_LightningFlick.uasset b/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_LightningFlick.uasset deleted file mode 100644 index fa152150..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_LightningFlick.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:340dc0edc1c0437ad35cae538804686ce2956843fba6f88f182fca46a40be0ef -size 89928 diff --git a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Moon_Setting.uasset b/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Moon_Setting.uasset deleted file mode 100644 index d59ece85..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Moon_Setting.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f7f7aa026cac9fecdbb2f6073899f3ffc2e46244db2f9b39b0d2938c3c7fc73 -size 81471 diff --git a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_SkyDomeAlpha.uasset b/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_SkyDomeAlpha.uasset deleted file mode 100644 index b80e13d0..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_SkyDomeAlpha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30af0fbc98e4f814430cfae61e7c91bd35e9931dd3efe016803e10b3df198ffe -size 76335 diff --git a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Time.uasset b/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Time.uasset deleted file mode 100644 index 642a3f4a..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Time.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79917c529a75732facc5fd92c9c6635e6c4464b0574dd2722f12135a2c493875 -size 19558 diff --git a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Top_Part_Alpha.uasset b/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Top_Part_Alpha.uasset deleted file mode 100644 index f6168d97..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Materials/Material_Function/MF_GoodSky_Top_Part_Alpha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b72ff1428735966bf2cf1b2818c5b1bd5e3a3b19d306f00f2b40723500e7599b -size 79133 diff --git a/hwanyoung2/Content/GoodSky/Resource/Mesh/SM_GoodSky_Hemisphere.uasset b/hwanyoung2/Content/GoodSky/Resource/Mesh/SM_GoodSky_Hemisphere.uasset deleted file mode 100644 index 0a1ae63c..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Mesh/SM_GoodSky_Hemisphere.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:717b55b94cd386903f6cc77a0c3ccd4ec14e1ccd46cbaeb3252b787416b26ef6 -size 85814 diff --git a/hwanyoung2/Content/GoodSky/Resource/Mesh/SM_GoodSky_Sphere.uasset b/hwanyoung2/Content/GoodSky/Resource/Mesh/SM_GoodSky_Sphere.uasset deleted file mode 100644 index 7004c770..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Mesh/SM_GoodSky_Sphere.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01584370fb7188b311dec2d4fe832b00fad30f6434c26e90fcfb7a8ee6a54e22 -size 124150 diff --git a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_Lightning.uasset b/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_Lightning.uasset deleted file mode 100644 index 1049227e..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_Lightning.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d6805688031dac6feb8e56a80c53e524dd61dba2084ffeeb349d0466cc66f00 -size 78455 diff --git a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_Moon.uasset b/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_Moon.uasset deleted file mode 100644 index aa527cb1..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_Moon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8c2998e98f26ab8e463f0981c54ed1874ff5da044b765168bd5dcf60ae2b40b -size 340558 diff --git a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_Stars.uasset b/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_Stars.uasset deleted file mode 100644 index 954c4f6d..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_Stars.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac15c8d541c8ae1fabae806c0ec44de4a0f900939ab96f4a9d47588225425a08 -size 60011 diff --git a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_A.uasset b/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_A.uasset deleted file mode 100644 index 4616f547..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_A.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f8c17bb83e0c1fc08615db4c8da9c3b9d0de9e0acd0a4eb799340028d3b3746 -size 905738 diff --git a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_B.uasset b/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_B.uasset deleted file mode 100644 index 9d6920b6..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d439a31ab68c126137f890c2a4da17e9e317b4aa2ba25322ec3842ddd11d2497 -size 924159 diff --git a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_C.uasset b/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_C.uasset deleted file mode 100644 index aaeeb977..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9de31238bcea47bff6c42fc1d992a65436e235673af0dae98d425c137931f6e5 -size 1299155 diff --git a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_D.uasset b/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_D.uasset deleted file mode 100644 index 3e958708..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58877165f0492a5d3c806e7061b6633013f981c6d6beb946b13935b9df64b49d -size 1174529 diff --git a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_E.uasset b/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_E.uasset deleted file mode 100644 index 0e841a92..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_E.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7062bc65b26a212887eb49bb504d68e4e3da086893446c2344b263e8a5b8ff92 -size 1125127 diff --git a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_F.uasset b/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_F.uasset deleted file mode 100644 index 19258bb7..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_F.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d191067b70d4d00d5d1203a64e52cd3d2e2235aaa3095890efa7c4da59564d3 -size 315055 diff --git a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_sphere.uasset b/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_sphere.uasset deleted file mode 100644 index 6c0e7648..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_clouds_sphere.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a1277757d9d1136713743a4fe34aee17f2fdbdff75a26b33d5319de443079c4 -size 4932873 diff --git a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_noise_smooth.uasset b/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_noise_smooth.uasset deleted file mode 100644 index 416c7522..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/Textures/T_GoodSky_noise_smooth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de6a7277557b5da9e68d83a50b30f06e3be670c5dbc0eae96e61aef7dd7a798a -size 299083 diff --git a/hwanyoung2/Content/GoodSky/Resource/UI/WB_GoodSky_Menu.uasset b/hwanyoung2/Content/GoodSky/Resource/UI/WB_GoodSky_Menu.uasset deleted file mode 100644 index e148d111..00000000 --- a/hwanyoung2/Content/GoodSky/Resource/UI/WB_GoodSky_Menu.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49080ff5cbac2b2b52e42ab2765c3945fed36b889cfc09aa24a243e89f330872 -size 190956 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_BS_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_BS_v02.uasset deleted file mode 100644 index 0a415e63..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_BS_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6268077ee9f2afa9fc90f101db9b04df6ac5dd5a3ab4f983b66a5618eaaff78 -size 97663 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Idle_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Idle_v02.uasset deleted file mode 100644 index 3d3275f2..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Idle_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e0e5866d773a6c6e748a70eb9186d39a8c8c4b7b2b0675a30c66765f6ddba13 -size 407114 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Turn_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Turn_Left_v02.uasset deleted file mode 100644 index c1f893a5..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Turn_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72309b1b556b5caa52918cf776490bd26e82589cc54be7d0412dc2018cd50ead -size 164281 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Turn_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Turn_Right_v02.uasset deleted file mode 100644 index bfa8a928..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Turn_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c61a5fbdb001aa5926d6a905ab30e2d665a62f48e5feb6c8e09a892e6c87c35f -size 166956 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Walk_Back_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Walk_Back_v02.uasset deleted file mode 100644 index 1c7def16..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Walk_Back_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63be752891f7f407cdb4333b7f0a5708802a493b8889f2eb3590571f001ee882 -size 163744 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Walk_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Walk_Left_v02.uasset deleted file mode 100644 index ba95a9a3..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Walk_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ba3eabce0aa09d99e0093a5e5e2754e15191d3490f59aed052465da1523dd8e -size 159975 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Walk_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Walk_Right_v02.uasset deleted file mode 100644 index 7918015c..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Walk_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b0ccf44e8ff74f79166794ccd8297019045a45adf9514ae2a2f59d3a78029ec -size 152047 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Walk_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Walk_v02.uasset deleted file mode 100644 index 51193643..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Crouch_Walk_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6db83d63017acfb567562a82078d333fe1e5edfb7f3b1f036321b802f731c64c -size 160352 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Idle_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Idle_v02.uasset deleted file mode 100644 index 1958f105..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Idle_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68e5bee6d7f68f44028836e9f3fbf02d4c12400e4de76c72cbcbd3e81f17446f -size 253668 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_JumpEnd_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_JumpEnd_v02.uasset deleted file mode 100644 index f275201f..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_JumpEnd_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c18af83e5493cd874445ea7d6f17c0eaa573fd1c96a03c0b029a27d02664b32 -size 114793 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_JumpLoop_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_JumpLoop_v02.uasset deleted file mode 100644 index 5861e5e9..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_JumpLoop_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6fa76f4f6a086a74f5643cce19912d8ae3d071545f6dc4e26acbf7d8ff47b85 -size 193454 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_JumpStart_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_JumpStart_v02.uasset deleted file mode 100644 index 39b8fab3..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_JumpStart_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd7d0bf805784a5fd9d4006ca60b117d669ad8d4252d1e39a0167f3e33e11789 -size 116808 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Run1D_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Run1D_v02.uasset deleted file mode 100644 index a07a566b..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Run1D_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d84c9a131ba90367be1e759db01b4286dce640357d853df42e594b4231b1f3d -size 8814 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Run_Turn_L_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Run_Turn_L_v02.uasset deleted file mode 100644 index 4cf7295a..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Run_Turn_L_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8d287f98b4fab72ef04c90a8eac83d2606dcf2230d475c368885cf1fcf4fb83 -size 122395 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Run_Turn_R_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Run_Turn_R_v02.uasset deleted file mode 100644 index 8ca8455f..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Run_Turn_R_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0fd821aad5840acd944038c2e5cf00a35caf157c1b03a6f64155c8f034eeea1 -size 124371 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Run_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Run_v02.uasset deleted file mode 100644 index 5b9737a4..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Run_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea182e4667add462c531ad3c9826f8c6c3bafc46f39b8d2d988434737765a55e -size 130092 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Walk_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Walk_v02.uasset deleted file mode 100644 index 509d411b..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Haena_Walk_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16d12ed13c1ccab6b9af6b3260a6dd0fdf2dee6187ddf6934c3e19953808b2af -size 140136 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Heana_AnimBP_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Heana_AnimBP_v02.uasset deleted file mode 100644 index ff74accf..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Heana_AnimBP_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b96b7c4368508e7b0ffb12bcc66574dc7a017879eb7d95edf989423d8b0455f5 -size 1719050 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Combo_2hand_RootMotion_v02_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Combo_2hand_RootMotion_v02_v02.uasset deleted file mode 100644 index 47a9ae23..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Combo_2hand_RootMotion_v02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ef83b097b25a6a8eef78b39aa32dd37a38b5da7dd2ca42862f853631f2517ed -size 185890 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Combo_v02_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Combo_v02_v02.uasset deleted file mode 100644 index 8cf06b74..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Combo_v02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cbd78fefa5b3b34ef431e9f3874f6c6e86cedefe3e0b94a8e5c6dd075a5572c -size 202075 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Kick_v02_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Kick_v02_v02.uasset deleted file mode 100644 index 74034a46..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Kick_v02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6874e72adfa918d5b935e097cf23f410387702b94c3337c5deb58ca12f637cb9 -size 141852 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Middle_2Hand_v02_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Middle_2Hand_v02_v02.uasset deleted file mode 100644 index 3e306b4d..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Middle_2Hand_v02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5929a4a3158c872f129b22841236ddd97c2149458463c8a8830729eae2d61f53 -size 148419 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Middle_v02_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Middle_v02_v02.uasset deleted file mode 100644 index 8ac87c3d..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Middle_v02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bebbfff2bb8c252ec9875098221abcead6f969a7f3727e918941860d7c6bc095 -size 160809 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Side_v02_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Side_v02_v02.uasset deleted file mode 100644 index e5059ef2..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Side_v02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01adfc81f8ebef4987ac51123e7e4c7b7d6f4b909b8b44f6f9f985f82ca8d8d5 -size 167052 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Top_v02_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Top_v02_v02.uasset deleted file mode 100644 index f3dd1c88..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_Top_v02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01a4f2561e04f8ad581cc4e4b49a4c7ff93378cdec8332e77b76b011d5de2022 -size 194829 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_TurnSlash_RootMotion_v02_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_TurnSlash_RootMotion_v02_v02.uasset deleted file mode 100644 index 904dbce1..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Attack_TurnSlash_RootMotion_v02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79ade98f1216642761a0040c12385ed6c1d3bfb6d998c6f66a26bede02987532 -size 161286 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Heavy_Attack_Montage_v02_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Heavy_Attack_Montage_v02_v02.uasset deleted file mode 100644 index 54d80a60..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Heavy_Attack_Montage_v02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:328f390920e2f90de8b4261a2a41179ba9f17f4cf965c5edfffcba130fd27f4c -size 99919 diff --git a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Light_Attack_Montage_v02_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Light_Attack_Montage_v02_v02.uasset deleted file mode 100644 index c4970bac..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/A_Sword_Light_Attack_Montage_v02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26ca6a7aa0d0eb1aa9a883721e723f2416744ac081ccaecd4aa2777761ff04c1 -size 98880 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Anim.uasset b/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Anim.uasset deleted file mode 100644 index 091f92bf..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b73cbadf36d26cfff2d3cbec0cbcbb978d24208a01a4810ec46528841139cda -size 93289 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Anim_BP.uasset b/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Anim_BP.uasset deleted file mode 100644 index 5e78e31a..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Anim_BP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4be048d3e8d7edbec16fce447588891982153362087295f3e7fb5c068553f88f -size 153128 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Anim_Montage.uasset b/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Anim_Montage.uasset deleted file mode 100644 index 5953a202..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Anim_Montage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e89546df99e861d494ac102dfa509bdcee2b95d015a7aa2657f16d490cfe44c6 -size 94168 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Curve.uasset b/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Curve.uasset deleted file mode 100644 index 7ec31a92..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Curve.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a0ec1758745cb977f06e1000eba20e3e1faa8506d216168cbbb33b9777245e1 -size 92764 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Default.uasset b/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Default.uasset deleted file mode 100644 index 4d451ef3..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Bow/A_Bow_Default.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41322ee51145d0fef8fe182d2adb0b37218263f97e518833be17019ce3a4d35b -size 89201 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Angry_01_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Angry_01_v02.uasset deleted file mode 100644 index da3db9bf..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Angry_01_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f5319f904b0f87d147d491a2748c0b18609a0dd7ed8fb91ff5ce8e4ccf76ca7 -size 107405 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Angry_02_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Angry_02_v02.uasset deleted file mode 100644 index 4ed3423d..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Angry_02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:280a6f0fd7fa7ee702c70b670a0786ada0a121c5b5922b1e4136d1ee269e3df7 -size 110713 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Blink_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Blink_v02.uasset deleted file mode 100644 index e69db6db..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Blink_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c6d42aa746859c0195267dd8cad610294d56afa1ca8771aad397ec68f5c4465 -size 110651 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Laugh_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Laugh_v02.uasset deleted file mode 100644 index 6e2345f9..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Laugh_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:809d569ddd19aa6b4254da80bc6f51150c52303fb0a922eaee6a4f51080272b4 -size 110793 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Sad_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Sad_v02.uasset deleted file mode 100644 index 0c112b03..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Sad_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3532af6d76de2aaf359595f8b35737f8031aad69aeddd0507f687be1fc1cb67d -size 110782 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Smile_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Smile_v02.uasset deleted file mode 100644 index 0235b897..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Smile_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee48573d7c794272825b920c01db2112cc0c7a26deda292e4eeb5bc0194d399b -size 110720 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Surprise_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Surprise_v02.uasset deleted file mode 100644 index 134dc6a8..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Surprise_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62596913f9f12e8a836bfd3b38d4c9153a3b52d9b85019c2d7f5d7173642660c -size 110839 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Transform_zero.uasset b/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Transform_zero.uasset deleted file mode 100644 index 8259c1b9..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Expression/A_Transform_zero.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43e1568b4552867bdcd26bf5da4670a2f89c5f2e1ba7e7ee13e101623ff56caf -size 110771 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_BS_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_BS_v02.uasset deleted file mode 100644 index c2ca7d68..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_BS_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c8881c12bd06f6931dfa3d6a1c5555041ee95bfa1d67ad7ee722ee19c8dcc43 -size 104983 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Idle_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Idle_v02.uasset deleted file mode 100644 index 25772cac..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Idle_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:414dab195d0dfb689a7c711bbc8b3a5393d9c3f7346194e0e5067cf648bda0cb -size 228512 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Walk_Back_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Walk_Back_v02.uasset deleted file mode 100644 index b24c3626..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Walk_Back_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98f84bc594ce6633e68bc08343a3b566c080bf678cd8f3761c1555a45fbe9d65 -size 146808 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Walk_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Walk_Left_v02.uasset deleted file mode 100644 index 15453ca3..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Walk_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:143819a689b9d0abfbd0bc68644872623c30e14d820d454f5414f988bd1cd415 -size 141841 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Walk_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Walk_Right_v02.uasset deleted file mode 100644 index 1a24906c..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Walk_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6da27c731daa92a19d6c62b28aa6a442b66ea5d5c3345565ac1e9498fda0b2f4 -size 148789 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Walk_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Walk_v02.uasset deleted file mode 100644 index cd25f7ba..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Aim_Standing_Walk_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa1f16945ece13ca96c20da67cca6f3645167d0aefa5c96886cdba37b2962722 -size 148425 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_BS_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_BS_v02.uasset deleted file mode 100644 index 81ca70a0..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_BS_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e26e2958bb90896b54e4d4f9bd215c0d6d6056c9b4deb33c97f4a2f1af3f3f63 -size 98393 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Idle_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Idle_v02.uasset deleted file mode 100644 index 5f5dcfde..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Idle_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4462942d5ca87bbd047407383018fe4b41230959ebc1ad4cda50f49365b87271 -size 373872 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Turn_Left_InPlace_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Turn_Left_InPlace_v02.uasset deleted file mode 100644 index e19eb93d..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Turn_Left_InPlace_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fff730bd289bea9c21f3c55bcc22825a55f20e5feea91c50c8a85e780aeaab5 -size 164760 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Turn_Right_InPlace_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Turn_Right_InPlace_v02.uasset deleted file mode 100644 index a6271a9c..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Turn_Right_InPlace_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f96791e85c1c4816b0284239eea076cf851ee389e4d6f53f7b256b75ad9ac3d -size 166275 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Walk_Back_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Walk_Back_v02.uasset deleted file mode 100644 index eef6f3be..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Walk_Back_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f49a9fd1bf0c1ebaa182f4154702a1a6cd7bfd611c9327be4a39ee91f3bb1b9f -size 153979 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Walk_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Walk_Left_v02.uasset deleted file mode 100644 index 20c69648..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Walk_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2dba9d42b363841757fb91feec5c520e1f49e3ed1136914886d3f58521da47a -size 153929 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Walk_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Walk_Right_v02.uasset deleted file mode 100644 index 8577b8ff..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Walk_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ded4230a24d4a7b7f12d6244b055f7a87f0aa50ab35bb51aea56e34704c810b7 -size 142093 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Walk_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Walk_v02.uasset deleted file mode 100644 index 0070810d..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Crouch_Bow_Walk_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1da82cfe2c90e436d6894477107fcfdd3dd4d38dd95b5fb466562ad349e91d5 -size 141132 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Disarm_Bow_Montage_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Disarm_Bow_Montage_v02.uasset deleted file mode 100644 index 035eaab9..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Disarm_Bow_Montage_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edb853c544060b21ea8bfc2e8aa57cc52c100925f64ab2aed142c5a0fe41e8e3 -size 101528 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Disarm_Bow_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Disarm_Bow_v02.uasset deleted file mode 100644 index ac25d9cc..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Disarm_Bow_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c043f5d5128ebb6618c796a322b909c06e98d9a2f6883d97be9614badf9c9204 -size 157506 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Equip_Bow_Montage_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Equip_Bow_Montage_v02.uasset deleted file mode 100644 index 493e0ad6..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Equip_Bow_Montage_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2140449f3411e0aab0239af6f6987bcaa16b5ae38ed37590decb274d272d2806 -size 100365 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Equip_Bow_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Equip_Bow_v02.uasset deleted file mode 100644 index 139c0792..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Equip_Bow_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16f7a8018120b59f2e26af1fab192fc08677663f1e40ef7e1642d65c76a8dfb0 -size 143442 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Haena_Bow_Turn_BS_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Haena_Bow_Turn_BS_v02.uasset deleted file mode 100644 index 679676dd..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Haena_Bow_Turn_BS_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be408fc072cd0919651bf89c1ad02000bc36938038564b617f0dfdd6d74f8562 -size 99072 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_BS_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_BS_v02.uasset deleted file mode 100644 index bcc65e7d..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_BS_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:186bea19d59238edf3561a5333f8246f086f479d18ee11868bf8d71a63ad1222 -size 104553 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Idle_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Idle_v02.uasset deleted file mode 100644 index f1d47337..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Idle_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19404dd48612195a97d0b0522b493fa2daccd3bb35b599507bda521bfea8d8bf -size 315598 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Run_Back_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Run_Back_v02.uasset deleted file mode 100644 index 95225dc7..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Run_Back_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99a2ec7635a074eaa9704eb403fdcc15f1e35fc38023f9c7da7307aebaa2acef -size 128826 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Run_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Run_Left_v02.uasset deleted file mode 100644 index 3e694c8a..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Run_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a7f3c3dc2243252c68615f5a4ba32db492c1308125466ec138daae08bd5408c -size 132577 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Run_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Run_Right_v02.uasset deleted file mode 100644 index 284dbacb..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Run_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:503feb3cf06f899d4f2d4cd0b0d89b6bc153b6471a150363c50adf4643659364 -size 130360 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Run_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Run_v02.uasset deleted file mode 100644 index ce10b92e..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Run_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8fd9a30993baed6087c9febe8558395f7a4f9716b5c1037ddb84c862156dcf5 -size 130175 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Sprint_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Sprint_v02.uasset deleted file mode 100644 index b2dd3b02..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Sprint_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1eb3ab6c7a72a7e1254441b578a3d8e96544d089a3aec51391c486a3ff87eea5 -size 121747 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Back_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Back_v02.uasset deleted file mode 100644 index efdab6d2..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Back_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12ba1d99bd283067fc6e08a0a12395cea508d3ffc099d96ba60757fc42d34936 -size 148638 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Left_v02.uasset deleted file mode 100644 index 3bf5b5cf..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8123546af4ffc8753da28a1700f1f69c3357f6c22addbd1e9324c0902add3d5d -size 144124 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Right_v02.uasset deleted file mode 100644 index 867a9a90..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd791a9b95efa61f8aaac1c1cbdd8b3b62d98f38a729713395b1f178199d844f -size 147123 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Turn_Left_Inplace_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Turn_Left_Inplace_v02.uasset deleted file mode 100644 index 41f07a82..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Turn_Left_Inplace_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:556d0c7b4e305cd380a9cf544f777867ca1cd0ae880f878ef0423206d42d733e -size 137741 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Turn_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Turn_Left_v02.uasset deleted file mode 100644 index 43ba8654..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Turn_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ccb81947457d9052925830b701cb2fc6fa59b16a4253e5e5e8b3acde9e4bce1 -size 164312 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Turn_Right_Inplace_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Turn_Right_Inplace_v02.uasset deleted file mode 100644 index da0968d9..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Turn_Right_Inplace_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b99e41add90ed6143b48f446b63a71bd1cc560aada0074db62b1641a227cdf2a -size 139172 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Turn_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Turn_Right_v02.uasset deleted file mode 100644 index 625ede88..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_Turn_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1718eb35bea008b52d77adec5859c5bce93ec9175ddecc93591942937409178 -size 154501 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_v02.uasset deleted file mode 100644 index cd046758..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Bow_Walk_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9f0bb025b369e8bd7bc18fb2170dd3df43a17b92e4eeba73d17b80af1818133 -size 140382 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Draw_Arrow_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Draw_Arrow_v02.uasset deleted file mode 100644 index 464b9ee8..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Draw_Arrow_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ebd42971a2c6adaa98797b00b79c1c1ca76f81565d10ff85e0b32a715f79843 -size 138509 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Shoot_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Shoot_v02.uasset deleted file mode 100644 index 91a1e1ed..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Bow/A_Standing_Shoot_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c455c372c701efd6456828ea82dbedaf33e4b212a5f0414c0dc053575b426168 -size 136982 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Crouch_Run_To_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Crouch_Run_To_Left_v02.uasset deleted file mode 100644 index d0070408..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Crouch_Run_To_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:849de736f235e484f3a16eb987c61db8377fd1ba862c62b9fab4019b75ed3b8a -size 122729 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Crouch_Run_To_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Crouch_Run_To_Right_v02.uasset deleted file mode 100644 index a93ab44a..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Crouch_Run_To_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cd80608ef7a26075286087d8943124ccf0416ee4e97c0499cb5d95f0e9dd8a5 -size 118556 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Crouch_Sword_BS_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Crouch_Sword_BS_v02.uasset deleted file mode 100644 index 6bf76f97..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Crouch_Sword_BS_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1389a7615db64b09f78592149e90e7de9859899ef86bcd031ef1ad7397c5758 -size 98822 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Haena_Crouch_Walk_Back_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Haena_Crouch_Walk_Back_v02.uasset deleted file mode 100644 index a3912ada..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Haena_Crouch_Walk_Back_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e02573a20f94cebd296ae958e7c4cb16010790150bad78216ec1345748ec0d98 -size 149536 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Standing_Sword_BS_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Standing_Sword_BS_v02.uasset deleted file mode 100644 index 6636a5a1..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Standing_Sword_BS_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d20a3f640b7eaa365484e5244dc98dea961fc3ede8d16ebc8c8514b34f71db4 -size 110472 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Combo_2hand_RootMotion_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Combo_2hand_RootMotion_v02.uasset deleted file mode 100644 index 0d6ff3e1..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Combo_2hand_RootMotion_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f518f4a7eeb95ceaa327334b373937ccaaccda1517ced7b7de6fa3deee9f0695 -size 185888 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Combo_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Combo_v02.uasset deleted file mode 100644 index 515a56f1..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Combo_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:418972d445591dcdb5d7dfbc655eb212f5d8144902551df5667052d0e4d46537 -size 202073 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Kick_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Kick_v02.uasset deleted file mode 100644 index be532c03..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Kick_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90f92dde56bf502ee6182485ac92ca61f3409864abe30466dcf2df64e3cb9352 -size 141850 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Middle_2Hand_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Middle_2Hand_v02.uasset deleted file mode 100644 index 43337402..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Middle_2Hand_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a387a62b6a6d91a6d2dda56445f3daddcb3dfdcf9751664f386f1f00fcb1a35 -size 148417 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Middle_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Middle_v02.uasset deleted file mode 100644 index 125e77dc..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Middle_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ee5ceec74beaad7cc43d17503f3492e3f2f5a0d4d2df4025c93941e9addd1ba -size 160807 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Side_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Side_v02.uasset deleted file mode 100644 index f9082148..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Side_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54fff85e08a01799861d7273cc82b891f8134d2083da9ac6c854a248d5dc9734 -size 167050 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Top_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Top_v02.uasset deleted file mode 100644 index 9027b6f3..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_Top_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb53caa6d11429ff6bea09151144a75169b0649ce4e9d25eff4057f9f38ac6b0 -size 194827 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_TurnSlash_RootMotion_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_TurnSlash_RootMotion_v02.uasset deleted file mode 100644 index 6dce4520..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Attack_TurnSlash_RootMotion_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a6522293794ad55678dd13121967f38b2c69df277285ff6fae0b11fc31285e6 -size 161284 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Idle_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Idle_v02.uasset deleted file mode 100644 index 4aa3b7a5..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Idle_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:586591a8bc2c41cc7ba52636dfc74697185bb38e6a539d2dcc0a3afb81ce98d7 -size 189171 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Turn_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Turn_Left_v02.uasset deleted file mode 100644 index 1a43202a..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Turn_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16787b4305f34e928329653771b66b2f1b7b21ca0ebac054ef0c5b1d46438ad8 -size 164876 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Turn_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Turn_Right_v02.uasset deleted file mode 100644 index c4e0b4b7..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Turn_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0506575e1eec27dccb57b32d0e3fbd0bfd89ae5e784d5b51c891a004480deaac -size 166247 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Walk_Back_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Walk_Back_v02.uasset deleted file mode 100644 index 51b16e42..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Walk_Back_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69b76b3f3533a89f63f257e473af64b8ce14a5046b582c8bcf81336c92b6a94a -size 149040 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Walk_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Walk_Left_v02.uasset deleted file mode 100644 index 36448f76..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Walk_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a771370c7c9bb0881ec891ab05b9cd0c438b7b2a0c5f4ca1eec0fff91708864a -size 143540 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Walk_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Walk_Right_v02.uasset deleted file mode 100644 index b8e521ab..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Walk_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78f82917a3e3a4022a44222b2f800756314eb501da8612c266e24d2d6f4697fe -size 137031 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Walk_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Walk_v02.uasset deleted file mode 100644 index 13630a00..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Crouch_Walk_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da1ded87fb46c13d4eb4df840167490bf58faddc72f99f4405345175b8502014 -size 140575 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Heavy_Attack_Montage_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Heavy_Attack_Montage_v02.uasset deleted file mode 100644 index 608ce6b2..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Heavy_Attack_Montage_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bba6c2675c83864e40a3466e54472a8c4642f813f080c8a009bb5d65158cbf7c -size 102952 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Into_Sheath_Montage_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Into_Sheath_Montage_v02.uasset deleted file mode 100644 index 4062945b..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Into_Sheath_Montage_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21ef8250ca78409203fe4169185c2b3af8499dc5c8832b014307c4d6f3760ae6 -size 101503 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Into_Sheath_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Into_Sheath_v02.uasset deleted file mode 100644 index 3eba94be..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Into_Sheath_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3eda076dbeb806da307365ee88f274bbb97487cf3c1529d9e61bb0a501da416 -size 173416 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Light_Attack_Montage_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Light_Attack_Montage_v02.uasset deleted file mode 100644 index 64d79b8a..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Light_Attack_Montage_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:466717df0b027a6ad5d950beb13713c45701fac07f6956892790af9c3f587721 -size 102323 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_02_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_02_v02.uasset deleted file mode 100644 index 70ccf765..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75b109fe7c78b6dfd8bdbddc242ebe281e871fc739d70a948a9294e329be22e9 -size 121672 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_Back_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_Back_v02.uasset deleted file mode 100644 index 08f21d87..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_Back_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5efefdb8d3e4b2092ffead73b7346845bf5258a0e8e09b7c1ece1daf27704335 -size 129332 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_Left_v02.uasset deleted file mode 100644 index d727c39f..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2968d8152f370b407ea7da2d5d30fdc4d63201dad49c677b6d9e12af9702025 -size 120767 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_Right_v02.uasset deleted file mode 100644 index c58ce9dd..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cb44f941d7573647e670308ea0e549047570180bfa56ea066272f05280734d9 -size 120177 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_v02.uasset deleted file mode 100644 index a2c91306..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Run_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c52bd6e4d230828e2c74f3511e32617c793d0e48b23f83c2e3ba0008e4b06ae -size 130900 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Standing_Idle_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Standing_Idle_v02.uasset deleted file mode 100644 index a686e633..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Standing_Idle_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2746dc050bac77004755d8ef3468dbf2830ab9a48b21905440b8741c0022337 -size 179803 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Standing_Turn_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Standing_Turn_Left_v02.uasset deleted file mode 100644 index 2611e280..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Standing_Turn_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7882d495dc725c8b0faf81338b0bf08582061087633494233f0f4b4952bd42b2 -size 136020 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Standing_Turn_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Standing_Turn_Right_v02.uasset deleted file mode 100644 index 59f64701..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Standing_Turn_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ae8c108fee92dae2ab3d2bea25cd32c2585871732c706e09d2a34e53b67996b -size 133424 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Take_Montage_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Take_Montage_v02.uasset deleted file mode 100644 index 2fdf7d65..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Take_Montage_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c765702ba4114b7a944f211fe67df718cb4bfd1bd82c735ab6fbd5fa57605aa8 -size 101078 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Take_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Take_v02.uasset deleted file mode 100644 index f6045eb7..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Take_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acf05618a94bed2310e65444677e5ab6f8c26fb6f179d1ceafcad6b7de6e2ab3 -size 173417 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Walk_Back_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Walk_Back_v02.uasset deleted file mode 100644 index a98f0baf..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Walk_Back_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e56190cf6c9ada61ba0dbd278964462eaf07e4982e24a659683a705b9ef1688 -size 147389 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Walk_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Walk_Left_v02.uasset deleted file mode 100644 index b5c0eb68..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Walk_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ac24869ebcdd8666e09cb12e50ae07465c7a49fb34b897794ec8fbdf00cad33 -size 144373 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Walk_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Walk_Right_v02.uasset deleted file mode 100644 index 408af212..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Walk_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80e48efd31b2be99e6c16ec6d0078c2c92cb7257e00acc849ff7bb24791bf418 -size 149113 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Walk_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Walk_v02.uasset deleted file mode 100644 index 0002950e..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Sword/A_Sword_Walk_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63cbafe9d452fdbd5f62d9de89cc7a2b7b12409fbacd9e99569c2956b585dd8f -size 156203 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Idle_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Idle_v02.uasset deleted file mode 100644 index 5467dee4..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Idle_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f22f01f9535865ff1021c3ddf5fc17c6a030d8123a94a534001b17cb3830697 -size 207530 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_Left_v02.uasset deleted file mode 100644 index 11b4a770..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96d2c392c70763d7abb89479d1370ddc683425dc57b35d36a806b0c4624e1437 -size 127497 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_Right_v02.uasset deleted file mode 100644 index 67c3efb9..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e404f2a61318e1d786a3a81b5a04c3f650bd1df96de29336ef8f9f47e39dc28b -size 130820 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_To_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_To_Left_v02.uasset deleted file mode 100644 index 3456b830..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_To_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ab8224bb84732c471bc6cf9ec7ed207b3fd48f479f0a7f24c75ca754e5fef6b -size 127715 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_To_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_To_Right_v02.uasset deleted file mode 100644 index 17da0acf..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_To_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:048fbd014134545e74535227e4af21b939cd9ed698afb6c3df906d6b57739097 -size 129984 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_v02.uasset deleted file mode 100644 index 32be9c18..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Run_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58d38ef1effe411c0fb47f792d006ab2423a5bdbd17123e093faa65c93cc1b7e -size 126690 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Walk_Backward_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Walk_Backward_v02.uasset deleted file mode 100644 index 7a892294..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Walk_Backward_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2e419ac1d4475a1f6f9fe434b7a79cf3b8bb7a9dfd6f5de7dba982c599e55de -size 156209 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Walk_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Walk_Left_v02.uasset deleted file mode 100644 index b847bfe7..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Walk_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1aa0b2a0e54cb0a777fab76be7feff6c1b7973db2e603e077ef902fe274ca1e9 -size 149770 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Walk_Move_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Walk_Move_Right_v02.uasset deleted file mode 100644 index 55ac845d..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Walk_Move_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3bfed3ec4cc8998dde1e0e49759abe9085882772f15374c94a772dd77eff971 -size 156604 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Walk_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Walk_v02.uasset deleted file mode 100644 index 23f23ca5..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Crouch_Walk_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d88cd16fdf08f3f7e7ceb545f33b22b71e53cfdb12225241dc55084a17dbb2ae -size 146852 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Guard_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Guard_v02.uasset deleted file mode 100644 index 294e2bae..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Guard_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46067672b6ebd4111d000eff436696b9caf7178b6327818c4dca4d2b61738de0 -size 323157 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Idle_Attack_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Idle_Attack_v02.uasset deleted file mode 100644 index 4c4c3fbc..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Idle_Attack_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa440e44bc1f2d8fd5c7d7d5d31262268caf8810a9b00778ac16a91e69638d3a -size 320050 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Backward_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Backward_v02.uasset deleted file mode 100644 index b0b703a0..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Backward_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:368eb0cda4a751964a667d37e3f76931874e38d51b77297c351e3b208f910089 -size 137162 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Move_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Move_Left_v02.uasset deleted file mode 100644 index 28651181..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Move_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:109929166c68cf8f000900288f1d13322cd55360586ccc2ad81f572dc171e25e -size 130020 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Move_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Move_Right_v02.uasset deleted file mode 100644 index e559e491..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Move_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47a485ed1318b79a198ff4caec654f76807fb82237466d6252ba3c5f5235fdc4 -size 126232 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Turn_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Turn_Left_v02.uasset deleted file mode 100644 index 9c4c27a9..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Turn_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:978e3ef376c46b5a7cdcc7a8a80887fba21b6a19198072190943eeac75a13711 -size 130730 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Turn_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Turn_Right_v02.uasset deleted file mode 100644 index a27531ae..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_Turn_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d99a914bc7e89097f1380c89112d9f42bede652191c7306f550fac20d7556b98 -size 137045 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_v02.uasset deleted file mode 100644 index 824f84bf..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jogging_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed1df5f20b3919cdf9de3d4cfa7788eabd7934cfc790445f5fcadf74fd6b0187 -size 130325 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jump_End_Attack_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jump_End_Attack_v02.uasset deleted file mode 100644 index de3b41f6..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jump_End_Attack_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa74b7a4aee539a3505f1894628af466b419834fa5c0ea1cc90b58e69bd2075d -size 147387 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jump_Loop_Attack_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jump_Loop_Attack_v02.uasset deleted file mode 100644 index 860dc8fc..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jump_Loop_Attack_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52e5abfee66775d6bcf151d3c00abd022925c473055e6b302bf299e21cfc92a5 -size 147815 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jump_Start_Attack_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jump_Start_Attack_v02.uasset deleted file mode 100644 index c4ae8315..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Jump_Start_Attack_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5278213ec32a4836c7100e6dd044165398a5f6f6c72434ca7ef11c5820ff27e7 -size 112355 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Kick_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Kick_v02.uasset deleted file mode 100644 index b594992a..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Kick_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16c41c4acc173b4e479aba3f0798fe708d335e5c2de480e0c640da3916692dcd -size 143809 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Run_Weapon_Turn_Left_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Run_Weapon_Turn_Left_v02.uasset deleted file mode 100644 index 9203d29f..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Run_Weapon_Turn_Left_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5447172cdd53b403ece8f433046a150ef0c0c6601e258a0429ce255a80db2cf0 -size 130587 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Run_Weapon_Turn_Right_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Run_Weapon_Turn_Right_v02.uasset deleted file mode 100644 index f4df3419..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Run_Weapon_Turn_Right_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fce3b921200dfdfe744d9a9cb872741913fb2f290737bee2db49890b607570d -size 124624 diff --git a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Run_Weapon_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Run_Weapon_v02.uasset deleted file mode 100644 index cf9e140a..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/InPlace_Weapons/A_Run_Weapon_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3ca6a87ee22601ccffa67a95e781f386a7b05749217f1286f887bbe3276e498 -size 128587 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_Ah_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_Ah_v02.uasset deleted file mode 100644 index 7e41435d..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_Ah_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e28fb9a492ff5af66f9e57520af94ae5a2f602c23694b1537cd314782be09c8 -size 110716 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_E_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_E_v02.uasset deleted file mode 100644 index 7b3865fc..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_E_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35239c822252118761eea83ad1f55347cd03cc1ab0b85b3a6737bd22ee402363 -size 110711 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_I_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_I_v02.uasset deleted file mode 100644 index 7ba183ec..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_I_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26c4921ff5101dd1caccb8aaacfb801cce984abb397305dffa5dbd27083235c1 -size 110691 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_O_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_O_v02.uasset deleted file mode 100644 index e4825eab..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_O_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9217cd51f02f87675f1dd6eef1596c4cd5f963462245c03fb9f95b6a3bedaf59 -size 110633 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_U_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_U_v02.uasset deleted file mode 100644 index 085379d6..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Lipsync/A_U_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bfe4f99cc86a5c978b5472b9a3e56b187a10687f977aaf15ebdf61bb0136fbe -size 110664 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Pose/A_Pose_01_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Pose/A_Pose_01_v02.uasset deleted file mode 100644 index 9ecdcd8b..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Pose/A_Pose_01_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acde4638fe6c50bb2ea627f1dddc14a7304e78a7e7f08357953cec91248f016d -size 106807 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Pose/A_Pose_02_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Pose/A_Pose_02_v02.uasset deleted file mode 100644 index 51cc4c5a..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Pose/A_Pose_02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d225f4f6432ac4171f59050d422525d318eb781482da99df9f728a3093d8b19 -size 104878 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Pose/A_Pose_03_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Pose/A_Pose_03_v02.uasset deleted file mode 100644 index a5a8a053..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Pose/A_Pose_03_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1afdd2af183068ceca209a506a528a22a9a51d7073203e16d2a9583177a8f20 -size 106354 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Pose/A_Pose_04_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Pose/A_Pose_04_v02.uasset deleted file mode 100644 index 75ed439b..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Pose/A_Pose_04_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f861f291b0d4ab9b950992a0daaf2a6dfa55a7781d760f1f31b8e2977b7ffef -size 106605 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Root_Motion/A_Sword_Attack_Combo_2hand_InPlace_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Root_Motion/A_Sword_Attack_Combo_2hand_InPlace_v02.uasset deleted file mode 100644 index 480f0048..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Root_Motion/A_Sword_Attack_Combo_2hand_InPlace_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a342d06f0d3b5e42d003cb50b97e0ec7422dd566e7786b5bd5a88cb3878edb7 -size 241380 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Root_Motion/A_Sword_Attack_Combo_2hand_RootMotion_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Root_Motion/A_Sword_Attack_Combo_2hand_RootMotion_v02.uasset deleted file mode 100644 index 4e5af6a2..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Root_Motion/A_Sword_Attack_Combo_2hand_RootMotion_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76342d0ba153be2677f70bcfdfe2cfed15d6bb094b2c5ff9c8315dfd5cb9bbc2 -size 211231 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Root_Motion/A_Sword_Attack_TurnSlash_RootMotion_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Root_Motion/A_Sword_Attack_TurnSlash_RootMotion_v02.uasset deleted file mode 100644 index d4a9d212..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Root_Motion/A_Sword_Attack_TurnSlash_RootMotion_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94e537504a372bde85ca854af6abd0ea82362b94da8dc880f63e0d26e398dfb8 -size 184602 diff --git a/hwanyoung2/Content/Haena_v02/Animation/Root_Motion/A_Sword_Attack_TurnSlash_v02.uasset b/hwanyoung2/Content/Haena_v02/Animation/Root_Motion/A_Sword_Attack_TurnSlash_v02.uasset deleted file mode 100644 index c2e30528..00000000 --- a/hwanyoung2/Content/Haena_v02/Animation/Root_Motion/A_Sword_Attack_TurnSlash_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:517b869182ac0889cffe4824eb0676104d447039c9ae9cd2f2c96d266a7dbf47 -size 185375 diff --git a/hwanyoung2/Content/Haena_v02/Blueprints/BP_Arrow.uasset b/hwanyoung2/Content/Haena_v02/Blueprints/BP_Arrow.uasset deleted file mode 100644 index d6367926..00000000 --- a/hwanyoung2/Content/Haena_v02/Blueprints/BP_Arrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79214a0cb144cf7db0d75f18b4364cb64b94f39d54d04da880b023f9c2e7fa68 -size 134798 diff --git a/hwanyoung2/Content/Haena_v02/Blueprints/BP_Bow.uasset b/hwanyoung2/Content/Haena_v02/Blueprints/BP_Bow.uasset deleted file mode 100644 index 2bff3c1d..00000000 --- a/hwanyoung2/Content/Haena_v02/Blueprints/BP_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6ef4868ad40754504525224eea7418ec02dabb0b3050c7136288228eddae629 -size 155205 diff --git a/hwanyoung2/Content/Haena_v02/Blueprints/BP_Haena.uasset b/hwanyoung2/Content/Haena_v02/Blueprints/BP_Haena.uasset deleted file mode 100644 index 6d1f5d28..00000000 --- a/hwanyoung2/Content/Haena_v02/Blueprints/BP_Haena.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a92487de640a1e6e9b347363a3066e514912a79c76b556496b64f9385526cfdb -size 833261 diff --git a/hwanyoung2/Content/Haena_v02/Blueprints/BP_Haena_GameMode.uasset b/hwanyoung2/Content/Haena_v02/Blueprints/BP_Haena_GameMode.uasset deleted file mode 100644 index 6449045e..00000000 --- a/hwanyoung2/Content/Haena_v02/Blueprints/BP_Haena_GameMode.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1484b32bc0121e01f7be699f0998f93a12b7a621ae32780f1565b633b0efa7a0 -size 17171 diff --git a/hwanyoung2/Content/Haena_v02/Blueprints/BP_Widget_Bow_Aim.uasset b/hwanyoung2/Content/Haena_v02/Blueprints/BP_Widget_Bow_Aim.uasset deleted file mode 100644 index 2ec1901d..00000000 --- a/hwanyoung2/Content/Haena_v02/Blueprints/BP_Widget_Bow_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d50127c872b3f8e2982a945b6a653fddd9d6a8f31e6900e1c6ed33c1d8bc353 -size 19079 diff --git a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_AnimSample_01.uasset b/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_AnimSample_01.uasset deleted file mode 100644 index a5524985..00000000 --- a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_AnimSample_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2003568e26eca2be716f0aaa14494d568c0db60c9b1fb927a2d09adeef204d1e -size 158010 diff --git a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_AnimSample_02.uasset b/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_AnimSample_02.uasset deleted file mode 100644 index e74ed749..00000000 --- a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_AnimSample_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f60acbf0c7ca169fe68cae53149f21fbe56a58c90379cad5fe09620563a760d -size 162153 diff --git a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_AnimSample_03.uasset b/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_AnimSample_03.uasset deleted file mode 100644 index 5278c034..00000000 --- a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_AnimSample_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce881c97b6ed009a3632f2ab7de2c1564d8664e5032a935bccb77eb6992e4eff -size 161922 diff --git a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_Pose_01.uasset b/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_Pose_01.uasset deleted file mode 100644 index c4e89fc9..00000000 --- a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_Pose_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7d9e6c4a9607a4634566b170d75452eb235eb9ecd8d8c091962ee67ba7a41c5 -size 158854 diff --git a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_Pose_02.uasset b/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_Pose_02.uasset deleted file mode 100644 index 719fe8a8..00000000 --- a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_Pose_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f966d46e4f70e81cf4c5108e4d9f1ce25c8bed3f6d4211020c374ab24c6170a -size 161599 diff --git a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_Pose_03.uasset b/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_Pose_03.uasset deleted file mode 100644 index 888062ae..00000000 --- a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_Pose_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:886412d4fec0a1b40998a93bd1587c85159748f48dd5a7f17ddef3138fefc8bd -size 162567 diff --git a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_Pose_04.uasset b/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_Pose_04.uasset deleted file mode 100644 index 1f59709e..00000000 --- a/hwanyoung2/Content/Haena_v02/Blueprints/ETC/BP_Pose_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c03da0d7657749dac46bc7fcca1b61bf772a203060eea92326f2e3b0c907f59 -size 159404 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/MF_EyeRefraction.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/MF_EyeRefraction.uasset deleted file mode 100644 index 856ca067..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/MF_EyeRefraction.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2705d4491ae951f1d561097022e3b9ba14909882a1480dae0edf4548cff3141c -size 106103 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Anna_Head.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Anna_Head.uasset deleted file mode 100644 index bb6446fc..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Anna_Head.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ade39ce02557c775c497bc6a0ec8f4de339710034abe6f26f8fbd085c6eb81a -size 95683 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Body_Anna.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Body_Anna.uasset deleted file mode 100644 index 7503f68c..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Body_Anna.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:561e785f3ad7d8d5669b0adde6497a6c06ba62a71bc336274d0d1c78e51c35aa -size 94976 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Body_Haena.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Body_Haena.uasset deleted file mode 100644 index 92d01621..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Body_Haena.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4faf06c7b3e62fe2bf9bcdc835db020855d4dc39b08c1bf1bf8e1c0a48e20a30 -size 104299 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_EyeBall_Haena.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/MI_EyeBall_Haena.uasset deleted file mode 100644 index f1a999c0..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_EyeBall_Haena.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:585f92ca0a312c8ed1428699bc4e6c1b4cd7a04b9593652542e05231f9453bdb -size 112780 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_EyeLash_Haena.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/MI_EyeLash_Haena.uasset deleted file mode 100644 index 27ffcc96..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_EyeLash_Haena.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c894c7c9c5f1a898c109dbf1393a755bd780492990ce44cad92013f87778faf2 -size 117514 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Eye_Iris_Haena.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Eye_Iris_Haena.uasset deleted file mode 100644 index 250a5548..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Eye_Iris_Haena.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c2c7c923a2961698977c98c2aea701d5c5ef7868487f537e6dca255e4783354 -size 130629 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Hair_Haena.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Hair_Haena.uasset deleted file mode 100644 index 29a0d12e..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Hair_Haena.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45b78325562e1d0c833bbf9c67acece0046682e352f44e88c68d1b3a7b8494cf -size 122680 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Hair_Red_Anna.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Hair_Red_Anna.uasset deleted file mode 100644 index ce029158..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Hair_Red_Anna.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57c4eefff7a1ba05929dcf19dcec21a3c1fe896baac87cfbd5f6bf6e36b3189f -size 143497 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Head_Haena.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Head_Haena.uasset deleted file mode 100644 index 494cb8e4..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Head_Haena.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fa12372ba2872b616477dc2961a0bad94a3065adae0c7b9bab39bc7aadf8520 -size 117307 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_TearLine_Haena.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/MI_TearLine_Haena.uasset deleted file mode 100644 index f317d4c5..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_TearLine_Haena.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f10c28fd0fcf408096fe16f72d21d7874a934c696adaccc75268e7e9d9080c0e -size 100076 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Teeth_Haena.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Teeth_Haena.uasset deleted file mode 100644 index d055ff73..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_Teeth_Haena.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a054051f396126bda79137a8eabd88cfb1cb376f8f5f7d5726a21b0ebcfed238 -size 126990 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_UnderWear_Haena.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/MI_UnderWear_Haena.uasset deleted file mode 100644 index 57704165..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/MI_UnderWear_Haena.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dcabee35920a3136287ef84e1de21a0ae2d4ee8eb4f77579d0087b99950c737 -size 92589 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/M_EyeBall.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/M_EyeBall.uasset deleted file mode 100644 index 4d3fb723..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/M_EyeBall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da9291f36b866df5d247947e547e54d28eabf5ee84c0c2809df44551ba8380c3 -size 139231 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/M_EyeLash.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/M_EyeLash.uasset deleted file mode 100644 index d9ba99a2..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/M_EyeLash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:699949cbb46ad768b90002d6f8ac19e2383c425800ab95d063ad9e60adab313e -size 118543 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/M_Eye_Iris.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/M_Eye_Iris.uasset deleted file mode 100644 index b5da2e4a..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/M_Eye_Iris.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b784aeea8f1beb01304156bed9c11d5781b8cc0017fd69164db42ce5f1598775 -size 184695 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/M_Hair.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/M_Hair.uasset deleted file mode 100644 index 6e778480..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/M_Hair.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18746e5ff551f53949990d70a2d734275d2899e37c15bbdebf5433699d154b99 -size 173999 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/M_Head.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/M_Head.uasset deleted file mode 100644 index f269963b..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/M_Head.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba12c201377b67214ebb41c7745fc66fb1d8fb43cac06b55e79952b4df057981 -size 125071 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/M_Skin.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/M_Skin.uasset deleted file mode 100644 index 7ea9e671..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/M_Skin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f308dcde7af01e38b23176a1852e7401df9a3ad85f150ce8f7863771712d594b -size 109940 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Body/Skin_SubsurfaceProfile.uasset b/hwanyoung2/Content/Haena_v02/Materials/Body/Skin_SubsurfaceProfile.uasset deleted file mode 100644 index 2b2f5f3d..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Body/Skin_SubsurfaceProfile.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab01996d9af8f4d46cc93057a02b6a8e0d8c2eaee16886977ded9a62fe81a1ab -size 2507 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_BT.uasset b/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_BT.uasset deleted file mode 100644 index 4b5f1058..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_BT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a625af7d2d7316a30e8d2a2a00ffb2c5b54c2827cd3045f0149881726d8a17f -size 122660 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_BT_Color.uasset b/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_BT_Color.uasset deleted file mode 100644 index b92964cf..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_BT_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:932e8362e991c19ba40796f47e50b9f0570e12b5469343eeaef2e3b4473e538b -size 134092 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_BT_Silky.uasset b/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_BT_Silky.uasset deleted file mode 100644 index 50c4e7d7..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_BT_Silky.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faf0dbb780fbccd8d89564742c1c70c74fdddf8875d3024a420e749c7fd44b5d -size 124089 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_BT_Silky_Color.uasset b/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_BT_Silky_Color.uasset deleted file mode 100644 index a50cd454..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_BT_Silky_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f87abbdfa49742680837e60f5b352df75833821059db7e89f172b179487d78f -size 137279 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_Dress.uasset b/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_Dress.uasset deleted file mode 100644 index 55541b16..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_Dress.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e4b58be665300a5ac6a3d2d1a6e3eb700b3e0e474f0707b9a261fbfa66e44d5 -size 118957 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_Dress_2Side.uasset b/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_Dress_2Side.uasset deleted file mode 100644 index ecae92f7..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_Dress_2Side.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d93fe8493e2cb25f97b064ba9fb70f5befcc9a8d763dec8fea000f81c9ad6081 -size 114971 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_Dress_Color.uasset b/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_Dress_Color.uasset deleted file mode 100644 index 382d7ff0..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Clothing/MI_Cloth_Dress_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bae1ac44086b3276d9c2b74d2dd496e65cefc27b64cc08a2a9063f3e8c07a331 -size 138893 diff --git a/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Board.uasset b/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Board.uasset deleted file mode 100644 index 2413c342..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Board.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59f2f9c76e2a46e0e1795f4d63f94b81b366e001dade7a6531a0d0dcc793a117 -size 117886 diff --git a/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Gray.uasset b/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Gray.uasset deleted file mode 100644 index fd81e078..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Gray.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e18d6ef2d9b09270d5527cfa068c3e90dbdd692795ac3ffcd09cfd0abe6b443b -size 99597 diff --git a/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Green_3.uasset b/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Green_3.uasset deleted file mode 100644 index a00fbfaa..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Green_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7202627b467febb42cded82e27ee47478eeb7a05cec2e9712267da91d7e9418d -size 112427 diff --git a/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Red.uasset b/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Red.uasset deleted file mode 100644 index 481678ef..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Red.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87a87a37f8017095d15b84980b9794777e310f733b0ab4e98628ffb0e6e9724f -size 114107 diff --git a/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Steel.uasset b/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Steel.uasset deleted file mode 100644 index ceaa19fd..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/ETC/MI_Steel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a114e9432f620d1869c1869aae5c58673538b3f734465b9b173a23054df9501a -size 124713 diff --git a/hwanyoung2/Content/Haena_v02/Materials/M_Master.uasset b/hwanyoung2/Content/Haena_v02/Materials/M_Master.uasset deleted file mode 100644 index 15e15dca..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/M_Master.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ce2fa6578b4ce838bbac5fda253ad0f549ef9b63d338a95594dc64ee923ff3f -size 128648 diff --git a/hwanyoung2/Content/Haena_v02/Materials/M_Master_2side.uasset b/hwanyoung2/Content/Haena_v02/Materials/M_Master_2side.uasset deleted file mode 100644 index 48f02a0f..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/M_Master_2side.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:352a4423fbc90e6cc19fbddf3ff4a45caf94e63756d8811dbbcc5f87584e2f08 -size 128659 diff --git a/hwanyoung2/Content/Haena_v02/Materials/M_Master_Add_Emissive.uasset b/hwanyoung2/Content/Haena_v02/Materials/M_Master_Add_Emissive.uasset deleted file mode 100644 index 42bb749d..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/M_Master_Add_Emissive.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c288aeaf62da894148ef4d5f2ef1275ce519aa018310af1ece63521725397057 -size 116319 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Particle/MI_Particle_01.uasset b/hwanyoung2/Content/Haena_v02/Materials/Particle/MI_Particle_01.uasset deleted file mode 100644 index 93a01446..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Particle/MI_Particle_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b689ffb8bff5eb57cdf9d09a9339eaa3107f0ee4aeee6183f4c28b9267404b5 -size 60451 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Particle/M_Particle_01.uasset b/hwanyoung2/Content/Haena_v02/Materials/Particle/M_Particle_01.uasset deleted file mode 100644 index 3ae33eb1..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Particle/M_Particle_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:010dd2892cadfca9ade0f5862e0c1450da28b6309a77b59010f7093d758d4ee6 -size 66808 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Weapons_ETC/MI_Arrow_Emissive.uasset b/hwanyoung2/Content/Haena_v02/Materials/Weapons_ETC/MI_Arrow_Emissive.uasset deleted file mode 100644 index c5515162..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Weapons_ETC/MI_Arrow_Emissive.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c4b1b56d8ceb4e94fe426afd2ddd96e6f14ba8e431921de28514155bdb0a8cc -size 117575 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Weapons_ETC/MI_Weapons_2Side_Arrow.uasset b/hwanyoung2/Content/Haena_v02/Materials/Weapons_ETC/MI_Weapons_2Side_Arrow.uasset deleted file mode 100644 index 0877b8a7..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Weapons_ETC/MI_Weapons_2Side_Arrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:194ca901a9eaff27facb0000c770c9bc8ebe4b60c843e3b7ae9762a9e689b77c -size 123923 diff --git a/hwanyoung2/Content/Haena_v02/Materials/Weapons_ETC/MI_Weapons_ETC.uasset b/hwanyoung2/Content/Haena_v02/Materials/Weapons_ETC/MI_Weapons_ETC.uasset deleted file mode 100644 index eb9fb967..00000000 --- a/hwanyoung2/Content/Haena_v02/Materials/Weapons_ETC/MI_Weapons_ETC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b66968bd4de37582e020f3ab28011c1101895b8ac40e8980f3c103dc83b9396b -size 123824 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/Combined/SK_Haena_Combined_01_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/Combined/SK_Haena_Combined_01_v02.uasset deleted file mode 100644 index 0c75c85e..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/Combined/SK_Haena_Combined_01_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3d6af7a848ae556dbf058c49272313f2bf3536110eef6622995460c39fe1147 -size 4744265 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/Combined/SK_Haena_Combined_02_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/Combined/SK_Haena_Combined_02_v02.uasset deleted file mode 100644 index 94c6348c..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/Combined/SK_Haena_Combined_02_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3a13fc6174335b901cbee295d3a2c73ced6145591a577d2095c51eb80f27094 -size 4347942 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/Combined/SK_Haena_Combined_03_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/Combined/SK_Haena_Combined_03_v02.uasset deleted file mode 100644 index 0b4e7b85..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/Combined/SK_Haena_Combined_03_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ce8895352244ff78c579346cd9493d39979f93a946aea6df7eb49362335f882 -size 4565010 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/Combined/SK_Haena_Combined_04_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/Combined/SK_Haena_Combined_04_v02.uasset deleted file mode 100644 index 7b68cdbc..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/Combined/SK_Haena_Combined_04_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2369114256353c257bb73e09b239f2b4d9dceb11a1f3b10027aac78604aac3b -size 4741350 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/IK_Haena.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/IK_Haena.uasset deleted file mode 100644 index 9bf9c1fd..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/IK_Haena.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4089ecc8e05e979504923ff46eb7286fb209eeba2fd12ac21c3bd0e2ee89e8bd -size 77031 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/Parts/SK_Haena_Hand_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/Parts/SK_Haena_Hand_v02.uasset deleted file mode 100644 index 95c521c5..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/Parts/SK_Haena_Hand_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50d56316a27a6f5d0b7716782587dabe18355ebbab18c5b37e573033e3c5aa6b -size 472071 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/Parts/SK_Haena_Head_Hands_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/Parts/SK_Haena_Head_Hands_v02.uasset deleted file mode 100644 index 98472905..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/Parts/SK_Haena_Head_Hands_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6deb37c283e943f4b862f963ef891e5397e859a4822db9712f7cbe42536c365d -size 3396889 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/Parts/SK_Haena_Head_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/Parts/SK_Haena_Head_v02.uasset deleted file mode 100644 index 345b5d96..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/Parts/SK_Haena_Head_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:934b2941d156d10e3ed687583fc135b21166ef76fd38a03d0d42677ea1dd27eb -size 3037741 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_Hair_D_OwnBone.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_Hair_D_OwnBone.uasset deleted file mode 100644 index 1b4604c7..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_Hair_D_OwnBone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b4bd48e5860cb55ab238c11f9e5515392c5f9f81f933e3bf96c8003f2b81b80 -size 2108533 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_Hair_D_OwnBone_Physics.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_Hair_D_OwnBone_Physics.uasset deleted file mode 100644 index 85e5ec85..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_Hair_D_OwnBone_Physics.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4526d649786966ace7c6f79cc716bf21b42868cd3f65e231cebb135c817a8990 -size 89341 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_Hair_D_OwnBone_Skeleton.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_Hair_D_OwnBone_Skeleton.uasset deleted file mode 100644 index a7c3f754..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_Hair_D_OwnBone_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b17be4e79b505a7e92890145313207267c54d710041e26e77010d0ff613ed44 -size 2376 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_v02.uasset deleted file mode 100644 index ffbbc2c5..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cfe8867a3cdeb4619be597b92b9dfa068040b3e0ae8244d7edf1d597e8bfe33 -size 4464940 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_v02_PhysicsAsset.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_v02_PhysicsAsset.uasset deleted file mode 100644 index e3e830d6..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_v02_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:232dd2399163f6e983573e082a820fa3d09907f13f0960dd1c0d09bcf7f55a24 -size 126250 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_v02_Skeleton.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_v02_Skeleton.uasset deleted file mode 100644 index 929d2c3e..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Haena_v02_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da09b41de26bd86de2f3821a869ec451982d6cac377546e8387a80b84db83d22 -size 58688 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Hair_Long.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Hair_Long.uasset deleted file mode 100644 index 85aa9fae..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Character/SK_Hair_Long.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fb23757780d698343309db174af288d1109ea93f5bec85010f7a4fa0bb3ccca -size 3015993 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Coat_P1_Silky_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Coat_P1_Silky_v02.uasset deleted file mode 100644 index 0a1ffeac..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Coat_P1_Silky_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11b612b83522c5cc8f590e75ff38943b92a4aa1490eb007a122c5c0fcb90423f -size 391278 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Coat_P1_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Coat_P1_v02.uasset deleted file mode 100644 index ca40515c..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Coat_P1_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a80b5b5af5d135af603cf1f839414640d1a8a1acfbbedaabdee2aea72ccd9a4 -size 392463 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Coat_P2_Silky_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Coat_P2_Silky_v02.uasset deleted file mode 100644 index 286a05fb..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Coat_P2_Silky_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed3edb5306e9804960ccaa369d983f3458d0a7d9d5499b43efa657ef333ccf06 -size 1872757 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Coat_P2_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Coat_P2_v02.uasset deleted file mode 100644 index 856b0760..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Coat_P2_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a8794746a4ae6b1e2659eff3724db0007857f7f81a1ddf73612cdf7a658870d -size 1873947 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_InnerPants_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_InnerPants_v02.uasset deleted file mode 100644 index c55214f3..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_InnerPants_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee936c6397339a4acebecfcfe41af502d6981cab7dac6b54e42c647b372d7b90 -size 373595 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Pants_Silky_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Pants_Silky_v02.uasset deleted file mode 100644 index da87a0ab..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Pants_Silky_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af77154a82c1feaccd1215b7648fd793d44a572bcdf7d2d20a13e38d19f52dd3 -size 562524 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Pants_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Pants_v02.uasset deleted file mode 100644 index 6b909364..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Pants_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:373b19892edaef6790a42ae19ae2c98816ee94315ce1a893a6075a7f3fbad76e -size 563815 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Ribbone_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Ribbone_v02.uasset deleted file mode 100644 index 086a48ff..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Ribbone_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7692f03a124b62342ddfc4cf0ff2486eaede68577e4c7a738283eec151943b9 -size 260746 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_ShoesFL_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_ShoesFL_v02.uasset deleted file mode 100644 index 9d7e7366..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_ShoesFL_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baaafec921396428b99d3e494586a8e12328b649b11fc5a39d68d56ae686943d -size 291765 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Shoes_Silky_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Shoes_Silky_v02.uasset deleted file mode 100644 index 43e70cd0..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Shoes_Silky_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d09bebcec00a364e15ce9a8faae6c361ccf791ae01e5157b8f15a297e5bd4f62 -size 412339 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Shoes_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Shoes_v02.uasset deleted file mode 100644 index 9fe36ab5..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Shoes_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70b9cc139a01ec6c825bb9cc3a25b6a8b67a1da5ac220f26cd0d2e973dcda233 -size 415116 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_ShortTop_Slice_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_ShortTop_Slice_v02.uasset deleted file mode 100644 index e8465ca0..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_ShortTop_Slice_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:996ad6a14e1a47604e4ee1519aa2b00c0994320033869ba81b5f98f517afd134 -size 337276 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_ShortTop_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_ShortTop_v02.uasset deleted file mode 100644 index dc390097..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_ShortTop_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:640daa82bf7eef0a5cde6fd63e9619fba6be4ff4d6a162f0f25e19b66b22aaad -size 400937 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Skirt_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Skirt_v02.uasset deleted file mode 100644 index bb32189c..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Skirt_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8ec9fc4b9f70055e3664127af9c58dadb2afe202362028fac85f14fca4ff5d2 -size 1807276 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Socks_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Socks_v02.uasset deleted file mode 100644 index b29f32b4..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Socks_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25e3029baf01b1350442c110fbc25617ba793a6431648cd80966dd035dc7751c -size 206410 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Top_Silky_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Top_Silky_v02.uasset deleted file mode 100644 index 25644b98..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Top_Silky_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f136f442c99553a62731e8218cddc8f6caacbb712c6e4759415b6998c4df593a -size 718052 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Top_Slice_Silky_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Top_Slice_Silky_v02.uasset deleted file mode 100644 index b2431336..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Top_Slice_Silky_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72f61aaaf518264596b1fcc4d3ed62cee97bad8a901bb6b747b8ec3a10492595 -size 443696 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Top_Slice_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Top_Slice_v02.uasset deleted file mode 100644 index dbf70746..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Top_Slice_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:341817414fd3de2a16b6b5aeb55d76c04fb24c277e1a20ffce1a2c78a151c7f2 -size 446538 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Top_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Top_v02.uasset deleted file mode 100644 index 05afd83c..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Top_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01867ffba7191c3b4f6e64536713a1c21845868767df46e3c2a5e099cbc989ef -size 717176 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Waist_Coat_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Waist_Coat_v02.uasset deleted file mode 100644 index cb18ae2d..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Clothing/SK_Waist_Coat_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c828250ccc894fd5cc8d3ac133ec72bdc2a26b1afa50e08a1e5cec423a342dd -size 401571 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Accesories_Set_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Accesories_Set_v02.uasset deleted file mode 100644 index 2a5e56a7..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Accesories_Set_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e81039ced6cdfdb92f4ba09d6868c97fb6c77ef5e7fedd585b104792c80bd52 -size 629221 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Accesories_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Accesories_v02.uasset deleted file mode 100644 index 664850e9..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Accesories_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2895572bf99338fe0f4d6af6addebfbff4ef64345297f8b98dbde741341a1d1 -size 485955 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Arrow.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Arrow.uasset deleted file mode 100644 index bd33c152..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Arrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9447709bd57d055136be4ce35a2cd46e7914ed59fedb36f83946fa0aeeea372 -size 139692 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_ArrowQuiver_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_ArrowQuiver_v02.uasset deleted file mode 100644 index 33590b89..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_ArrowQuiver_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09aa062de591c194df325e6a39369d26ed72ce876e92dafc9f5576497ea5626b -size 295868 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Arrow_Physics.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Arrow_Physics.uasset deleted file mode 100644 index 6a0df59d..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Arrow_Physics.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8c1f6b673eea1c7f90f05520ecf3cff12af66b98a294d26f02c2ea1fcd556a5 -size 77562 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Arrow_Skeleton.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Arrow_Skeleton.uasset deleted file mode 100644 index b9e5f484..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Arrow_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3689509da7afced2065571d7acc02eb1a094b60281901966d927311aedcbd51 -size 1736 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Baessidaenggi_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Baessidaenggi_v02.uasset deleted file mode 100644 index c8f97edd..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Baessidaenggi_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1801f05859e16d31bb566c273c5ba76ce13b9fe75eadd29ee73fadcd1ad1fc1c -size 182783 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Bag_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Bag_v02.uasset deleted file mode 100644 index 6a566252..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Bag_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f02a4339d69e8de3d361236d79078a8cf2f844ac1e2606e6f72a5d6908169956 -size 851113 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Belt_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Belt_v02.uasset deleted file mode 100644 index cf244450..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Belt_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16c1475f656ccc9d2d61a985ca2437964166d87d532ba873868138209ad30b42 -size 310295 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Bow.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Bow.uasset deleted file mode 100644 index 9211568f..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Bow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4069ead96bf79ba95fb95a535bc5507a9d330e111abd47e2bb8c341b2c7022a -size 417289 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_BowQuiver_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_BowQuiver_v02.uasset deleted file mode 100644 index 580f3bb4..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_BowQuiver_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e0103e3d29e0cb1ea9d129948c32a317be0d962a0668333c1e01a46a589cca0 -size 312586 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Bow_Skeleton.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Bow_Skeleton.uasset deleted file mode 100644 index d489d31f..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Bow_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2673c5a1ff8a0ec0941f2e44117765af71091ce65707989bf8c62251de1569e -size 3655 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Pack_Set_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Pack_Set_v02.uasset deleted file mode 100644 index 92edba82..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Pack_Set_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1cc067b9a19cce4874ae4026eb5e06308b93feb4c6a06fb7b511ec58302128b -size 2031044 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Quiver_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Quiver_v02.uasset deleted file mode 100644 index 55b5ad2d..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Quiver_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f83f443bb4b2070e817b807fe3131b14e0db27d4a7dcb2f13e1b4343511bdd74 -size 441558 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Ring_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Ring_v02.uasset deleted file mode 100644 index ba6137bb..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Ring_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7193938cc27f3060ab56bfbf7c9e983c3d2060cb944714d9909c6dd4199d46e4 -size 169950 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Sheath_v02.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Sheath_v02.uasset deleted file mode 100644 index 8c190dcf..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Sheath_v02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:071efaa12def575506d39c9f6e63189d5354a232cb933f9c8a1801fcc4ab058c -size 403787 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Sword.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Sword.uasset deleted file mode 100644 index 7d329e35..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Sword.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86b2e3616f92c80a219310034e623b886f13531e08a271ec29112249212f63a4 -size 246374 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Sword_Physics.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Sword_Physics.uasset deleted file mode 100644 index bf77c97f..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Sword_Physics.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a67545263de0f2715925fa2f0f01fd6edf09753ab048e57e7b8b75d8de9352b -size 80399 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Sword_Skeleton.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Sword_Skeleton.uasset deleted file mode 100644 index a90ac669..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SK_Sword_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:726103995440bad56ea1cdfbd0d70ed0ad2895e68f453e4eb1057f8e9e8e1c0e -size 1736 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SM_Arrow.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SM_Arrow.uasset deleted file mode 100644 index 88d56930..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SM_Arrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:213135687cbf09dbb260508f701a57145e36c54c4ebee4028cdcd518908aa1b7 -size 198570 diff --git a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SM_Arrows.uasset b/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SM_Arrows.uasset deleted file mode 100644 index 9bbe4cf2..00000000 --- a/hwanyoung2/Content/Haena_v02/Meshes/Weapons_ETC/SM_Arrows.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bda5e4b0b602d9c8464e774f1b6dcdb631c5124670cab5145f04298f36a41065 -size 906754 diff --git a/hwanyoung2/Content/Haena_v02/Particle/P_Particle_01.uasset b/hwanyoung2/Content/Haena_v02/Particle/P_Particle_01.uasset deleted file mode 100644 index 460de0d4..00000000 --- a/hwanyoung2/Content/Haena_v02/Particle/P_Particle_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a4eabacccd411645e10296c4b80561a5e7c0a322150e28dbaab029f174d482f -size 32934 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_AO.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_AO.uasset deleted file mode 100644 index 88dfc420..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c2ff2f6e3a51e1bd099a1e025de62b04e2da235e36fd0dfa28b9b3a3b8ffa36 -size 368133 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_BaseColor.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_BaseColor.uasset deleted file mode 100644 index 1cc9cb41..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc1a8fa37503fe9bb0db5d3723a83791e1142a9d49bc06059e3ffa3b08f19841 -size 18533921 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_NM.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_NM.uasset deleted file mode 100644 index d7b9ec8b..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_NM.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b83cfb54532b48ceed9ee74031d22963586973a0ff3b53596f01de2f09f9aa2 -size 7080453 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_SPEC.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_SPEC.uasset deleted file mode 100644 index a617e59f..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_SPEC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a82943d0fec57ad3c2d8e219d160d2341a90b3a9329a068a0739cb1c1a0cf2e -size 8394959 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_Sccater.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_Sccater.uasset deleted file mode 100644 index 3eacb761..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Haena_Body_Sccater.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e6cd92591f3a00987842c924fe6fca9ca087e240c3ba7c9cdef8637eff5ff3a -size 1917903 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Normal_bump_01.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Normal_bump_01.uasset deleted file mode 100644 index 5817567c..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Normal_bump_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c1dfb758a565be9b53e6c074e809ccbd0b52202b15bb926f78ebb52e2609d6f -size 611670 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Underwear_BaseColor.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Underwear_BaseColor.uasset deleted file mode 100644 index 187f5d39..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Body/T_Underwear_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f9edb6672bb1cffa5cdb6f6c82596b3b4b59454ca07d643dbc203c73b4531dc -size 2248655 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/Iris_Color_Gray.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/Iris_Color_Gray.uasset deleted file mode 100644 index baa88cd2..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/Iris_Color_Gray.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:267d22e884086445f05add490853753e49580a25214962557b7d57986eb9d2a6 -size 2824559 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_CubeMap_01.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_CubeMap_01.uasset deleted file mode 100644 index be27acbc..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_CubeMap_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0cda34ac885af415faf2f5b1093b3d7e713898c40db681c7b2709388b6103a5 -size 613839 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_EYE_NORMALS.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_EYE_NORMALS.uasset deleted file mode 100644 index f6601f3a..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_EYE_NORMALS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5cef2f69dc1db673be24db55b639c1bce831494213f607e2aff4fb139ef7954 -size 259325 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_EyeBall_Sclera_Color.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_EyeBall_Sclera_Color.uasset deleted file mode 100644 index 190522c2..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_EyeBall_Sclera_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7cd0856df0fbf392efa29fc595991c6a632fa7afd21d4ab75ad787b7e78ba22 -size 1946730 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_EyeIris_Gray.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_EyeIris_Gray.uasset deleted file mode 100644 index 4c982341..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_EyeIris_Gray.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28d2cb9526205b3e6216aff7c4b34ec3fa926457bc7f614a59853bebd3191f6e -size 1365852 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_EyeMidPlaneDisplacement_Example.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_EyeMidPlaneDisplacement_Example.uasset deleted file mode 100644 index 19c74abe..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_EyeMidPlaneDisplacement_Example.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d50cbca97e9dd0402c92d2fa8105062af311fe121aa6ef9a15e2d6c372be554c -size 428732 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_IrisNormalsMap.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_IrisNormalsMap.uasset deleted file mode 100644 index c1b00703..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_IrisNormalsMap.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9fc606764a689f1485a78a22d4d51c5c20435e5bf4b6eab6e71a586620ee515 -size 3168693 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_NormalMask.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_NormalMask.uasset deleted file mode 100644 index 5567ce0b..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_NormalMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c85381924bd28968e579132cac8aed1b072abec7ba1f6e2db6dce9a9520c93a -size 275620 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_Sphere_EYE_NORMALS.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_Sphere_EYE_NORMALS.uasset deleted file mode 100644 index e2e2a094..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Eye/T_Sphere_EYE_NORMALS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79b549b4264575f8112428e08d25f19608b0bb0425d450fdefe5274cb2559fa3 -size 809143 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_AO.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_AO.uasset deleted file mode 100644 index 3e0876d9..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2529175c5b51e71c068d6365331958b77bd7f6df1b10e9a88140c7ac89b9fdc -size 5505443 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_BaseColor.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_BaseColor.uasset deleted file mode 100644 index de49a4ea..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b50bc95f6c5a35cd6a395ad308b7a8a1c314a2b745ba0e000f298e0d79eb4bd6 -size 8050025 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_BaseColor_WhiteHolder.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_BaseColor_WhiteHolder.uasset deleted file mode 100644 index 82fe94ff..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_BaseColor_WhiteHolder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7da4a485d681ce79624deaf5ad16ce760bb880f3781d1bf8536685d58260432c -size 6174661 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_Depth.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_Depth.uasset deleted file mode 100644 index 5c9b5f18..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_Depth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21ce3993d14069cbf6ee7ac9a531de7fad6dec4b803bbb0f8250171452873147 -size 5704386 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_Mask.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_Mask.uasset deleted file mode 100644 index dad0be5a..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2000f6305ad54d214e3e714d300ffc79af3dedacf2c2572a6e5bc436fcf12b14 -size 4209996 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_Root.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_Root.uasset deleted file mode 100644 index 49994dd8..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_Root.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60ff4da1b5f37303df06bb106d3ad4270fc43780f0ebf37701a8fe02836e090a -size 5891719 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_Shadow.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_Shadow.uasset deleted file mode 100644 index 2231e622..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Hair/T_Hair_Shadow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:119fea8fc4de4de5a18742584abffeced0c1857b43ef50187f91b787e698f6fa -size 6806180 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_AO.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_AO.uasset deleted file mode 100644 index f97ffbdd..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:660fbccd38f3bfddb378405bbd35ed30b397a89d7a0ee71d295bf26e35f85b69 -size 981337 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_BaseColor.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_BaseColor.uasset deleted file mode 100644 index 0a199146..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b48173dfaabb723ebce5dcb069bb96d3775686c2599b818ec32b5e06f017afb1 -size 16899914 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_NM.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_NM.uasset deleted file mode 100644 index 7e3d7cd5..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_NM.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dcee6e204a2e58f3d326bc10624dbdc55f44b0293352911ef9de4a237cc3c56 -size 7724597 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_Scatter.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_Scatter.uasset deleted file mode 100644 index afb7a0a1..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_Scatter.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f50549621c21691de2e2bbd4d8a898e05a2ad744da00df99f7580e8d9fed75f -size 2697670 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_Specular.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_Specular.uasset deleted file mode 100644 index 1bd00636..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Haena_Head_Specular.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dee67adef44d76eb32651b1504d89dc6500b7d31257a59d09ae398498d67d76f -size 6878883 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Head_RGBMask.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Head_RGBMask.uasset deleted file mode 100644 index 19345229..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Head_RGBMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aac3df7114ab0373492d3f5fd9829151820b74abdef0db6c6196308d309bb0ec -size 2184218 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Teeth_BaseColor.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Teeth_BaseColor.uasset deleted file mode 100644 index 4e2f0de0..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Teeth_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17f74d2928d0a16f40540c14266bd55ffda4fb8c915f4560cbe56b1d8ad7f6d6 -size 2726206 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Teeth_Normal.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Teeth_Normal.uasset deleted file mode 100644 index 3ac5d6c7..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_Teeth_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da45f5dbc4a47c44cf8c868d02483f056098cd78b93e0ebb4f917217b9521bd2 -size 4204661 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_skinbump_02.uasset b/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_skinbump_02.uasset deleted file mode 100644 index e3e8da84..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Bodies/Head/T_skinbump_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9d542f81b3937f7dba5c026c9a11e5c7e00ee54e7a8f89f7ff73555b2a552a2 -size 927610 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Cloth_BT_ID_Mask.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Cloth_BT_ID_Mask.uasset deleted file mode 100644 index aea6e603..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Cloth_BT_ID_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:464a5294a53ba194d5b1b92e9090e4f4ad3b565f021040529a66f9182aa88c74 -size 1963008 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_AO.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_AO.uasset deleted file mode 100644 index 7c8f0453..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3739f23dd1a13833fb5ad58c1be2c566c90e6ebc9eb5c905674326262110fae1 -size 7830982 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_BaseColor.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_BaseColor.uasset deleted file mode 100644 index 7267f4b0..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0b7f0a74b6aeffe58bf1c00afb455d41d567be35c1d07c6bdef93e23ac4ec1b -size 23184845 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_Metalic.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_Metalic.uasset deleted file mode 100644 index 9a10e64a..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_Metalic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e83fc653de1e760224a3f5ee36509cd9aecbb779ca929c4458ff4d85c3bca8e -size 11134800 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_Normal.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_Normal.uasset deleted file mode 100644 index c143866f..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddcc569b40aaae785d08a8c27a4c87068ab41cc2c149f75531eaf90e0db4c2e5 -size 38644691 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_Roughness.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_Roughness.uasset deleted file mode 100644 index bf1ec2f9..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd8677ba900750cbc69a5c923e812b91b70f0ad1be5c61a65286da2b28620ee8 -size 9894314 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_whiteColor.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_whiteColor.uasset deleted file mode 100644 index f1f48fa9..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT/T_Haena_Cloth_BT_whiteColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a538c085da216cc165d4155ebb1f6c279b93982521070b7042458ab7e11ca695 -size 7837803 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_AO.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_AO.uasset deleted file mode 100644 index 905ec54b..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd8a65e6b841059c8a2054597721175f1acf123aa9e10ab56096cf7517a77ec2 -size 7831036 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_BaseColor.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_BaseColor.uasset deleted file mode 100644 index 916697de..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09e0d7ba715765504a5680678f0d851f062921e25080498b616f3701e887f6f6 -size 22925953 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_Metalic.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_Metalic.uasset deleted file mode 100644 index e7b3e256..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_Metalic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c34cb142eb2a081d86a902d8cc3da575efd067bae58fa6030f12587f9362ce90 -size 11933167 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_Normal.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_Normal.uasset deleted file mode 100644 index aeb081f7..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69c764abca639206378ad770be90d473865b90678d6a9e4d4a612c5dd4f470cc -size 33432485 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_Roughness.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_Roughness.uasset deleted file mode 100644 index 115c57ca..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d765d9fc43c1b1ba9fba4af5ddbad78e54099931fb99a854a3194e7932750ad -size 11004512 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_WhiteColor.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_WhiteColor.uasset deleted file mode 100644 index 4f1d9c73..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_BT_Silky/T_Haena_Cloth_BT_Silky_WhiteColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25b5b8a4bd987e27b2f321a7eabb21227659ef14237d9fe07680de8de89d902b -size 6321749 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Cloth_Dress_ID_Mask.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Cloth_Dress_ID_Mask.uasset deleted file mode 100644 index ad0d3316..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Cloth_Dress_ID_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c622f78ad4a4f3b24e52295681599a93eecd84fb057b4b7589614636ea5f3f4 -size 1686257 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_AO.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_AO.uasset deleted file mode 100644 index a9752fcc..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d5076aa91a2c6b886d32d0d33cfd7e4d471af8c3f2184584109ea72c3b2c96e -size 6163421 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_BaseColor.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_BaseColor.uasset deleted file mode 100644 index 2744436c..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e51b5bea1ec8bdbf464a83c5ab49cf6a502ab53763f37eeccf91c6476f67bf29 -size 10286932 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_Metalic.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_Metalic.uasset deleted file mode 100644 index eb3b10cc..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_Metalic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa8722150a49683eba20954906a789b8fa140d266c85892ce3b22441502b85d0 -size 7659448 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_Normal.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_Normal.uasset deleted file mode 100644 index b6f14c62..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f22eaac60f943208d7d66b1ac05c70837ea1fdf2b0c8ab35f24adb0ab6f912b -size 27038626 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_Roughness.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_Roughness.uasset deleted file mode 100644 index aaeb25e2..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d66ba617fd6aa8aa0aa0cda746436bb069ceea7015d3a257174dbc7f84b7c593 -size 7746512 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_WhiteColor.uasset b/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_WhiteColor.uasset deleted file mode 100644 index 7bcfcf9f..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Cloting/Cloth_Dress/T_Haena_Dress_WhiteColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33708a36063f6c87c2ab8b6086b5628db8f63a3ae682bf745ce8d5fe0903e476 -size 2670418 diff --git a/hwanyoung2/Content/Haena_v02/Texture/T_BlackPlace.uasset b/hwanyoung2/Content/Haena_v02/Texture/T_BlackPlace.uasset deleted file mode 100644 index c9277432..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/T_BlackPlace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1a813d8ebee1a33d43ce6e04f2c0ac2c89a0c75eba4884e6f2dbf807baee3bc -size 4845 diff --git a/hwanyoung2/Content/Haena_v02/Texture/T_Good64x64TilingNoiseHighFreq.uasset b/hwanyoung2/Content/Haena_v02/Texture/T_Good64x64TilingNoiseHighFreq.uasset deleted file mode 100644 index 0fd0da81..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/T_Good64x64TilingNoiseHighFreq.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e1bab4c21989edb05478b28de870ec6ff015c26242822bedc01695fbf98245c -size 20135 diff --git a/hwanyoung2/Content/Haena_v02/Texture/T_KeyBoard.uasset b/hwanyoung2/Content/Haena_v02/Texture/T_KeyBoard.uasset deleted file mode 100644 index 16703400..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/T_KeyBoard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ae3c4559a7aab3786c05682bd03c07dc9cf4579df025d2f35f7754b5d5e566a -size 503823 diff --git a/hwanyoung2/Content/Haena_v02/Texture/T_NormalPlace.uasset b/hwanyoung2/Content/Haena_v02/Texture/T_NormalPlace.uasset deleted file mode 100644 index 474890a9..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/T_NormalPlace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5aece002f993ab5ba4bc195d07e373180a9473ac664772b1541e5b2c8203fe2 -size 5135 diff --git a/hwanyoung2/Content/Haena_v02/Texture/T_WhitePlace.uasset b/hwanyoung2/Content/Haena_v02/Texture/T_WhitePlace.uasset deleted file mode 100644 index 0d77d6ea..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/T_WhitePlace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b684b291e3fe0a7230af8d566273daddcd847298e319917da13e14d672d29316 -size 4905 diff --git a/hwanyoung2/Content/Haena_v02/Texture/T_crosshair.uasset b/hwanyoung2/Content/Haena_v02/Texture/T_crosshair.uasset deleted file mode 100644 index b73afae9..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/T_crosshair.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2767dc47545305c024ebd822dc14d745feef797ffb48b229d244a3a5b702a2a3 -size 3148 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_AO.uasset b/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_AO.uasset deleted file mode 100644 index a90cc1d6..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a91406546fca6bb91c67e96e2a1457992f9f2daae7c9e30f250eb02f5510e9d -size 9634071 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_BaseColor.uasset b/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_BaseColor.uasset deleted file mode 100644 index 24471d9d..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:700fa4e03248692b7382d1641265efe24798dd3a2bdf98abaa7721b878bf7605 -size 20304524 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_ID_Mask.uasset b/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_ID_Mask.uasset deleted file mode 100644 index d1bc0217..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_ID_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a30d21b003204e06b840de96d55a94675b4f103c872c2dbfb08eda782864c55e -size 3673952 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_Metalic.uasset b/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_Metalic.uasset deleted file mode 100644 index 930ecccd..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_Metalic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:865e37d92439c7bc43981a04f0845a676ee149e18651646f0237c6276f96a3d1 -size 4903870 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_Normal.uasset b/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_Normal.uasset deleted file mode 100644 index b60f2618..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f877d0cdc339f95e3c5def9cfd9f7733022ed67b6a6fc046bc8ed3eeb0da94dd -size 35177125 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_Roughness.uasset b/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_Roughness.uasset deleted file mode 100644 index 1559629e..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b337a9098309f7a26bd5c287e6f262703452324a09794e782678bf3b951f588 -size 10608951 diff --git a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_WhiteColor.uasset b/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_WhiteColor.uasset deleted file mode 100644 index 1f26ab03..00000000 --- a/hwanyoung2/Content/Haena_v02/Texture/Weapons_ETC/T_Haena_Weapons_WhiteColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6311b25f3fcea6742866aa18a55d403703bee81a1de6ea20bbb06ddeabb943bd -size 7837811 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Combo1.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Combo1.uasset deleted file mode 100644 index b5cb4f37..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Combo1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01ef962c8d762130ab061adf75eb21342a0c5e48bc0da123828d844b62bfdbfc -size 499749 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Jump1.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Jump1.uasset deleted file mode 100644 index c5e1a39b..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Jump1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c84cb25d0337e74c56cb4dd6a28b616fbfc22a3159bbaa1108361673a3bb599a -size 276103 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Jump2.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Jump2.uasset deleted file mode 100644 index 31fbb354..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Jump2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de777ffc00afa3736930fdda34a57e454fe0636639b1ec3b73910a0b052933d1 -size 232818 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Jump3.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Jump3.uasset deleted file mode 100644 index b3b3a62f..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Jump3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:250db10ba06912335f2d334d4c4e4bbd84b1a8cc8de40b329bff209758537d22 -size 252137 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Jump4.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Jump4.uasset deleted file mode 100644 index 715e659a..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Jump4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c7eaa77a0cc09f739879e210e2cd34d8ce1f9b0d9d367e2a7c600dd9d324825 -size 450610 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash1.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash1.uasset deleted file mode 100644 index 4f368e00..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebaaf2a4fbf50502021e7679a386c5222edeb1b4193e44ee1ca302fd10c68f3c -size 227785 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash2.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash2.uasset deleted file mode 100644 index 5b56d54f..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fafb1cf58052c07d479d93513875edd74ade85f7c506fe44c9432b7cc2c4a03 -size 276591 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash3.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash3.uasset deleted file mode 100644 index 7b3542ed..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd3ed903d27c81539ce723f2a516b13667b073c27ae5df3d1d3f6efdd7e1cee1 -size 425434 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash4.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash4.uasset deleted file mode 100644 index d810630a..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bc13acdae1cad1f908b780441f32be087882e455b121954d75ef82e923a98cd -size 227601 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash5.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash5.uasset deleted file mode 100644 index 689ff22f..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36ce77d5d32c94a60d69c54462b9ba4c9e53e474201b0b9e2c26e494b86bc496 -size 281829 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash6.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash6.uasset deleted file mode 100644 index a23ec70c..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Slash6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29d376b2373df530d6eeace98e740f0750412a5ea1caaab45c4e86bb4c8d58a0 -size 273534 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Stab1.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Stab1.uasset deleted file mode 100644 index d60584b8..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Stab1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9359bd56e178b12625dd31a30afef32e3b69d3802c07dac96752b66d4fa70569 -size 357588 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Stab2.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Stab2.uasset deleted file mode 100644 index 796df02e..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Stab2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ffc40c5f1532d09cc506ba4714f38a7e849a5b0cfc15fc8ff0b718bab40ccd5 -size 221850 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Stab3.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Stab3.uasset deleted file mode 100644 index fb3641c1..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Stab3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2acb42849392e5d6d3cfd43f2619a3a0b4d7717b24040a42b2aad3c885b665f3 -size 216621 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Stab4.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Stab4.uasset deleted file mode 100644 index 4cd822c7..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Attack/Anim_Sword_1H_Attack_Stab4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1c8343a4af710806551befb1cba3a3a1123387b7e1c26e12fe14571b6292bd2 -size 300764 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Hit/Anim_Sword_1H_Big_Hit_Front.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Hit/Anim_Sword_1H_Big_Hit_Front.uasset deleted file mode 100644 index 8f34161e..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Hit/Anim_Sword_1H_Big_Hit_Front.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30da263e15f621cca8ca68f6034ea294602ae639de10bb0461612227f1a457e4 -size 110974 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Hit/Anim_Sword_1H_Small_Hit_Front.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Hit/Anim_Sword_1H_Small_Hit_Front.uasset deleted file mode 100644 index c42e3c8d..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Hit/Anim_Sword_1H_Small_Hit_Front.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79de390f8ef1838d883a7919039045f5116c44bb356f699da0f8903c1c7df25b -size 110983 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Attack_Idle1.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Attack_Idle1.uasset deleted file mode 100644 index f1257ed2..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Attack_Idle1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c3a4f6d5833398ca79eeb366a598da1f00f1c285d09c8596aab51d254d85fc8 -size 271623 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Attack_Idle2.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Attack_Idle2.uasset deleted file mode 100644 index ca4c3bcf..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Attack_Idle2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae96391278b3f8713885bde00b1e23e4dd1e02489aa12e68f7c8421d6c8da3e5 -size 295958 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Laydown.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Laydown.uasset deleted file mode 100644 index cd8c3c5a..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Laydown.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:904d29634b6660ceba910e8191a197df6968ed8dffdb7cf2e10a3900464571f4 -size 119059 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_RaiseWeapon.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_RaiseWeapon.uasset deleted file mode 100644 index c3915849..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_RaiseWeapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ef58a5d77829686ef489903208ff7821a9243945dd3af8f530bb4c03b0bae55 -size 119031 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Walk_Back.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Walk_Back.uasset deleted file mode 100644 index 2893a1ab..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Walk_Back.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd5e8ad038529fdf2c86cb66821e12e25c7f7da286d7cff70f93281758daa2bc -size 173382 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Walk_Front.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Walk_Front.uasset deleted file mode 100644 index cfa96000..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Walk_Front.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff79e1a0ad29555b7cedec0c3745002e4b674c1975ff4a4116f7fb12a08b830a -size 173393 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Walk_Left.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Walk_Left.uasset deleted file mode 100644 index 102349d6..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Walk_Left.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a02697fef835e7c25bb061bf7de2be69860fce9863213b39eda8cd25df341458 -size 173329 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Walk_Right.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Walk_Right.uasset deleted file mode 100644 index 6bc8c42b..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Animations/Locomotion/Anim_Sword_1H_Walk_Right.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34469dd180e2f858ad381a95addba17a0bf5041a9a13cbca2b08f981a8004bcf -size 173061 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset deleted file mode 100644 index da43661d..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/Layers/ML_Latex_Black.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b40612886beb855e9937d9f3e8b730901c0a8da71169db7d0f0bac5f9b625ec2 -size 13800 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset deleted file mode 100644 index 1f8fc0c8..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d21ed90318b26fff7ccc4d0b0e3c65f6ae08ba72e6e275c622bf31d9872cbe44 -size 10412 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset deleted file mode 100644 index 32174579..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/Layers/ML_ShinyPlastic_Beige_Logo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:232557a56124568dc7fe33ee08bfedddf1b9719b14bc54cadb4e3f9d4001c68e -size 11257 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset deleted file mode 100644 index 34097665..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/Layers/ML_SoftMetal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ba65af2a65de364fc765e88dd0dd2b526721f07bd5dcef66a820101992ed531 -size 14737 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset deleted file mode 100644 index 441ed915..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/M_MannequinUE4_Body.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f931fc103cd42310c65fa5535e76a176ec919c1c1d9d4d163be54fb4051fc166 -size 28767 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset deleted file mode 100644 index f8203fed..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Materials/M_MannequinUE4_ChestLogo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01d7c47f3be2b2e01706eb04c7ba79f6d0f195f2d97306724b4620556e061f44 -size 11372 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Meshes/IKRig_SwordMannequin.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Meshes/IKRig_SwordMannequin.uasset deleted file mode 100644 index a9fdab3c..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Meshes/IKRig_SwordMannequin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f58e648efc9420d7fccacca9809e3d627867d89718806ba09a00912049ea1d4 -size 77612 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset deleted file mode 100644 index 881eb9df..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Meshes/SK_Mannequin_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4b93e2d1439cc2dd0ff44016756fb6e35ca5da56605d21c4daa991188e26eda -size 46537 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton_Sword_1H.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton_Sword_1H.uasset deleted file mode 100644 index c2712b66..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Skeleton_Sword_1H.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c8e5c117335382e593b96969a178a9e16407d3ae036b434256f11068e4d2aeb -size 24325 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Sword_1H.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Sword_1H.uasset deleted file mode 100644 index d6ee894f..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Meshes/SK_Mannequin_Sword_1H.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ad068f7e5fc410b384dcb5b3c7fc5d43c209b2dc880f51f501d2d18aa8c7d38 -size 5583702 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset deleted file mode 100644 index b3038329..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:274d485af601a0830d90a60947d9315da090d9101c439e8a9f892746b8fb1911 -size 392928 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset deleted file mode 100644 index c68d3774..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_ML_Aluminum01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a67fa209a5c5073ebed25f2c283a380202bf362a05ce0e67ab7b5eeb61e2e843 -size 404319 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset deleted file mode 100644 index 78a30623..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81fd3d38e26a06454d27d00f4e387c8642bd2d3203cdcd84090a71568a67771f -size 429056 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset deleted file mode 100644 index 5745c0f5..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_ML_Rubber_Blue_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37b9f06e49b5ade7cb91c7a6f131053809a4a4c8d8e4fa9dc47974db988b7c0a -size 358554 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset deleted file mode 100644 index c79fadcf..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin_MAT_MASKA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4e737b4d1a1008b2dbde37c41745a5a3846faf83e121bf8b7a3c77b7cb1e7a5 -size 206914 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset deleted file mode 100644 index e2d1b16b..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_UE4_Mannequin__normals.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c2fa71af0d03c1f4bb0326fbfb625d5b1b8f561e52c7907ad422b1195631340 -size 5423196 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset deleted file mode 100644 index db0bfc44..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_UELogo_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5826407d67e07dcf83f67e16a36403ebc57d98d86ec5d2a44739dd6d12e5f5c9 -size 41130 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset deleted file mode 100644 index 198a15ad..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Demo/Characters/Mannequin_UE4/Textures/T_UELogo_N_TGA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f8d32876c4876ad5fb3ca143e7af60b2c2983d469c1601943b8cc6b7fe3424c -size 55487 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Weapon/M_Sword.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Weapon/M_Sword.uasset deleted file mode 100644 index ffb04f93..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Weapon/M_Sword.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2f2b8da6bc2b7cf7903dcf81fda0cb53e12a60ee50676a04ce755983824a4e4 -size 7956 diff --git a/hwanyoung2/Content/HandsomeSwordCombatAnims/Weapon/SM_CombatSword.uasset b/hwanyoung2/Content/HandsomeSwordCombatAnims/Weapon/SM_CombatSword.uasset deleted file mode 100644 index fb17d961..00000000 --- a/hwanyoung2/Content/HandsomeSwordCombatAnims/Weapon/SM_CombatSword.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c93dfa4ff20a2bafe3c5b4e98fa7acaf18820d61f2de01cb9e47dd23c222c536 -size 61020 diff --git a/hwanyoung2/Content/Hwanyoung/BP_HYGameMode.uasset b/hwanyoung2/Content/Hwanyoung/BP_HYGameMode.uasset deleted file mode 100644 index 2cacfc6c..00000000 --- a/hwanyoung2/Content/Hwanyoung/BP_HYGameMode.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:959a5e7b320c71d2eb6267ed1566139a246f847a2de7dec707c504619a445db5 -size 20686 diff --git a/hwanyoung2/Content/Hwanyoung/Character/BPI_CharacterState.uasset b/hwanyoung2/Content/Hwanyoung/Character/BPI_CharacterState.uasset deleted file mode 100644 index 8422c977..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/BPI_CharacterState.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fbe1c940808d05f945aace6fc398155251c1807a84dd9ab8f4ba763f109badb -size 15131 diff --git a/hwanyoung2/Content/Hwanyoung/Character/E_CharacterState.uasset b/hwanyoung2/Content/Hwanyoung/Character/E_CharacterState.uasset deleted file mode 100644 index 03dd5792..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/E_CharacterState.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b7782fdb1ae70b2c4ecd671204b40f86485b8e175ce5f8e639ed069dc3e2e45 -size 2380 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_SaninStoneTrail.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_SaninStoneTrail.uasset deleted file mode 100644 index 7f19e00a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_SaninStoneTrail.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fcc4f5049c1e55a213ade591cb7f129044a60620f1ccd979db2ed6c3d3a550d -size 64086 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_Weapon_Base.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_Weapon_Base.uasset deleted file mode 100644 index 39712d0b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_Weapon_Base.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e088c7873111f6b6effdead2d3deb1be519f223dc822fb264b5d98c1ef64cfa2 -size 27833 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_Weapon_Club.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_Weapon_Club.uasset deleted file mode 100644 index 980ee2ef..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_Weapon_Club.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baf45ddc5097ac979026fac0fe575829621ba89ab7d7cc0cce87a8984a10ad30 -size 30356 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_Weapon_Gonbong.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_Weapon_Gonbong.uasset deleted file mode 100644 index aec10338..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/BP_Weapon_Gonbong.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22fda433a588485f114461709bb69076377ea6afaad3b041abc40953a14ce657 -size 37711 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/AIC_ButterflyController.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/AIC_ButterflyController.uasset deleted file mode 100644 index 0c59ad9a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/AIC_ButterflyController.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73dba95b595582ab69de9f654bf9d7a6a2afc11b62816bf2d79e5d3507796987 -size 62780 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BB_Butterfly.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BB_Butterfly.uasset deleted file mode 100644 index 129423fc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BB_Butterfly.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b370796efc211a3d25ec4bb1787dd7c10295fa495283f49a1b270309db6bf89 -size 4664 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BP_SaninButterflySwarm.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BP_SaninButterflySwarm.uasset deleted file mode 100644 index 7133089d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BP_SaninButterflySwarm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a23616dac7acd8ee89307f6803c1f15b019028ee11652e9555a41abbdf6cf33 -size 172698 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTD_LoopFourTimes.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTD_LoopFourTimes.uasset deleted file mode 100644 index 3b7b3224..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTD_LoopFourTimes.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efc256b72331e04f54abcef6eb078e15b700687de46b8cc36d957848781c5c52 -size 28687 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_ButterflyManualDeath.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_ButterflyManualDeath.uasset deleted file mode 100644 index 915b405c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_ButterflyManualDeath.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4643a06616643096d6db5787ed7208c8e40d6489cd72fa680c85dbd5213f0af7 -size 23899 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_ChoosePosition.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_ChoosePosition.uasset deleted file mode 100644 index 0c0e2f0a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_ChoosePosition.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49e6666e5a6409ea4a3d7d4f2428468ae2d04473844cdd330357dcf6dfc10f91 -size 24149 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_IncrementLoop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_IncrementLoop.uasset deleted file mode 100644 index 3e714163..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_IncrementLoop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25046ff93362d7e237f5a3ecb10316a82fdfa823ed2639de975426323420b072 -size 33184 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_SetLoopIndexZero.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_SetLoopIndexZero.uasset deleted file mode 100644 index 212621cc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_SetLoopIndexZero.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1476b8eca780f938935ef0f81009cf9f7adb49602a78d53ed1423a21536882b2 -size 27017 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_SetStateAsInactive.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_SetStateAsInactive.uasset deleted file mode 100644 index 3ea53798..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BTT_SetStateAsInactive.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a61790ccd9377bf0958b146349b7e6f546097b7519147a1fd8f35b70e6b4c2df -size 30243 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BT_SaninButterflySwarm.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BT_SaninButterflySwarm.uasset deleted file mode 100644 index dbe96685..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/BT_SaninButterflySwarm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cea7e45464d7986df9bf402f6183e770233c254bbeefc4b44fcf08b3bc2f1a3 -size 22682 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/E_SaninButterflyState.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/E_SaninButterflyState.uasset deleted file mode 100644 index 75b9b47a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/AI-Weapon/SaninButterflyProjectile/E_SaninButterflyState.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ef0e2ad35dc752550e350a207c848a2c854c1036cd8ffad593ce84f358f31e3 -size 3004 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/BPI_NPCBehavior.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/BPI_NPCBehavior.uasset deleted file mode 100644 index 4be5c240..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/BPI_NPCBehavior.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f092da906ec1679973a50ddf2a64899dcdadd2d7840f7ad539acf25a89ad92ab -size 34763 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_AggroNPCBase.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_AggroNPCBase.uasset deleted file mode 100644 index 6dd88a10..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_AggroNPCBase.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbbb073ee027dd870e6a8e9e05a34ffe2df8c1d3f31cc35c7406f0dbd7396a0a -size 602796 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_AggroNPCControllerBase.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_AggroNPCControllerBase.uasset deleted file mode 100644 index 0c4904b8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_AggroNPCControllerBase.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94a56fd55c6139f91b2e675db086f9c6cd72ba45d7ae4004a9ab0b24b9f84790 -size 2692 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_AggroNPCControllerBase2.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_AggroNPCControllerBase2.uasset deleted file mode 100644 index 3aeee591..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_AggroNPCControllerBase2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0eb3020df358a90358eb851278e9fe1ea22b4b47733a9ce68536f8c48ae4f14 -size 374295 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_Goblin.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_Goblin.uasset deleted file mode 100644 index a2ad4ee9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_Goblin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55ba5e7b8bd1fceeff9c4cdad83ffdedd11e86c86ee437be159d9511fd08cbf5 -size 249252 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_PatrolRoute.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_PatrolRoute.uasset deleted file mode 100644 index a37353b1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/BP_PatrolRoute.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5d76ea81274d0f852e212ed5639ea8291cc7354fab8f3dfe679d978637d4091 -size 85818 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BB_AggroNPCBase.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BB_AggroNPCBase.uasset deleted file mode 100644 index 71cf9dd7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BB_AggroNPCBase.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ada861e65ab2ae3fcbcff29f4ce5a77230158db18fdd219fe3821e8e91409bb -size 4678 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BB_Sanin.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BB_Sanin.uasset deleted file mode 100644 index 6086e1a3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BB_Sanin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd4439ba0e833d4d5b2bab904171c887e422817636a254fbe9db38a526f7f0ed -size 4059 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_FindCover.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_FindCover.uasset deleted file mode 100644 index ad3e9d61..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_FindCover.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6e354e5847c8eb4e56d96c32622045c366868f97313657ceaea87217cab1e2b -size 13955 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_Frozen.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_Frozen.uasset deleted file mode 100644 index e9a056d8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_Frozen.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfe2b6524fd64bc1f01037b2565f78e6342e3e1c24faf94ab0e2c8e2c10d87fc -size 8525 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_Investigate.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_Investigate.uasset deleted file mode 100644 index 52ac561d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_Investigate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f605eb3445b4474978d0e2c75bb560636fa789eeb8f979c5afd49405609133f -size 10331 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_PassivePatrolling.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_PassivePatrolling.uasset deleted file mode 100644 index f9271720..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_PassivePatrolling.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f02f292a9176d73d72f1d27a50e7cc565b6e6f1cb72cfa4bd03b66b9a0b0afc5 -size 15475 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_SaninAttack.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_SaninAttack.uasset deleted file mode 100644 index 49fd1753..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_SaninAttack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48ad2afc63e2617d2d032392f7013c74b448ac28f35e092180387f84e660706b -size 44141 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_Strafe.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_Strafe.uasset deleted file mode 100644 index ebaa7b4d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/BST_Strafe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c420df4a6ece4a45d1f7aad14428e0847ae9f8c472d6c3e67a67f889e985536 -size 20545 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/EQS_TestingPawn.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/EQS_TestingPawn.uasset deleted file mode 100644 index 6651586e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BST/EQS_TestingPawn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f903964fe2e6be69a119ffca4afe7bdf9f7eac49db11ad6dc01b1d5b2c2f9bbb -size 23323 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_AggroNPCBase.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_AggroNPCBase.uasset deleted file mode 100644 index 73c956b7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_AggroNPCBase.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae8f110fa2d9b682d349676724efa851ef868f035abcbba3d75a4130250a57f1 -size 37399 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Decorators/BTD_CanSeeTarget.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Decorators/BTD_CanSeeTarget.uasset deleted file mode 100644 index f949e7be..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Decorators/BTD_CanSeeTarget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b788830410afa7f83dee7b7b92d4dbae9978988155fa0486115d2d25e1ee7cc5 -size 44387 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Decorators/BTD_ISWithinIdealRange.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Decorators/BTD_ISWithinIdealRange.uasset deleted file mode 100644 index a47f4f74..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Decorators/BTD_ISWithinIdealRange.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c495c3cf9bf17b87a314225a52c67ec031da52cbd8c45bf18f4500eb3d7bc97 -size 45031 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Decorators/BTD_IsHealthBelowThreshold.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Decorators/BTD_IsHealthBelowThreshold.uasset deleted file mode 100644 index 80f2372b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Decorators/BTD_IsHealthBelowThreshold.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30fad43e9183fe8b436390d33bd6f8914d1270dfe102ba5eb133193a701cc4df -size 34642 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Decorators/BTD_IsPatrolRouteValid.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Decorators/BTD_IsPatrolRouteValid.uasset deleted file mode 100644 index 8749285a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Decorators/BTD_IsPatrolRouteValid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f17a8f455f8f660a23d6d892410fc42ba6f2f540099958d324021e66a2020e8 -size 23462 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Goblin.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Goblin.uasset deleted file mode 100644 index 27cd7517..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Goblin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:006941eb844ba38f60526881857e328ba5b29b4c89bd8fc9ac00019b5b69b34e -size 27848 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Sanin.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Sanin.uasset deleted file mode 100644 index 5fce4ee9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Sanin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:717594eee5e6a57825e2aa910cdfb0a1bae4e196b491918bc96472b62587d3e3 -size 21360 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Services/BTS_ChangeStateToAttackIfAttacked.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Services/BTS_ChangeStateToAttackIfAttacked.uasset deleted file mode 100644 index fdb30762..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Services/BTS_ChangeStateToAttackIfAttacked.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8b1ed9566640e0a8a08b56270a852af85c0b172ce4cc7eeff4e86d215d9ff37 -size 43890 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Services/BTS_StopAttackingIfTargetDead.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Services/BTS_StopAttackingIfTargetDead.uasset deleted file mode 100644 index 5744fb59..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Services/BTS_StopAttackingIfTargetDead.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad576ddeff6504d5e1051760f5bdda88a95ebc20346b12e7f67a2ab12b5257f8 -size 37065 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_ClearFocus.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_ClearFocus.uasset deleted file mode 100644 index 7d517147..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_ClearFocus.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b75e95bbf350655cd86f9b315493c79433f443395174981999404e7a20cc8fe8 -size 19637 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_DefaultAttack.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_DefaultAttack.uasset deleted file mode 100644 index 612759ed..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_DefaultAttack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b599947edf199af271806dfdb344842ee5d390c9f81133de16054c1e50eb0289 -size 38416 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_EquipWeapon.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_EquipWeapon.uasset deleted file mode 100644 index 5013a00d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_EquipWeapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1ddb48dad6df1e07d158b1f7f01e2b1e2a53e4f662f0e979adfa4da696d96a6 -size 29234 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_FocusTarget.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_FocusTarget.uasset deleted file mode 100644 index 56921ea6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_FocusTarget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24f66743fda656c2752762ce44c1ada595efe4f71034969f0c619a42c723047f -size 29744 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_MeleeAttack.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_MeleeAttack.uasset deleted file mode 100644 index f29791fc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_MeleeAttack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:426585aec3933027bbfd1859ddc2235d3cd2054114c7032eb731fad8d0498a58 -size 89490 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_MoveAlongPatrolRoute.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_MoveAlongPatrolRoute.uasset deleted file mode 100644 index ebade335..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_MoveAlongPatrolRoute.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e75c52a82aa6637fc8482b22699cf4edc5111c6fc41a9e30fc64bb991a78ad3 -size 49201 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_MoveToIdealRange.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_MoveToIdealRange.uasset deleted file mode 100644 index 070a3f4c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_MoveToIdealRange.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ce0b906240da9d0dcdc17720bc6a9fed68c7552c4fcfdc3ba4ab42ff0b40f35 -size 41282 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SaninButterflyRush.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SaninButterflyRush.uasset deleted file mode 100644 index 37963d61..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SaninButterflyRush.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:011b3e4fbd7a33c142a4cb0048bf0e6193a1ce7f874c229f6265d24cf4e7d2af -size 23872 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SaninTeleport.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SaninTeleport.uasset deleted file mode 100644 index 9313c5de..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SaninTeleport.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6396d0e32e568116c41a48c7dc679312e2e246d9aa8fa121e49b634f418af861 -size 33266 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SetCharacterState.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SetCharacterState.uasset deleted file mode 100644 index d3436d83..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SetCharacterState.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:271e056d2023cdfd16686413ecadf6c4e70081c940379d1eea817c348388a4bf -size 27033 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SetMovementSpeed.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SetMovementSpeed.uasset deleted file mode 100644 index d13711c5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SetMovementSpeed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:272ce6fc3001059bc0a98b7d2b44e533ea6f699bc5863cfb0cce851e4fdf77ab -size 27753 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SetStateAsCombative.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SetStateAsCombative.uasset deleted file mode 100644 index 442d7758..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SetStateAsCombative.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b74db4cee30262884acb4ef5862a565613e5ba3b0a7ce52f7462ab9c09c4fd90 -size 33940 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SetStateAsPassive.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SetStateAsPassive.uasset deleted file mode 100644 index 92228080..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_SetStateAsPassive.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:650edddd53612ca320ea37909f5d6fad834748f379be8767a5a48bcc330f2947 -size 23961 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_UnequipWeapon.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_UnequipWeapon.uasset deleted file mode 100644 index dfc8338f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/BT_Tasks/BTT_UnequipWeapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df2118ea56bcaafcafa4998e473dec484325333938efa7284407f6718b20e580 -size 29613 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_AttackTargetContext.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_AttackTargetContext.uasset deleted file mode 100644 index a59f735a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_AttackTargetContext.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f25d44f4c8ab56914bf7cfb1fa52b8d483d2239906716724aa8ff006143a3af5 -size 25543 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_FindCover.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_FindCover.uasset deleted file mode 100644 index aa2e8d24..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_FindCover.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7277a495c9a1ea6352a5ecc61c22c1667d09d3a19b164a9c1840eabdd7b0fbde -size 7209 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_FindIdealRangedLocation.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_FindIdealRangedLocation.uasset deleted file mode 100644 index c0d91b7c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_FindIdealRangedLocation.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e0d8b8d4e39b83c7a5eb3c9d9b459a317daee4bff9a9d50482cd3e61467b8af -size 13987 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_Strafe.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_Strafe.uasset deleted file mode 100644 index 77ea2d25..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_Strafe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e57e55ccb75907d3c7f024a1bfdfe0211ba6debef1ed29696e5b69558dab9e7 -size 6990 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_Teleport.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_Teleport.uasset deleted file mode 100644 index ab2d187b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Behavior/EQS/EQS_Teleport.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d37b639c6358f1ed8c98147bd1dcf0a70540432e2b9b7898e7cacf59ee2e9f25 -size 15108 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/E_AISense.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/E_AISense.uasset deleted file mode 100644 index b1e75e35..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/E_AISense.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7c727802e3cfb11556c70a60cb76f28a923bd0a0b8cdf001a1df2eb84c44204 -size 2990 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/E_NPCBehaviorState.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/E_NPCBehaviorState.uasset deleted file mode 100644 index 49485e1e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/E_NPCBehaviorState.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24def0be25b8c441b45233f26655198d44b934a30a8f48b9236da0d6cd7d71fc -size 3908 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/E_NPCMovementSpeed.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/E_NPCMovementSpeed.uasset deleted file mode 100644 index de090588..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/E_NPCMovementSpeed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e865e36a05036e5837b110992ede0ffc3795fa0496ed7878546f8908e702a912 -size 3226 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/ABP_Sanin.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/ABP_Sanin.uasset deleted file mode 100644 index 360b0435..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/ABP_Sanin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4191f198b74ef4aa0685108dd55ea821f0a7191f1576a7347797321964ef910 -size 629926 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/ABP_SaninSemiFinal.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/ABP_SaninSemiFinal.uasset deleted file mode 100644 index 74c1fc0d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/ABP_SaninSemiFinal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c01a85d6f98f058b741496176ed4cd448d21378c0002b8b004cdc7d729d32f2 -size 565397 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BP_SaninDeath.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BP_SaninDeath.uasset deleted file mode 100644 index 02f3148d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BP_SaninDeath.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:501bc024d93ba03b77bab1ae1c76901f9d6842a171e731a2a549dcb44970fa52 -size 11789 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BSBP_SaninWalkRunCombat.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BSBP_SaninWalkRunCombat.uasset deleted file mode 100644 index d7eec701..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BSBP_SaninWalkRunCombat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae74f37c0c29dcad81fc6832852fca323a6ba116fbba8bb074bbf426d70b584d -size 27488 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BSBP_SaninWalkRunPassive.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BSBP_SaninWalkRunPassive.uasset deleted file mode 100644 index 5fa695e8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BSBP_SaninWalkRunPassive.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcaf3f143b4e263d2912e85fa184d1dab879e279953a1a8ef3e91a732970a750 -size 10989 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BS_caution.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BS_caution.uasset deleted file mode 100644 index 035b2147..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BS_caution.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9238e2b00be3be59a1bcf045cd9e55a1376a6bb2e3f2d37f24da965b57b268b6 -size 10894 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BS_runStart.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BS_runStart.uasset deleted file mode 100644 index a2ffca28..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BS_runStart.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a7374f371e529ac4811bc3ed3a813235347cc82441359d63e943fd6eb7f5f8f -size 8935 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BS_runend.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BS_runend.uasset deleted file mode 100644 index 1cb627cb..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BS_runend.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17c6ed66729ecd5a9820c82b91478db127dec942815fe2e68afee1c32a384965 -size 7512 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BS_runloop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BS_runloop.uasset deleted file mode 100644 index cf727b9c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/BS_runloop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf5fa9e154327d83de092dcc3378f510d9b21ac806c35269d85966b7fba7399b -size 7455 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/01_idle.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/01_idle.uasset deleted file mode 100644 index 4ef752b7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/01_idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aee5a4ae5a71c144513f749be062d59a7a7e788ecb881e84b7115c41b6b6b5b4 -size 431906 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_Finish.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_Finish.uasset deleted file mode 100644 index 54a0aaa6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_Finish.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5d3e3169b73b0b8a177600295d8184159e3edd4723915feb07c68da00f678d1 -size 9230 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_all.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_all.uasset deleted file mode 100644 index 019f468d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_all.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:970d72ef0238213b373d4d309b0d5f654db47311532fa3c1233adfe4f6516b78 -size 20549 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_all_Dup.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_all_Dup.uasset deleted file mode 100644 index 3c03f02c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_all_Dup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56c432d14a0492af049c4a2238c26335e409a33c09060afe402fac417963f76c -size 16900 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_end.uasset deleted file mode 100644 index e2819780..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bb47330c04b370467a742ecb3273446b1291bc5ed869afa8fae9495e962ffb8 -size 158587 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_loop.uasset deleted file mode 100644 index 2ba25917..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edad5a4447e87a6e26fa881fb9a7f0322696339984ebc94487c0617363b84150 -size 97527 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_start.uasset deleted file mode 100644 index 3b82a3d6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/02_shot_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a751c1481f14616585b0ea05b89cf7c141ecba0e5df7fbbbad3f2db59389671 -size 105462 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_all.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_all.uasset deleted file mode 100644 index edba1bd1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_all.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05a8724a2f5d251474105ff00b311918648f42571aee2c065ad9deedd5779331 -size 16483 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_end.uasset deleted file mode 100644 index 54a13e1f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90b159895e8f3e056e7c7ef9f5a02bcb0b413dcb5801198408b91d5dc5eb7722 -size 234674 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_end1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_end1.uasset deleted file mode 100644 index a5d98f04..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_end1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:139a8bbfd2445ad3ddd2c0478d03136c59bff20eb3f9d04b9de53fec9f3ecb0e -size 234714 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_loop.uasset deleted file mode 100644 index 8225895d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d81371494134407fca36fef06e1c2dbd3a24f4b75b9f03c4185f129d2d23ad8b -size 104913 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_loop1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_loop1.uasset deleted file mode 100644 index d15b1519..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_loop1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e7ce56c140a2811f7bdd8b698b86cb5c3f9b4899df67d3dd57f3b72d4edb7c3 -size 105168 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_start.uasset deleted file mode 100644 index ca86ab78..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1de4be77d6db9e3a662a594ed59e854e61d09f11ce48960bba7556dc508a03a0 -size 150703 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_start1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_start1.uasset deleted file mode 100644 index 6e8bcf8e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/03_shotS_start1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9a4df7afee1d41a2dfa12d72afe8c90bf0ff13374cc58dbfcca1bbf0d0aee9f -size 150912 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_all.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_all.uasset deleted file mode 100644 index 86e2e749..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_all.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5011a248359331a0a2080654c4454b1bcda4f31eeb9c93e266f1183a3c6e97c6 -size 10235 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_end.uasset deleted file mode 100644 index 643c0c85..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7f7b603acb00ab4bcc5e722a9e38276c485327ec3ae4382b91f92ef0dbdb610 -size 253303 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_end1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_end1.uasset deleted file mode 100644 index 31d3dab2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_end1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c6d56563d3b2afb7e7e1401f492d88c7a1bef135889ec3dd149dcf9a417c8c8 -size 253644 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_loop.uasset deleted file mode 100644 index 8b2a7c42..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6aec8d8636804d1110c9916963566b8272a678da472bc38f3937da95ed0cfa5 -size 97087 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_loop1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_loop1.uasset deleted file mode 100644 index 541e7125..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_loop1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c51ba3d0325e93da176200f66344e618591fa7b3cbc72c5454393e3609b1a8e -size 97193 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_start.uasset deleted file mode 100644 index fd5266fe..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec51f7a623d636254b362d62b9a1190adbaa0134be94de586bdf5076bb6e9020 -size 265111 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_start1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_start1.uasset deleted file mode 100644 index c963e02c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/04_beam_start1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22353413a4163e0a2591dcfb8b0cff0bfb2f3ccda854ae4f3ec3b231d20ac734 -size 265017 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_all.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_all.uasset deleted file mode 100644 index 7c71dee2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_all.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3edf5292b61cb41b915d2f2b0162868b48de75d489f544921116a6496e4a3c21 -size 10193 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_end.uasset deleted file mode 100644 index b6af67d9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3916aded0bdb6ef48fdead8bff126dd9f08bd7c03e3aa5be21487af2357e5f04 -size 302186 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_end1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_end1.uasset deleted file mode 100644 index 77b8b130..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_end1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de773cf071fef713342f8a97289c3f551ac9a4fb38c5f4c1407bec52a0cdfdd8 -size 303012 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_loop.uasset deleted file mode 100644 index 9cb174a0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ecde679341a413b7c4699ab5201064f201e144941d82f53e4159da2f864c9d3 -size 127447 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_loop1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_loop1.uasset deleted file mode 100644 index c8498f24..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_loop1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bcafd7471cb9354a32f6ca566d0fe345380fb70782b20c36d69fdaf57a079ee -size 128235 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_start.uasset deleted file mode 100644 index 04379c20..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:032ec59f47d08361813f9b2df73518fece6c001b4459df6191edd1736f5789ac -size 203393 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_start1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_start1.uasset deleted file mode 100644 index b9cea605..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/05_chanting_start1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f30afa40c766a9421c41ddfa344ee6b8b431e39952b1dfce6ba56ed745bb5b3 -size 203867 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_all.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_all.uasset deleted file mode 100644 index ee9da4f8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_all.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddd5abd8c4d8ef85c626222cf215ee6eb15404ec8fc304d762cef67fc4db6866 -size 22641 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_end.uasset deleted file mode 100644 index c20bb4d1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed74672be1426da947ce0457e9b4ffca18d41d708ba233afe43f14d9a459ecef -size 492200 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_end1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_end1.uasset deleted file mode 100644 index b12aaade..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_end1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef16351bc038955c78e35ecffbff68562b441e0bb2f383a8922d9f71c091fe17 -size 492555 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_loopA.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_loopA.uasset deleted file mode 100644 index fbcf9995..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_loopA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3ecda3c615009756904ded506188e5d7f31ace3dff4ba36be7d50e13b4cd4cd -size 203845 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_loopB.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_loopB.uasset deleted file mode 100644 index a1d39265..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_loopB.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:839602b469e4b129a3545a35956a6accdd98e5cf34d6728c4dccd4c9bb45e89c -size 128048 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_loopB1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_loopB1.uasset deleted file mode 100644 index 6d64238a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_loopB1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4375de211c2f53d007d4d60589e867127c2bd0aaf6f8ced1a2276fa2c7af0588 -size 127947 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_middle.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_middle.uasset deleted file mode 100644 index 650f3fa1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_middle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80b6b4556f0b83816f86636b4ed31ed52b7067fcbb984168e6e3397a71cfc334 -size 226977 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_middle1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_middle1.uasset deleted file mode 100644 index cedd7a14..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_middle1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:982a93e92385cbf5a7bb0687f6bdb5161bf1d882fafcd96908aa00932d1a233b -size 226789 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_start.uasset deleted file mode 100644 index f4e2fa84..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/06_chanting_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a430e7a9d0beed5eb7a902897615a2e7248f85215ecae577737b0966997c178d -size 173833 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/07_force.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/07_force.uasset deleted file mode 100644 index fad86d89..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/07_force.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8303977d7943e9ebea0442d103f003260ad9c3e277ee51b8e741410347ea223c -size 652610 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/08_triplemagic.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/08_triplemagic.uasset deleted file mode 100644 index bc5ce77c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/08_triplemagic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0888f5b38a502ea8998c276630cfbbfd84cf89a98015429bfcfccf440899892 -size 432181 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/09_football.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/09_football.uasset deleted file mode 100644 index 8a925747..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/09_football.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11cf23cfc63ce4e077734deaedce97ea0b89fb4b4918bbf77014f1bc94e56606 -size 629721 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/09_football1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/09_football1.uasset deleted file mode 100644 index 11b1e85a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/09_football1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db1e2bd3a579832c87ee47692ef5d23b127b2dec60b5c3ea71ffe8cd75788b19 -size 628830 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/10_buff.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/10_buff.uasset deleted file mode 100644 index 48914d6e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/10_buff.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c964b0b213f0a7c41ccbc6b61ba3416400ba393f0d7364fb44d6e722f42acf1 -size 583943 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/11_emote_spin.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/11_emote_spin.uasset deleted file mode 100644 index 42cd3d65..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/11_emote_spin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4d1ae1e670ba512d084bf32f81d65393286ea72fab6589a4b6109aa044c4223 -size 1617414 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/11_emote_spin1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/11_emote_spin1.uasset deleted file mode 100644 index b007c1fc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/11_emote_spin1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f20dd5d1f029f0af9f71e83de336c34f3278dd3bb8f2475d91e6cca508cbcf3 -size 1617847 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/12_emote_grace.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/12_emote_grace.uasset deleted file mode 100644 index b992d063..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/12_emote_grace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:898045ecf18c8c7ce31c0d756671e587ad929cff572060c81f763edc17f976b2 -size 523269 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_1.uasset deleted file mode 100644 index e5583948..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:574904560f4483a1712c91a0ce3786d00f01d8e5921498d3b4cbcb562cac526d -size 211708 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_1s.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_1s.uasset deleted file mode 100644 index f5ebf226..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_1s.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b1720abc85203e436319826142c31fc5fc91444634e13af7127705ca51125ad -size 128149 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_2.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_2.uasset deleted file mode 100644 index a48eeb0d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5863823555ac9ac2a21b472e048bb5f310328b76dbbe264ebe144ec0d8652e3b -size 189088 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_2s.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_2s.uasset deleted file mode 100644 index d9e34982..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_2s.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a23bf5c7baca58f3bb9e9057a6c5723d8fe844a8c7bdec487e8312eaf30e215e -size 143679 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_3.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_3.uasset deleted file mode 100644 index daea43ce..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e716194c0b1f4a9e6d7583cbae77ec155974e3249335abeb77ecb9d270cac3c -size 181194 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_3s.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_3s.uasset deleted file mode 100644 index f7a42418..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_3s.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d2fa8d2ea3167515e919a1f0d2a65c350c612c072b27d648876d76442cbb619 -size 112841 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_4.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_4.uasset deleted file mode 100644 index 73549462..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66b325e2d0966dba38863eabef467fd10f1e87bfb05745ce68f5bd0c7751e285 -size 189114 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_4s.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_4s.uasset deleted file mode 100644 index fc88a1a3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_4s.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f50d5ca12f6f1638969337e3d1aaa2f95ccf0567c3bc00bc13df1cbc39534685 -size 128457 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_5.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_5.uasset deleted file mode 100644 index 42eaaa84..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c841c1243699bccc1d0d75402e10ed92a6ecb49f73504eaa6dfa638b08fff35d -size 279826 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_5s.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_5s.uasset deleted file mode 100644 index 3019e332..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/13_combo_5s.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:039e1848f6dc38ef6d442d61f905d8bcda98e3209b13dc83cb1c8fd91070c02e -size 279841 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/BP_SaninDeathMontage.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/BP_SaninDeathMontage.uasset deleted file mode 100644 index 48f73925..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/BP_SaninDeathMontage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b454a31cb0e7ac0cc13e304c139f37f7635ad0809e4eeef0d9bef397964048c2 -size 12190 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/BP_SaninFrontDamage.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/BP_SaninFrontDamage.uasset deleted file mode 100644 index d01cfec4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/BP_SaninFrontDamage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10dc839ba840a7e267fea7903531cdff5f14160f6a0a270cc71cca4452125403 -size 9344 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/02_shot/02_shot_all.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/02_shot/02_shot_all.uasset deleted file mode 100644 index 4eff287a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/02_shot/02_shot_all.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bd34fdd0d5460633a7b7424a7ff68d27e12a521861ed5e9758ba47ef8642a22 -size 21491 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/02_shot/02_shot_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/02_shot/02_shot_end.uasset deleted file mode 100644 index c3faeae0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/02_shot/02_shot_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2705d0b79a754575f6adef16113af6b0dc4e7f906f94a4d15742df76029adb9f -size 189627 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/02_shot/02_shot_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/02_shot/02_shot_loop.uasset deleted file mode 100644 index c5476cd5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/02_shot/02_shot_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:820c357a498bcfab63a26adcb317c4b8dd90f8d3b3f94285b4e313c551f49f43 -size 148835 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/02_shot/02_shot_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/02_shot/02_shot_start.uasset deleted file mode 100644 index 80661a42..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/02_shot/02_shot_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:823af797c3e0e9180c4c05334b26d0ed168445210c00bff3d90426ee432480a5 -size 154298 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Inplace/03_shotS_all.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Inplace/03_shotS_all.uasset deleted file mode 100644 index 72410bd9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Inplace/03_shotS_all.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b2a4e2111fe1203f36138e09814d20c726eb665a50a92d4f461e9b0beb5f4a3 -size 15511 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Inplace/03_shotS_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Inplace/03_shotS_end.uasset deleted file mode 100644 index f9ba0872..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Inplace/03_shotS_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:608328f176a76bca264c2b5121b06375a0549e465d04edfda95d8bf33fe59226 -size 237341 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Inplace/03_shotS_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Inplace/03_shotS_loop.uasset deleted file mode 100644 index 5d5790a5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Inplace/03_shotS_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ebf30004ed70c7145f080c0caf07cb45f965f5edd91de35947c9fcd37340987 -size 153663 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Inplace/03_shotS_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Inplace/03_shotS_start.uasset deleted file mode 100644 index f4d15c7a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Inplace/03_shotS_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d910ff57e46dc9afac491ebc85ffc56f6084d956e9c74fdbb6011d8f2fc64bc -size 183227 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Rootmotion/03_shotS_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Rootmotion/03_shotS_end.uasset deleted file mode 100644 index 3b6a741c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Rootmotion/03_shotS_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:619d892cfeeac3be3ae042d5558dd62d4834d13b9c5ea11c4e15a7d1e64c1d2d -size 237723 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Rootmotion/03_shotS_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Rootmotion/03_shotS_loop.uasset deleted file mode 100644 index 4489ba06..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Rootmotion/03_shotS_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c9bb9d51390376e56063938cd16979c821dc6b329d577d56fd61f93d4932d94 -size 153489 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Rootmotion/03_shotS_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Rootmotion/03_shotS_start.uasset deleted file mode 100644 index ffa960f3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/03_shotS/Rootmotion/03_shotS_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:340f1e9d6e0d4ef977b5c424e9904adf2f57288f66ff09db8a0f1913b614c106 -size 183189 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Inplace/04_beam_all.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Inplace/04_beam_all.uasset deleted file mode 100644 index 19745c93..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Inplace/04_beam_all.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad230b7561748369585d874a001f633bdafbff0a76d0624256b8a827d853e140 -size 96934 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Inplace/04_beam_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Inplace/04_beam_end.uasset deleted file mode 100644 index 181a108a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Inplace/04_beam_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:454ac82ef277eff6141216d0932e96f66d8b212798538c3aebfccefb2068d6f5 -size 249457 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Inplace/04_beam_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Inplace/04_beam_loop.uasset deleted file mode 100644 index 26b81e21..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Inplace/04_beam_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b0c3a1a6ac233adb1365cac63e4bd6f9367fb914329bab29233381a54f383ad -size 146441 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Inplace/04_beam_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Inplace/04_beam_start.uasset deleted file mode 100644 index 7f8e633b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Inplace/04_beam_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4771cd0c5b2301dd8f35233a324454a7da4dc1386c094386d4f09d08633b6fb -size 256339 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Rootmotion/04_beam_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Rootmotion/04_beam_end.uasset deleted file mode 100644 index 8c472bf3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Rootmotion/04_beam_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6f835b558a5bde6b3cd4e26fec1163dffdabbac68f910ca236be1a0c11895ad -size 249682 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Rootmotion/04_beam_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Rootmotion/04_beam_loop.uasset deleted file mode 100644 index 4adcee68..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Rootmotion/04_beam_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72b84d21184bb18c7ff5870401c8221e907a73d01dff8b7fc4fb7d4d571b9503 -size 146593 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Rootmotion/04_beam_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Rootmotion/04_beam_start.uasset deleted file mode 100644 index 77012fbd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/04_beam/Rootmotion/04_beam_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:449ab95fea6a9f1db27d0756f1fcec4ba31adb982304f314f56bfd6efe53d960 -size 256772 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Inplace/05_chanting_all.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Inplace/05_chanting_all.uasset deleted file mode 100644 index e98ef501..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Inplace/05_chanting_all.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2a9891cd4b51441a90f53f0c00c69b73d3e95be38540094b457261f7a88757 -size 99980 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Inplace/05_chanting_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Inplace/05_chanting_end.uasset deleted file mode 100644 index 730bbe88..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Inplace/05_chanting_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17b9a6ebd44f2eb80d282b5c71bf648f2e1dd2556ee720494c02683d8c26ad92 -size 279713 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Inplace/05_chanting_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Inplace/05_chanting_loop.uasset deleted file mode 100644 index cf16a78b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Inplace/05_chanting_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dba32fa51e9d9029a886413f36e128b24a08a23aee654653dbc0a905fd86f77 -size 166235 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Inplace/05_chanting_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Inplace/05_chanting_start.uasset deleted file mode 100644 index 235bc4cd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Inplace/05_chanting_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cfaacef63efb4b0f24e28603dd7bcc3c41ccfa17baa96dce1f76c6ea6ac8fca -size 215901 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Rootmotion/05_chanting_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Rootmotion/05_chanting_end.uasset deleted file mode 100644 index 8ff00d56..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Rootmotion/05_chanting_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb7eba70e3351df10f087d454a97731cb284aea45acd52de372b309372b55cbd -size 281129 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Rootmotion/05_chanting_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Rootmotion/05_chanting_loop.uasset deleted file mode 100644 index a40b022d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Rootmotion/05_chanting_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87444ac7d7796bbaaf9824e18a1c31b3c1cc18313ebdbff31b58f3be4c75a224 -size 168926 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Rootmotion/05_chanting_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Rootmotion/05_chanting_start.uasset deleted file mode 100644 index 091584a9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/05_chanting/Rootmotion/05_chanting_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:335f65809a8453d0a9dfb4cc329f4b86cb3f8fd11b70e385a03ccf6c8dbbe04b -size 215321 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_all.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_all.uasset deleted file mode 100644 index be7c8353..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_all.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c4975a2f95e83c177d4b07e9adfdb4bc67772354826b342509e670ba94fce83 -size 23288 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_end.uasset deleted file mode 100644 index 3c38dd70..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1725697f3d6fb03edb845f97fc2c82d33d4eb61253b134b36a3c76d63a8582e1 -size 402527 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_loopA.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_loopA.uasset deleted file mode 100644 index fbd9c88c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_loopA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30a7183a2d8577d1b144ea00bfe562b6032b4a7779c7bdf061f95f0f8962859b -size 216793 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_loopB.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_loopB.uasset deleted file mode 100644 index 7e63a940..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_loopB.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80eed93a1f51fa071e2c8f225ab74d75fe7c6ab53eb1490d8fbcefc976791a43 -size 167406 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_middle.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_middle.uasset deleted file mode 100644 index 1c9cc0d9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_middle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f75d7ba46f02a76e83eb60cd97d0207a486fb614ff2fa7dde33bc069e1e1b67 -size 231334 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_start.uasset deleted file mode 100644 index a51e5483..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Inplace/06_chanting_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dce623f2d79fdda8fcc8ba6bdcc7930d51b597f76ae839f78f1043f5b2d58df -size 198512 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Rootmotion/06_chanting_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Rootmotion/06_chanting_end.uasset deleted file mode 100644 index c4959c1f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Rootmotion/06_chanting_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18739dbb6482ce194cf7593264d3431fcdd72117ebbd78582f6a71fed0fc3a54 -size 401999 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Rootmotion/06_chanting_loopB.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Rootmotion/06_chanting_loopB.uasset deleted file mode 100644 index 475fcf41..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Rootmotion/06_chanting_loopB.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da1aed89fde44a8a6409c487a8acbc63c9ad2205612a700f803230c41d51cd9b -size 167184 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Rootmotion/06_chanting_middle.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Rootmotion/06_chanting_middle.uasset deleted file mode 100644 index 5fa4ef9b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/06_chanting/Rootmotion/06_chanting_middle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05af58898e02adef130aba4876e1434cf822b119b9ee6d0124248ab8e1ef24b7 -size 231374 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/07_force/07_force.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/07_force/07_force.uasset deleted file mode 100644 index eff2e052..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/07_force/07_force.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dab5d0e2d2eeb39a1cd24d011e888dbcb634c0d422d40400cdeaec99df2d25a3 -size 505262 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/08_triplemagic/08_triplemagic.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/08_triplemagic/08_triplemagic.uasset deleted file mode 100644 index 081a84ac..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/08_triplemagic/08_triplemagic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:821c0d52e6df332b01101c45d3f72ae5382aaa0393dd3b25850a975c3a3c09ad -size 363194 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/09_football/Inplace/09_football.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/09_football/Inplace/09_football.uasset deleted file mode 100644 index 1b3a2c6b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/09_football/Inplace/09_football.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67fc9ae78dcf2b3b7b2fc14bbf94d0ec94f9d9f466a9740632dfde9e7003da57 -size 491741 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/09_football/Rootmotion/09_football.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/09_football/Rootmotion/09_football.uasset deleted file mode 100644 index fdcd1625..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/09_football/Rootmotion/09_football.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3661453828c375989bf65593596083227f16fcbe98649b7d4359cf1f2c71835 -size 489951 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/10_buff/10_buff.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/10_buff/10_buff.uasset deleted file mode 100644 index 19473596..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/10_buff/10_buff.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af123dcea4065b5dab43089ed71c4fefe1dec34af0f444390552bd4a6ea042ee -size 460592 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_1.uasset deleted file mode 100644 index 3766ed0e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3460e82bd3b5e00afd43493c1cdc23de8929e26a10a9c8a1962406beb11983db -size 222072 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_1s.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_1s.uasset deleted file mode 100644 index 17b5b992..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_1s.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:592b483b383e1e8ed34ec44369a37a60e4c7286008cdc271a707a42276a62f0a -size 158951 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_2.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_2.uasset deleted file mode 100644 index 0e3036f3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:881dc062534b5799e3932608f9b23e61c2bb7e4e6954519b501f2d48da8d83d2 -size 207436 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_2s.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_2s.uasset deleted file mode 100644 index 8c303e1b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_2s.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a300de82c6e409c2481fe781f2f54fef2752e1d6250de25d4abbd83def3f74a3 -size 169338 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_3.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_3.uasset deleted file mode 100644 index 6360c923..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98800b71ffd93c8be694ff93505efd04ee998d06ba9ff66b444ad3cadbf71a0c -size 201572 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_3s.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_3s.uasset deleted file mode 100644 index ac103b63..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_3s.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50366f94c3ced00dbb0520c6e68aa10556477efb9df73d9948fe7bca15463ce5 -size 148078 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_4.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_4.uasset deleted file mode 100644 index 00c55812..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8aacc604fe2a4506dce4af1aa1cf38ab821b308a4baa84e5851213aed3047996 -size 207455 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_4s.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_4s.uasset deleted file mode 100644 index 64760755..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_4s.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e01e7eae84efdb0f027d5763da1efaa19e1acbd49ab099d2907d19f1f5eef232 -size 159241 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_5.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_5.uasset deleted file mode 100644 index 4034e8c0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3842a6343fe8dee2ccc6385e2551a262c2ba0736e8ab77c98c8372132f96f1e6 -size 265469 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_5s.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_5s.uasset deleted file mode 100644 index 6aaae671..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/13_combo_5s.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91a9585399af0e5c78681c32b3a74eb0bbe1e86e098c5d118b7f5c14131df71a -size 265478 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/combo_all.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/combo_all.uasset deleted file mode 100644 index 6f0cfb8a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/attack/13_basiccombo/combo_all.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:725db974e34b1a1366111c2ec5cf2e44b6c035db255d15bda389f28c918d1a9f -size 100130 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/caution_b.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/caution_b.uasset deleted file mode 100644 index 3705bb26..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/caution_b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e85932e354100446e00c012a227fed36285b623f089739d0fa4d6880959b415 -size 234561 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/caution_f.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/caution_f.uasset deleted file mode 100644 index 417c4572..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/caution_f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d29601ae66015643b6fc5c5245382d9f8e859555f10f23f166c78c5dd3823b86 -size 234101 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/caution_l.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/caution_l.uasset deleted file mode 100644 index 4738222a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/caution_l.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df4511c762eb5366c372bd2b88e852e88164973840941e1c6827fc33b8733e1f -size 234618 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/caution_r.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/caution_r.uasset deleted file mode 100644 index f14323e9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/caution_r.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6da5acb7df96999e9914d136872016482f26b60c69342c630e16405bb86d261a -size 234523 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/combo_all.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/combo_all.uasset deleted file mode 100644 index f59ff3ea..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/combo_all.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59c3274a34781d6a0e73e426addb5ca5fdc5864104da6701ec470c1832d24c3c -size 11613 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/BP_SaninFrontDamage.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/BP_SaninFrontDamage.uasset deleted file mode 100644 index cc5a0f4b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/BP_SaninFrontDamage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f33a45a6b4053c3b260f6429c7abe27787c64fc7e35d378c9ec40b5b5765a415 -size 10169 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/damage_b.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/damage_b.uasset deleted file mode 100644 index e1b05261..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/damage_b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a9909e540473b093d81226f51e6d6f52b64390e1a31b68f4615dbf96a4deea8 -size 216946 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/damage_f.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/damage_f.uasset deleted file mode 100644 index 52ad28b8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/damage_f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cf8e13f891944f5109d81bfefa83304dcf3a81f689d1460a5def995477b88ab -size 217046 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/damage_large_b.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/damage_large_b.uasset deleted file mode 100644 index 838c18c9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/damage_large_b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43846c848934ce67046e73230f2fb8b476d3290cebc551674168312d02730db3 -size 287231 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/damage_large_f.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/damage_large_f.uasset deleted file mode 100644 index 379c27ac..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/Inplace/damage_large_f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18502ec4d9a3e3e5bd15b9312adcfae3106654a9de554b547a3363059c43f35d -size 285427 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/RootMotion/damage_large_b.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/RootMotion/damage_large_b.uasset deleted file mode 100644 index 60521792..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/RootMotion/damage_large_b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e46bdb645c8fc6f7016ff8f09fd33c5682610eeaf68774871ceb1608122e5f7 -size 289289 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/RootMotion/damage_large_f.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/RootMotion/damage_large_f.uasset deleted file mode 100644 index 8243c9b5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage/RootMotion/damage_large_f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ea2020f4061994860790dd3fbb2c0ca8c1ee1913b2d942902e9af54544c4141 -size 290033 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_b.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_b.uasset deleted file mode 100644 index 90a77e3a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba87918841a5aaf4556d1fb2be1ad211ed06fbb013e0cc1474a4208e9aa7176d -size 204034 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_f.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_f.uasset deleted file mode 100644 index 777fecf0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa70411a44ec7c5e8c73119473f4276f27b4d5fe6adfe68cbad3cb1546cbee37 -size 203939 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_large_b.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_large_b.uasset deleted file mode 100644 index 4ba76191..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_large_b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a948a312931c6f8ed276726baac9d0973628dfcaf2f9ab309482b9b563ab6a0 -size 317397 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_large_b1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_large_b1.uasset deleted file mode 100644 index 86d99246..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_large_b1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f9a0ad5e5cbaf1a627b0ac5c984211665e62aa3b1734fe483e76afe59858257 -size 317867 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_large_f.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_large_f.uasset deleted file mode 100644 index 856a0a5e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_large_f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec6b8749b7713a6e6db7f25dda993728da06c83915e22f0b27d3f5af88e59314 -size 318037 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_large_f1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_large_f1.uasset deleted file mode 100644 index 5485aedd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/damage_large_f1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:452c6b2dcc7803cb254755f4ad7cd1610d571458132662541cc22defc7a465e5 -size 317022 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/death.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/death.uasset deleted file mode 100644 index 3e5cafe1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/death.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a24a9b296daafb80281a7ff0429814420755e647349f86b04afc81b46f643c28 -size 318190 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/death/BP_SaninDeathMontage.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/death/BP_SaninDeathMontage.uasset deleted file mode 100644 index 32c4ea30..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/death/BP_SaninDeathMontage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04d41f3abc05cf6a43cd800f50ef8974200d49d944e56d367483c58668657e73 -size 12204 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/death/death.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/death/death.uasset deleted file mode 100644 index 1994f5f0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/death/death.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3bb7487b98b821c2c36a7fa76173f3fbaa4ee2371566a71eb4cfd5e55c8fd3d -size 291083 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_b.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_b.uasset deleted file mode 100644 index 4178d6ce..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40be085b0dbe3240e642b6d2184c5e9732306e704997b37c162f2aee6fddf7de -size 199024 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_bl.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_bl.uasset deleted file mode 100644 index ac379dee..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_bl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4a72e09f346fcae40da02a9735f89aa0660403f678d13cb9cc9da82fc84c106 -size 197292 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_br.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_br.uasset deleted file mode 100644 index 0e9c3bb4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_br.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8fa4f4c0f221cf93d15f775dbc4c56d7d2070f7f0013f1b3a0dd58bcb12f1e1 -size 198729 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_f.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_f.uasset deleted file mode 100644 index 98630131..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d8b9b94eda295fef0f18b8ea845a94cda14f9b736094642686fc50c67d1d73b -size 201543 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_fl.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_fl.uasset deleted file mode 100644 index db523621..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_fl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e4043072dd2084c20756077741cfb063ad9f0731b441e269c15e67b14a3100f -size 201859 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_fr.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_fr.uasset deleted file mode 100644 index 9ef88a09..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_fr.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:842eba65150e4e1973c6a81c40380230311b0701795d1fa8ac4d4fac3c5b4370 -size 196623 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_l.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_l.uasset deleted file mode 100644 index b336e412..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_l.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f9cfd320190ac4d110b626d93df47ea938a49cf7fcc4f3d55651f8387eb7b08 -size 196761 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_r.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_r.uasset deleted file mode 100644 index 9bfa4d8e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/Inplace/dodge_r.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27a810b6c2abaf652a5cebc64ee542569e7829f3c32d6f1023c2b472769e3b08 -size 197269 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_b.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_b.uasset deleted file mode 100644 index 4ff750a8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c42707091ab0554db6b3cbb895fd18f7ab940035c848a8af95771406c8529ee2 -size 201535 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_bl.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_bl.uasset deleted file mode 100644 index dc6a4b46..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_bl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6880d3a23ea54fbfcbe6e95f490c3bf0043cfaddc233a1952a8f50ce3e77cbd2 -size 201339 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_br.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_br.uasset deleted file mode 100644 index 47557be0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_br.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b78bcd061fbd53742a6861fa84f6ba74c1badd01790b5a6c80d88e054e613f72 -size 201488 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_f.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_f.uasset deleted file mode 100644 index 9b4aa434..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb594e49380093d99521c7c325b3ae423e2ab2b375861bbb7d7f3ecf808820c9 -size 202754 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_fl.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_fl.uasset deleted file mode 100644 index 740cbc7e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_fl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eacfd9fec17aad64a145ecbf745cfff6c62da13561429dde70081560638ad5da -size 203934 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_fr.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_fr.uasset deleted file mode 100644 index 08cfffcb..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_fr.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e97f3ed6883db123444c593af27c4e72e9cd30cc92e2724abf459b9f242d43e -size 204092 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_l.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_l.uasset deleted file mode 100644 index 22c97525..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_l.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:583d613093e0acd79bdb4a805c78bb92747cc90d107c5c5940de824a7ae2b332 -size 202263 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_r.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_r.uasset deleted file mode 100644 index ee6e46ff..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge/RootMotion/dodge_r.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba7e90c09293d46a8ee3ec3b1fae64485ab47c9c8e277b9024288ccd8a6624b8 -size 202078 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_b.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_b.uasset deleted file mode 100644 index 67ebe7ef..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2d0c2ab7b268c53d8fc0f4e04d3e046c7501e50f9924faad069b8c39bb99eeb -size 181132 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_b1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_b1.uasset deleted file mode 100644 index 04c7c293..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_b1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77244fd85ad782eb9729abe13e01f8c3003de49c557a34f92482bc01ddae6920 -size 180188 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_bl.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_bl.uasset deleted file mode 100644 index cc4bfa44..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_bl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1ea2f87abd2e2b2b00ddaa3fdc8a8ba03cdecbf6813c634f5e99d90b8605578 -size 179944 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_bl1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_bl1.uasset deleted file mode 100644 index 52da498c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_bl1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35853fb018fa8f1939c803fafadee0a2e0d3450b75ac91a0f75023c27118b6aa -size 181179 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_br.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_br.uasset deleted file mode 100644 index 1a65148b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_br.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c27de2ba0fe5b6807cd0f830b923ce585636e78cbcf0d06e6bf04e0a27201ec1 -size 181071 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_br1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_br1.uasset deleted file mode 100644 index ef5b8ae7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_br1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c317dd266402f1877abbc9bcd8602fd282b49c10d11e9723a17d5512ae47d9d -size 180139 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_f.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_f.uasset deleted file mode 100644 index 8f4c78f2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c5b3e091486bcaf40b09ef66798d8dea03383754e9fb8a5cbffb97c3cf346b4 -size 180718 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_f1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_f1.uasset deleted file mode 100644 index 5bf6332a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_f1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd1cc426ed01d06d52727ac22244e25cb4bac2cf7e2fd2f604b04cd848b8f26f -size 181319 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_fl.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_fl.uasset deleted file mode 100644 index 321d6d08..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_fl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43ec316ded308e6885c0b417434938de406d711c0278ff73014cea265d95351b -size 181311 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_fl1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_fl1.uasset deleted file mode 100644 index 2ca0d80d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_fl1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86bcb1cafab90211761c318717b7501827025dfef04c39c7412037cdacfe206b -size 180505 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_fr.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_fr.uasset deleted file mode 100644 index 7ea55b95..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_fr.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e6f94378eb1fa39ddb7a1aee4a453804db64629470aabfcd8c2e7ae0a0b8ac0 -size 181267 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_fr1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_fr1.uasset deleted file mode 100644 index 61e17197..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_fr1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54284e72a429630fe629579afded92459763756d0e538ca03ffd173867482f2a -size 179922 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_l.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_l.uasset deleted file mode 100644 index 51569c88..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_l.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d77a6cc2a5302985c3549e4101cc466225b3db77fab407c02115d16644bad931 -size 181188 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_l1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_l1.uasset deleted file mode 100644 index 82eefb34..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_l1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b650cb580eea7e1ac06f4133b0df7a44415a1465af03e5b7be69e841268163e9 -size 179914 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_r.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_r.uasset deleted file mode 100644 index d5b7cabe..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_r.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ce023008f556bee084831402111264e62968ae0fb1e6c7265b01732561f8933 -size 181086 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_r1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_r1.uasset deleted file mode 100644 index f516b488..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dodge_r1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b839ae05d4bb488b166f650dd4def0aa8af0a27a303a4021087a1cd640a1c688 -size 179954 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/08_combo_attatch/08_combo_attachSKL_anim.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/08_combo_attatch/08_combo_attachSKL_anim.uasset deleted file mode 100644 index d49de160..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/08_combo_attatch/08_combo_attachSKL_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54100612584a14901719a3dec0c90753116d158716a691ccaf7a85afc3faf77d -size 112260 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/08_combo_attatch/Mesh/08_combo_attatchSKL.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/08_combo_attatch/Mesh/08_combo_attatchSKL.uasset deleted file mode 100644 index b687170f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/08_combo_attatch/Mesh/08_combo_attatchSKL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4763c492031d32a4f236e2ebdad34a6892b2607a078a6b4af295bf1c27cce4dc -size 381755 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/08_combo_attatch/Mesh/08_combo_attatchSKL_Skeleton.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/08_combo_attatch/Mesh/08_combo_attatchSKL_Skeleton.uasset deleted file mode 100644 index 502e15c9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/08_combo_attatch/Mesh/08_combo_attatchSKL_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a63756ce74af132debcbfcde398286450460da83238f75d8c92a7a762d52f48 -size 8350 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/09_football_ball_anim.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/09_football_ball_anim.uasset deleted file mode 100644 index 1c82cede..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/09_football_ball_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a455900615a41477d58f9c57c0c872400672f32d1e0dfa62ab059aeabd72b80 -size 120706 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/Mesh/09_ball_mdl.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/Mesh/09_ball_mdl.uasset deleted file mode 100644 index 79444498..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/Mesh/09_ball_mdl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6f5f264bdb5fec96188e305c2720ff3156ca343c3d754832cde52b4736782b3 -size 165728 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/Mesh/09_ball_mdl_Physics.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/Mesh/09_ball_mdl_Physics.uasset deleted file mode 100644 index 1d0af8a5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/Mesh/09_ball_mdl_Physics.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab068922565ba0f05d4d0f60e94a9aefda712e86f571cd2c89ee3dc315075876 -size 74155 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/Mesh/09_ball_mdl_Skeleton.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/Mesh/09_ball_mdl_Skeleton.uasset deleted file mode 100644 index 3df9906c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/Mesh/09_ball_mdl_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c61db29e9351dac517b6de2405f6c66a9b79d0771c05bbb1e0e54931a43696d -size 7519 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/Mesh/Material/M_ball.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/Mesh/Material/M_ball.uasset deleted file mode 100644 index d7df1000..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/09_football_attatch/Mesh/Material/M_ball.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:892c4a60427ebdd9a6b7a26a60528c6ee390b59515ed009c90b79b5257545dd8 -size 58574 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/10_buff_attatch/10_buff_attatchSKL_anim.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/10_buff_attatch/10_buff_attatchSKL_anim.uasset deleted file mode 100644 index fd4f4bd2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/10_buff_attatch/10_buff_attatchSKL_anim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74d111a92967a8229fcf1e103643271f5552122090dad3730b03ac05a6928efe -size 186381 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/10_buff_attatch/Mesh/10_buff_attatchSKL.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/10_buff_attatch/Mesh/10_buff_attatchSKL.uasset deleted file mode 100644 index f761f6ce..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/10_buff_attatch/Mesh/10_buff_attatchSKL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b1dfbbfca987d3760a7f3ee23f7313a1cf01db274fbc437eb56158b0c05fa98 -size 122331 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/10_buff_attatch/Mesh/10_buff_attatchSKL_Skeleton.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/10_buff_attatch/Mesh/10_buff_attatchSKL_Skeleton.uasset deleted file mode 100644 index 271a0e1b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/dummy_attatch/10_buff_attatch/Mesh/10_buff_attatchSKL_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c4cb08e7ef8bcce332356199f69e0ad0341fedb932ae8c48b01f43f579235e7 -size 15337 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/emote/11_emote_spin/Inplace/11_emote_spin.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/emote/11_emote_spin/Inplace/11_emote_spin.uasset deleted file mode 100644 index 39f9be14..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/emote/11_emote_spin/Inplace/11_emote_spin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c07fe056ce8e27b8b7df5bcb61737418cc5fcd7bd4af370f2f3c98d327c3d8e -size 1125516 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/emote/11_emote_spin/Rootmotion/11_emote_spin.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/emote/11_emote_spin/Rootmotion/11_emote_spin.uasset deleted file mode 100644 index 52b142d6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/emote/11_emote_spin/Rootmotion/11_emote_spin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:531d3c2ef94f258833ebe5a0df440bfd395fccf52a72069e38abeb22865590fb -size 1125715 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/emote/12_emote_grace/12_emote_grace.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/emote/12_emote_grace/12_emote_grace.uasset deleted file mode 100644 index 8ceb5b62..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/emote/12_emote_grace/12_emote_grace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3febc045a0dae248fdab7adb5b242a5df4b6845a7d0cccfe4722d8364642f9fb -size 422095 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/idle/01_idle.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/idle/01_idle.uasset deleted file mode 100644 index d6e30319..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/idle/01_idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ae0990fba97eb21f809426369466d3bef9d7221418d71c7be80345276be2a78 -size 363155 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/jump_falling.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/jump_falling.uasset deleted file mode 100644 index d154b6e7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/jump_falling.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd36bd9bbb1cb949e61e734830f1b4b281e9387d2573d33672920f60222a6b5c -size 204048 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/jump_land.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/jump_land.uasset deleted file mode 100644 index 91c70a89..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/jump_land.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:154d044660dd011ae02e2c4ebf70cd4d4b81c2bce28a2ef42da6b0b7655339c1 -size 101291 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/jump_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/jump_start.uasset deleted file mode 100644 index 0b55c4a7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/jump_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c82a16a3509394d04cead8697c16a8ec1e15f55b620a1d6ea40d5065f850bff -size 108996 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/BScaution.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/BScaution.uasset deleted file mode 100644 index 7b18991c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/BScaution.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0680737b1505691b32d72e0b7b3e7660afca7ea26f607f957d48880b8a723d57 -size 14410 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/BSrun_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/BSrun_end.uasset deleted file mode 100644 index f03f2115..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/BSrun_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d70c9b98f70e9d002232c8701b5a01cee77e5e20d6194c2fc5e1e9b6dc4a253e -size 93050 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/BSrun_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/BSrun_loop.uasset deleted file mode 100644 index efb0efb5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/BSrun_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ea25d8325062f98e39393358ddd79b827fbb943d2c22c0f3d2e4fe529050225 -size 8981 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/BSrun_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/BSrun_start.uasset deleted file mode 100644 index b82d47df..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/BSrun_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c9b4f634485a620339135f6b76d3f8ba462b102aaff6e99107dc6ac617a9e74 -size 91062 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/caution_b.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/caution_b.uasset deleted file mode 100644 index 72942b2f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/caution_b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48e7ff696bfe8da76861d399151101e470b2877145f70dd1cc0def727274fcfa -size 235843 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/caution_f.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/caution_f.uasset deleted file mode 100644 index 3a04d477..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/caution_f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ef4cd75ffebbf26b930afa09c3afaf050b8f598ee0e810e57011a6e06689572 -size 237051 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/caution_l.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/caution_l.uasset deleted file mode 100644 index fa41d69f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/caution_l.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f51e7aa43f52eb8604d0e803d6baa9c725e0b9cdcba878de23434febb37ce62 -size 237080 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/caution_r.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/caution_r.uasset deleted file mode 100644 index 03aefc78..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/caution_r.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd3a833bba893ec82f1a9952c1045ff1d3f0130080559028dffbdcbf90da3d57 -size 237739 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/jump_falling.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/jump_falling.uasset deleted file mode 100644 index 395e2832..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/jump_falling.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0ee9f32ce5a26bb6d87ce89fb0120c16754b2ab3a2db18712096f20b6eedbcc -size 218022 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/jump_land.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/jump_land.uasset deleted file mode 100644 index ad7feb27..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/jump_land.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ccaa5071c47ea0f0a33538a20123b784966ea574f0f400a45a17bb0dad0f8bd -size 150476 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/jump_start.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/jump_start.uasset deleted file mode 100644 index fa5d4776..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/jump_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87ffc0fb9c7f0a138f8da8b80ac65b43715eefdf58739b38616ec066d37772ee -size 157286 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_f_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_f_end.uasset deleted file mode 100644 index f337ab8e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_f_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d101043eb6defa5e97cc1a9185fed22157e4a6fa7e1ccde54b4716dbc1f3c4f -size 169031 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_f_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_f_loop.uasset deleted file mode 100644 index f3b2e350..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_f_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e4ac6777c82813e7b83ffe406f9d7dd80d98202b8ff2e3c81c9f2d50f9243c2 -size 232545 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_fl_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_fl_end.uasset deleted file mode 100644 index 624c9505..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_fl_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6408e053d3547c5a4e9402e8a1bf23ed274741ba092cb89a3651dbba49862196 -size 169438 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_fl_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_fl_loop.uasset deleted file mode 100644 index e556bb0e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_fl_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54152a68a8b4bdce41f767223a06444db42ad834f67bc9988b3306fab5f86478 -size 232060 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_fr_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_fr_end.uasset deleted file mode 100644 index bd7a08a6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_fr_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2eab21dd0caba5d0fadc5d476f7764915cb9bb09a72dc07ed455c722918e078f -size 169244 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_fr_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_fr_loop.uasset deleted file mode 100644 index 4809c9d7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_fr_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5b70e3061a4c62b6ce826be47e009fd9d3c7514b02b5f8482afa6d3a70757f2 -size 232744 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_bl.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_bl.uasset deleted file mode 100644 index d4868df0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_bl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfb0084e0a6203f767528e1412ce4c96d4ecc046e64331ab0271ea8042f0514c -size 144347 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_br.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_br.uasset deleted file mode 100644 index 7aa88eea..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_br.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23e1e4779ae3c6ef8c2fb5caaced9823ebda469d40644aed905f39cda41e91ae -size 143444 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_f.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_f.uasset deleted file mode 100644 index eb1de7ef..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fad48073810544f930d2311aceca3023582511ec0c3461c892e4389153094efd -size 142051 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_l.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_l.uasset deleted file mode 100644 index d40f3e74..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_l.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9f1348eccfd2ac4db7888bb17f5e1f582d386e559f629958d6fad37978c1f18 -size 144708 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_r.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_r.uasset deleted file mode 100644 index e52d5702..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/Inplace/run_start_r.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:234eaaceb5667a9a8b97233ec52c20044dbedb333a4b014d3bb4a2fe487be951 -size 144000 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_f_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_f_end.uasset deleted file mode 100644 index bb7a20a2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_f_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebb5ee2bb9a07f488cf2aec0a1af6e07da6ba6a95b547b063c19ea69e88b236b -size 169113 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_fl_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_fl_end.uasset deleted file mode 100644 index 531a0716..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_fl_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf5ccc6b6238c4ededbbf95ea044275171b32c86314daf65f361727230f75e22 -size 169458 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_fr_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_fr_end.uasset deleted file mode 100644 index 2ec03e97..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_fr_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c29a41ae57bbb8a6d85eaec4c47ddc48634dc7b1ad3002f61c12a2226c41cfa -size 169298 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_bl.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_bl.uasset deleted file mode 100644 index 60513a63..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_bl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bec0ace56784095f24aa3d7c466c38298d879f659513f8745d2b5b4788678c7e -size 134122 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_br.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_br.uasset deleted file mode 100644 index a223cba3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_br.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72f868695b89ef5cbf95fff9a9197c01c177e4cb49161802a1654532485bf056 -size 134266 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_f.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_f.uasset deleted file mode 100644 index c83f8b7e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8af36e00fabbb51c919c0e311f71600d358d356be9bcd71b7e3ff2e829dd103f -size 132732 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_l.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_l.uasset deleted file mode 100644 index 6d89a8c9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_l.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ca66c7196b64e0e0c488c71d9d6af5592ac4c30d2e7dfd25e03a057e61a4036 -size 134262 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_r.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_r.uasset deleted file mode 100644 index 583105b1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/locomotion/RootMotion/run_start_r.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31bd21208b51c929f69bf8f52b1db2f50534a2615f03b42877f733291e2123b5 -size 134456 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/misc/reset.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/misc/reset.uasset deleted file mode 100644 index cc9f57f1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/misc/reset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38833d45e2d6c25070daaca68e3caf2956747312b179ab51db8f156996c7ce54 -size 167378 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/reset.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/reset.uasset deleted file mode 100644 index 2ad474e0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/reset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:340db0dd17c38e1049fd44f6ba7369d03a414d93c077c903365b80ac00d2af1c -size 127782 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_f_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_f_end.uasset deleted file mode 100644 index bec50dde..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_f_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f8ebf4a4246ab13c9945e757548c90d8466669590b2183d33b710656dba65c3 -size 128169 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_f_end1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_f_end1.uasset deleted file mode 100644 index a53fdfee..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_f_end1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:724865d474077954d718d5737a4b0ff7eb3c50bdf4e0755dabe8207403d4a335 -size 128221 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_f_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_f_loop.uasset deleted file mode 100644 index cb96b33b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_f_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40d53804c9894fc6d2222876cb3a20b36c33bba782dd3eae1dd2df183f994d8d -size 233729 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fl_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fl_end.uasset deleted file mode 100644 index 8756a6bb..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fl_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ee6aef2da0fc2b54eda791d8787ec6c256da1d7aa82f33b15bbe8a37f6d52de -size 128216 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fl_end1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fl_end1.uasset deleted file mode 100644 index 9d76ad33..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fl_end1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79562a53d5dfe6a09c85f503e0126b1dc98cf0b53c5798a5fd351ea96934616b -size 128171 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fl_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fl_loop.uasset deleted file mode 100644 index 12abc778..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fl_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f092834359255e270583b67745afb329a9d8893e681769481157c993a6f4ad2a -size 233682 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fr_end.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fr_end.uasset deleted file mode 100644 index e4d5fc55..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fr_end.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38019aa0a629604dc68810c6004aa9c562eebc0c5d7d6a188a55e8eac6e9d07e -size 128177 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fr_end1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fr_end1.uasset deleted file mode 100644 index 3e704659..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fr_end1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0076061fd01ca4afd085cd8b2a7571c3c174018ca14adc39364d167d9ffd7fd5 -size 128140 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fr_loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fr_loop.uasset deleted file mode 100644 index f34d41d0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_fr_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d7e9003efecf1fe27b81d0e2bb0a640feed7cd0d053b3ba85cbe9faf3da4b91 -size 233885 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_bl.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_bl.uasset deleted file mode 100644 index d56e8747..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_bl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e26bb53a5ca7fb91b8becec4a3bd45c4e9e19addde765cbd03d00e7d35f6754 -size 89957 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_bl1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_bl1.uasset deleted file mode 100644 index d04aa789..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_bl1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed2c4b47fb044299e390b62aa966d1acf72d39dfd43b0b3d08c0682682ceeb1a -size 89958 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_br.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_br.uasset deleted file mode 100644 index f434587e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_br.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:965e6ee12b432f58412bf9a0d984819d7dbdfa124c23067683367b1dd2439b9b -size 90047 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_br1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_br1.uasset deleted file mode 100644 index 47637480..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_br1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b71841e846980d55ca1456d6912f3fdd61324a730a61d7ff5b0561c70d1d3f3 -size 89796 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_f.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_f.uasset deleted file mode 100644 index f2a871b9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4558573bf4e81fc022525494c998a584e8e5eef3992bf55a42ba200099a77306 -size 89715 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_f1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_f1.uasset deleted file mode 100644 index f4fe23a4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_f1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bbfb58dee9e5351dbe0a6d44b3dfcb17c5a2f79084e0fbc584d32caad9937b4 -size 89690 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_l.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_l.uasset deleted file mode 100644 index 9547509c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_l.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67aa46ca3dd4d95bb2b4b399b5666388736f22a9a27256e32040e5e8c7f9dc9c -size 89975 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_l1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_l1.uasset deleted file mode 100644 index 88a946f6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_l1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebb9c5ce335052338acd44742ab22dc89b13dc76496fac0e9e428e1ad1a1c76e -size 89785 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_r.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_r.uasset deleted file mode 100644 index 5d0202a6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_r.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9fa5a9e855702a3676ad44e91df12cdfd048e973640e280d68aa5e9e6307b5b -size 90044 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_r1.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_r1.uasset deleted file mode 100644 index fb739e96..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/Animations/run_start_r1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0d5864a95376db8523187bb9845d305a77e59a3f79547b147121065a2f786b4 -size 89816 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MI_Female_Body.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MI_Female_Body.uasset deleted file mode 100644 index 3aa34661..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MI_Female_Body.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8db844888be2986b8dad6cd1411bf33a1a459bfbd388f506a99da756dec6d1b6 -size 115782 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/M_Male_Body.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/M_Male_Body.uasset deleted file mode 100644 index 7be04c9d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/M_Male_Body.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91609a65312123dad4db1afc6b4e3f31bb8d1691934064cb41eaf3d1afdfc97d -size 135635 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/M_Mapfloor.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/M_Mapfloor.uasset deleted file mode 100644 index c5d849ec..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/M_Mapfloor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e9ae917e154a6979b85c3091c3b020fc6d8215bfb35433785ac56ce377a09dc -size 93999 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/M_MapfloorWhitefloor.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/M_MapfloorWhitefloor.uasset deleted file mode 100644 index e8bb21cc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/M_MapfloorWhitefloor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d760319b30d5101632b0587e2e6dbf0f1d59f304409a58f063a51dd8ff06140 -size 83958 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/M_UE4Man_ChestLogo.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/M_UE4Man_ChestLogo.uasset deleted file mode 100644 index 93198039..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/M_UE4Man_ChestLogo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66674be1aba5d50c45f28f89dfca53c46055179ea01a6d6e55380ef013c2c0d2 -size 100958 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset deleted file mode 100644 index 8f5d4adf..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0054e443ee29a3842ec10cc6be5b8d81f7d82af93acab5a3db9a2f9eb316fde -size 81405 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset deleted file mode 100644 index 4dfc1954..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de404b517b1bed2aa1f4e46bed67f67421f550d251e22caddf4ccc17475c7e0a -size 77687 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset deleted file mode 100644 index 251a3d48..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08d4596681506dfd600d920f4d4b9abe6fa782809ccf2cbf34ff58db8217b9f5 -size 78850 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset deleted file mode 100644 index ecdaaa37..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efaef63b54281f3f3c5bed3281ef3bd1b36e307074bdb5afff86216df8c1659a -size 82121 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/T_ML_Aluminum01.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/T_ML_Aluminum01.uasset deleted file mode 100644 index 152acddd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/T_ML_Aluminum01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73d69946a64f2c7f565a948b5d829454f27720c7207c52eeedd57a8988d2a4db -size 395530 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset deleted file mode 100644 index 68bc9cbc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62f77f1d40d15dff3b9ca5e7d23084b3c16be375fc22354073d8af1f52a91f7b -size 404431 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset deleted file mode 100644 index c0d0ecf2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:505946e1cda49879d2ec6d5237fcf10d17a44a1f1e13fff68822c507c32f15cb -size 429162 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset deleted file mode 100644 index dbfa83c8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:743e1c43708ff29e54f1cf4ae9b88682bc77079823ade7e5ebfb22cdc7c696b5 -size 358472 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/IKR_MAge.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/IKR_MAge.uasset deleted file mode 100644 index 1a8e9d33..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/IKR_MAge.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:573dc809498bf2302aa0663db1d47102d737e1b227a7390a45b83d1c9439bf40 -size 7401 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/IK_Mage.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/IK_Mage.uasset deleted file mode 100644 index d98f31ce..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/IK_Mage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3442fcecf3ade38ae4c16b5f914453c19a30ccda56632d6892f37ee91da63dbd -size 52261 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/UE_Mannequin_Female.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/UE_Mannequin_Female.uasset deleted file mode 100644 index 8c4cd556..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/UE_Mannequin_Female.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd5c01aeacbdbc6c789181f4ebc78dcb49eb156afde5e2be52a5a49d99f70547 -size 6751535 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/UE_Mannequin_Female_PhysicsAsset.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/UE_Mannequin_Female_PhysicsAsset.uasset deleted file mode 100644 index d53b0b38..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/UE_Mannequin_Female_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efa58d5f68c9e03d6becbe7c1a2b6dc43622a4f689c238cde6da8eee3c0a9d59 -size 115627 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/UE_Mannequin_Skeleton.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/UE_Mannequin_Skeleton.uasset deleted file mode 100644 index 8663555a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Mesh/UE_Mannequin_Female/UE_Mannequin_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3a66a6dabf817c168e112809ab31b26d4ebc7fb917ebe85809dddafed3d74b6 -size 42468 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_Female_Mask.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_Female_Mask.uasset deleted file mode 100644 index 01e17432..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_Female_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cb9122f12e5328586e969896a05abd952ac0a4d7c3bafc22ccbb3dc76684e94 -size 206832 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_Female_N.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_Female_N.uasset deleted file mode 100644 index ffed8de2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_Female_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d922e06e929ef3a71db43fb52c8f5d199c17f97e3691019e858b7aceeb22346a -size 18407288 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_Male_Mask.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_Male_Mask.uasset deleted file mode 100644 index bad7c056..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_Male_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:726ade359376d82289f0128507fc991e332df81ed00f23ab44637725fca1f713 -size 206957 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_Male_N.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_Male_N.uasset deleted file mode 100644 index 1806c665..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_Male_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6b663ea1fd461226a403e26586a5c398929eb820c73b072cf3941b78be66315 -size 5423174 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_UE4Logo_Mask.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_UE4Logo_Mask.uasset deleted file mode 100644 index 1a18174a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_UE4Logo_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df37ba58fd26b0b059066e2316b4b26c7624e37abfc1c1af39da0f5721bd9e7d -size 71049 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_UE4Logo_N.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_UE4Logo_N.uasset deleted file mode 100644 index e8cbb4b8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/MagicalAnimSet/UE_Mannequin/Textures/T_UE4Logo_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:826622bf66e0fca87958264c880668aa237a864760d535a9d68d0b20c7311365 -size 121787 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_ButterflyAttackSanin.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_ButterflyAttackSanin.uasset deleted file mode 100644 index 9fe72298..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_ButterflyAttackSanin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c5db0b0459362988842427309862c3bb650a5819094dc9c5e50864c70518024 -size 12438 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_RockPillarTeleportSanin.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_RockPillarTeleportSanin.uasset deleted file mode 100644 index f3b4a9ed..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_RockPillarTeleportSanin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da8367171ee1ea236a919f643643ec1e5a897a8850faf8c3d120311ee83c4172 -size 12473 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_SaninDeath.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_SaninDeath.uasset deleted file mode 100644 index 1cb80e6a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_SaninDeath.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fb2feff4b5b26e0a87dc15ac47cffa9b77ba35ae5fad50284400dbc9466fa5b -size 11709 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_SaninNormalAttack.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_SaninNormalAttack.uasset deleted file mode 100644 index 122e58d3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_SaninNormalAttack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:131b5efeff24d2e2d724a7c1ca717b61753fa4e2022824c9f461f7f45416e5ac -size 15751 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_StaggerSanin.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_StaggerSanin.uasset deleted file mode 100644 index 4a111314..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Montages/AnimMontage_StaggerSanin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79fbac020ecb831340e7dfe1012235e9e46ee64240c1f332a0ba2cee0b28da78 -size 9224 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/DwarfIdle_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/DwarfIdle_UE.uasset deleted file mode 100644 index 9381ab4d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/DwarfIdle_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a9cb2c4e56029edbf5857c6d608fcb73f210df1b01a5fd1b7960cd7b967b10e -size 347313 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing1HCastSpell01_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing1HCastSpell01_UE.uasset deleted file mode 100644 index 5409b3d0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing1HCastSpell01_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11777dab065be844781c8b8ff37d504b7bd530b8c8527d9eb68dcf15fd8d7961 -size 481459 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing1HMagicAttack02Mirror_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing1HMagicAttack02Mirror_UE.uasset deleted file mode 100644 index 55abab81..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing1HMagicAttack02Mirror_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:192770a5e4df26752165f69a9eebe4280ac018cf515aa429002608264e6f0352 -size 191726 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing1HMagicAttack02_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing1HMagicAttack02_UE.uasset deleted file mode 100644 index 4ff0cec2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing1HMagicAttack02_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bf7e3a40f1511487e390bc558146b6b624a155e880c695e15f0fae7098e1e7b -size 262376 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing2HCastSpell01_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing2HCastSpell01_UE.uasset deleted file mode 100644 index 28fd92aa..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing2HCastSpell01_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff47e1dc87cd5d63b0d85f075ed8f3c0ae03132167aeb9c48db843a0f0696609 -size 462033 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing2HMagicAttack05_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing2HMagicAttack05_UE.uasset deleted file mode 100644 index 7058186d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/Standing2HMagicAttack05_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab3a7b731e757400304957c69dfc57d8499a8fbee605020032e3f2ed149bd8e0 -size 726090 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingBlockEnd_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingBlockEnd_UE.uasset deleted file mode 100644 index c8a37248..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingBlockEnd_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59b181a81baf31206c80893a0d008647b504b1f73b5af6940f1580b6e9a5681d -size 294304 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingBlockIdle_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingBlockIdle_UE.uasset deleted file mode 100644 index 10ce8002..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingBlockIdle_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:108e37ea8a19b1e793c7dc0243c8240cd1fbb5c0695c0a07dcd2a106154dc188 -size 577804 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingBlockStart_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingBlockStart_UE.uasset deleted file mode 100644 index 94d73bf3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingBlockStart_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b1049ae2184145fe488e8405726de164188cad93772370f62595ef3f3680d09 -size 139863 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingIdle03_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingIdle03_UE.uasset deleted file mode 100644 index 4a575ff9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingIdle03_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4abafee2dddcf731bf5e9f625532c91fcd3ee9d1df216dd8643915332c225f28 -size 856756 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingLandToStandingIdle_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingLandToStandingIdle_UE.uasset deleted file mode 100644 index 73f522fc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingLandToStandingIdle_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c374b859867ebe3615d63125593e9377af0a4c0425f72ee6bcd25bbf2d0e0eff -size 255871 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingReactDeathForward_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingReactDeathForward_UE.uasset deleted file mode 100644 index 07064b96..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingReactDeathForward_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48ea410b4868b427da2bed96d477905c56cfb81293971cf019fa988d861af88e -size 751493 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingReactLargeFromFront_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingReactLargeFromFront_UE.uasset deleted file mode 100644 index 8b3ac938..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingReactLargeFromFront_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f554e2a9007a5aebe718e8feeb9ae7071b5ffd66eda829f580c15bff2c147f9 -size 480247 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingWalkBack_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingWalkBack_UE.uasset deleted file mode 100644 index dcf30913..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingWalkBack_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bad1fcae88f90c738d337c7a5284c439e5559a927a4d2e05d6d69659bcc5d82 -size 110353 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingWalkForward_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingWalkForward_UE.uasset deleted file mode 100644 index 56794c30..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingWalkForward_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad0e4e24e5df7cb10adb1907092eeee84f6d19909a8ef4e538614ff749c1ffc -size 105321 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingWalkLeft_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingWalkLeft_UE.uasset deleted file mode 100644 index befb5ab1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingWalkLeft_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03b23604be8c35a8d7d2c1621ab57ed0662472cdc4c2b7817cd8d522dd2f80c7 -size 107854 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingWalkRight_UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingWalkRight_UE.uasset deleted file mode 100644 index eb4040a8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/Anims-Sanin/Sequences/StandingWalkRight_UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a00b469a26c63743b8c9e761414721adcf0a76bca4a4429b5179c908b2f33d8 -size 110246 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/BP_SanIn.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/BP_SanIn.uasset deleted file mode 100644 index b558d827..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/BP_SanIn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42b35db307fa53cbc3b08a7cf89ea0b74dac5963071e31049980fd73f86ddaaa -size 616890 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/BP_SanIn_Dup.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/BP_SanIn_Dup.uasset deleted file mode 100644 index 539f866c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/BP_SanIn_Dup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f7bc7da400e80236d7ed5226105ac47199a517fb460112539ceac7bef07db36 -size 477430 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/BP_SaninController.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/BP_SaninController.uasset deleted file mode 100644 index 46af69d6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/BP_SaninController.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d91cf1c6a10db0586c4c7db51adf563bae672cb5aedce13f524ddb17eb21cafb -size 92397 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/S_Gonggi.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/S_Gonggi.uasset deleted file mode 100644 index 6d12f242..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/Spring-Sanin/S_Gonggi.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad904326d06bb85bacc233c9d34c0f4dfddb4d13b545ac504c8dc9c9efb233cd -size 5219 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/StandingMeleeAttackDownward_2__UE.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/StandingMeleeAttackDownward_2__UE.uasset deleted file mode 100644 index c1518fdc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/StandingMeleeAttackDownward_2__UE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6840c2f27e97cd97655ea794266b82278ae213771038ab59cd0509eef89fc750 -size 918842 diff --git a/hwanyoung2/Content/Hwanyoung/Character/NPC/StandingMeleeAttackDownward_2__UE_Montage.uasset b/hwanyoung2/Content/Hwanyoung/Character/NPC/StandingMeleeAttackDownward_2__UE_Montage.uasset deleted file mode 100644 index 95517db2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/NPC/StandingMeleeAttackDownward_2__UE_Montage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f958e1545e54b64016cfff9d80f4ae364a4d545cd40d34caba2919f8ff00183 -size 13212 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_HYPlayerCharacController.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_HYPlayerCharacController.uasset deleted file mode 100644 index 0b0194b3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_HYPlayerCharacController.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab7dcb4a119318020238d7d41dd67c9ef0f9fdfe8db50144bb27d7df35802bd7 -size 250752 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset deleted file mode 100644 index 5d4ccc00..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/BP_PlayerCharacterBase.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:517956b5fef1628af56173949d218721c6e1d046186dd988395bc1dcad7e5886 -size 390692 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/IKRig/IKRetargeter_Haesol.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/IKRig/IKRetargeter_Haesol.uasset deleted file mode 100644 index ce9100f8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/IKRig/IKRetargeter_Haesol.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a613e4b296d07406b1c09ef09bc39d128fb37d2b85a3aaeeb86acf106787271 -size 20879 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/IKRig/IKRetargeter_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/IKRig/IKRetargeter_Soldier.uasset deleted file mode 100644 index c45319f8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/IKRig/IKRetargeter_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fded083fe7eee81aea6627c52f388fb277e905b74f3059577a3964a2eab84bdf -size 8750 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/IKRig/IKRig_Haesol.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/IKRig/IKRig_Haesol.uasset deleted file mode 100644 index 26bf08cb..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/IKRig/IKRig_Haesol.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5df3da51219344576a6bed6b607e4fdaa4d79ee6083227332ffd0c593d04ff9d -size 84214 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/IKRig/IKRig_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/IKRig/IKRig_Soldier.uasset deleted file mode 100644 index 994e5368..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/IKRig/IKRig_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb7dbda56145a3f7fd364fe5373c5dd5f840662a8dc408a9836868165fdbce0a -size 79632 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_AimBow.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_AimBow.uasset deleted file mode 100644 index 724e7e00..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_AimBow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6685b2f0c413431d52e336d2fdf778f97d684e92a48f6ff4c58319dbd70deda6 -size 1789 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_BlockAttack.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_BlockAttack.uasset deleted file mode 100644 index 8da27c37..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_BlockAttack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67a0656fa60e9634e1901c508c7499a34f2f54de74f925d21fdd21addc221d4a -size 1870 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ChangeAttackToCloseCombat.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ChangeAttackToCloseCombat.uasset deleted file mode 100644 index 09438eba..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ChangeAttackToCloseCombat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e3ffd6c7d5ac0daa762071711c82db5b452f4a5c74a5c99bd7f1b143eb65b04 -size 1513 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ChangeAttackToHitscan.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ChangeAttackToHitscan.uasset deleted file mode 100644 index eb20f075..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ChangeAttackToHitscan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c758ef5c0b0818feb1fd5f72c3422d66f9b54d04a0da27d9a3fa440b763377e -size 1493 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ChangeAttackToMelee.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ChangeAttackToMelee.uasset deleted file mode 100644 index 1969e0b7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ChangeAttackToMelee.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aceba68775e933fe658f8918173c74e6fb7d57a866492ce862c794ccd1fbce56 -size 1483 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ChangeProjLength.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ChangeProjLength.uasset deleted file mode 100644 index 2737fe20..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ChangeProjLength.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6baa6ea11ca721cfcfdb3e0d063717013d24890bada4b91df69c588ada6522fd -size 1619 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_Dash.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_Dash.uasset deleted file mode 100644 index 3cb136c0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_Dash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8783a1841cfd1fb9e6f5a38b4bf60443f58ec3b5555c4a1c70484c9adb465a69 -size 1695 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_DefaultAttack.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_DefaultAttack.uasset deleted file mode 100644 index c0704c29..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_DefaultAttack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66d8df0da6f54532f0f75b1eab25eb2f60b25a1a5c9a77a1fb21595604b3cd27 -size 1740 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_Interact.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_Interact.uasset deleted file mode 100644 index e705e6da..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_Interact.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bc2c65682e50ec181ec86d20af08647b0272e57e928a540eac504915d906b15 -size 1872 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_JumpAttackCombo.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_JumpAttackCombo.uasset deleted file mode 100644 index ef15b05d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_JumpAttackCombo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91f3f681743c302011bce290aec3232d2ba96e02ebb1bf8d6cda58b812bb48bb -size 1463 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ShootArrow.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ShootArrow.uasset deleted file mode 100644 index ebee74e1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ShootArrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b34384997cec6c471a02cc604fba5eda1ef77237c60f4f2f1d68b3f20ae30e29 -size 1726 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ToggleInventory.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ToggleInventory.uasset deleted file mode 100644 index 9d3ace95..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_ToggleInventory.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc9bd46dddbd31f8870807c72f516a5a985ba95106c5bb9505758bffeda4f838 -size 1855 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseAbility1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseAbility1.uasset deleted file mode 100644 index a275038d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseAbility1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7cc30d31688065a7846d20c11a0340a8df38d3092def5495d16bf7bce031f09 -size 1443 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseAbility2.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseAbility2.uasset deleted file mode 100644 index c1bc37d7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseAbility2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88be926692f39d329d688951031cd959f95d06188de78d175c4b7258ee8dd151 -size 1443 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseAbility3.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseAbility3.uasset deleted file mode 100644 index 89579602..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseAbility3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcfcdfe8aaf0615154aebe37e87161fc1ef1e5af551377c3a8bc2b464d077261 -size 1443 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseInventoryItem.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseInventoryItem.uasset deleted file mode 100644 index 71e5cbc7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseInventoryItem.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b86802c0021710133c3f77a5fdbc6b30e1882a2a6de053d76e703a3a91de225 -size 1468 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseUltimate.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseUltimate.uasset deleted file mode 100644 index 836b2520..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_UseUltimate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f7cc2379c6e9ac4e14b62272ee5d41b2052bb6f570fcc35044a493246e8cdc0 -size 1443 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_Walk.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_Walk.uasset deleted file mode 100644 index fc3cb7b4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_Walk.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7ed5c2b69b0aa2e911d91340cf29cf0f476d3f637059b0d53957d55c93c7417 -size 1555 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_WalkChord.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_WalkChord.uasset deleted file mode 100644 index 292d633e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputActions/IA_WalkChord.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbbe2d699b182f13bce804d71a49fabebdc78e614bdc4af1c5c5cabc83a0b0b0 -size 1433 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputMappingContexts/BP_DefaultInputContext.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputMappingContexts/BP_DefaultInputContext.uasset deleted file mode 100644 index 309e4f5e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Input/InputMappingContexts/BP_DefaultInputContext.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:278e78f2c35188f5437c6b2456cb17378096d9826cbdb4a9cd4a32d5cc21fe39 -size 27359 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/ABP_Haesol1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/ABP_Haesol1.uasset deleted file mode 100644 index 44a26e2c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/ABP_Haesol1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e5850fca1a5f3907d9b62e8790a7c0babd94b1c7ae7d6236d090a8198411658 -size 1064737 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_AnimHaesolMelee.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_AnimHaesolMelee.uasset deleted file mode 100644 index 5150b982..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_AnimHaesolMelee.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e98ab6d3bee1b82136122e680e647f53a0a3839a66f7cfa89151767546e05a9f -size 868437 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolAimOffset.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolAimOffset.uasset deleted file mode 100644 index 22217138..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolAimOffset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1679b040f0f1c050e30c0dd02d4a3b7be0d53f023777753b172d92814c47a788 -size 19767 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolBlockHolding.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolBlockHolding.uasset deleted file mode 100644 index 7e3a4e16..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolBlockHolding.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5aea9ffad4635c25d2343ba10cdb6662486cdcfb4d64375291778bae262b589 -size 14752 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolBlockParry.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolBlockParry.uasset deleted file mode 100644 index c60c6d20..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolBlockParry.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3b1021acca87ad2c895c1f62d6a8098f455744972131c4d5058f67e26f1a2a7 -size 15302 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolBowBS.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolBowBS.uasset deleted file mode 100644 index 0c0a934b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolBowBS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4e719dc0d2fb2ffc0590e02881cabf8c7594e55b2966bc592c0bfd27e56b2ca -size 47413 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolDeath.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolDeath.uasset deleted file mode 100644 index d8476e8a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolDeath.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8802ff2aad1b41c6e1709372e344567a8db44ff3a9f1ee347d12b0da7152b8d2 -size 9723 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolDefendReact.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolDefendReact.uasset deleted file mode 100644 index dd7f3126..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolDefendReact.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b8ba2f853e47a293b97937e5d8f4ca2e5e3052c448491575bc429b304367ea2 -size 12776 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolDefenseReact.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolDefenseReact.uasset deleted file mode 100644 index 8ac19596..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolDefenseReact.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8851e670194e93db773b81da2d9adcc802f931524cf0113efd80782f8109fb7e -size 13214 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolHitReaction.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolHitReaction.uasset deleted file mode 100644 index 19066cfe..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolHitReaction.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53acc2e216cdb5520d2b984841ba15ea85c516ccbad4ecf37075e5e01f96fcaa -size 9777 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolInPlaceShoot.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolInPlaceShoot.uasset deleted file mode 100644 index b3687807..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolInPlaceShoot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e943d2ac07c3b0689af6c9df854a2fcde8bd53440a923252341e8198dd8a2b67 -size 9691 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolMeleeBS.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolMeleeBS.uasset deleted file mode 100644 index a96ea327..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolMeleeBS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bee0d01ba806304d56d4227a70145f366deece3c97fa29c5e8dbb1c003c843b8 -size 20766 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolMeleeJumpDownAttack.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolMeleeJumpDownAttack.uasset deleted file mode 100644 index 735e9c1b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolMeleeJumpDownAttack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74c90e2d6c023ad0647ded18e241a5aceccda2acca58ab11a195ebbe060abb26 -size 14137 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolNormalBS.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolNormalBS.uasset deleted file mode 100644 index 58f137b0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_HaesolNormalBS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46db3b9f9334e403dcc6548aac938214031a2e10b85c775104fb1906b85da928 -size 8620 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_PhysAttackComboHaesol.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_PhysAttackComboHaesol.uasset deleted file mode 100644 index 46b71814..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_PhysAttackComboHaesol.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a26ead569c95496fe963fdbddf7941aab00af40f1a13791f5d3838d263dd2f85 -size 47794 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_SkillAttackComboHaesol.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_SkillAttackComboHaesol.uasset deleted file mode 100644 index a028106b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/BP_SkillAttackComboHaesol.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84bd0196a0974fb718b7d2b8dff98809bff636041e64ed153b88d613252693fe -size 49162 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/MM_Jump.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/MM_Jump.uasset deleted file mode 100644 index aaff2f9c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/MM_Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fda945262508bb2a6327b23b71adeec5f9f746f6d2db9319a300199cad65c53e -size 156298 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_AnimHaesolHwando.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_AnimHaesolHwando.uasset deleted file mode 100644 index bb31bd6c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_AnimHaesolHwando.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e2473ab285a42a1b13a2d5f1c742bb6286f34e67d95427b6536bad8afd82bd9 -size 67254 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_AnimHaesolProjectile.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_AnimHaesolProjectile.uasset deleted file mode 100644 index af0c4e6a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_AnimHaesolProjectile.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f180a93cb535f008186c958a76b75d238218112815478cd4265a8da742edfaa -size 47869 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_HaesolAO.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_HaesolAO.uasset deleted file mode 100644 index 0f7dcf9b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_HaesolAO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c3cd0b2be7333b3bc6278c5c875e1f166911dd9dd4c603846769b91508bb7d3 -size 20760 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_HaesolBlendSpace.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_HaesolBlendSpace.uasset deleted file mode 100644 index 19261ad5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_HaesolBlendSpace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a749367358952354fd5a3cc1529e130c00194e2276bb781b6556447aacf423b -size 21974 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_HaesolBlockHold.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_HaesolBlockHold.uasset deleted file mode 100644 index 10cc4812..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_HaesolBlockHold.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:026300cfc49951b45f9c2faa4e4d16f83fd29c878e3f25e8fae85131506a3994 -size 15177 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_HaesolParry.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_HaesolParry.uasset deleted file mode 100644 index 06831f6c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_HaesolParry.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d93e0b3d23d9f90f0768cbd4cf8522236197b2d4831b54c6da6c4d5b52b4abb0 -size 15837 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_PhysAttackMeleeHaesol.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_PhysAttackMeleeHaesol.uasset deleted file mode 100644 index 2eb21d05..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_PhysAttackMeleeHaesol.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5938123bc729f609d87c4741bb5569b54960b9978f5884c24d5c5a122e13e60a -size 48543 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_SkillAttackMeleeHaesol.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_SkillAttackMeleeHaesol.uasset deleted file mode 100644 index 7e1c3c82..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/OLD/BP_SkillAttackMeleeHaesol.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37b25de5cb9157a01f2bc9392e39e7fd9f7bb89457f28b82ae92d2780346a249 -size 49161 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_C.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_C.uasset deleted file mode 100644 index 5ddd5769..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1eef54fa502ad6e812cf5256ab9a1a468fc3cbd68dcc90087af1404b561ec85 -size 282740 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_D.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_D.uasset deleted file mode 100644 index 1dea1b2e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40f1e2e537cc93fe3557aa07b76007fe7ca5aca29def04c4440313d5d8054226 -size 282990 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_L.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_L.uasset deleted file mode 100644 index e901a8f0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:140e03f3a136edd53b0d5494ece4931b33867c54471a74efe1208daad7710ee1 -size 283082 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_LD.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_LD.uasset deleted file mode 100644 index 433da3fe..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_LD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36a6f3b1e70d7d18c5ab2151d08ec762e86a302bf67fb0330d6da62ed3ff9013 -size 283076 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_LU.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_LU.uasset deleted file mode 100644 index c14f3be9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_LU.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8701d2171915716c47bf1c56cf913d7486afcc04d9753a1aa27c22820da5a5b5 -size 283013 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_R.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_R.uasset deleted file mode 100644 index 5b04077f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb9bd6cb1931df61a9b8de337ff5f2db6d2050aa9570bde67c0874bcaff10f6a -size 283288 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_RD.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_RD.uasset deleted file mode 100644 index 5e778023..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_RD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef2147f8a625bcc5565be212e66d12189eaeab5c9f79c03083d0d489892aefe1 -size 283295 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_RU.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_RU.uasset deleted file mode 100644 index a898b0ec..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_RU.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9d0a0b4e1bbef4ec34f84b2286dd114ec107a5ef172a5ba513353c76c4f534b -size 283170 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_U.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_U.uasset deleted file mode 100644 index 04993368..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_Idle_Aim_LookAt_U.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1f09796087965da5bf8d2158432bab13735c689fedd2f16ebe115f746d312a8 -size 282918 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Aim_Pull.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Aim_Pull.uasset deleted file mode 100644 index 9de0048e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Aim_Pull.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b25d1916b3315e0b7be2d1fd79c4b28b0197d12ce8a28e4149499d0c090722cb -size 457237 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Falling_Loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Falling_Loop.uasset deleted file mode 100644 index c433181e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Falling_Loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c4dd485d187f6264a94e5d7a7874b0eb806bcfaae7892e3760428e4d4898278 -size 1022220 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Idle_01.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Idle_01.uasset deleted file mode 100644 index 5d188522..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Idle_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e0278c8b9edd571cfa571b504f608502f106568f46cb047389c141770af05a8 -size 1360910 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Idle_2_Aim_Fast.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Idle_2_Aim_Fast.uasset deleted file mode 100644 index 3a6e79ad..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Idle_2_Aim_Fast.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82a526303be640f31379ba70cd5dbe0e0371c8ca79a671df1c5f7b757094f6d7 -size 441735 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Idle_Aim_01.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Idle_Aim_01.uasset deleted file mode 100644 index 5a3f4092..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Idle_Aim_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7438d37723faf926c2ab179859c1deca98c8dcb3032cab3355630af65f933441 -size 2042895 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Landing.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Landing.uasset deleted file mode 100644 index 981695ca..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Landing.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cec3eac2a08196d8463dbdf649d462b0b248708f1972061966fac64a3ca59c59 -size 504234 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd.uasset deleted file mode 100644 index 4e3015c1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74412fe9aea8c922f7988415f534846876a897beb7a9e3b10d18c7bd8dfb62b4 -size 456453 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_45_L.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_45_L.uasset deleted file mode 100644 index 6afda3ba..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_45_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02b22539db671e2e8548d53435ad6ee7b54bd2a94aceaafd56dcef1f484e5dd0 -size 459511 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_45_L_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_45_L_Aim.uasset deleted file mode 100644 index 00accdd9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_45_L_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb83665e5247ccfc5b4204f6614b33cc7677eed767ed478cf6b955395b535eb6 -size 443794 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_45_R.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_45_R.uasset deleted file mode 100644 index e9746773..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_45_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed84f17ca5e98a11819487cdae612832b7beb58acd4c6c0933f5e067dd5a7bdb -size 453569 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_45_R_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_45_R_Aim.uasset deleted file mode 100644 index 5f821b4c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_45_R_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82198514f6e4c634387b4886e2ce6495cce4cedc5d8bfb634269c13bf3fad891 -size 442280 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_Aim.uasset deleted file mode 100644 index d92c516d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Bwd_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acf55c48371d58961ea820471a312d51a430fa852d641ec4fc9c0973b741466e -size 440717 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd.uasset deleted file mode 100644 index 760542e9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cad7cc282f6fb2a93e2978f108feb2846e194e808e9e2f7921b2339d58ebc682 -size 457921 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_45_L.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_45_L.uasset deleted file mode 100644 index 0ce801ec..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_45_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:474b9d089c908287fff89695a9b278847fb80726bedc8dc7ea3a901615f1921d -size 454910 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_45_L_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_45_L_Aim.uasset deleted file mode 100644 index 12360cc9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_45_L_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d7ab69cdaec6a1b12102dd74237684eab42428ecd0ec508aa7014f661740e1c -size 446563 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_45_R.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_45_R.uasset deleted file mode 100644 index 3fc70398..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_45_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f05ac8265d809c8b65509acb926f601a317d128dccaf1b583e6beb0cd6fce9d8 -size 459196 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_45_R_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_45_R_Aim.uasset deleted file mode 100644 index 1ac37108..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_45_R_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a192caab2ead9662ed99699db77c49279fa06e5a53ca1dbf6792ca2ea588f52 -size 446604 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_Aim.uasset deleted file mode 100644 index 2064079f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Fwd_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:903cf13a0a9cd151382478d350256ecfa97e8a402b0bc57085c494a8f78375f7 -size 445065 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Left_RF.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Left_RF.uasset deleted file mode 100644 index e0a830e1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Left_RF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b87f4c1677106768774121843f4e40e46210782596c3d7e65b5252d080ae4da -size 470259 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Left_RF_Start_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Left_RF_Start_Aim.uasset deleted file mode 100644 index cf972a98..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Left_RF_Start_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a77c527e7d645e6e08b0c37bc53506c16e7a3f3c4ac3d5098427e9e602054289 -size 561209 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Right_Aim_RF.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Right_Aim_RF.uasset deleted file mode 100644 index ce1b79c3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Right_Aim_RF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c4b282441e97ffa67fc66316dca7c81c195e10be21d6a5ba14a92f619a8e96d -size 443717 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Right_RF.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Right_RF.uasset deleted file mode 100644 index b83f6791..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Run_Right_RF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f521bd06530603d7d4673cf5fd3beba108e5244e1063141709e04a1487ed3c3 -size 460893 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Shoot_2_Aim_02.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Shoot_2_Aim_02.uasset deleted file mode 100644 index e16d1e92..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Shoot_2_Aim_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5a50d9107fc74402c6a97ffa43df413990954037d6b7a07bffc89f9c0bc3b61 -size 821038 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd.uasset deleted file mode 100644 index 94fedb02..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebf0c4296e5d26a27135730b0e207eaf5e057d2769f9171c68edc19e6c1a9871 -size 493241 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_45_L.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_45_L.uasset deleted file mode 100644 index 75d3d5db..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_45_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9949065cede34573f96569e1932cef8aa42a0bdb16e4e903fe4ab3f22a83104 -size 495316 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_45_L_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_45_L_Aim.uasset deleted file mode 100644 index 4aadcdec..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_45_L_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f44467777c12c2367adeeb0b4434b09a113edf12731ddd63a31f26041baa9bfb -size 493239 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_45_R.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_45_R.uasset deleted file mode 100644 index 91f8d75b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_45_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2656d02805a12a95fd77a43f60427379ef834572d356ff8c41e95f011b59b71e -size 495503 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_45_R_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_45_R_Aim.uasset deleted file mode 100644 index 0f30588d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_45_R_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0088dcce891704660a1e577409a8d9f0ed47307386a736371bc4eafa0a5790b2 -size 493408 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_Aim.uasset deleted file mode 100644 index 0c791398..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Bwd_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c26d388b79d9d3fd6d30cb47f1a2a04d88faf7be77643c30aa34b3fe7253806c -size 493100 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd.uasset deleted file mode 100644 index ce3df26c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39463e39a5f50374da538dfab3b7cbbca470a00b2b3d8c38aa5400d53e8710f3 -size 493156 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_45_L.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_45_L.uasset deleted file mode 100644 index 38cec930..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_45_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ea68841f76aac1dfbb5deed44fc4876664b5b512c165f3a953462aa74e83754 -size 493490 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_45_L_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_45_L_Aim.uasset deleted file mode 100644 index 58d9662d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_45_L_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ab43caf81e9bd74244a80acf0675aa692d73a99233edac20b02867f50bbaf32 -size 491240 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_45_R.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_45_R.uasset deleted file mode 100644 index d911b8a6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_45_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52355dccb2f50b1109f69366c0e77f7b0ec638dc393e592c5c37a2a9a21f5e12 -size 495355 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_45_R_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_45_R_Aim.uasset deleted file mode 100644 index 71085107..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_45_R_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf9ae24ddf0cd9b80d5622e766821233068c0a66e14f1c42f384dcc44f844288 -size 495187 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_Aim.uasset deleted file mode 100644 index 9ba945c8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Fwd_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce1be9bad250748bc10af0793904d87dc652f372e1af7c99c69e1cdf0f95a603 -size 489109 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Left_RF.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Left_RF.uasset deleted file mode 100644 index ed8d29fd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Left_RF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8efacbecd9a5a0b6dc8a8ed3745a99ca8ee2ceb1d279b94aa770a7f44eff073 -size 499770 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Right_RF.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Right_RF.uasset deleted file mode 100644 index bca90040..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/AS_Bow_InPlace_Walk_Right_RF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da92fea16838ced3ba71550fe462ad612aec5e572e5e92e5219f5306a54da73c -size 491961 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Attack1_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Attack1_Soldier.uasset deleted file mode 100644 index 3330bf9f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Attack1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa576952df10bc1c967bbced032f50f9c15a66a2b7ebc4b156315e8280dd92dc -size 1568979 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Attack2_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Attack2_Soldier.uasset deleted file mode 100644 index 2e9449be..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Attack2_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0f5473b13f96c2471e51e5eea985106c2af0102439ea97209dee657608b7fb9 -size 1805240 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Attack3_Soldier1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Attack3_Soldier1.uasset deleted file mode 100644 index 4c0e49a1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Attack3_Soldier1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18bbb321f6b27a68a835cd03b7b97843c47ac1f2aa5393c97b484081abee7a3a -size 3338928 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Attack4_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Attack4_Soldier.uasset deleted file mode 100644 index 08dc9cf0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Attack4_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50cb77dbde362f8a841f426895c322aad21307be2cfa24bc2b0029733bb9b820 -size 2968651 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Damage_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Damage_Soldier.uasset deleted file mode 100644 index c1bdfedc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Damage_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b42a11c0e70aae90b5dfa24ccb6dbbf61f252f5a1c8d69f525e9dff6d9354c94 -size 1711733 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Defense_React_Soldier1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Defense_React_Soldier1.uasset deleted file mode 100644 index 8387c06c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Defense_React_Soldier1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f356d33be0b9816a36f1239859892cf1aa2cc6714664e61e6a762d9936781812 -size 302070 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Defense_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Defense_Soldier.uasset deleted file mode 100644 index 090b0a3b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Defense_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c268012e57fdf491c348790258087c861951f11788b381807a70c55bb911c1d6 -size 2256256 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Die_Soldier1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Die_Soldier1.uasset deleted file mode 100644 index 24a5a552..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Die_Soldier1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b31fcd3e43e396eaadd4847e7fa941f08c94da2e837e2a2f785d8f0884e43d9 -size 2149282 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Hold_Defense_Soldier1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Hold_Defense_Soldier1.uasset deleted file mode 100644 index c13c6533..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Hold_Defense_Soldier1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac83637e99e6fc2fd9a76b8af3af9ec27f90cec2c4542e9b080a758ee345c02a -size 283903 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Idle1_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Idle1_Soldier.uasset deleted file mode 100644 index 993fb6f0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Idle1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fffca8e648a1c46a62aa204cbb7f5c7768d1fa6d72f01e9684dd376f26a4957 -size 735536 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Run_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Run_Soldier.uasset deleted file mode 100644 index e7b8b669..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Run_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ed29d548e589f341aee600c50d02f69bafdd150cb30991872e07edc866fa35a -size 510166 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_WalkBack_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_WalkBack_Soldier.uasset deleted file mode 100644 index c6d7f914..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_WalkBack_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4212c1b46e8715f36f89c35886db52ca2c5ea10180660df6276c4d2f1b971e08 -size 649417 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_WalkLeft_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_WalkLeft_Soldier.uasset deleted file mode 100644 index 56d656b6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_WalkLeft_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bf58d45da46b64ca7dd1509d3f5e6088642cf432a0a9e22e143e5f5e92363a6 -size 620447 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_WalkRight_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_WalkRight_Soldier.uasset deleted file mode 100644 index 4df3134e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_WalkRight_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a16587fa89475aff41672bc513132b0a54e6c1ebf519838b62bead1eb83a0dcc -size 644455 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Walk_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Walk_Soldier.uasset deleted file mode 100644 index 9d91d29a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Hwando_Walk_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6bc1d38c2e9fc58e7e1f20bda2413071cab6ea4d2487c3ab37d255809d5eab1 -size 615712 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Combo3.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Combo3.uasset deleted file mode 100644 index 23b8fbaf..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Combo3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a3c6d93086f3221aacaa8c9a7cec0e7edf84ef77d5fda8209d9568332eb4421 -size 1920045 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Jump2.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Jump2.uasset deleted file mode 100644 index 524d17d9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Jump2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70bd049fe759c3abe2036dd0c860a7f90532d2cb55e0aeadbd930061a6239143 -size 896935 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Slash1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Slash1.uasset deleted file mode 100644 index 320bea93..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Slash1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9699801db1ca56376f8e948539aa9812785da4279f05e5d66b34250e3a065bd2 -size 589850 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Slash2.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Slash2.uasset deleted file mode 100644 index 801a6a5a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Slash2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16024586853dacdb8ef2a6a44e80e03893f562c1d20c2b751296cced06aa0d98 -size 795478 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Slash4.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Slash4.uasset deleted file mode 100644 index 2a85763e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Slash4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4409f9cc92d0bc7c7b0a6ecff2953d0fb9b29b4f874cfa9c3772075acb3c0794 -size 699118 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Slash6.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Slash6.uasset deleted file mode 100644 index 1a18d414..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Slash6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aafa3c385bab993c39f6117a251ef3dad1f33166a4493963b266f886e37ccc32 -size 616770 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Stab1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Stab1.uasset deleted file mode 100644 index 961abe89..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Attack_Stab1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5c11cddc4121928c94f13e51ed0845f0ac731bdc63596b75c15c3ff146a3bc0 -size 784358 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Big_Hit_Front.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Big_Hit_Front.uasset deleted file mode 100644 index ee39b4f8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/Anim_Sword_1H_Big_Hit_Front.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f53145edc5ff48d4f6930aacf5233c7ee016c3a01d55334c8aff82c1d6a1541 -size 177955 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/MM_Fall_Loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/MM_Fall_Loop.uasset deleted file mode 100644 index 10765bd3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/MM_Fall_Loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e747e5a3b59a673b060806af1338aa3980338a8dbce90f13f8bf676c30aaefd8 -size 403922 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/MM_Land.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/MM_Land.uasset deleted file mode 100644 index 006c9dcf..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/MM_Land.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aed911087cb5d17aad1a87d1527d411631cc0f66f91b9f92d630c41bb2557dc9 -size 156886 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_C.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_C.uasset deleted file mode 100644 index de64a969..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97bf43655aa26ad3f21603f6eac0d1e349db9974101ad9f782994f38cd305cde -size 152093 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_D.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_D.uasset deleted file mode 100644 index 19608dfa..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad0e9a6701c67e63c088b8b270996c060bbec4d2e66477a9f3bbf69900185c85 -size 152242 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_L.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_L.uasset deleted file mode 100644 index 3d47daeb..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16b73fe5d95d246d8a05772aa9173e68c08c24ff603de268892bdb8580421b5a -size 152154 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_LD.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_LD.uasset deleted file mode 100644 index 9c052e03..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_LD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9018d4e170b350ff29e3266e346efdef380fc6e3fed9edbc869955798e0903ab -size 152107 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_LU.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_LU.uasset deleted file mode 100644 index abd911cd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_LU.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67d4e572bd60ab695bc130736cfa5b7ff8a5f82d6cd624cbed0ba06231bc44db -size 152355 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_R.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_R.uasset deleted file mode 100644 index d142456c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71cd71cb27be7a19b61ff537e2982ddffe96321c52227f658749b60f32da4643 -size 152476 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_RD.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_RD.uasset deleted file mode 100644 index dc4908e9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_RD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60f7b14a43ba466ebd4ddc346724b522f4304e0496bfc520c4c091dd7d657550 -size 152547 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_RU.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_RU.uasset deleted file mode 100644 index 71d8f3b2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_RU.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a782a1b0e643af4bb7acf398006369ebfeb062415118eed25fb957c786622cfc -size 152544 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_U.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_U.uasset deleted file mode 100644 index 1491cfda..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_Idle_Aim_LookAt_U.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d35da7dda7d435eaec9804410ec1be9d629945c3007b040a288b3cf7a341b27 -size 152205 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Aim_Pull.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Aim_Pull.uasset deleted file mode 100644 index 825e71dd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Aim_Pull.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:003753980cd79235e6a6658a2cf435fc11fe777a761979081a8381725506380a -size 571551 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Falling_Loop.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Falling_Loop.uasset deleted file mode 100644 index 2e0ad28e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Falling_Loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ed70dff0bc9d7e75e65ce8721b8336e3d76cd74cd5f9f8880f98e4a3c1eb0ff -size 1373905 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Idle_01.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Idle_01.uasset deleted file mode 100644 index 72a11a83..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Idle_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:977d11ad6a856f57d2ba2dd8313b7fca0e513b543ff7fd2da17fd239baeeef59 -size 2189107 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Idle_2_Aim_Fast.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Idle_2_Aim_Fast.uasset deleted file mode 100644 index 22de76f8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Idle_2_Aim_Fast.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7773f9ecc456c8cf9d7df3173bdbcf84d94a81fc510ccd95c7ade24bead0d6c -size 371104 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Idle_Aim_01.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Idle_Aim_01.uasset deleted file mode 100644 index 8c38ae71..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Idle_Aim_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3459b66432d6dde82f5239ec47df902c593ad8c4128929ad26a164052f7f7c11 -size 3271047 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Landing.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Landing.uasset deleted file mode 100644 index 0adaeb1d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Landing.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:933dd069c2b6c1961ab2a83e58bd729f455b21d265953fab55fd047a565ea82f -size 445741 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd.uasset deleted file mode 100644 index 629f397a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fbcd2e6fb8e221dcc374aaaf8584059357115e29d1115dc8332dea7b2e7c794 -size 459275 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_45_L.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_45_L.uasset deleted file mode 100644 index e35fd17e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_45_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d32123470a8efbb309f1d3a2d99258ac6abaf77592a06912d3d929b843e4cce -size 427200 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_45_L_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_45_L_Aim.uasset deleted file mode 100644 index ab0c3832..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_45_L_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03794970e9633067ba60f56a802899d5e13bd363b3344e451841c6a7fcb70fe3 -size 442610 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_45_R.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_45_R.uasset deleted file mode 100644 index f7334bdd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_45_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43478e8cedb130c349db5d4029747ceae1fc782e023bd88d16e327bff5a86a5f -size 439421 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_45_R_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_45_R_Aim.uasset deleted file mode 100644 index c94e7ec0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_45_R_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50f3eb9bde663eb78725b899e9f41a16409e44c57e8718247f5cb1dde6bf323b -size 440876 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_Aim.uasset deleted file mode 100644 index 6f74305a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Bwd_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3530f03402280cc89a627a061ad29976f002cd127be9a784aa8671571a8603f -size 433093 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd.uasset deleted file mode 100644 index 0d598351..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba1380428070759167844548b0378981a823bd4d4ec6a4d6f2e6cb52312d8f68 -size 416205 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_45_L.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_45_L.uasset deleted file mode 100644 index 05934b02..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_45_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edbd1d7a2f79d2d9e8efa755d590d32370dcdcc0b6a5fc3f9eec6931a465f295 -size 439115 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_45_L_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_45_L_Aim.uasset deleted file mode 100644 index 5b654561..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_45_L_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d57de9f52c49c0e9d5038fc791681d7f06bf2e06b293c5aceeefcab7171a47eb -size 436029 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_45_R.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_45_R.uasset deleted file mode 100644 index d9a44d9e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_45_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d05d7ab96a1f7c8de32cf9a02a4bed424b220df84dd860e5bb824996a67d60a -size 438075 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_45_R_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_45_R_Aim.uasset deleted file mode 100644 index d87886d8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_45_R_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5c5d8504beba9f107138f708f762335833180dbafb95d587bba7774eb56a514 -size 457969 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_Aim.uasset deleted file mode 100644 index b5bbdde4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Fwd_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bac2d406d7214e9de9275b779fb24b702469a82ec1aacb3a66eb4957ba66d7b -size 431459 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Left_Aim_RF.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Left_Aim_RF.uasset deleted file mode 100644 index df6e60c3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Left_Aim_RF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e62673857e5e08492c41620e075571e96d49ae7f7d908a2453fa5eb5286c6ae8 -size 443774 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Left_RF.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Left_RF.uasset deleted file mode 100644 index 26ff54e9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Left_RF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2a4c906c5c6a8516a59cd3a5064f74196d85485352f906c15adee3b16579e91 -size 433540 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Right_Aim_RF.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Right_Aim_RF.uasset deleted file mode 100644 index d60e1b1b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Right_Aim_RF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cd669414d4b849474e9d7909f6ae28dcbab452d01e334d04c70891da3ad8a1f -size 416566 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Right_RF.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Right_RF.uasset deleted file mode 100644 index 57ac969f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Run_Right_RF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17047c01890930a53b8df0200fac0bcf6e32a2b52f66edbeb96de7a027995b54 -size 458235 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Shoot_2_Aim_02.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Shoot_2_Aim_02.uasset deleted file mode 100644 index 83493d15..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Shoot_2_Aim_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5df0501cd8a87db20d64ad2f3790a2645111cf635092dbaff433f270fa393886 -size 713770 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd.uasset deleted file mode 100644 index 4986496e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03234f28bceb5cc9def2059b23e9a3b284e740b6db0c61feaa206f5182c5ee6c -size 511465 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_45_L.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_45_L.uasset deleted file mode 100644 index 740aed70..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_45_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7da3a3fcd9054cc848f3277f0e27aec0fd02b3c085b0e3ebd2b9331aa7ddb3d -size 519319 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_45_L_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_45_L_Aim.uasset deleted file mode 100644 index 7c626eb9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_45_L_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e5403d9469654f9e0f3c82bc51b2ebc1210bbe2bc910d549d915d7c0d5147ab -size 534830 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_45_R.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_45_R.uasset deleted file mode 100644 index 57ad14f5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_45_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cdd55f4881a67f935711002d0d1bf813eeaee37c1216bc83f7fc676cebdaca6 -size 548450 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_45_R_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_45_R_Aim.uasset deleted file mode 100644 index 23555c43..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_45_R_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef9063c33ea11e60072cc76f2d00a564b474fe10bd0d0e9b7c53fe0d84b5a6fe -size 511321 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_Aim.uasset deleted file mode 100644 index d538ccd9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Bwd_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d107701c260139e9a0fc58c93f2833e3e8a8b9d5eec0da8665407a529c8104f5 -size 501652 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd.uasset deleted file mode 100644 index 38d75ce8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cddce58aac907ed80b13f0317d74f4463db8e26f8966be56cfd355efb357947d -size 532781 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_45_L.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_45_L.uasset deleted file mode 100644 index 5da92558..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_45_L.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e10f5ada9dd3dda188732f53d634845cdada4de92f280715a3c4090485cf72c -size 491799 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_45_L_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_45_L_Aim.uasset deleted file mode 100644 index e7961458..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_45_L_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfde302d64da2c4215e54d1dc9b839f5e336dee9e0d53b1438bf80a51d0dce1d -size 532954 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_45_R.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_45_R.uasset deleted file mode 100644 index 7e9be272..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_45_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4e29d0d849fb58cc1ca86c1aab3395ad98a29959b46fb536274fcf353c4aee0 -size 486518 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_45_R_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_45_R_Aim.uasset deleted file mode 100644 index 3d58545d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_45_R_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d515c08e057e2bae56e5c438cf10c4174f1ac5c052aa75858cabd5da34911b1 -size 548793 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_Aim.uasset deleted file mode 100644 index 9e30e9b1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Fwd_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f101429da98154afc48ca009b17fd4885e4bd9bd617d44d8c23ceb685427b89a -size 520957 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Left_RF.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Left_RF.uasset deleted file mode 100644 index 718b2984..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Left_RF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c879c2c55ebcd811aacd48ef1c0ee2515dbbc108cd90ddff643965a4ef01503 -size 527336 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Left_RF_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Left_RF_Aim.uasset deleted file mode 100644 index d314e852..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Left_RF_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9983a44084d8c20bd23d9c20ca81a77cbdc2c9d17651a10e7e11355ff63c610 -size 497966 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Right_RF.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Right_RF.uasset deleted file mode 100644 index e94430e4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Right_RF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98efe07346b94919f86b597631fd44b48def8055d7253bf0434c37c313e13419 -size 519443 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Right_RF_Aim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Right_RF_Aim.uasset deleted file mode 100644 index e2b636cb..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/AS_Bow_InPlace_Walk_Right_RF_Aim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1f148b7c8b1950b7d6a156a4f7f87c9ec77c83201644b8fca7e5c4a7a3e1be0 -size 534997 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Hwando_Defense_React_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Hwando_Defense_React_Soldier.uasset deleted file mode 100644 index a9373daa..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Hwando_Defense_React_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85ce4fc5f320061809e2e0d16c09459e5a849872bf7a3093d1b5a33c19cb5bbf -size 140941 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Hwando_Die_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Hwando_Die_Soldier.uasset deleted file mode 100644 index 1fde1e5c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Hwando_Die_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:520bebf1417156dd380f8f43976e7b6f6f9088b0b861f398e3ff0d71a9682957 -size 1798874 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Hwando_Hold_Defense_Soldier.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Hwando_Hold_Defense_Soldier.uasset deleted file mode 100644 index deb5a52b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Hwando_Hold_Defense_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dd0529fa144ddb39cb53270d5215ffdb860db464cc03cc27542c01b2171f5a1 -size 124422 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Combo1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Combo1.uasset deleted file mode 100644 index 2ab04279..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Combo1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7aa14e8cadefff06aa00e99a6179490a230b83034bac74c023b890a026b6fe0d -size 1379425 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Jump1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Jump1.uasset deleted file mode 100644 index ec18e7e2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Jump1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e61e342ed88a40926550f55c8e9af8f6bb9f6b73249e47b76cdf35792f39fe2 -size 802493 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Jump2.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Jump2.uasset deleted file mode 100644 index 434d5031..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Jump2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d470beb7da438b3cf175da0f15f246487aa2b2144fdd9d2afa28356508d1023 -size 553328 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Jump3.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Jump3.uasset deleted file mode 100644 index fcbb91b6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Jump3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1046b8fce00019a01130a1777fd360255612a8d21bedc3c85225f032a6c0205a -size 766553 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Slash1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Slash1.uasset deleted file mode 100644 index 3fdadff8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Slash1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6380c29d8cb5810b69f19e6984435cabfbe45e14403eec4037adb1864aa43d26 -size 519943 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Slash2.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Slash2.uasset deleted file mode 100644 index 9cbb0695..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Slash2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c8f8cc60ac2ce7b3fb347be175d01c1c7a86408d0f83a8ed485a75cbe6bc7fa -size 781229 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Slash4.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Slash4.uasset deleted file mode 100644 index d035290a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Slash4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e30eccf70ef5d6664f941fb642bd97bcd59f77109c3977d23a1f0eea4601c3e4 -size 653801 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Slash6.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Slash6.uasset deleted file mode 100644 index 65b468ab5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Slash6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21619b497dac6fc13db74c199387f97720e097577d49b1b02ffa5e72e4c820f9 -size 756961 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Stab1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Stab1.uasset deleted file mode 100644 index 8f0a4d0e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Animations/Sequences/OLD/Anim_Sword_1H_Attack_Stab1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f46d54d37307b521e06f8aa464cf4191b1e576e9f1898b60bf6a48db01cb22b1 -size 917429 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BPAC_WeaponMechanism.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BPAC_WeaponMechanism.uasset deleted file mode 100644 index 947059a8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BPAC_WeaponMechanism.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15af328ebd657f52387cffbb886b333f551e8824ec2009cc13fe271917328941 -size 543594 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BPAC_WeaponMechanism1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BPAC_WeaponMechanism1.uasset deleted file mode 100644 index 0d29cc2b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BPAC_WeaponMechanism1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6157a128d96ee49a1a98592d0a729538d839d9b31ea7a0d633965ed9d699a284 -size 543390 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol.uasset deleted file mode 100644 index 570892c6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:167d8c57190fafa8335226189d9f6f0516a619d296d58dcd89352a064e17efe3 -size 1471774 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol1.uasset deleted file mode 100644 index b30ff780..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e96e07bf22e0ffc11def17c1ffe5e2c56e3254bf9a5f38f53a26e794473c4ee2 -size 1306813 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol_Temp.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol_Temp.uasset deleted file mode 100644 index 2a1a8ade..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/BP_Haesol_Temp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97b4fcc70e11bf7d9fa29838027d5d0a530f821abdcffef8694974b16c4d2967 -size 1398214 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_BowAnim.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_BowAnim.uasset deleted file mode 100644 index 9626ba5b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_BowAnim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ae9b59298d0263272e0ab02261a4158318923c257e0b6e9705b092cffbeb2da -size 190473 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolArrowBase.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolArrowBase.uasset deleted file mode 100644 index 1ff57993..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolArrowBase.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6773839509ce99fb761d68aa03a2cc7bff7abb3b5cd280c1fff11514680fd45b -size 226990 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolBow.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolBow.uasset deleted file mode 100644 index b80124f0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolBow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fce21c2d1cda58fbe5eab425d79ce0e20d75ba14d102b1ece3e4149de83f07a -size 54112 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolHwando.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolHwando.uasset deleted file mode 100644 index d3f42fc1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolHwando.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa0107619a0d29b5e0e5c32ca52e6129eb234d1f6487befe61557bb7d9a70b3f -size 53654 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolWeaponBase.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolWeaponBase.uasset deleted file mode 100644 index a8f8ade4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/BP_HaesolWeaponBase.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8cdf912ffefa559034f3db82b4cf89b98e1b899c114ec680daa989d1a36e266 -size 64876 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/E_BowState.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/E_BowState.uasset deleted file mode 100644 index c951f953..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/E_BowState.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba8445b843ace79255195de6def235839f409e6a3f7375b2742a40bab5351531 -size 2835 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/NA_ArrowTrail.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/NA_ArrowTrail.uasset deleted file mode 100644 index ee23309a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/NA_ArrowTrail.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:657bae7b2b792bc101de8023fad34ff63c0f1f6e23c2b2d20311baecbba3a2c9 -size 464233 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/T_Slash_10.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/T_Slash_10.uasset deleted file mode 100644 index ea53ae13..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/Playables/Haesol/Weapons/T_Slash_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd504143cac4775e84de9870e5ba76bb639755a01c040652cdc4b31c2634e916 -size 249533 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/SKEL_Soldier_1.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/SKEL_Soldier_1.uasset deleted file mode 100644 index 1442ff15..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/SKEL_Soldier_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b9bed7da290443b9ebda8e3cda8238d2c1c47eca76d544e402751db7511def9 -size 56588 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/SKM_Soldier_10.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/SKM_Soldier_10.uasset deleted file mode 100644 index 7fb4cefc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/SKM_Soldier_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c24930f1bdac18bd168589caa6dc7785c0197db9b4087624b302b40ae208f8c9 -size 12616924 diff --git a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/SKM_Soldier_10_PhysicsAsset.uasset b/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/SKM_Soldier_10_PhysicsAsset.uasset deleted file mode 100644 index 4a9ee99f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Character/PlayerCharacter/SKM_Soldier_10_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e42d68809b329eafab55889f9b96a930cfc0c2e7f90119c96c1b187b4d16bde2 -size 48394 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Arrow_Impact_1.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Arrow_Impact_1.uasset deleted file mode 100644 index 5a3e7d1d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Arrow_Impact_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78545199d7113c83f2e8f60cb6471851f672befa068c9765877a35f8f9900249 -size 38188 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Arrow_Impact_1.wav b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Arrow_Impact_1.wav deleted file mode 100644 index 6a77dc0f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Arrow_Impact_1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:081563985ba2db8cdaf9c8011bc72f8da65a426c009c4744c491d91c312d4130 -size 219932 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Ginseng.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Ginseng.uasset deleted file mode 100644 index f96e9c2e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Ginseng.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce0ecfbc202cd57a9e63b2ab27c852605c2e39abc3bac276b3db20deeb6b7f65 -size 292229 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/M_FoxMarble.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/M_FoxMarble.uasset deleted file mode 100644 index 0675b53a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/M_FoxMarble.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da60b6fe0f21b62d2dfa58f12c424a9c3a7adf9d65c0005b53d5b2d7a21ccf31 -size 893399 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Meat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Meat.uasset deleted file mode 100644 index 8532a9a0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Meat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ee7092b1f9a1a856f72528d608fcb40293c4c757d7976d65a02e2a9011af01e -size 2243725 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Rice.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Rice.uasset deleted file mode 100644 index ef41a486..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Rice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7342a8e9a42055afefc4410bace5cbd00356a44a482bca90de78efffcbc825cf -size 1730730 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Soup.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Soup.uasset deleted file mode 100644 index 7304e737..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Soup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8904c37bfbfa82f24f79414af4ec82302eec093b5323e86221075d14483a9e8a -size 1189190 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Tea_Leaves.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Tea_Leaves.uasset deleted file mode 100644 index 2c935313..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Tea_Leaves.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36d81852ff7e686a3ba62525c0ed560449a3a4780040c92718a793681410ae01 -size 200545 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Water_Bottle.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Water_Bottle.uasset deleted file mode 100644 index a9665a0e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/Water_Bottle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49de00b06c9e9d965d88d41ae4cdd7a46e040472defc69bf29d1c39fad49fce3 -size 358527 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/medicine.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/medicine.uasset deleted file mode 100644 index 3e361051..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/medicine.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b33ce48cdb48e3bd25c51157b08f6194e4e9cb28bc07ec489953226044e1e7a -size 1579960 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/teacup.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/teacup.uasset deleted file mode 100644 index ef0b0f6e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Icons/teacup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2869bb2f8153388144eadd14dcbadc6588a52adb488fffdd968b9aaee1498365 -size 1246479 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/ARROW_wood.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/ARROW_wood.uasset deleted file mode 100644 index e9d4695a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/ARROW_wood.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:686d5e65201d2528b83020c7e45678c0bcd486f13e73d9b1093c984edbea252c -size 7851 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/BOW_body_mat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/BOW_body_mat.uasset deleted file mode 100644 index 060622d7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/BOW_body_mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:970d0e63ac7e782748f35532146d62ed6dc455f430a91a611763ce810afc0415 -size 6973 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/BOW_gold_mat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/BOW_gold_mat.uasset deleted file mode 100644 index a03984e4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/BOW_gold_mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f535638b73eea86bb9b276bafa736b237e331e77f85321c9c1737639f7fcf72 -size 8343 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/BOW_nock_mat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/BOW_nock_mat.uasset deleted file mode 100644 index 88f59e78..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/BOW_nock_mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcee698e7419235e2f1aa9efe481e64f786ed93556ef8a112f9f335f8caadfd3 -size 8017 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/BOW_string_mat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/BOW_string_mat.uasset deleted file mode 100644 index 50c0154a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/BOW_string_mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0516ba03379c9340718e78f33a041b7a5672eb8a77c0c934662b554d95a4058c -size 8191 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/Glazed_ceramic.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/Glazed_ceramic.uasset deleted file mode 100644 index 399fee51..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/Glazed_ceramic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7aa5b15206fe004d963dae1f2904388f32e98b2960a6525a8196f5c94ff46666 -size 8647 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/bottle_body_voronoi.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/bottle_body_voronoi.uasset deleted file mode 100644 index ee5d9580..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/bottle_body_voronoi.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f940973606c8a732afd430e99aed14583b5617f69875999ffa48c3b4162b208 -size 8487 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/bottle_leather.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/bottle_leather.uasset deleted file mode 100644 index 1f62eb24..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/bottle_leather.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5aee865571b3e411cc610f703750c55d10c19af464a173433eb0651bf75118cc -size 8299 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/bottle_stop_wood.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/bottle_stop_wood.uasset deleted file mode 100644 index 4879e598..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/bottle_stop_wood.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0faf82626a84f533ae73ae5b253f67b1ad683cadb0dd3402e053397551af4c42 -size 8335 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/catch_arrow.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/catch_arrow.uasset deleted file mode 100644 index c915fea7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/catch_arrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d0d7b5982f1a74067118e532957d73db6d8a571636a9886e8fd6117a3ee214d -size 9021 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/feather.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/feather.uasset deleted file mode 100644 index a2feaa75..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/feather.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce4b80d13d9d7f240ed7c0dcf7ce9b9c71c4d8697d5571b9e7f753c12fd3f06a -size 8216 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/gochugaru_bodymat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/gochugaru_bodymat.uasset deleted file mode 100644 index 9175401d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/gochugaru_bodymat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3453b3cd87ea4324b56d7cdd4553e6d960b920f2ffc577d394046955f9a99e2 -size 7705 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/gochugaru_topmat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/gochugaru_topmat.uasset deleted file mode 100644 index 62feac6a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/gochugaru_topmat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b50a89698d9cd19001e25e6f2b17e0833cd2494b4b8dfcf609a53cc9e21faa41 -size 7276 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/material0.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/material0.uasset deleted file mode 100644 index cbb65f72..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/material0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c153351a931513d1a61120da5e76bc8412e59446f9c8a81027d585df9231ae45 -size 9757 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/material1.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/material1.uasset deleted file mode 100644 index ce8e95ae..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/material1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:625651c6380b0e0175b13c95b7cf3784185108d682853435640157f487b1d6e3 -size 9750 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/material2.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/material2.uasset deleted file mode 100644 index 0c79b097..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/material2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3ed42ff87bd006de70a6594617a673e60e6e341443585d99ac74a68a453dd52 -size 9629 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/paper_mat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/paper_mat.uasset deleted file mode 100644 index d302c26e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/paper_mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:556d96c064d76cc473b24c7f5fc8b7f93a26e8933dc5cc67edc419bd4b8076b7 -size 8120 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/rice_grain_mat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/rice_grain_mat.uasset deleted file mode 100644 index a2a30c54..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/rice_grain_mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbc8c53a6b93ffbe709a82e8f2abb2792f592e145a803156ab471ac782466400 -size 8185 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/rice_pad_mat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/rice_pad_mat.uasset deleted file mode 100644 index 3fc99bb4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/rice_pad_mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:058c38910ad66cdb8e8a45a5f7fdf6033e6c24fda598f8355f174e6192215bfa -size 7568 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/sesame_topmat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/sesame_topmat.uasset deleted file mode 100644 index 023099b4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/sesame_topmat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfc0adea031c55f99ead078000ba87650f0af1a4c8c15abe20f0c856acf8fe69 -size 7258 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/sesamu_bodymat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/sesamu_bodymat.uasset deleted file mode 100644 index ee7ec6e8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/sesamu_bodymat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92c93da1c8a5217531e5ab28d0a8f7e1c073d77a7ec15c3c3eb0c0f8a71b6cc9 -size 8274 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface1.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface1.uasset deleted file mode 100644 index 1f503654..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07a8d1d324e78ed40c10e1253a1e8a448e623193944816c1553b3f2a8a65c536 -size 8196 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface2.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface2.uasset deleted file mode 100644 index 4aa22de5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2164ff381c3ac2c76f3d6b1a9ca59a0417c5edab17ded78ffc962a4853ab9ca9 -size 8269 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface3.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface3.uasset deleted file mode 100644 index ad1a55e2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcf5b9f8ebb0c79b242d3d7ad556d357e0053fcfe0c76e3df8d0517d3016e7d7 -size 8286 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface4.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface4.uasset deleted file mode 100644 index 9365c459..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f67cac5108c861f6677186bd529544d8a5e02074f195db75fdeca67f020afa60 -size 8304 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface5.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface5.uasset deleted file mode 100644 index 5e4eb83a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebcf714879abee8ec926e8d2091526397faa43030c5c46a7be439587e1e330a0 -size 8203 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface7.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface7.uasset deleted file mode 100644 index 3f1c0676..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88fec1398e29a4bbed4745e555af052e8b03940a532e88d6b412cde41e6af334 -size 8168 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface8.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface8.uasset deleted file mode 100644 index 15d14ed7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/standardSurface8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9cc1ffab37a4a8683885f1fb2a98872ac62c3f2424ec74eb6505f47c862a48b -size 7755 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/tea_base.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/tea_base.uasset deleted file mode 100644 index 01746efc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/tea_base.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:415d96e8e30eb626049d4ceb006aaec33b47985ebe7853ecc42e652fc0bfac65 -size 7564 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/teacup_liquidmat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/teacup_liquidmat.uasset deleted file mode 100644 index f91f828d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Materials/teacup_liquidmat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64c10161bda005f2e396e3b9d57edd7f3876ba319f0e27d8ec57a43f8bd80039 -size 8137 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball1.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball1.uasset deleted file mode 100644 index a0f1a8dd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8914e77fbe4b4766e4062057f4b3e52c55ba4fb2b92b3416a84f437cacc7ee67 -size 4869435 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball2.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball2.uasset deleted file mode 100644 index 2e161285..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:250db81e4b5b14c27a36a46be43ccccaf622d6d7b8b1d30e8205c2979f815656 -size 5962821 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball_normal.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball_normal.uasset deleted file mode 100644 index e516c5ba..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball_normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23d85db207f179fa5fc4e2c4a5091c0e0134e32339d4f84de21942668ac7640e -size 2647350 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball_normal1.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball_normal1.uasset deleted file mode 100644 index fc70ebbb..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball_normal1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edcfe26c95bb77be3d94ea2fa70a1f53a9fd73ce27629089f7e8230afcef40f3 -size 2469715 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball_normal2.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball_normal2.uasset deleted file mode 100644 index c61fb5f7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Material/Textures/granite-ball_normal2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dda3049ff1f4f6819dcb6c971289a8fbbfb84cc4873d3def8b3480298a5fa52f -size 2662653 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Mossy_Boulder_ulldfii_Mid.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Mossy_Boulder_ulldfii_Mid.uasset deleted file mode 100644 index 8bc8c004..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Mossy_Boulder_ulldfii_Mid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:547604c75cd3a869453a41a2930c3cf3d38ec21614bed0d6868875e0d4398639 -size 156172 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Salt.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Salt.uasset deleted file mode 100644 index 41b578f8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/Salt.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ee85170e47d7fe75a2b269d7a6ff15abfae256d7b6d08dfbddaff6dcccad1b8 -size 27131 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/basic_arrow.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/basic_arrow.uasset deleted file mode 100644 index e202d88b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/basic_arrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f823cbbd91e85a23206c004c5af8d1c35752c0c68624eb2149dfa7910c844860 -size 35793 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/bow_test_v1.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/bow_test_v1.uasset deleted file mode 100644 index e307f6ea..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/bow_test_v1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec701bfe3a27ea260464ddf94e0f99151d1a8cbf69d78312f55e16a147cb04d2 -size 75649 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/fox_marble.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/fox_marble.uasset deleted file mode 100644 index 43da616c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/fox_marble.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32dfef30b64c5e6b15c854f74602e53df6cc9142381c783a5579e2560be0b6db -size 1458828 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/gochugaru_recolor_Gochugaru.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/gochugaru_recolor_Gochugaru.uasset deleted file mode 100644 index 38625a2e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/gochugaru_recolor_Gochugaru.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff13b0e0731764f73bf222ca47602126d8a61cff04e626f73e3c290116364922 -size 28335 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/granite-ball.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/granite-ball.uasset deleted file mode 100644 index c26017c8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/granite-ball.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:625f47d9e6eb4314f99e361eb23de63b11d626d1a2692f60b8ff8bb983ca75f3 -size 1436954 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/illusion_teacup_teacup_001.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/illusion_teacup_teacup_001.uasset deleted file mode 100644 index 90c0209b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/illusion_teacup_teacup_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ad96df26a3cc168baed0568085c7d8e403017e2599394e95f1af960c6a8b617 -size 79550 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/magnolia.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/magnolia.uasset deleted file mode 100644 index fa43cc39..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/magnolia.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52c40c3a0c2895f3ccb94cf9144fb9d1216548000146edd18047737a1801de61 -size 4524416 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/meat_recolor_Meat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/meat_recolor_Meat.uasset deleted file mode 100644 index 7ae74c82..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/meat_recolor_Meat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc41cd62da2fe2d2d375de7a44cd497a076bd7c60c6c7ed73f94e6746956c5b7 -size 28579 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/medicine_bowl.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/medicine_bowl.uasset deleted file mode 100644 index ce258daf..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/medicine_bowl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc16299251eaa271895e36cbf159f6f7429f34fdffbd688dfd22c530d6d73171 -size 24441 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/medicine_pot.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/medicine_pot.uasset deleted file mode 100644 index 833ebe56..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/medicine_pot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ee170d49c4e771a412e2c74b1863c88b7bffd4c7f6254131ba36a7728c73a2e -size 26803 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/pad_of_tea__lowpoly__tea_lowpoly.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/pad_of_tea__lowpoly__tea_lowpoly.uasset deleted file mode 100644 index 40b6c604..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/pad_of_tea__lowpoly__tea_lowpoly.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9907212fc04ef6bc308da68be408d8017d2ded504a85e6c47bd68bda527b94fb -size 122546 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/rice_lowpoly.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/rice_lowpoly.uasset deleted file mode 100644 index c2a0bdb0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/rice_lowpoly.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a75e3ce09d2e1035155045bc98058244b3ddb2cba5c3366755df1932a19b619b -size 1181871 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/sesame_recolor.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/sesame_recolor.uasset deleted file mode 100644 index ce240f29..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/sesame_recolor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd82165fbd7f3a9565c9bcabaec411f156ffef429e0504894a8bf8d298e21e40 -size 28134 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/water_bottle__base_.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/water_bottle__base_.uasset deleted file mode 100644 index 59b27cdf..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/Assets/Meshes/water_bottle__base_.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8f589353a26a35e1b913c41c3c58a3557863faaf22ca2efd1b2304113ec984d -size 248169 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_AOEBase.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_AOEBase.uasset deleted file mode 100644 index 12245ed5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_AOEBase.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:488402798ee4033f9a94bd4c1c7448cbb6721d3038e622d8f4745e8893fcc0af -size 106216 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_AOEBlast.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_AOEBlast.uasset deleted file mode 100644 index 426ae942..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_AOEBlast.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b1d4eeff7319da7ebe1c58a20e0b03a0f591707a78a52e240ce9773138557f3 -size 63095 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_AOEExplosion.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_AOEExplosion.uasset deleted file mode 100644 index 54c2c4cc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_AOEExplosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:227d695f5aaa6c12fe15cc5ccd1921dd40f560d4e818ffab75aa12df9a097b4d -size 33584 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_AOEOverTime.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_AOEOverTime.uasset deleted file mode 100644 index 78fa6600..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/BP_AOEOverTime.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a3b57e98cbeebc69db69b26c721cc73a1162ebe08fcda19764e61bfdbf0a60f -size 57290 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Fire.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Fire.uasset deleted file mode 100644 index 7026b35f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Fire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58ed05f004817edcfe2e0e9a05543c4c33c4301b9dc0aec840471a1fd8b97e47 -size 95411 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Haeil.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Haeil.uasset deleted file mode 100644 index e005dbf5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Haeil.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf41622ffac61b427d402410bd13cbbaf3360e2e076cd086c71fbcf015412dd4 -size 155673 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_HeavenlyArrow.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_HeavenlyArrow.uasset deleted file mode 100644 index 50860b68..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_HeavenlyArrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:852c7c111d35d43a10f0cfe56c386075b4c4e95a5753ab45950aae76811b9c0f -size 134316 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Storm.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Storm.uasset deleted file mode 100644 index 855c2d69..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Storm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08cdad5766efcbfa7577a05927c504b11d3dc1fa0908819466df231680b6b224 -size 193571 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Tornado.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Tornado.uasset deleted file mode 100644 index 60790bd4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Tornado.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9b6605d567cd4c3a5371804b9968949f2dc759e557d347c88bcaec002b3bc32 -size 2778 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Tornado2.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Tornado2.uasset deleted file mode 100644 index a92b2e22..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_AOE_Tornado2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1d4068e5d38223035bbf76eadeb35b8e80ed8c852033aea711889207d9eab53 -size 203052 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_HaesolUlt.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_HaesolUlt.uasset deleted file mode 100644 index 5f374519..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_HaesolUlt.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77d205b2bd368c55d576579116ddd1ffc0ed5246d433d79e1d51859dbf505e86 -size 172087 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_SanInRockPillar.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_SanInRockPillar.uasset deleted file mode 100644 index 196b8558..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/AOEBP/ChildrenAOE/BP_SanInRockPillar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a402b8cfc0193996f9dad1c10351369e427c810a02a830ab28c36ea973b902ba -size 40472 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/Cel-shader/PPI_CelShader.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/Cel-shader/PPI_CelShader.uasset deleted file mode 100644 index a3410f72..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/Cel-shader/PPI_CelShader.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dde1c47b1ca8fd3a39f43bd9b7e8d270d7af79f7e47be2581cb7a7baec0d0d5e -size 6898 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/Cel-shader/PPM_CelShader.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/Cel-shader/PPM_CelShader.uasset deleted file mode 100644 index b6cf6a6c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/Cel-shader/PPM_CelShader.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:034147729be53b08656a2949324f818ec9f3b7df683719b9c63c9f94a4eec28e -size 27737 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_ConsumableItemBase.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_ConsumableItemBase.uasset deleted file mode 100644 index f9ad98cc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_ConsumableItemBase.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec23d5fe828d528645e5428a8716d4071b54913a556b44877bf53a7c88c4dab9 -size 80104 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_DragDropCraftOperation.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_DragDropCraftOperation.uasset deleted file mode 100644 index 5f848ee1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_DragDropCraftOperation.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:102f0c24d982779336b87a8af8e101cfe1664f245932e1a954f03aa42ba88a85 -size 10695 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_ManualPickUpItemBase.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_ManualPickUpItemBase.uasset deleted file mode 100644 index e1ee486c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/BP_ManualPickUpItemBase.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac2ac6671c979e59e537725522008394ea410e22ded0583b021055a25c66e425 -size 51945 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_AutoPickUpSoul.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_AutoPickUpSoul.uasset deleted file mode 100644 index 918d999d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_AutoPickUpSoul.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbf7bf50141bc488e5e9eeaefc5d3237ba97ee3df3f98c4ca560b8eea031ad19 -size 32440 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Beef_Jerky.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Beef_Jerky.uasset deleted file mode 100644 index 53880903..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Beef_Jerky.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cfdb75c8829164d27a17d82a18f48beaec507f1f51329c5d32105f772c198a3 -size 32125 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Bibimbap1.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Bibimbap1.uasset deleted file mode 100644 index 8798a34b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Bibimbap1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48c01d772e46f3fa947377156452bc4afdb5362d2c412581c55c4736e750c19c -size 39337 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Chili01a.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Chili01a.uasset deleted file mode 100644 index 881214dc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Chili01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fc1c220d0b2d7a00932fb3e46405a9e3f91938e360d2ef3c14aeb74df0b230f -size 112124 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_FoxMarble.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_FoxMarble.uasset deleted file mode 100644 index af4a4b3e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_FoxMarble.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:547bb877d8d5c75a1e5b39690bbcd9671be55ee8741068211070815ef47f7d34 -size 33089 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Gochugaru.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Gochugaru.uasset deleted file mode 100644 index 09b476bf..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Gochugaru.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0f0a7bc756e4874ddc7ba19cd62a25361b8be2ab4a8fdb8c75edfadf3f4a4d8 -size 33592 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Gourd.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Gourd.uasset deleted file mode 100644 index 8a56ed73..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Gourd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a553dfaa162af4e18ffdd3805db20c1bc3111631b71be38f96c23ca94ba57dc8 -size 40470 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Haejangguk.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Haejangguk.uasset deleted file mode 100644 index 8b52249f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Haejangguk.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bfdff69b5b33070568d005c39e5ac71b7c79735e0396165aae79dea6d2e3faf -size 29365 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Meat.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Meat.uasset deleted file mode 100644 index 1e07313d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Meat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da136aad8828286ac0f4362fd1325a9bc52a06b6db2f0c3b2a959e0645cb0fb9 -size 40535 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Medicine.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Medicine.uasset deleted file mode 100644 index d9edd758..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Medicine.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:feba6edd1ff3201277d17e4a96c6327fd19380700aa3e35b374be80ff25475d0 -size 41205 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Mugwort.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Mugwort.uasset deleted file mode 100644 index cf06fca3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Mugwort.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41312fada447961156381c3a5b727e10aab67b96ad6d6fe540e31b7e7b95f1da -size 42453 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Mung_Bean_Pancake.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Mung_Bean_Pancake.uasset deleted file mode 100644 index 17b0bba2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Mung_Bean_Pancake.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d17712dcb76d18eeba29cbb5d3650bc69b16b0ca98215319e04e84858cb2542 -size 32362 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Rice.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Rice.uasset deleted file mode 100644 index 52895314..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Rice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d9389d5e580654be90df4ba25d2d940ec19137c18b6312183e24b535fc27f2a -size 30033 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_RiceGrains.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_RiceGrains.uasset deleted file mode 100644 index 6763cb51..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_RiceGrains.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ffb8cbabaa01650d4662886673900ad3bfb1585961399735e2b18b9f41eb9ed -size 41234 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Rice_Soup.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Rice_Soup.uasset deleted file mode 100644 index 4ead4f24..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_Rice_Soup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d593dbd8d7480873ff15c7c561011db5e09d32674fef50d2413f57302574b1c -size 29384 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_SesameSeeds.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_SesameSeeds.uasset deleted file mode 100644 index ab9eabc7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_SesameSeeds.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:554f1b073f66cb52f5b075b40f1e2baf40b4bca5982bd9cfc3ccce6acad3c649 -size 41300 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_TeaCup.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_TeaCup.uasset deleted file mode 100644 index 05b3725e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_TeaCup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef97e7c8e343de03b2d79e26d28c21b5dee190cff90f5b48b111862d304070a5 -size 41345 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_TeaLeaves.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_TeaLeaves.uasset deleted file mode 100644 index 186b1ce7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_TeaLeaves.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea7460795ee3c1e9dd66ce59b9c7b4a677451a02a9d5c8a387b5a038d9131b3c -size 40343 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_WaterBottle.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_WaterBottle.uasset deleted file mode 100644 index 059d5979..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/ChildrenItemBP/BP_WaterBottle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c50f42c1c66cb1e3400c9533f37056a2b0917a50e559990a5a73969ab16d9bd -size 42916 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/E_ConsumableItemType.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/E_ConsumableItemType.uasset deleted file mode 100644 index 97ef496a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ItemBP/E_ConsumableItemType.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27d5676e2f4b460e4272e6eaa4f63451991aa89ca921413512ed97fdaa6e9d62 -size 4152 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/BP_DrawRenderTarget.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/BP_DrawRenderTarget.uasset deleted file mode 100644 index 4a7b4977..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/BP_DrawRenderTarget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcab5c72ffb7b7a6b1e952f4208f308806d079a08b975fa768378559abdf0937 -size 24442 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/DrawRenderTarget.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/DrawRenderTarget.uasset deleted file mode 100644 index d8a5a2a7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/DrawRenderTarget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5fcc31144ff3e967db3469b32328facf8f87c11497358570528b1b510a70b86 -size 4162 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/DrawRenderTarget_Tex.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/DrawRenderTarget_Tex.uasset deleted file mode 100644 index 29b90774..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/DrawRenderTarget_Tex.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62af2aceb58041726f985731e644070d724a3fd67a4a013dde8d1d2679e71f6b -size 180477 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/DrawRenderTarget_Tex1.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/DrawRenderTarget_Tex1.uasset deleted file mode 100644 index 3d8e3df8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/DrawRenderTarget_Tex1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d84a7b6c973f48e12e2f5397dab4effadcc17c65b6bcd89698a106aae21b48a1 -size 140291 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/M_Draw.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/M_Draw.uasset deleted file mode 100644 index 74d3d7f6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/M_Draw.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c253ed383a86d332d91fab017ab896fc1fb9001b26fd0426df5560ec4317dc74 -size 12533 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/M_DrawNormal.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/M_DrawNormal.uasset deleted file mode 100644 index 6519e7e0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/M_DrawNormal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2882f4a95c17dfc5386ac73b44fa5dd3f5b26572867071e99d4b799d6bd8075 -size 16810 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/M_RefTrail01.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/M_RefTrail01.uasset deleted file mode 100644 index 04c60580..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/M_RefTrail01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5c490c2ddcbaf550943670b1af8177466ca84aa22ffa79ca6edd466cfc17eab -size 12346 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/M_TrailColor_01.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/M_TrailColor_01.uasset deleted file mode 100644 index 12ba2952..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/M_TrailColor_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c67ce8cd2fed0fddbd1e16c30ac98b23e5e36385460fe2c86cdab943228bfe8 -size 18701 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/NS_Trail_01.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/NS_Trail_01.uasset deleted file mode 100644 index de4a0652..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/MeleeRefractionTRail/NS_Trail_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b5f638770c85e9f24ed8b762a56edc15be810792b177dc4b20839e67bfd363e -size 902511 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_DTM_GrazingAngle.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_DTM_GrazingAngle.uasset deleted file mode 100644 index 2e0ba8dd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_DTM_GrazingAngle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27b8285c7a1e64fa5ee527bdf113ecd90335492a329a5ca983f88d826f17f4f6 -size 11214 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_DetectEdges_Depth.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_DetectEdges_Depth.uasset deleted file mode 100644 index 384f312e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_DetectEdges_Depth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6d1a985c9ef3e77ed8d12508d40617faeb8b0fd28245e1fce0a239e6ec04eac -size 21475 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_DetectEdges_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_DetectEdges_Normal.uasset deleted file mode 100644 index aa59e575..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_DetectEdges_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b62c86006bcc7994a4bc924d5822358e0c34714d05ea07f8b5d3760d0ba34cc -size 18700 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_GetKernel.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_GetKernel.uasset deleted file mode 100644 index 323a9cc1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_GetKernel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d96f8c4664ca3d6a9b477118626308e431532dffe89a4226ba4682cbaba80469 -size 17500 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_Mask_Depth.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_Mask_Depth.uasset deleted file mode 100644 index 74ef5c1e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_Mask_Depth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3b2bf94e4b272700afd9754e7e6bcf396fc9ac840f7f13bbe602a83720fb3a1 -size 10462 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_ThicknessModulation.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_ThicknessModulation.uasset deleted file mode 100644 index 3ae2b5e7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/Functions/MF_ThicknessModulation.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40acea625ec92e80cb1f1df09e777cc3a7df16048d7bbd3703956414895424d2 -size 19852 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/PPI_Outline.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/PPI_Outline.uasset deleted file mode 100644 index a7850d0b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/PPI_Outline.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b1f7e5f0fff147c37a6eafa3ed7ea8f5bdd7ec01ffc4bec7d58b723c0369ece -size 6824 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/PPM_Outline.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/PPM_Outline.uasset deleted file mode 100644 index f338421d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/OutlinePP/PPM_Outline.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70ae66530b98ff1c7814ffa82eb9ad9309a3cfded6cca93507755792ce88b702 -size 27181 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_ArrowProjectile.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_ArrowProjectile.uasset deleted file mode 100644 index 92022220..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_ArrowProjectile.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc2e9080eb20887ee7915f013ffe1e8beb7e8f84d61418ed178cb95cee5eb065 -size 44083 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_ProjectileBase.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_ProjectileBase.uasset deleted file mode 100644 index 22feaeb1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_ProjectileBase.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50879853567fb8b0856360f184d780b9be16953276fb67b1500676b4071edc85 -size 117542 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_RockProjectile.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_RockProjectile.uasset deleted file mode 100644 index cfa77dbd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/BP_RockProjectile.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28d93c0f57b25c29aef93eb10872b14c2f3a483debab5945f5672ff598afa59f -size 112356 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/MPC_HaesolProjAOEDecal.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/MPC_HaesolProjAOEDecal.uasset deleted file mode 100644 index 517a41d7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/MPC_HaesolProjAOEDecal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abade18dbb0dd11ecf2f9aaa00649944ca90200d6debc16a9cf07217bde3e0ac -size 2169 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjAOESphere.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjAOESphere.uasset deleted file mode 100644 index e3bc420a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjAOESphere.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f07639e91ba4c2abc62a1f8dc9073adc7b42d5eaef8f04b7b27fb694b383339c -size 31295 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjectileAOE.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjectileAOE.uasset deleted file mode 100644 index ba4ce05d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolProjectileAOE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bb279b4fcebd72e25089aa7eb84a5c640bb2dc069cdce8981ef20a8244ff9ae -size 24161 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolUltProjectileAOE.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolUltProjectileAOE.uasset deleted file mode 100644 index 2955de71..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/ProjectileBP/M_HaesolUltProjectileAOE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:108f4ddb91a3dfc60b3587f9f3195ff07dbe68e15cd6ef60a91cca6dfc200ee2 -size 20866 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/AttributeSet/AC_AttributeSystem.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/AttributeSet/AC_AttributeSystem.uasset deleted file mode 100644 index 037d3067..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/AttributeSet/AC_AttributeSystem.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d447b0efb02d79bc0a5754c13bbbf2c58850d31e1547915d7d3bd897a025066a -size 179866 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/AttributeSet/AC_CritAttackSystem.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/AttributeSet/AC_CritAttackSystem.uasset deleted file mode 100644 index 385065c9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/AttributeSet/AC_CritAttackSystem.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a58c06a243043f2339fae3a2540bf1fa7e609755d0b45973690a2fd3bac95cd -size 56493 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/AttributeSet/I_Buffable.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/AttributeSet/I_Buffable.uasset deleted file mode 100644 index 8c80fe88..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/AttributeSet/I_Buffable.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77473b5d9de09a5cc4668efcfaa3b6bb5914e18d62f98b17ecee218176f6c0f7 -size 19808 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/AttributeSet/S_AttributeSetInfo.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/AttributeSet/S_AttributeSetInfo.uasset deleted file mode 100644 index 30df633d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/AttributeSet/S_AttributeSetInfo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:891555330f4ca9a97852324bdea102fad2d6b90fed0dd547683941d76b7d97bd -size 6738 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/CombatSystem/AC_CombatSystem.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/CombatSystem/AC_CombatSystem.uasset deleted file mode 100644 index 58fbb7f8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/CombatSystem/AC_CombatSystem.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d97af0f6ff2e87954c01efda38cc062240f5d5f39a9fbed7d58be00da4ea0e25 -size 18203 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/CombatSystem/E_AttackStance.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/CombatSystem/E_AttackStance.uasset deleted file mode 100644 index 60b9fcca..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/CombatSystem/E_AttackStance.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9b34d365edd0538016eb6d6e5c19fb253d21397d8bde7301ed14576f12b3cde -size 3384 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/CombatSystem/E_BlockingState.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/CombatSystem/E_BlockingState.uasset deleted file mode 100644 index cec1c18b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/CombatSystem/E_BlockingState.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37b299a07dc9bc5adbf978369d289add688363a7be5b27fe7dd44e1d8dce817a -size 2965 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/CraftingSystem/BP_CraftingTable.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/CraftingSystem/BP_CraftingTable.uasset deleted file mode 100644 index ca629b8e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/CraftingSystem/BP_CraftingTable.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ff605eeca9643bc00700cba9aa2afb6d5a58ab7771703996d3993f4ff24571f -size 21386 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/AC_HPSystem.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/AC_HPSystem.uasset deleted file mode 100644 index dce46512..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/AC_HPSystem.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f212f4eec92daf34bc94c56a7d5bba72b114bd8c3eff165352944cfa02c7215 -size 186029 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/E_DamageReactionType.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/E_DamageReactionType.uasset deleted file mode 100644 index 8a2a0e68..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/E_DamageReactionType.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d72847bdbb18ada9bfda2603ab14c6464ef99c01f9f7e93adf0cbc917013b5a -size 6905 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/E_DamageType.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/E_DamageType.uasset deleted file mode 100644 index 9f3b3e1b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/E_DamageType.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a090efc05d610ef69bd5edae80432b82b72130cabf663278cdc8831a3c9ea66d -size 5844 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/I_Damagable.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/I_Damagable.uasset deleted file mode 100644 index 5aa76f31..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/I_Damagable.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea8d677902f7545baa00633983ad72195c9d7e17cb480ced866d4a7e4af303ea -size 35538 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/S_DamageInfo.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/S_DamageInfo.uasset deleted file mode 100644 index 42ae787a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/HPSystem/S_DamageInfo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e2bd1cf45fa49236eb06d523de528f689b5d0a1935cecfe3a92bb1106988e93 -size 10420 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/MPSystem/AC_MPSystem.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/MPSystem/AC_MPSystem.uasset deleted file mode 100644 index ae5b38d8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/MPSystem/AC_MPSystem.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0963a25bda14df225abdb939a77a8bea003b5c2b68e910188ca7742d85f0de7a -size 117814 diff --git a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/MPSystem/I_ManaUser.uasset b/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/MPSystem/I_ManaUser.uasset deleted file mode 100644 index c983d851..00000000 --- a/hwanyoung2/Content/Hwanyoung/Illusions/GeneralizedBlueprints/SystemBP/MPSystem/I_ManaUser.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:099b7c7b32ea5aeae93acee293e546cf38c3ec1ca0d3658f8567563ac22cab05 -size 36585 diff --git a/hwanyoung2/Content/Hwanyoung/Interactables/BP_CraftingTable.uasset b/hwanyoung2/Content/Hwanyoung/Interactables/BP_CraftingTable.uasset deleted file mode 100644 index ee6ecb83..00000000 --- a/hwanyoung2/Content/Hwanyoung/Interactables/BP_CraftingTable.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9693ef62a519fb936c351eeacbe7f226520209a9fd5708afa5925825c70d1328 -size 41551 diff --git a/hwanyoung2/Content/Hwanyoung/Interactables/BP_HaetaeStatueBase.uasset b/hwanyoung2/Content/Hwanyoung/Interactables/BP_HaetaeStatueBase.uasset deleted file mode 100644 index aa8c927a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Interactables/BP_HaetaeStatueBase.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fafdcceb97f3efb4bf6e3bc2f4d0c582dc285b36d0cc105bccf6cf8f18f46db -size 40724 diff --git a/hwanyoung2/Content/Hwanyoung/Interactables/BP_Save.uasset b/hwanyoung2/Content/Hwanyoung/Interactables/BP_Save.uasset deleted file mode 100644 index a9137e5a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Interactables/BP_Save.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2c6d577a19f105b79ff27f93c0b7f35b587fbf18c022e99d33a7287cf22d058 -size 12497 diff --git a/hwanyoung2/Content/Hwanyoung/Interactables/ItemDataTable.uasset b/hwanyoung2/Content/Hwanyoung/Interactables/ItemDataTable.uasset deleted file mode 100644 index b1531d71..00000000 --- a/hwanyoung2/Content/Hwanyoung/Interactables/ItemDataTable.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4d276faa97a108a4efac797374fc5865d5d2d33cb680c06340e8ed8f327c8c3 -size 35156 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/MA_SpringLevel.uasset b/hwanyoung2/Content/Hwanyoung/Levels/MA_SpringLevel.uasset deleted file mode 100644 index d365c262..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/MA_SpringLevel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35ff2edcbaccc63a7127b9eab9c305e458e75ee4b40569da5c8829b3ec0a078e -size 22660 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/MA_SpringLevel2.uasset b/hwanyoung2/Content/Hwanyoung/Levels/MA_SpringLevel2.uasset deleted file mode 100644 index a81cce73..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/MA_SpringLevel2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ad0851a32bd8edc24f12739a50df85f3350e54cde47f4e4910c884a4b599f7b -size 22664 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Rocks/Granite_Rock_pjtsT_Low.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Rocks/Granite_Rock_pjtsT_Low.uasset deleted file mode 100644 index 9ee2fb03..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Rocks/Granite_Rock_pjtsT_Low.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb95e56572ed24c8986d5060656b6e546fed5cd96a9297d84b072b9c10c54d87 -size 44664 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Rocks/granite_rock_pjtst_low1.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Rocks/granite_rock_pjtst_low1.uasset deleted file mode 100644 index ee2d3d1e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Rocks/granite_rock_pjtst_low1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a06369cd4601fc60be20007eb768cd9af23892665eb06bfb20538c7e6180876d -size 154948 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Rocks/granite_rock_pjtst_low_texture_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Rocks/granite_rock_pjtst_low_texture_0.uasset deleted file mode 100644 index 2655c206..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Rocks/granite_rock_pjtst_low_texture_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00f34e73b313b86e1b1016622dd948014f7c550a2840048898adc22cf85fb480 -size 2616012 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Rocks/granite_rock_pjtst_low_texture_1.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Rocks/granite_rock_pjtst_low_texture_1.uasset deleted file mode 100644 index cddc24ed..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Rocks/granite_rock_pjtst_low_texture_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f762ac6774d5ec9da13319c6b48e0204cdfdfef61f0a0c1ab1f0dba54fed237f -size 1454159 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Rocks/granite_rock_pjtst_low_texture_2.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Rocks/granite_rock_pjtst_low_texture_2.uasset deleted file mode 100644 index 36c3c954..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Rocks/granite_rock_pjtst_low_texture_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12066606f454b0d7b06920c9c9a56ba189558079b35d2713a3acc27727c76431 -size 2497854 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Spring-Sharon.umap b/hwanyoung2/Content/Hwanyoung/Levels/Spring-Sharon.umap deleted file mode 100644 index 2f98a6bc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Spring-Sharon.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c862e698c29f614fce57cb0a45770c7a703aa0bfcf544ff7656864ea7183c26 -size 3538117 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Spring_sharedassets/Foliaged_Ground_LayerInfo.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Spring_sharedassets/Foliaged_Ground_LayerInfo.uasset deleted file mode 100644 index 3e02c4c8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Spring_sharedassets/Foliaged_Ground_LayerInfo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3097ebbed524d77e1b76a111d52cc7564df61c9ce05be6b33db2bc93926ca441 -size 1653 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Spring_sharedassets/Grass_LayerInfo.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Spring_sharedassets/Grass_LayerInfo.uasset deleted file mode 100644 index 31c1407c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Spring_sharedassets/Grass_LayerInfo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3696d7bcd9981420bf328767d5234ebe65a0fba12874d5d41556deb475aac923 -size 1583 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Spring_sharedassets/Near_Water_Ground_LayerInfo.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Spring_sharedassets/Near_Water_Ground_LayerInfo.uasset deleted file mode 100644 index eb5d72e0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Spring_sharedassets/Near_Water_Ground_LayerInfo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:802cf59861b1aa6ce85101188fb9c3d4ea0f4f32ca7997958c89fda6dd78bb16 -size 1667 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Spring_sharedassets/Rock_LayerInfo.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Spring_sharedassets/Rock_LayerInfo.uasset deleted file mode 100644 index 88358b0c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Spring_sharedassets/Rock_LayerInfo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c636fe5a8bd5db8026d55d42304b4af606efc0b64bf71d154c2963feb652446 -size 1576 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Sprink.umap b/hwanyoung2/Content/Hwanyoung/Levels/Sprink.umap deleted file mode 100644 index 9331026a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Sprink.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73f62c5b3895885983269c2be5a4d3a4b765a64a059ea5dc7978ae00a0d71cf0 -size 28381184 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Textures/Foliage_Ground_2_LayerInfo.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Textures/Foliage_Ground_2_LayerInfo.uasset deleted file mode 100644 index 2063e0b0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Textures/Foliage_Ground_2_LayerInfo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dd688120b2918af67cafa6b52aedeb7b398f02af723a6e7c9c7a473fab8d340 -size 1638 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Textures/Foliaged_Ground_LayerInfo.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Textures/Foliaged_Ground_LayerInfo.uasset deleted file mode 100644 index c156a940..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Textures/Foliaged_Ground_LayerInfo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdb4bb68a3d1784b03c4089c057d519261254e87d48092cb7a3675698ae23205 -size 1631 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Textures/Grass_LayerInfo.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Textures/Grass_LayerInfo.uasset deleted file mode 100644 index d0aa3855..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Textures/Grass_LayerInfo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38b12e5c9837e1e391e577eb8c2e1899ae104c69928e6e409140242f573e0f4d -size 1561 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Textures/Near_Water_Ground_LayerInfo.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Textures/Near_Water_Ground_LayerInfo.uasset deleted file mode 100644 index d8b3876c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Textures/Near_Water_Ground_LayerInfo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42ffb255ad90a7762c463c86a16826eab76ce9060127ff429d8be32ab71ca6c5 -size 1645 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Textures/Rock_LayerInfo.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Textures/Rock_LayerInfo.uasset deleted file mode 100644 index ae9663bd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Textures/Rock_LayerInfo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72b2c13a0cba05df42c779edf69de906c215663912ae6909e466717dbfa268ac -size 1554 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_12.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_12.uasset deleted file mode 100644 index dcf5184b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15aa3496e5181dbc984a3e154c2b20bb1613453dcf73234ab0cdf6a079f0d77f -size 19302 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_12_Bark.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_12_Bark.uasset deleted file mode 100644 index 029b52e2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_12_Bark.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ac261170140b1ecce7109dd830759c028fa6bfb0a9a45786dc35699ad50ccd6 -size 17855 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type01Billboard.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type01Billboard.uasset deleted file mode 100644 index 028bedbd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type01Billboard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63f1298a3481f279e57e135e799ca5c276dacf4cb966fa3683e8073c7924e6fd -size 31375 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type02Billboard.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type02Billboard.uasset deleted file mode 100644 index d4455321..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type02Billboard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c42600c9326c39bc1368e8b5f9cd2b980894da9dc4e81c92c9e9998208e5866 -size 30710 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type03Billboard.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type03Billboard.uasset deleted file mode 100644 index 2235d917..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type03Billboard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37895d2b9270d21625f204432ab5f5ced11333d5f825cc3d6785132c7516f200 -size 28172 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type04Billboard.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type04Billboard.uasset deleted file mode 100644 index bacfa455..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type04Billboard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44ddaa7251037358191c3a8c64bd1218e2a37f754f5f267de34052a4b62186e5 -size 29215 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type05Billboard.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type05Billboard.uasset deleted file mode 100644 index d2e95f1d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Materials/MI_Type05Billboard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57fe0f6f62ee8b3b176b414f462b1534fe2fa62d9ff60538c9daa5be198e6320 -size 29006 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_01_LOD0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_01_LOD0.uasset deleted file mode 100644 index 22097d19..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_01_LOD0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67cd752a09451a37786503f4d5a08b6ff24b560f2e2ecd0fd4f82271b780bd38 -size 3855840 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_02_LOD0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_02_LOD0.uasset deleted file mode 100644 index 290f162e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_02_LOD0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fa09af738af0432c3e55e7d0c8219098b8e3fb920726e9ce755aca30de22cbc -size 2389556 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_03_LOD0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_03_LOD0.uasset deleted file mode 100644 index b4f2cc58..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_03_LOD0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9faa6ec00e05c66a296d947938580513ca9dcb151eaa89bd3dabe673d6a2c525 -size 1032350 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_04_LOD0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_04_LOD0.uasset deleted file mode 100644 index 814d3ba1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_04_LOD0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45b31590d782f3f1d9e23086894366429765cd818ea843b12f25088db0513c32 -size 488099 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_05_LOD0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_05_LOD0.uasset deleted file mode 100644 index 5e37cf46..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Royal_Azalea_Type_05_LOD0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bbd5cff4e9ec6b343c140fae29dc3799c2989190e635174f86311afd82976a8 -size 2058980 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Bark.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Bark.uasset deleted file mode 100644 index 4868fdea..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Bark.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58aa14f1216fbea08408437d32ddb4e39d08754f8258f5e2eca2f9a54eebf814 -size 303070 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Bark_NormalMap.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Bark_NormalMap.uasset deleted file mode 100644 index 32bbe5ae..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Bark_NormalMap.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5aba8fef068e9fbc4d7ed334fd7e56a094368d33683ddaaa18d978e7ecb3228a -size 1197813 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Bark_Roughness.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Bark_Roughness.uasset deleted file mode 100644 index 76b4240f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Bark_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a94f59e4563058c435224925bc5d45c3554e9bba5fc596ce5ef733bfec9cae2a -size 296811 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Branch_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Branch_Normal.uasset deleted file mode 100644 index a0179357..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Branch_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a048939357daf3046eb29f235a6db25afab72ba5a422e9464796427589639a37 -size 2253709 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Branch_Opacity.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Branch_Opacity.uasset deleted file mode 100644 index f2e3a3d8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Branch_Opacity.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08c5934659e7ce9c34c589574b5f020c1b8f1723337501b05d402a2069a2bd4a -size 219864 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Branch_Roughness.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Branch_Roughness.uasset deleted file mode 100644 index e1bc0dd9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Branch_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f22d424a9f24fef51eeb7a247787e34ea541107639696570642df36d315658a2 -size 559881 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Branch_base.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Branch_base.uasset deleted file mode 100644 index d42699a3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Branch_base.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94f901e7e0e34988f887f183488297358bbfa174a8e5c82b0615fc1950451921 -size 2121678 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_01_Billboard_Color.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_01_Billboard_Color.uasset deleted file mode 100644 index caa00de2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_01_Billboard_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca6509b6e1ad229d055da4d2a73ff0f314d0975e66c8d89b11cc1a5c5cbf3cfe -size 5322190 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_01_Billboard_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_01_Billboard_Normal.uasset deleted file mode 100644 index 0af8b991..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_01_Billboard_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b949771533310c39be6ac5be4b1d9da3745e18e86b43ed4f913562f686ded87 -size 4983818 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_02_Billboard_Color.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_02_Billboard_Color.uasset deleted file mode 100644 index 4d75bc84..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_02_Billboard_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a3395ecea0de8081a060fe3f51d79af7cb5ec4693e63d946f0aa5dbfd9500d9 -size 5250930 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_02_Billboard_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_02_Billboard_Normal.uasset deleted file mode 100644 index dfebe2d7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_02_Billboard_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d57b4a5b5d5beb067c7e357f36ba1c142a92b49f92f5421029c1cc59724a1f19 -size 4676140 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_03_Billboard_Color.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_03_Billboard_Color.uasset deleted file mode 100644 index ca00be6b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_03_Billboard_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa6a496536fa1ba3eb5914047f8490985097373781ee899c79a9355d9f4435c3 -size 3597112 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_03_Billboard_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_03_Billboard_Normal.uasset deleted file mode 100644 index 4c6eb5b8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_03_Billboard_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cb09e43a5d77e42d21d378b8e4af75da6cddc86011714016aaa3db29e6c10fd -size 3279013 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_04_Billboard_Color.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_04_Billboard_Color.uasset deleted file mode 100644 index 7f55d7a1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_04_Billboard_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6fe8dc0229b3c89503adcc33a6bd504c01f54bb25ec3fea43ed8fef278e8d2e -size 3941585 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_04_Billboard_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_04_Billboard_Normal.uasset deleted file mode 100644 index 167b4645..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_04_Billboard_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e47e68c43da3e5bd585016364123a2d8e03093c646048b62a87adb44c89aa38c -size 3496831 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_05_Billboard_Color.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_05_Billboard_Color.uasset deleted file mode 100644 index dbdbe412..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_05_Billboard_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa391cc76a236310a5ffb6540da68a67c2af120c69ccead7e8347c68907011c0 -size 5129371 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_05_Billboard_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_05_Billboard_Normal.uasset deleted file mode 100644 index 506c77b2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Azaleas/Textures/Royal_Azalea_Type_05_Billboard_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b0349ab6f2186c76af30942a6bbddb2f129c9dee1e4819a7f7c7afec7b4670b -size 4627304 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Cherry/tree_trank.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Cherry/tree_trank.uasset deleted file mode 100644 index 0b826af7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Cherry/tree_trank.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc2e148ff945a0e0c20e0d7f36afc26cd5caaba9d87e87eebce3f485b340228d -size 1064543 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_1.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_1.uasset deleted file mode 100644 index 910513d4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab59dc6054d51cf3514bddaeaee676675c37742de9c604956be8929f2a09fb88 -size 1325247 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_2.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_2.uasset deleted file mode 100644 index 82704797..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8c11784f7da2abbee13458dd0fe14f00c0aef3143a890e7c62a706bfe9b120c -size 1271711 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_3.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_3.uasset deleted file mode 100644 index 3b11a1ec..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:860e2daa8a4258c678c16e73bbd0fec9c7f0764c308aecfe1c63b579e8e147aa -size 1354632 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_4.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_4.uasset deleted file mode 100644 index d0c9ce1f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fead817776e922b0b365a8ddd590a0db817d1a9aaa0ee3b4e6474184a0a8eff3 -size 584777 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_5.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_5.uasset deleted file mode 100644 index 4b684954..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4964c5636326a23d923c9e2e5b5e9fd7e33e763990b23d80e94c532cc8b490a -size 1287397 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_6.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_6.uasset deleted file mode 100644 index 7bd52acc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45c907b0c2fb5dd88d780bc93f091ba82c53af94a23435486ae91688a6954408 -size 915688 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_7.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_7.uasset deleted file mode 100644 index 910da37d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Elm_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb03166d8af803eda1159062f0030c48a5eb4839753bc0e8c20cd27507ca1c92 -size 1189753 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_10.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_10.uasset deleted file mode 100644 index 5eb65d7e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:169b8624f261d2dd8006e704b96ea5672712b195b3b08eb4bf0d17cb860f9f6d -size 475301 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_12.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_12.uasset deleted file mode 100644 index e2469ce4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5555cfa8df6936e23aa59ccaf9884b7f06242644056506b7dad51e09ed8e1bcb -size 1782142 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_14.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_14.uasset deleted file mode 100644 index f9adbcd3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_14.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:175941866a68cc7b0feff6804a4cdcd890aaf0f00d17c320392b6546833c1dd7 -size 474776 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_16.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_16.uasset deleted file mode 100644 index 574e004b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_16.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd9542ca3439c18a4d36432f6403e5f26b949d55c90ff93630b04103e8066580 -size 764164 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_18.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_18.uasset deleted file mode 100644 index f89a1f5f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_18.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84336f65b465ff52adcda6ae751b1a9ec5d4dadce69650857b1d3618d6ffded5 -size 211174 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_20.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_20.uasset deleted file mode 100644 index 1488f2b8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_20.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76b15ea42bbe02c5a5c6332ed11192554fdf3d058c39c36341385dee3bea92d7 -size 1695116 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_22.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_22.uasset deleted file mode 100644 index a28beb3a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_22.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e3065fdb29009962107e38b786c8a8b111bf8584019a1f319788a0420805551 -size 462057 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_24.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_24.uasset deleted file mode 100644 index afeb975c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_24.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba4426558db960f9f76fe4967587821a6fbf9ccf72a4613847dab8bc09cb0cc1 -size 1813472 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_25.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_25.uasset deleted file mode 100644 index 62ba4128..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_25.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d975f110b571a7b73c780a8736228ee8d3b747d3bae6959794a96f6681e5afec -size 755264 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_27.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_27.uasset deleted file mode 100644 index a41b0d24..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_27.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb05a484a8bfe93fd5ca6a3494fa02a4546c078faec7a30548e81a02f46b7532 -size 764672 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_29.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_29.uasset deleted file mode 100644 index 3a283af3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_29.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c61ed189bbc87c8d4c7d483535b8114f5f6051d2228bf710ba96bf56769847f -size 1554667 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_31.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_31.uasset deleted file mode 100644 index 4910170c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_31.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f2a02bbc752b7c56e4253b065506d4ef48e35b1b45c5574ca6c71d18c5efc98 -size 444143 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_4.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_4.uasset deleted file mode 100644 index 99334999..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4447b4d3a6587b45d886bdeaa841bf518cb39c3f3be09c6850e6515cd804624f -size 1791189 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_6.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_6.uasset deleted file mode 100644 index 13202654..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:501d2544fe007d26f4b919a8f2ea4cceb09c643987535529d85fdb62ca971199 -size 484444 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_8.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_8.uasset deleted file mode 100644 index 6e13e752..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/Object_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a4ffcc465c150c7de97884c289c274356c9a172e734bd045624907214e28883 -size 1719062 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/bark.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/bark.uasset deleted file mode 100644 index 4a1dbda1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/bark.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94459598aea62014d8d77df9018ce60c871b275b96299d85a781bb777c8bba8e -size 41529 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/foliage.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/foliage.uasset deleted file mode 100644 index 13bd53aa..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/foliage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a364aca9f7e92b43f40cd9d60d794d57daddff79c81643168fd82fbc84f5296 -size 37260 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_0.uasset deleted file mode 100644 index aa7d2937..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da002e0a16ebeebb483b7bc96a80a1d001fee99c95ef27f40419f0fcf55cf4f3 -size 2050263 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_1.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_1.uasset deleted file mode 100644 index 6dad3213..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc5b247bcff15d6347f8e388ec37da288f87da92878085378951c490d1945412 -size 24444 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_2.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_2.uasset deleted file mode 100644 index 6cd1641a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de54298a985f1ac39ba6e64ed0f52a67c0758d645195387f8f0177c136a6d6b6 -size 2757223 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_3.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_3.uasset deleted file mode 100644 index fd6f1f7b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5d6c67fb13c63cbb67a5fdf1385530d2470c517e0adbd0af163aa2240a3e69d -size 346488 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_4.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_4.uasset deleted file mode 100644 index 4a2602fa..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Elm/high_detail_elm_tree_collection_texture_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d5281298b9b1c0b1ed724c0224090409fa70f4d21d7b6b68aeb23b48793a76a -size 424814 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_10_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_10_1300954650_0.uasset deleted file mode 100644 index 7b17eeeb..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_10_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b78cf591a487bb5d5f93a545646d7e62270f68b369c80bef383d58c74ae1d11a -size 251943 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_17_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_17_1300954650_0.uasset deleted file mode 100644 index 738f33ab..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_17_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb004d3b4b88e546f62264434d17892094206df63af272c9c05af63721e8da0f -size 253587 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_0_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_0_383085165_0.uasset deleted file mode 100644 index 5b5a2983..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_0_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3762a079f322227737ef2a545a75066938fe6cf3fb1080d679e962409e4a5254 -size 64832 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_13_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_13_383085165_0.uasset deleted file mode 100644 index 7c0e3398..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_13_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c7d45f5f96888f6a66628258cf18b3b8c1fc6334b884634af5f82f82217750a -size 64962 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_14_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_14_1300954650_0.uasset deleted file mode 100644 index bf5c9495..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_14_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ff4115abaafa82a356ca343501fa840d4cc56830d57e58f13f71183b657f2ab -size 248879 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_19_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_19_383085165_0.uasset deleted file mode 100644 index b86fd8e5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_19_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db97aaa9258e99878899c3ffcdf16ba45729b46b364d7c2444682e249295cbb7 -size 64771 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_20_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_20_383085165_0.uasset deleted file mode 100644 index 70a96e72..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_20_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4578f1f17039b13d97b01045cdd253f1670a7afce28552894c16f25500c501ca -size 64568 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_23_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_23_383085165_0.uasset deleted file mode 100644 index 20c31dc1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_23_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ed2639998a67ee739a4114f78a3a79572e0dcf4e50ab33a785c3542aa69574c -size 65047 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_25_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_25_383085165_0.uasset deleted file mode 100644 index cd1a7fce..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_25_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb9556e4fe6aebb894f3eeb6b567fd536976b2d758a6baecb1aec71faba5cdee -size 65094 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_28_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_28_383085165_0.uasset deleted file mode 100644 index b581d31c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_28_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4e0ca7127c22636e51bf267a82ecbcbdfa8215d088a0912237e83b611c1f55e -size 65263 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_2_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_2_1300954650_0.uasset deleted file mode 100644 index 41ba60a7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_2_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36a1256509211a5c6d3baf8364313304811c6460fe7ba93d9fb444e52d8960d0 -size 251339 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_30_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_30_383085165_0.uasset deleted file mode 100644 index 07451706..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_30_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8aeb1c0dcea50216b45184fc5de5f739cb2d0e593979e3bea9903281790c8dc6 -size 65125 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_31_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_31_383085165_0.uasset deleted file mode 100644 index 0a3c3aa2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_31_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afe67333b8bad5daf96719deb10875c6a552bbdaf77ae94e9549087961f7696d -size 64699 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_33_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_33_1300954650_0.uasset deleted file mode 100644 index 4408e8dc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_33_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49143af250102e9e59bfed343fb9f57dce56e1380ffc8f59161e11d1f7429926 -size 250451 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_3457643232_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_3457643232_0.uasset deleted file mode 100644 index 1832af63..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_3457643232_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3e1af0d12debffa88f366e5dabd4eea7d234be03f68f65ad4c798f1717c9bcd -size 145200 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_35_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_35_383085165_0.uasset deleted file mode 100644 index 2844b35d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_35_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13400d694f0fa7c7fb5e001726d3577b2225523e8cb57600f249c33934aa373b -size 64898 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_37_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_37_383085165_0.uasset deleted file mode 100644 index ceae3a94..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_37_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a389b85cfeb7fa790cd1b8525da11312c3e00bfd5bbff3a218912aaa76f3de0 -size 64766 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_40_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_40_383085165_0.uasset deleted file mode 100644 index 76dabbd4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_40_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54547d416364bf3ae88e8bb5dcc2b8010a8a63a75f1589a06f73b5af94d02ef6 -size 65653 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_43_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_43_1300954650_0.uasset deleted file mode 100644 index e226d017..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_43_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c69713155ddca2de36e0f4537a8fae01bf3e1896e577afc77de61a412fdf44c -size 249770 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_47_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_47_383085165_0.uasset deleted file mode 100644 index 2e3ae228..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_47_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35a97c7de6acbe8029dbc0120436ca34ee5ee980fa158841cfa0ac68dd844380 -size 64615 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_49_383085165_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_49_383085165_0.uasset deleted file mode 100644 index 1c9ab52c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_49_383085165_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:505805dbcba00d356a9624cbaa74a627e2f623ec3cf58afc39a26a10b61fcef4 -size 64557 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_4_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_4_1300954650_0.uasset deleted file mode 100644 index 80ea2968..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_4_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2441d1c44eb2f2962ae36e126b3d152e755d4ed5231ad9e8148950eb577e4896 -size 249802 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_51_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_51_1300954650_0.uasset deleted file mode 100644 index 90d7a88f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_51_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18cde34f41aed50729b46cec022ad296578ade563740514116d33e6cbd7e1c43 -size 249181 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_54_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_54_1300954650_0.uasset deleted file mode 100644 index 570682cd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_54_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7c16723f3e82b81ee23063544aa18cb721dbaaf67011bb9877fb6a9bcf3fac7 -size 248057 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_57_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_57_1300954650_0.uasset deleted file mode 100644 index 0f043afd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_57_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5f09e3b1735f62b36cded1061ef89a4cbd5923ff735826684584843b489ce0e -size 252609 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_6_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_6_1300954650_0.uasset deleted file mode 100644 index a26fc8fc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_6_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:330e9b8506f9981e0973a059cf041d58bf430b8aa1a9bfddf59cb9a13c8e1156 -size 252125 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_7_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_7_1300954650_0.uasset deleted file mode 100644 index d6449053..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_7_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:223aa3cf4c56126e486d188e04b0b7ed8b8e0ab62eada4367ea161aac4028fbb -size 251986 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_8_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_8_1300954650_0.uasset deleted file mode 100644 index 34fbcc69..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_8_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1abbce91417b62a29e834d6bf589e700099dcd4f187f5ad00f41e918a6b38c16 -size 251001 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_9_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_9_1300954650_0.uasset deleted file mode 100644 index 7ae0fbd5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_1_9_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b88a9494a3bc6d99f7ac83ce8ac3452d7eca6f919c1b18c5118af84a9244f2f2 -size 247563 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_22_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_22_1300954650_0.uasset deleted file mode 100644 index 70acaaa5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_22_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a78aadcd8dfd3852bca5aeb59ca73497f289fdc993e98fcabc7b9294d72d1138 -size 250305 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_24_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_24_1300954650_0.uasset deleted file mode 100644 index 67d91e3f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_24_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b47bb95ffe55bc121c391706901fcdf2c8016c2996490d39878f0f3b6cb8ce3 -size 251870 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_27_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_27_1300954650_0.uasset deleted file mode 100644 index 2b93cc21..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_27_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbab70333e1c6d17b4f89cc71d16f33fc4010ce30a020ff8c9e763a66026f1b9 -size 248278 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_29_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_29_1300954650_0.uasset deleted file mode 100644 index 3aa3fd22..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_29_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:185952823c2f814c663cfc5161ae455f4ec9e4e660feb5b0f4440dbe1307e649 -size 248963 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_2_2785131480_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_2_2785131480_0.uasset deleted file mode 100644 index a7ef2d55..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_2_2785131480_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:052fc9a2baa03011d14390ffb29143f4badd6cce6d8fdc4453a3f18425ca3180 -size 59038 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_39_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_39_1300954650_0.uasset deleted file mode 100644 index 14521726..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_39_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1212fc27dd12945ea27cccb769aeb4b4071abf1e2afd239bbc09d59984a585fd -size 251514 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_11_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_11_1300954650_0.uasset deleted file mode 100644 index cb085efb..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_11_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f5d862aa47f39339e732c8308d18c18c8806acca6ccc170ed85ec08e00aa71f -size 247745 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_12_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_12_1300954650_0.uasset deleted file mode 100644 index e5a9a234..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_12_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dedca59994ce7ee01da877c5408b9cdd65689e4edfedd089eebacd9b46d74dbb -size 248578 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_15_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_15_1300954650_0.uasset deleted file mode 100644 index fa03e14d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_15_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e50a5033eff082755bd1d8284d58d3d85346fa2acf45eccf65102dab49cfc44e -size 250979 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_16_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_16_1300954650_0.uasset deleted file mode 100644 index 513b9809..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_16_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31a353b886f40646357d16049195e1b2d9bd45da4d5ad6cfda10eed78c7ad03d -size 250796 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_18_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_18_1300954650_0.uasset deleted file mode 100644 index 4e38c254..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_18_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fa5ae3ac4595cfc0947e1c3c950fb7d43f1918647c9b4589a2db65bd06ea08f -size 251025 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_21_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_21_1300954650_0.uasset deleted file mode 100644 index dc1ea224..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_21_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d262e62a4fcc24a26dd80e3d59c33721720e8e490c2ecb33dd7929f1c4f0bde5 -size 247390 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_26_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_26_1300954650_0.uasset deleted file mode 100644 index b472d31c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_26_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34a1bcde90975f929089cc1db36bd7bcc1424c642dfc89dbe4d1f565f8831b7b -size 246471 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_2785131480_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_2785131480_0.uasset deleted file mode 100644 index 09d4c859..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_2785131480_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6c82432a94248b098d7068afe69f367160b27c1ba7e9ec9d147852570dae5bc -size 58828 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_2_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_2_1300954650_0.uasset deleted file mode 100644 index 3830ebb9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_2_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c72a4b9745b08a171022a1f036b51ed423fa50aae29ac2f18db1939ef083898 -size 247606 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_32_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_32_1300954650_0.uasset deleted file mode 100644 index 0fd298a3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_32_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09b3de6991de2e8a30c93bd46c622d3ad9ceaf88ec0e790720788ebd3f539912 -size 250724 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_34_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_34_1300954650_0.uasset deleted file mode 100644 index 44f0401a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_34_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d62552cf73a077b1bb19994241f374fd1305cf15e6b0e61c6cff57ec4edcc41 -size 248971 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_36_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_36_1300954650_0.uasset deleted file mode 100644 index 5be41778..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_36_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7baf233d728c61bb1025c5ede405f3fa443f7ad4232a8e4ff96ed17b97a24fc7 -size 250103 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_38_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_38_1300954650_0.uasset deleted file mode 100644 index 540145f8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_38_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0943630480fa7994e21a026e784fb2fa4ef7cd6df7ceee266c40808c93a5b3e5 -size 253293 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_3_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_3_1300954650_0.uasset deleted file mode 100644 index 1d9aa82f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_3_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cfab02d7fabc1923107b3d05233b89b9facf287a63f273b8cb2cc36c37d0e87 -size 250386 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_42_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_42_1300954650_0.uasset deleted file mode 100644 index ac802bcc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_42_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02fc75f0cad458b912a05fb997b1ef33fe19fd93d103ff340a0aa7f35816656a -size 253046 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_45_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_45_1300954650_0.uasset deleted file mode 100644 index 0203eb0f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_45_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9bc09fa3dc4dd034e3e7cde417d8465e1483b1fcd4d5685d2a058673e7870f5 -size 250547 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_53_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_53_1300954650_0.uasset deleted file mode 100644 index af2afcc9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_53_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05535602c212411f4da375a3a606e4f14dc867902ab3d5e96daea243973d9857 -size 248651 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_55_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_55_1300954650_0.uasset deleted file mode 100644 index ed2dbd41..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_55_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab08265cba56845da0dcdd733acb146541c0ed1bf93b0d43c011e554b268db87 -size 251792 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_5_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_5_1300954650_0.uasset deleted file mode 100644 index 076dcd7a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_3_5_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faea814b19d0716c38b0f5018e7faaea8015d3cb64bcfadaf0c65c74dc2bf4a3 -size 246372 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_41_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_41_1300954650_0.uasset deleted file mode 100644 index dfa9a1dc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_41_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a906bdaa4ba317f3cd0e63b712815a7ba2745509fd2355dc6acd9e78677edfc -size 248040 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_44_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_44_1300954650_0.uasset deleted file mode 100644 index 7fcc4b0f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_44_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91e234854168ff2bee82922b026db6ba803ccf21addf56b48e80b4767ea3ec67 -size 248093 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_46_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_46_1300954650_0.uasset deleted file mode 100644 index 710fd69d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_46_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53567b5b792ee64b36babd52837a963bbc10706d17ab9eeabf794341670274c7 -size 249779 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_48_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_48_1300954650_0.uasset deleted file mode 100644 index 97d75426..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_48_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73d5534d32f0e29df49435b4e780bd8e1338205c5bb8bd9736033ec67536c29f -size 250111 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_4_2785131480_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_4_2785131480_0.uasset deleted file mode 100644 index c045755d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_4_2785131480_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa3ca4ed1de9c2946a8c9bf1ba64ebb43fa698692a649a5b269c74e1c0cb9d07 -size 59119 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_50_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_50_1300954650_0.uasset deleted file mode 100644 index 4e2bdca2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_50_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a48addddc7901739cfa7c5a30c498bc2bda51cb55698b724471b33e9661804f6 -size 253344 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_52_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_52_1300954650_0.uasset deleted file mode 100644 index 33a46fa6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_52_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c13c34bef6eb916187f62715a8db6aaa7260d1558e677eceea15220c1a976fb8 -size 253377 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_56_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_56_1300954650_0.uasset deleted file mode 100644 index d0863bf3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_56_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:301abf9194e39caeb73064227847babe0a2628934d6c60a04fb0379ce0a4fde7 -size 249306 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_58_1300954650_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_58_1300954650_0.uasset deleted file mode 100644 index ecee7cc7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_58_1300954650_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c09db0fbcdb63e04ac5ea9f65cc774ca4efca4db503b713aed9cd2b3a578660d -size 246433 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_5_2785131480_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_5_2785131480_0.uasset deleted file mode 100644 index 75f9a49f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_5_2785131480_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e96647cd33363459aa2e1b32add17920e35959530e85cca5fe5084087d801790 -size 58995 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_6_2785131480_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_6_2785131480_0.uasset deleted file mode 100644 index 71787301..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/0_6_2785131480_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9834ddd68bfa11e860f0f3bd6c978aa4912ea0aafcc06fe8a1c49fad67f5a40 -size 58859 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/1300954650.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/1300954650.uasset deleted file mode 100644 index afae183b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/1300954650.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab30e564dee13e24a5b524bb08f3a162991064aa7f2ffccf6ec9065e44b430e9 -size 35553 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/2785131480.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/2785131480.uasset deleted file mode 100644 index deb31edf..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/2785131480.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5887a25841537327071e060a9e4fa614e280307b4c5712ff33f44bb831d1c10 -size 34919 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/3457643232.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/3457643232.uasset deleted file mode 100644 index ed91131a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/3457643232.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b76ec6095bc794546849f83c1dce9ff1d83de784493715121a87682e4b3f9548 -size 36292 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/383085165.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/383085165.uasset deleted file mode 100644 index fd901970..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/383085165.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4af5899156f688e2e82dcb74df9c09e1ea0be51d1ab39b74b5b29369db212a5f -size 38247 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Bark_Mat_002.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Bark_Mat_002.uasset deleted file mode 100644 index 25bc203b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Bark_Mat_002.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d4b1a2723e9f8a6db12a982f1353193da928673fa2ea06c7623e2bdc2ee7a8b -size 35437 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Bark_Mat_004.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Bark_Mat_004.uasset deleted file mode 100644 index eb1061c0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Bark_Mat_004.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc8d45bb3ec865f713eccb989380d7ffa68679bde8d2af11148be9e10da4b8e6 -size 28787 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Bark_Spring_Pink_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Bark_Spring_Pink_Mat.uasset deleted file mode 100644 index ccd9a7b0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Bark_Spring_Pink_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc30f012e1db21b2a0730724eaf61061121f2725f1b99ffe70b50a4f1bc43f2a -size 36146 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Bark_spring_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Bark_spring_Mat.uasset deleted file mode 100644 index 29c37013..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Bark_spring_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b77b9ad2b0ccf52d1468c736ed947d1a8300de71dd4d6bb15c95f80f6b096a2a -size 35113 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/F_Bud_F_Bud_BaseColor_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/F_Bud_F_Bud_BaseColor_Mat.uasset deleted file mode 100644 index 163214be..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/F_Bud_F_Bud_BaseColor_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd4d5bd29a051d637cadad7fa34f350e415729ca18532586c6b6798413b5e3c6 -size 30491 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Flower_Blue_spring_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Flower_Blue_spring_Mat.uasset deleted file mode 100644 index 8a972721..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Flower_Blue_spring_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f526603cd7f8d575e62e2dacc33945bc5f6777455df946b163d2e3544413771a -size 38670 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Flower_Mesh_Flower_BaseColor_Spring_Pink_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Flower_Mesh_Flower_BaseColor_Spring_Pink_Mat.uasset deleted file mode 100644 index 34a3abab..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Flower_Mesh_Flower_BaseColor_Spring_Pink_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:456fc1091a47f2bf786d1236a22d69d5510e20fc26cf8e31c30b69076c0cff75 -size 41696 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Flower_Pink_spring_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Flower_Pink_spring_Mat.uasset deleted file mode 100644 index 95cd26af..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Flower_Pink_spring_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4780c9d0dffab42d2b00f17281b12ed6888f28dfb1f2be081a5b0ebbe26b35a -size 38670 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/LEAF_1_Mat_004.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/LEAF_1_Mat_004.uasset deleted file mode 100644 index fcfdf98d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/LEAF_1_Mat_004.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:553399c6fa3ea42a06aad91d2f6313a99510836692e27e6f6f531ae3d7a6dd55 -size 39444 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/LEAF_3_Mat_004.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/LEAF_3_Mat_004.uasset deleted file mode 100644 index 6ec8fb95..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/LEAF_3_Mat_004.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04085e6db8dbff130e9812d9d0f89d9a2e806993ced69251fa9a107073467370 -size 41839 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/L_B_2_Mat_004.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/L_B_2_Mat_004.uasset deleted file mode 100644 index 6d27c4cc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/L_B_2_Mat_004.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b06b204a13c3e17f079280a6aae432e568fdb07c55146a9f8f6d3be2e2b8e87 -size 39580 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/L_B_2_Spring_Pink_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/L_B_2_Spring_Pink_Mat.uasset deleted file mode 100644 index e7698461..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/L_B_2_Spring_Pink_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6efbc0feae35296539922bb9373796b1292e0e553d8463625cc6b57b00ef6d5a -size 40403 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Leaf_2_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Leaf_2_Mat.uasset deleted file mode 100644 index af92c395..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Leaf_2_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ae2230ff6f8873581357248dc1b24601165bc0ed2e415d85ae731ade617b487 -size 40632 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Leaf_2_spring_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Leaf_2_spring_Mat.uasset deleted file mode 100644 index c839828f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Leaf_2_spring_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:837c612e46f09dc8debbca15cff63dd3af8f60a1945f78a339901d456f5a2db0 -size 38627 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Bark_spring_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Bark_spring_Mat.uasset deleted file mode 100644 index 9816fb27..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Bark_spring_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ce1714582f0a13fe439c1bfa164ac62d9a9abc51966cadf4675a1ee739eb5bc -size 35865 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Flower_Blue_spring_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Flower_Blue_spring_Mat.uasset deleted file mode 100644 index 6441a05b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Flower_Blue_spring_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b64bbd233a21d3fed81015996297faf0d835d2d3f8712bd10036d5ced66f98e -size 42875 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Flower_Pink_spring_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Flower_Pink_spring_Mat.uasset deleted file mode 100644 index 7b18f316..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Flower_Pink_spring_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e56dce649e5d6ef59653bca85d3d212f8f76b72f00909648c4e949587953f2d8 -size 42691 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Leaf_2_spring_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Leaf_2_spring_Mat.uasset deleted file mode 100644 index e33481fd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Leaf_2_spring_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e91bec74e83bda13bfe2a6c3a19f756bc24838abb92f9dc120aef8ce98e45192 -size 42549 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Object_11.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Object_11.uasset deleted file mode 100644 index 883e17f8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Object_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82eb9116596320267d3d76c8e096c02e703f7598a4f02f8b50cc50d111b93bce -size 490904 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Object_5.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Object_5.uasset deleted file mode 100644 index d0cc9e4b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Object_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cba627c15c45bf50bd72398eea9c52f895fe6037addd9989ecb911c190eb7329 -size 150874 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Object_7.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Object_7.uasset deleted file mode 100644 index 5f12994c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Object_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27b79c7f8dd8bdab449058096e70cc3bf3991837433cb18e49378fc7717dd5a4 -size 700307 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Object_9.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Object_9.uasset deleted file mode 100644 index 8fccb6da..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/Object_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af8c6d295c8159afc0271113d71de617f7ea0728850d93cd809b2abbbb88e941 -size 371934 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_0.uasset deleted file mode 100644 index f2b7484b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8713c62c52c5f44ead3444343ad194e0aad9348beb3b81c0683f5dc2181f023 -size 215443 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_1.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_1.uasset deleted file mode 100644 index b99a6372..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b8cb5b8523eb7b94425e008d06da2f7ba0d2bbb6abd204b97c9bb18c71ad4f4 -size 205965 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_10.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_10.uasset deleted file mode 100644 index a3d2df53..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b70ac6f6486b96d58bff76c3e5f04379eb11bde9cae9cf9fc5d25d360b9928ca -size 174440 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_2.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_2.uasset deleted file mode 100644 index 4d062a52..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80317a409fce788a8ff42b3267daebb1989f0f9363c1bd619bb948024b7efe07 -size 459044 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_3.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_3.uasset deleted file mode 100644 index 21affce5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01b3a5de98431452d57ed67ff86452bfa2b64ad5943f73b2611f20f65bade8d0 -size 81373 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_4.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_4.uasset deleted file mode 100644 index 1c4e32c4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad1a68d1c23a5af898c9453b0cfabff5f636590b8d75af06e01f0adccb560ed -size 132435 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_5.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_5.uasset deleted file mode 100644 index b6961449..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87034215e10a2400dd9857b7c0a8c1fbeae51779a57cde0266d8a336d6af909d -size 446524 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_6.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_6.uasset deleted file mode 100644 index 919baf90..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38bc17e63d1d7e895d0594225364927b30fcf567c789c177119b2f03e6c4e5d8 -size 79173 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_7.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_7.uasset deleted file mode 100644 index ff77b270..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:142a88ef1d895ee3e26382ad1c1705594c2e4bb5d0a0ded1eee8578672a6aff3 -size 130421 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_8.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_8.uasset deleted file mode 100644 index 8e419040..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:032ab0d955ad93cac79fae07a96a6323985c9851dcec75493084f8f797a95ad3 -size 1706193 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_9.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_9.uasset deleted file mode 100644 index 2ab75c3b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Lung/spring_lungwort_flowering_plants_texture_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7322fa79eca951773fe1e7368bc94af3209bdbb38a8ef9d0f572a6c5980dae72 -size 98696 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_10.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_10.uasset deleted file mode 100644 index cab51b83..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f50e19da56c42949a422cc5176f7a95dd1864970072d1e2a94394855561baa94 -size 409729 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_11.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_11.uasset deleted file mode 100644 index 5a72b84f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4d3bf3f9ab2096228bc9e494b1c7ff61e644cc936d9a4410251c34a94a9288c -size 516367 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_12.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_12.uasset deleted file mode 100644 index a6a5cab1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63d7988d09aabe44ce2bb073cbbb527f7c82f09a81d1a57346fd929f32d1cf41 -size 2295821 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_13.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_13.uasset deleted file mode 100644 index bcac1950..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:930b5e637118acaa194be716729654cf5912e47685cdd0b1c21466101ad7dba2 -size 674685 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_5.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_5.uasset deleted file mode 100644 index 4b6c465a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4cd2a6cae37c3415f9324a7bb065c0a0ecbb7c9522c04b22ecd0234c5392add -size 94369 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_7.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_7.uasset deleted file mode 100644 index 4a0c1636..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d098ff4d564c99a785cb7f838f25cf23d891a3039b5e9b902814b8cc77f6933b -size 3293374 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_8.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_8.uasset deleted file mode 100644 index f96e9722..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f0286bafbd46caa9ce07ef430ceae52d9ee4365cc1d44e2996e4d6de24b60d9 -size 3232557 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_9.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_9.uasset deleted file mode 100644 index 2f4e6c25..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Object_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dc3138b628ce7478972dda46ab32351ab74aa22d6f71e6d8e0238125290a70a -size 2026040 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Orange_Flowers.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Orange_Flowers.uasset deleted file mode 100644 index 49ae00e8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Orange_Flowers.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a473ab78035826e95845fcbdf2b9b570dc4e51be021700333f5aabc450aaded -size 1449076 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Phlox_Candy_Stripe_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Phlox_Candy_Stripe_Mat.uasset deleted file mode 100644 index 7af90145..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Phlox_Candy_Stripe_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7c6ac40c8f23f9e2d59ec46e5cf51712323097ec645a77078cee34dc12a5480 -size 44524 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Pink_Flower.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Pink_Flower.uasset deleted file mode 100644 index ee75fb7f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Pink_Flower.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc6cffbab87ef0626ae3224def801c6bba80c7aa92fc67cdff3b659a72dcde48 -size 8617299 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Purple_flower.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Purple_flower.uasset deleted file mode 100644 index e9dab543..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/Purple_flower.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f947af279e72c6cdd4fef689e3c621c609d52be15e0be8c38af47724d8c51bd -size 1119418 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/White_Flowers.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/White_Flowers.uasset deleted file mode 100644 index 20fc110d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/White_Flowers.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb51cea97e44d452ef61466a1852c2b4187206ed64445e59bdb410793a0ceea7 -size 4788408 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_0.uasset deleted file mode 100644 index 5eea4b4d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6ef86207c648ceb7935d7e993ee1b512e5b0f31d4ac40fd4504e1ce8192820e -size 204698 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_1.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_1.uasset deleted file mode 100644 index 2e618469..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9d1b057fbecb7dc4e61761d7828084f01cd677bed787c6a92d1287b193d286b -size 217595 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_2.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_2.uasset deleted file mode 100644 index fe921e71..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a508d24308281e02f39fb29db0547b783e51dda8fb0aae7d38ee94de407aa0da -size 114002 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_3.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_3.uasset deleted file mode 100644 index 4365c90d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9285b8dc86e7983a5e6d7f56d088a8da66fe7a4e6781d2d8796b89d01a7a6e93 -size 63548 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_4.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_4.uasset deleted file mode 100644 index 0ec05b93..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eca42e4e7dbbea9b9174421e688fe1976c38cbf305fa6c388db1982c4ae1dbe7 -size 110062 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_5.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_5.uasset deleted file mode 100644 index 7b7a6749..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3021373345b2fed97121799f98551d6bb1b73890456a57b4fbd48a79b6f5353f -size 441371 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_6.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_6.uasset deleted file mode 100644 index 1c3cff75..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37619c46337a53c3dc86a837cff0476e6c5939f76fa199c8d708df82b4d9bb4a -size 102405 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_7.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_7.uasset deleted file mode 100644 index 5ccc6b20..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/alba_armeria_plant_flower_spring_pink_texture_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1ea9cedbed5b16000bbaaa0aee398a456d86a66da72f1e5827255d3f2fd9691 -size 164306 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_0.uasset deleted file mode 100644 index 0ffbea4f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e871af0f3f05f83252d331f5c29f7e419ad00a4d809482308bae32dbf272046f -size 307295 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_1.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_1.uasset deleted file mode 100644 index 798b2b62..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61039122c8b9ba5e9c69d40ea081404cffed5cfa490b8c8080a86fbae0e68e0e -size 936995 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_2.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_2.uasset deleted file mode 100644 index e13c3c1f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f659bfdd3324eab122aa260eb634119ce11d25bbca3eba5ce9a745eb668d90f -size 918099 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_3.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_3.uasset deleted file mode 100644 index c845f1c9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:593f636043ab9f3e2b1f3311f1e914da6e0cda581c57aae75b27b471a773abdc -size 1205907 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_4.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_4.uasset deleted file mode 100644 index af19b563..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58c35bd3855b1915bf4dca5502f03892d3caa7cb74c8e55975b6bebe60fdef36 -size 378836 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_5.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_5.uasset deleted file mode 100644 index 1a5b9a32..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/grass_vegitation_mix_texture_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba273b91aa336dc9a1ba5732efb80fa0c9ae11e6a2a3f70e42378689ff1d88fe -size 689184 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/initialShadingGroup.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/initialShadingGroup.uasset deleted file mode 100644 index 24cae9ed..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/initialShadingGroup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cbcff7bcf0ba0e03b05b033e603f3b6c10e8873a393ea14e5f7c0209f5917c4 -size 35426 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_0.uasset deleted file mode 100644 index 7ad9fc78..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32fd93f1be1253f52c43f63ad78317d6de0078bbeaffe61b16da9da5cbae7a97 -size 78356 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_1.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_1.uasset deleted file mode 100644 index b567b105..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bb92e0fe19564c989fd2ebab15852a7e99a151796703de82dfb4da55361c880 -size 71172 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_2.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_2.uasset deleted file mode 100644 index 37d089ee..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3f8758797f8ea32794361ea4402ff7d705d7d80278046f3b47c0924ce2fbd4d -size 328120 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_3.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_3.uasset deleted file mode 100644 index 4b52c66e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39d0ef297d585aa7af3b4962b301a43dd4a5e6f4120b28ab59e6808c4f3a4af7 -size 146818 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_4.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_4.uasset deleted file mode 100644 index f34209f3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3da48ee80b026695a115fb15a3482ca7f1164fe0a8c4b5aff2b01917a41620c4 -size 73084 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_5.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_5.uasset deleted file mode 100644 index 0abd9d42..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33907867b5a0a1873a7283bde4fbefe20948e7203a9bf493d31d5f2cf72a6168 -size 40039 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_6.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_6.uasset deleted file mode 100644 index 1829c05e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0041bedcfa79eff8614c53c34c98e764d9d57c1de345eb6dcbb0526e302efd4e -size 479886 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_7.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_7.uasset deleted file mode 100644 index 7b137945..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b7d39bbea28f2ea1a3ff7dfeef4a651c2d539f8ef1b5511c9f6b9833b7c5914 -size 39041 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_8.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_8.uasset deleted file mode 100644 index c685f455..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/orange_pincushion_flower_texture_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5622f1250e1808163b08a6ac939a36f070148bce29196c54f57207653d373d8 -size 71067 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_0.uasset deleted file mode 100644 index 4a06478c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e1c48cc682eaf6ec41a4c8d33b25619cc75934e4701e5161995a241852ee425 -size 162457 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_1.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_1.uasset deleted file mode 100644 index 27355922..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d619dfa85fcaa8575726437f097792fc95514468cf3bfb5bc3a54df1d5278e0 -size 102354 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_2.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_2.uasset deleted file mode 100644 index 6bdb133d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c930cc917d03aef04d6eef06b69afe05138a01862a85e6b2c8909fae2d659f37 -size 62159 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_3.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_3.uasset deleted file mode 100644 index d6ccd696..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e52b41c4630998c97efb058c48f8b53a39eb36d81efb7f0c75e3dd89d0e6a356 -size 100685 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_4.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_4.uasset deleted file mode 100644 index 388719d1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:464bcc6662f8c758e6aaa3b322114ac893999b0b0d54c4aed111add2fa54d3ed -size 76013 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_5.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_5.uasset deleted file mode 100644 index 9a7df363..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:722c9078ae4c363d98ee326665249d1ce882473602359a1b8cdd12be2ca4df06 -size 49803 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_6.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_6.uasset deleted file mode 100644 index beac3d0e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b866215c6f2b7a5e0d281b2ba1bd29adfd121233cf3d5512bb111d2aa208879 -size 88583 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_7.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_7.uasset deleted file mode 100644 index 665db337..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c45fb4329123fe28d11f17484970aa02837373ae93404e790ca42c57d098b80 -size 5815675 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_8.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_8.uasset deleted file mode 100644 index 7123c572..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c0c374edf9ff80eac0b709697d85e59662cca79e553a3e04d76dbf7ca481b8a -size 1963115 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_9.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_9.uasset deleted file mode 100644 index f3a0e60d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Flowers_Grass/phlox_candystrip_flower_cluster_texture_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd0ebdd9503bac1083de9d7ff6b29d50cc883fc9319fcce27db243522157b865 -size 65124 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Kobus_Magnolia_Type_01_LOD0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Kobus_Magnolia_Type_01_LOD0.uasset deleted file mode 100644 index 9c548bb9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Kobus_Magnolia_Type_01_LOD0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6b070d3b5507a4ccdc71fb576d3c82c5753823b99224ef3a5d4872af36c3a6d -size 1906156 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Kobus_Magnolia_Type_02_LOD0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Kobus_Magnolia_Type_02_LOD0.uasset deleted file mode 100644 index fc488adc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Kobus_Magnolia_Type_02_LOD0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24fe08a328d465007fee37a902c0b226c309ce99c27392455e9df62063ce8bfe -size 3503291 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Kobus_Magnolia_Type_03_LOD0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Kobus_Magnolia_Type_03_LOD0.uasset deleted file mode 100644 index 1cc0095c..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Kobus_Magnolia_Type_03_LOD0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b8e68c5cfe3a999af605d3006745053a98652d1ddd31510354be1698eff93d4 -size 2792556 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Kobus_Magnolia_Type_04_LOD0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Kobus_Magnolia_Type_04_LOD0.uasset deleted file mode 100644 index c6117615..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Kobus_Magnolia_Type_04_LOD0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:082b21cdf4a3e61409467422e04a9313347e1998b52e546bc18c0c2e88f885a2 -size 1460976 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/Bark.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/Bark.uasset deleted file mode 100644 index f5a2c678..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/Bark.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5572b2ac3626fa996199ff51e64332a1ebc736b0060029a4f44dc666fe5aaaf -size 16323 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/Branch.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/Branch.uasset deleted file mode 100644 index f9b26b94..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/Branch.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8e6ab30be80a89f578ef962a90978e26b7b2e6576ec299692c134fb61d085ba -size 19563 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/MI_Type01Billboard.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/MI_Type01Billboard.uasset deleted file mode 100644 index 14f1e631..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/MI_Type01Billboard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da1601e3c879faf7285c9fe66091f48ccb84fb0607db94e96ea294aadbb70854 -size 28359 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/MI_Type02Billboard.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/MI_Type02Billboard.uasset deleted file mode 100644 index 42039bf2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/MI_Type02Billboard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3acdb498fb678a0a37cfa1799cc9b310cf629a6248b5f1e8d018846e14fbcfb -size 30906 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/MI_Type03Billboard.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/MI_Type03Billboard.uasset deleted file mode 100644 index 783f186b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/MI_Type03Billboard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f53fcb3e9ffeca511001dd8f7b95c8cfa2783984bf1fe9dc0c804df02737f9f6 -size 32257 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/MI_Type04Billboard.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/MI_Type04Billboard.uasset deleted file mode 100644 index e326f2d7..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Materials/MI_Type04Billboard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dcb69e8abf90a4b775e47f4a2a89e7d9debdcac19afb7a5abbe6a8743d03062 -size 30943 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Bark_Color.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Bark_Color.uasset deleted file mode 100644 index 73e43013..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Bark_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdbd3e5693b77650c9ecaaa42b4637592423b702d23053bbf7b4968cdc22136f -size 2629138 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Bark_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Bark_Normal.uasset deleted file mode 100644 index 83e6d64d..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Bark_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3128967eeb595421f83313169d50abd4f81067b569e102256d8aec110a5c67fc -size 2249279 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Bark_Roughness.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Bark_Roughness.uasset deleted file mode 100644 index 85efcc39..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Bark_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:987731c5777dfc8a079ede70100c26b9c97ea6e76a20f104c3a8e3328aa87003 -size 2319926 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Branch_Base_Color.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Branch_Base_Color.uasset deleted file mode 100644 index c023c8ba..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Branch_Base_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc5a559346f67ebff1350e06d13bddbcedc08c164878f5b1fc251b383e99c1e7 -size 1902230 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Branch_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Branch_Normal.uasset deleted file mode 100644 index 6151f344..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Branch_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f40986ea0670050d5eedc3768bd5a34a0217f03c584e64b21f8efd3ac9aa2302 -size 2624511 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Branch_Opacity.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Branch_Opacity.uasset deleted file mode 100644 index fcef2eb2..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Branch_Opacity.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bc9864fbf2598476cf198a621bba02d09b1195a7c98a1f651184829c6b0b462 -size 222655 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Branch_Roughness.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Branch_Roughness.uasset deleted file mode 100644 index 0b5ad0e6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Branch_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a11cce2c0e34fedb303a97dfccd33a0e71e82ca03cae8bbcc03216e1585ce2c4 -size 771254 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_01_Billboard_Color.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_01_Billboard_Color.uasset deleted file mode 100644 index 8228e4eb..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_01_Billboard_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dac688455cba081fd7ad1df92dc39fd27b729a70b67ee9fa5fd68cdc1207c97 -size 4075501 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_01_Billboard_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_01_Billboard_Normal.uasset deleted file mode 100644 index 94b25a6a..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_01_Billboard_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37f6fd3f3596f8ddf5a82c125e06dd81e947ce21a19ded9f50636c816397d761 -size 3747080 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_02_Billboard_Color.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_02_Billboard_Color.uasset deleted file mode 100644 index 1cb121f1..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_02_Billboard_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5418ddd87ece848ea724a82fc7cf76d0c673e2a49205dfb7e621f639e823ced6 -size 5041771 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_02_Billboard_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_02_Billboard_Normal.uasset deleted file mode 100644 index 8d462a66..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_02_Billboard_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1699f816a10417f2af1cb1c7d6e33379d8b5189bfb8c0fa0ac584c10a773633f -size 4515894 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_03_Billboard_Color.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_03_Billboard_Color.uasset deleted file mode 100644 index 9ff59fd3..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_03_Billboard_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53d8679edc89956b9ebf980d04b5a511374cbf23b360eec742e73b03d8a8ef5b -size 6165162 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_03_Billboard_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_03_Billboard_Normal.uasset deleted file mode 100644 index 5642cf6f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_03_Billboard_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90cb9e3e3cc648bfe5f631772c44d1e44c64a7a5e460e187af971f53a87abb64 -size 5547144 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_04_Billboard_Color.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_04_Billboard_Color.uasset deleted file mode 100644 index 472e2efc..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_04_Billboard_Color.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e246f40257872db08e794becc48c0f9df822b0b04820d872b8532b1cca36bbad -size 4836406 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_04_Billboard_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_04_Billboard_Normal.uasset deleted file mode 100644 index e82cf8d0..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Magnolia_LOD/Textures/Kobus_Magnolia_Type_04_Billboard_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c1c02fddb495379680211c63cfde89f181ab2213dc4e11940dfd066b1997a72 -size 4333687 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_01.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_01.uasset deleted file mode 100644 index 0cf7fdea..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b89632a994e28c7f77a11a90652bce4ffd92775c73ccb8b60e97a45cd7f67b01 -size 32173 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_02.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_02.uasset deleted file mode 100644 index 21f8a23f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2417578e792c194c73c512d9f8d066273a612051c1b4ae9e1a04f2af847bd8da -size 36447 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_03.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_03.uasset deleted file mode 100644 index e2c15db8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34c0aae0dfa3231ec3145aaa50d21605edecaa6d7f28ed00d46d5689caa58691 -size 36002 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_04.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_04.uasset deleted file mode 100644 index 090e1314..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db5070d8369a1c140c8c389f534e0f2cf145f96bf5fc41b062e2df50656bc351 -size 49444 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_05.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_05.uasset deleted file mode 100644 index 20b2a0de..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Korean_Mugwort_Type_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcd0ccf063b7405fb7f22bf81292ae3668c1c6ae530d74b52451cf59fed14bbb -size 52734 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Material/Leaf.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Material/Leaf.uasset deleted file mode 100644 index ed8d9ce8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Material/Leaf.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:294bc2e0a0bba70a9b1e0165f0614af52ac29451f2a4d4f5e7753d7897d7f791 -size 15402 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Texture/Leaf_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Texture/Leaf_Normal.uasset deleted file mode 100644 index b5d3a0e5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Texture/Leaf_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f626e286b6b402c0ddc31fab053b88e4db3a618d33be1f810121aedb50eb2ea6 -size 2757361 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Texture/Leaf_Opacity.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Texture/Leaf_Opacity.uasset deleted file mode 100644 index 8cfaaf43..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Texture/Leaf_Opacity.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fd32cd5ffcd68c9d4c6481f0ee785b31402bcec58eef2af4edfd89ea7fdb2e6 -size 203777 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Texture/Leaf_Roughness.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Texture/Leaf_Roughness.uasset deleted file mode 100644 index a6a4c105..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Texture/Leaf_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ff189c5a8f14cc4e12ada08d85be3ac4d61422b7475fc298af14dd0b4cf28fb -size 1223684 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Texture/Leaf_ncl1_1.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Texture/Leaf_ncl1_1.uasset deleted file mode 100644 index f7946abb..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Mugwort/Texture/Leaf_ncl1_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a63281c4a6472059bc30f6e0d55032bc777cb7c9e626ff8a506fcda07339d69 -size 2126640 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine.uasset deleted file mode 100644 index 6d107fc9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce58730850210efa7159692da2a5d59cc8cb57d6011ad4a860e669606836859a -size 1435 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Full_Pine.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Full_Pine.uasset deleted file mode 100644 index 37f06b18..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Full_Pine.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb54cfda90389ced8119e2886551c14b36d4f550422c144a350b8f00b45ec817 -size 4237026 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Leaves.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Leaves.uasset deleted file mode 100644 index 26d43909..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Leaves.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18c6b443cdc540c74f128572f8c839897c7e185e829025b22a389040966d3d88 -size 28045 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Moss.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Moss.uasset deleted file mode 100644 index 481288b6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Moss.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45f4581cda969e95ad34563120113631cab5b8f883230509c0a1801339d8bb03 -size 33191 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine.uasset deleted file mode 100644 index 8ddf6156..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:564aa575066a7c80f99c14e566bd613bd65559743ceb50e9cad0db6a85ccedf5 -size 33705 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Leaves_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Leaves_0.uasset deleted file mode 100644 index 68ee2833..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Leaves_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:015fd6f5d87d09e40481ce1afc60abda940136bfebb24107e9eb150d256eb0e7 -size 340169 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Leaves_01.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Leaves_01.uasset deleted file mode 100644 index bf48c452..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Leaves_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df45539d327321a25a4f9ace1636fa4523509e9a408a5fc971ad5ebb287ee34d -size 1263177 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Moss_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Moss_0.uasset deleted file mode 100644 index f27f06dd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Moss_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e496db83790a292bb4d4069054955749eea88f6aa7135548840746f29bc2e31c -size 205872 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Pine_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Pine_0.uasset deleted file mode 100644 index c4ec94a6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Pine_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e361d18cf566f91a0f02768004e4d673202af7cf9edb370b0028fc7c6e3e3f68 -size 814305 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Pine_01.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Pine_01.uasset deleted file mode 100644 index bf54e2c8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Pine_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18cd04c9971e85832475f2ac6bdf140b533e7e29238b88953ed6666dac97be5b -size 1798459 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Stone_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Stone_0.uasset deleted file mode 100644 index aecf9c86..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Stone_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54d90a9f30a235afdde3c32504fd14eaa70ddd0a0ec35398cbfb2fdf951ecaf9 -size 89749 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Weed_stem_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Weed_stem_0.uasset deleted file mode 100644 index fd74157b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Weed_stem_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:022ff5fbe6cb0f4553534c301475e11aeaa0f46713d4734ed13ba7b6628ad867 -size 37368 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Weeds_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Weeds_0.uasset deleted file mode 100644 index 1684622b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Pine_Shape_Weeds_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4732450296a0a27940d359a9dd6226b7b8e92d6569afd623cfa2e2464aaff31 -size 73895 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Stone.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Stone.uasset deleted file mode 100644 index 63330236..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Stone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f80e69c621a6d697b7e11b6c3ede171e14d4c9a6a44d30e82250443d1f655259 -size 32044 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Weed_stem.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Weed_stem.uasset deleted file mode 100644 index c7e9c05e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Weed_stem.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81108d71c7f89de60e14b2f0f365e377ee9a50e574898025bb0d03899690a911 -size 29282 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Weeds.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Weeds.uasset deleted file mode 100644 index a4de8f7f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/Weeds.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e6ff7fb769b1efc0723d71125e6961f388bdeb2e4590ea2800aa6dbc09579d9 -size 32157 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_0.uasset deleted file mode 100644 index d0ebcf20..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:043a0820f4fb4c55fd477590c4c86db85974c8084dddaf3fc52e82814000d100 -size 69868 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_1.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_1.uasset deleted file mode 100644 index 3729c9ab..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99149abf4213e484ec7483bed14acc309689d728ff7ae8d5be1118dd344a8538 -size 673600 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_2.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_2.uasset deleted file mode 100644 index 553ddeff..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5772cd120a6b77a32947c632d9cebb09d1191ed39f7e4e245a93cdaee0afed90 -size 383982 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_3.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_3.uasset deleted file mode 100644 index d0bbb289..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03b7652b6e3a9821fa2b910b306365b9b028b6186f7cbe7831ca120324649797 -size 2115863 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_4.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_4.uasset deleted file mode 100644 index d35df736..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f72b1461a1a6e90c35388d0fb68faec6e37891d3d84178e380392a3904c0a4b -size 1457605 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_5.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_5.uasset deleted file mode 100644 index 8164aed6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine/pine_texture_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3bbc6fa296183a6af22572b64d0df96bab6d46a7279a7c9cc687439c3208779 -size 336044 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/Merge_Pine_2.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/Merge_Pine_2.uasset deleted file mode 100644 index 7ed6300b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/Merge_Pine_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:011de4edb4e763afb17be2a1501a6562d9e56a6a7e23ed561678fdf6716d2b2e -size 365518 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/igly_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/igly_Mat.uasset deleted file mode 100644 index d7bed867..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/igly_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:514be7c91dd5345645580f1889c51ef0eba7e2e830acfa70f0242cde250abdb7 -size 34523 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/kora_sosni_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/kora_sosni_Mat.uasset deleted file mode 100644 index 7f60fe7f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/kora_sosni_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f4a6bbcea56ba5bcd4769ee07061e8846a9ff37854e4386619419968e29ca83 -size 33196 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/mountain_pine_texture_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/mountain_pine_texture_0.uasset deleted file mode 100644 index 682dbfed..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/mountain_pine_texture_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f537200881c5bf0edadd989558d8fc6a3962064db75b0aefee5f3c92ed639ab3 -size 124139 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/mountain_pine_texture_1.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/mountain_pine_texture_1.uasset deleted file mode 100644 index d9ba1faf..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/mountain_pine_texture_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98be8a98d694771a774d9bd57659a5ff92418e8ef591f10154bed86b97503ff1 -size 133641 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/mountain_pine_texture_2.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/mountain_pine_texture_2.uasset deleted file mode 100644 index 57d7629b..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/mountain_pine_texture_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad89e0645448d40156034ab9c57ef2226f1158c84aae1799c6e141599ed3051d -size 459056 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/pine_igly_Mat_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/pine_igly_Mat_0.uasset deleted file mode 100644 index 5bb6edc6..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/pine_igly_Mat_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:748c6bd0c7e13f4641525c6eed0817b4e9f92f4c6d0881f66376c56247344ca2 -size 78314 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/pine_kora_sosni_Mat_0.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/pine_kora_sosni_Mat_0.uasset deleted file mode 100644 index c45da70f..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/Pine_2/pine_kora_sosni_Mat_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a46229957894571edef5d2043186b7b249b0b5de66131ebceefdf54965b6efa5 -size 331803 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Bark_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Bark_Mat.uasset deleted file mode 100644 index a2105876..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Bark_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d864b2ed928f7c8ae454359e025bee564e3a754553472bfdac53cfb7ff98b06a -size 17255 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Bud_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Bud_Mat.uasset deleted file mode 100644 index 872bfe54..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Bud_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ecf1f1cc3c2150c3d005f75dcd11e7505db8273d5173173d93fd243a20f9092 -size 16108 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Buds_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Buds_Mat.uasset deleted file mode 100644 index 8bc33049..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Buds_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5f6c9438d8b75c07e41c19427e7dbd18771d8de00f0dc1fbaf7ca7d6043be6d -size 16111 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Flower_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Flower_Mat.uasset deleted file mode 100644 index 3f28059e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Flower_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c15eb38f650db7598593561f5af7956dbb1790dfac24a74203673ffc4b8b45b -size 16126 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Parts_Mat.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Parts_Mat.uasset deleted file mode 100644 index d00c29c5..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Materials/Parts_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:749eb76f4347cd9833e953e23e6d010aa144d0f54d56e640a4f1199df2737181 -size 16070 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Rose_of_Sharon_Type_02.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Rose_of_Sharon_Type_02.uasset deleted file mode 100644 index 49b596bd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Rose_of_Sharon_Type_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0408045e34a75e0c2e41f734461bec85f3fe62a28a9f1a597e11b3432c639b04 -size 13188820 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Rose_of_Sharon_Type_03.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Rose_of_Sharon_Type_03.uasset deleted file mode 100644 index 26c04960..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Rose_of_Sharon_Type_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e5bf702d7dd54998c92395f2b238b4f7ac5f4b0e17b480751aa413589211e3a -size 15173075 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Bark.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Bark.uasset deleted file mode 100644 index a99d48e4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Bark.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e7a2d1fad24aacc0125c239863a3f4a309c586977745a00ac9cdc8891ebe179 -size 6384302 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Bark_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Bark_Normal.uasset deleted file mode 100644 index 856dd1c8..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Bark_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b50e7d5d38dd65b6ad2418cda63a531cd933b91ca07e1728c06482bc69661040 -size 8115574 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Bark_Roughness.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Bark_Roughness.uasset deleted file mode 100644 index b77fd7b4..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Bark_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcc7d6e9ac6b551db663fe503bbec8004163086ac8c69ab00d99b69c3f05d1af -size 1403243 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Parts-Flower-Bud.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Parts-Flower-Bud.uasset deleted file mode 100644 index c58216e9..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Parts-Flower-Bud.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84dbc1a092fc1eb96d62ad79621f9c87a283496d36a561886559e0477cc0c2fc -size 3776922 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Parts-Flower-Bud_Normal.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Parts-Flower-Bud_Normal.uasset deleted file mode 100644 index 89907e0e..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Parts-Flower-Bud_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13a863d7ba614ec3fed01d48f57022c205848191382635f6445cd63341d96cda -size 6233267 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Parts-Flower-Bud_Opacity.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Parts-Flower-Bud_Opacity.uasset deleted file mode 100644 index 23dc77bd..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Parts-Flower-Bud_Opacity.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb9349b0f1a106803cd32a9c6c2895ae63d41a86709551d4994a010eba293e2c -size 138211 diff --git a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Parts-Flower-Bud_Roughness.uasset b/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Parts-Flower-Bud_Roughness.uasset deleted file mode 100644 index ae9ae991..00000000 --- a/hwanyoung2/Content/Hwanyoung/Levels/Trees/RoseOfSharon/Textures/Parts-Flower-Bud_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2623dcd682f2814e28911ab605837aeef7d313ba23640e6556d156731c734d05 -size 1314752 diff --git a/hwanyoung2/Content/Hwanyoung/UI/BP_InventoryWidget.uasset b/hwanyoung2/Content/Hwanyoung/UI/BP_InventoryWidget.uasset deleted file mode 100644 index 39b72bde..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/BP_InventoryWidget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:240c5aef39863928d84cad8af52566252c888a6da1373d7c4bcc819d2eebaf21 -size 2600 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Crafting_HUD/BP_CookingHUDWidget.uasset b/hwanyoung2/Content/Hwanyoung/UI/Crafting_HUD/BP_CookingHUDWidget.uasset deleted file mode 100644 index 2f88d439..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Crafting_HUD/BP_CookingHUDWidget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dfaeea4ae1abd3d130400536daaaeb62006c2f724d0ddfd72e19d1ef000d800 -size 115734 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Crafting_HUD/BP_CraftingHUDWidget.uasset b/hwanyoung2/Content/Hwanyoung/UI/Crafting_HUD/BP_CraftingHUDWidget.uasset deleted file mode 100644 index 603fb397..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Crafting_HUD/BP_CraftingHUDWidget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:950bc50b5f57045820ec4eee6995758d1921ceec87c13dd01eb873278a57f890 -size 216278 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Crafting_HUD/BP_CraftingItemSlot.uasset b/hwanyoung2/Content/Hwanyoung/UI/Crafting_HUD/BP_CraftingItemSlot.uasset deleted file mode 100644 index b17433a7..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Crafting_HUD/BP_CraftingItemSlot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8f5eb08ee9fff56eafbe436192018ef56e7b5498e9a88f7233323e2718a4b30 -size 130141 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Images/HUD_blueprint.uasset b/hwanyoung2/Content/Hwanyoung/UI/Images/HUD_blueprint.uasset deleted file mode 100644 index 8d30e49e..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Images/HUD_blueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e313f8c75baa23a43972637dba06a966695161e4b2f21ab878e4f1296e75919 -size 91951 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Images/HUD_cooking.uasset b/hwanyoung2/Content/Hwanyoung/UI/Images/HUD_cooking.uasset deleted file mode 100644 index 0c1098e9..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Images/HUD_cooking.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:474ea9ece99a3a79319fa4c1e36a244f0b5e5ba07388dfb116a2e323cf665468 -size 1487638 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Images/HUD_crafting.uasset b/hwanyoung2/Content/Hwanyoung/UI/Images/HUD_crafting.uasset deleted file mode 100644 index c864be03..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Images/HUD_crafting.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e82f4e6f4e8c2d4aabd409399d024f5e7d1b28ab88f92bc78ec00080d6753a6a -size 1785204 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Images/botgim.uasset b/hwanyoung2/Content/Hwanyoung/UI/Images/botgim.uasset deleted file mode 100644 index 4d824cd7..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Images/botgim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62bbe97f404088d107c961b8d13987a81f481d873530d7337383deaeb22a1ab1 -size 3192369 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Images/inventory-user-interface-background.uasset b/hwanyoung2/Content/Hwanyoung/UI/Images/inventory-user-interface-background.uasset deleted file mode 100644 index 7bc3e3b3..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Images/inventory-user-interface-background.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac4b39aa8524422752dc121d89935f936f9da6b374c7649feb68cceb8a480885 -size 3282141 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryHUDWidget.uasset b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryHUDWidget.uasset deleted file mode 100644 index 3b7583a2..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryHUDWidget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4842b832eb23791d197227dc40a18944f23c19ece2ea852a624dbd2f56db838c -size 148726 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemSlot.uasset b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemSlot.uasset deleted file mode 100644 index 95a1de68..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemSlot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfaffeb702db74eed79ead39ea731066ed6013474e429d2fbad9a2c9f37f68e7 -size 121344 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemToolTip.uasset b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemToolTip.uasset deleted file mode 100644 index 66df130a..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryItemToolTip.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2353c62ac04de6cba4291920d2ca53c4881a45e60a52193a01d93a25751c97c -size 93235 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryWidget.uasset b/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryWidget.uasset deleted file mode 100644 index 6d8c1081..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Inventory_HUD/BP_InventoryWidget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cefdddcc6ddc414f635a72c572866f379288ef078c7e6f1b11f88244672189a -size 61141 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/MI_CircularProgressBar.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/MI_CircularProgressBar.uasset deleted file mode 100644 index 03482c10..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/MI_CircularProgressBar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6e5ca11e6519f3b7be9039438e2ebdf8503b0649c29d5ee12b3d789e7dd5ce3 -size 9092 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/MI_CircularProgressBar1.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/MI_CircularProgressBar1.uasset deleted file mode 100644 index 0a4a1144..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/MI_CircularProgressBar1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:580167bbbc1419c40511fd5aa5902eb89a743847e1c879808e58c3442442e1d6 -size 8098 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/MPC_CircularProgressBar.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/MPC_CircularProgressBar.uasset deleted file mode 100644 index 08476cbc..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/MPC_CircularProgressBar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c7d9a06ea5e5bdc0195b33f8b9c67efcc05770747aa40c53efc81167b6e0102 -size 2108 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/M_CircularProgressBar.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/M_CircularProgressBar.uasset deleted file mode 100644 index 11a33c57..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/M_CircularProgressBar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86e8639dd05c01402a4eaddf58324baea643e367371591beb1fb1c7c4c2642e2 -size 28670 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/M_CircularProgressBar1.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/M_CircularProgressBar1.uasset deleted file mode 100644 index 7857c0d2..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/CircleProgressBar/M_CircularProgressBar1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d0d18a7faf39951f38f50c40ab1351de78cf4f07b270bb179811643a333e2b6 -size 28106 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/M_LowHPOverlay.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/M_LowHPOverlay.uasset deleted file mode 100644 index 12bb30a5..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/M_LowHPOverlay.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70e9287fac20b37e1e6b82fbc844b2e28f755c8555185813417c18ac584a755e -size 20538 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/M_LowHPOverlay_Inst.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/M_LowHPOverlay_Inst.uasset deleted file mode 100644 index 672ad98a..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/M_LowHPOverlay_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c71d25595d65b26070021c85d6e38dddf9720895d3f232c05cec4478ef1dbe6e -size 5494 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_CrosshairOnly.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_CrosshairOnly.uasset deleted file mode 100644 index c6afc2e8..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_CrosshairOnly.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d364f31ce35fe4350ce950a7669c2d050bb5098895829ea4e9102bc3d3e5955f -size 72689 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_DestroyableActors.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_DestroyableActors.uasset deleted file mode 100644 index f8b2a4d4..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_DestroyableActors.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ef98227ebd0d65b0411abed13078813fec082ee0339c24bd47fe0fac17bed92 -size 50812 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_NPCHealthBar.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_NPCHealthBar.uasset deleted file mode 100644 index e1d4c7b3..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_NPCHealthBar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99bbb20f5d5fcbb0b51e9b04019f08264767efaced06a92ae5b14a26ad4311db -size 74877 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_PlayerCrosshair.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_PlayerCrosshair.uasset deleted file mode 100644 index bdfdfe8d..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_PlayerCrosshair.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f16c10b3526a8e558812c090774ba38b39e9b67f8b3bb0ee071c9f738f5a3757 -size 42458 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_PlayerHUD.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_PlayerHUD.uasset deleted file mode 100644 index ad426cd0..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/WG_PlayerHUD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55fedda2636af95e7fbedcb35d4c0e77ac67f50e061ea27e10b4825f4201a276 -size 161484 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/atk_dmg_buff_blue_circle.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/atk_dmg_buff_blue_circle.uasset deleted file mode 100644 index 73203746..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/atk_dmg_buff_blue_circle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21b6f2369e44ce51946d850b8c1001d836f0ca55a2e3f5d046682f28cb4b14ba -size 25175 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/crosshair_circle.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/crosshair_circle.uasset deleted file mode 100644 index fd7497f2..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/crosshair_circle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0ef18882655aa15675a051acf49c49b8f766c92a3e418564d9d6c30359cf592 -size 32953 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/hud.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/hud.uasset deleted file mode 100644 index ab9c7448..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/hud.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a9432b4916bb64ee6bb643ba38dbf1f93f57face7c378fefbcd1ea2542f3f43 -size 270227 diff --git a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/melee_atk_combo_blue_circle.uasset b/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/melee_atk_combo_blue_circle.uasset deleted file mode 100644 index 716472ff..00000000 --- a/hwanyoung2/Content/Hwanyoung/UI/Player_HUD/melee_atk_combo_blue_circle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:696bb55ca6f97c80f7688633f7493583c0628eba99cbda9dc5000d89bb085edd -size 24667 diff --git a/hwanyoung2/Content/IdaFaber/Blueprints/ABP_UE5_Demo_F.uasset b/hwanyoung2/Content/IdaFaber/Blueprints/ABP_UE5_Demo_F.uasset deleted file mode 100644 index a445d063..00000000 --- a/hwanyoung2/Content/IdaFaber/Blueprints/ABP_UE5_Demo_F.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fe093f656aef9d623edc8b8faefd091a6bb31ae4647b446cd3dd03dc7bdacd3 -size 1199162 diff --git a/hwanyoung2/Content/IdaFaber/Blueprints/ABP_UE5_Demo_M.uasset b/hwanyoung2/Content/IdaFaber/Blueprints/ABP_UE5_Demo_M.uasset deleted file mode 100644 index 84813e55..00000000 --- a/hwanyoung2/Content/IdaFaber/Blueprints/ABP_UE5_Demo_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d3ff015b05a56497ca4d660d2849e57c632490a7309213203d36f97571b0d37 -size 1200800 diff --git a/hwanyoung2/Content/IdaFaber/Blueprints/BPI_EssentialValues.uasset b/hwanyoung2/Content/IdaFaber/Blueprints/BPI_EssentialValues.uasset deleted file mode 100644 index 05d8ce26..00000000 --- a/hwanyoung2/Content/IdaFaber/Blueprints/BPI_EssentialValues.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fad9007d88350e4c9943665f3bae24192e34f32be58785053d5a03e2dd286a5 -size 13082 diff --git a/hwanyoung2/Content/IdaFaber/Blueprints/BP_Pawn.uasset b/hwanyoung2/Content/IdaFaber/Blueprints/BP_Pawn.uasset deleted file mode 100644 index f747c932..00000000 --- a/hwanyoung2/Content/IdaFaber/Blueprints/BP_Pawn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98aa908ac11ce3e445a55f6a82359dba175ec654cce9aecaf88cfcd1b548cfc8 -size 330550 diff --git a/hwanyoung2/Content/IdaFaber/Blueprints/Curve_CameraZoomMultiplier.uasset b/hwanyoung2/Content/IdaFaber/Blueprints/Curve_CameraZoomMultiplier.uasset deleted file mode 100644 index 206ae537..00000000 --- a/hwanyoung2/Content/IdaFaber/Blueprints/Curve_CameraZoomMultiplier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d38ab09eb3c1a62c512d3612f1b3d686e88d726f3ea8814465b62c3b424fbefc -size 1811 diff --git a/hwanyoung2/Content/IdaFaber/Blueprints/Curve_CharacterBlink.uasset b/hwanyoung2/Content/IdaFaber/Blueprints/Curve_CharacterBlink.uasset deleted file mode 100644 index 7f466ba7..00000000 --- a/hwanyoung2/Content/IdaFaber/Blueprints/Curve_CharacterBlink.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17a6f2bb0981ed0b5e07cfa77d6d17a4f887e0844ee7a2bab33a6ca4f542cbd2 -size 1706 diff --git a/hwanyoung2/Content/IdaFaber/Blueprints/WBP_DemoWidget.uasset b/hwanyoung2/Content/IdaFaber/Blueprints/WBP_DemoWidget.uasset deleted file mode 100644 index 886ecf3c..00000000 --- a/hwanyoung2/Content/IdaFaber/Blueprints/WBP_DemoWidget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5756e223beeea80f59502eda39805cbaf758a5b53ce9465d88a46d92ba1d36d4 -size 163832 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/ABP_ThirdPerson_M.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/ABP_ThirdPerson_M.uasset deleted file mode 100644 index 26e9cda6..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/ABP_ThirdPerson_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8740ec3e6809d066d624e258395c2f8c8337a3631f0a5bb2002090a80176854b -size 247380 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_Demo_01.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_Demo_01.uasset deleted file mode 100644 index 809c923a..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_Demo_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad3e00ddbfe6532e94f3657d35a96336c3a4e7c98316e4f3ca787c73917547b1 -size 208400 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_Demo_02.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_Demo_02.uasset deleted file mode 100644 index 2bb0d6f4..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_Demo_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b654c983b1d8a2a155e47b70332da9b8d213dfd3ddce3afe49dcf4bda1dbf6ec -size 166676 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_Demo_03.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_Demo_03.uasset deleted file mode 100644 index 1e9cd73d..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_Demo_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e9fdeac8c1057fa4905eab5295acafdfe0d46bf6f816a309dd4a9f4fa19cf2b -size 147821 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_Idle.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_Idle.uasset deleted file mode 100644 index 3499a74c..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae084de3619ca1e53328924eb62d82efc245c0a5207cdb771dfb719cebf79e95 -size 347628 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_RiverSpirit_M_Pose_01.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_RiverSpirit_M_Pose_01.uasset deleted file mode 100644 index 9c3cc580..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_RiverSpirit_M_Pose_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34d3362ba6eab0a2167fadcfed322a91f3fa7b617e7b316de34961f38ec785fb -size 126307 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_RiverSpirit_M_Pose_02.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_RiverSpirit_M_Pose_02.uasset deleted file mode 100644 index 07022fae..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_RiverSpirit_M_Pose_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e422d2d6f461c0e0d3dda4a5a6029b125301d03308664d33136a234b850a8c7 -size 125887 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MF_Idle.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MF_Idle.uasset deleted file mode 100644 index a416de28..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MF_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:280231308df9bcb7b25de59ababc7febbaee4d6da18dd0f07fff2daaf7086959 -size 446984 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MF_Run_Fwd.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MF_Run_Fwd.uasset deleted file mode 100644 index 7d6079d3..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MF_Run_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53fc301445106c6c0455c1459c8e49f2444bc4e569ec3235130beee4217b48c8 -size 456339 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MF_Walk_Fwd.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MF_Walk_Fwd.uasset deleted file mode 100644 index 760d9914..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MF_Walk_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35795eaf4829672271dbbacd0b59455dc72f8a155496cd1afa62644979e4d1f0 -size 873766 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Fall_Loop.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Fall_Loop.uasset deleted file mode 100644 index cbcfbd3f..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Fall_Loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f89087e56bdc77b8f1819a92c3267078367512f7272883aca9cec13689590c3 -size 451938 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Idle.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Idle.uasset deleted file mode 100644 index 19ff431c..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a056a234e62248fb85416c1c6aff96f098c6eeb5a78fb0b508e94732c4a9bc49 -size 704355 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Jump.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Jump.uasset deleted file mode 100644 index aae7740c..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d4a3aa65c1a933da401f057d6ebeea039f4527c4661e1dc200bb28e2c49d802 -size 316082 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Land.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Land.uasset deleted file mode 100644 index d2c7fcf1..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Land.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bd93f6ff32eac41ed33d84e0134156ff8bff2b07ed336c8aedb6a2ee81604a9 -size 296751 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Run_Fwd.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Run_Fwd.uasset deleted file mode 100644 index c63e1979..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Run_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76f382f9f049ea72d3689c158b2f39428110bf80ee46eda224af8f601757d3d2 -size 899437 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_T_Pose.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_T_Pose.uasset deleted file mode 100644 index c6bbb248..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_T_Pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ce23062b6e7736d3d3d0bca5f3bcb828236a504c5f5ad328b5100f99f2deb2f -size 128262 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Walk_Fwd.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Walk_Fwd.uasset deleted file mode 100644 index b186f99f..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Walk_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:953fb0438708d9b6a962db49013fd9a098adb4afff1c18c72e2927c62b44b0a0 -size 454312 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Walk_InPlace.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Walk_InPlace.uasset deleted file mode 100644 index 04d1f559..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/AS_UE5_MM_Walk_InPlace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67714dca93d20024d94b2de69d8b6eedc4d96a78e119a1f4a3b14d1ba7bec8c0 -size 398465 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/BS_ThirdPerson_IdleRun_2D_M.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/BS_ThirdPerson_IdleRun_2D_M.uasset deleted file mode 100644 index 38e8d862..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Boy/BS_ThirdPerson_IdleRun_2D_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9206b40f91a5170a79adb60aee509236ec40108b1000fad38c24efaa9d19789 -size 101448 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/ABP_ThirdPerson_F.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/ABP_ThirdPerson_F.uasset deleted file mode 100644 index 0c98d243..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/ABP_ThirdPerson_F.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c963b8c6d46d37da5775cf57a6b7067a10b559ae1c05ac2fdf529f1f388ee463 -size 257377 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_Idle.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_Idle.uasset deleted file mode 100644 index 48aaccb4..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8917df01bdd84518441598872a58b9d547c03e6064cccde9bb02d73756e9e81 -size 258666 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_RiverSpirit_F_Pose_01.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_RiverSpirit_F_Pose_01.uasset deleted file mode 100644 index 15b6504f..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_RiverSpirit_F_Pose_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd675e8a603a01422195742dff099f95ffd6b5d437bca3ca9e0ceeb1b71bfb66 -size 130715 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MF_Idle.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MF_Idle.uasset deleted file mode 100644 index 2bf7ad03..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MF_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ae93c2f393f80aafb287e8c2cbf3217316ff1ed4f6d9fde6b1d68e62d581792 -size 375024 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MF_Run_Fwd.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MF_Run_Fwd.uasset deleted file mode 100644 index 13cd274c..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MF_Run_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65166df63737c616a0108eed570ca018bb1e40c8471729a04b3308980ce1aad0 -size 386291 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MF_Walk_Fwd.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MF_Walk_Fwd.uasset deleted file mode 100644 index 76bb5832..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MF_Walk_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3de6fa10db839b9117cc3bde41e35a536107f232c06df03f6badaca7a6a5743a -size 302244 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Fall_Loop.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Fall_Loop.uasset deleted file mode 100644 index 8b90fdf8..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Fall_Loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13bdfc111e636a53a2c0ef888e4c9af30e9096a284df0f0d6ea04071d3088f88 -size 337953 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Idle.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Idle.uasset deleted file mode 100644 index 0e8e1020..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Idle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d45a1b8c6dbf2111550e73676236f518efd0aabc3c0282f4098418d94f88a4e4 -size 586709 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Jump.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Jump.uasset deleted file mode 100644 index d81bd5f7..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94c0b5cabba8665b4cd5111145f50851271a1cbf7952c3cc51b3045eb7a1a7f6 -size 222863 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Land.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Land.uasset deleted file mode 100644 index 5c564f1f..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Land.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d484f0c0628072f0ec4e65c61c86112892b1f067246a4b3f19e3954bac5e1024 -size 219913 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Run_Fwd.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Run_Fwd.uasset deleted file mode 100644 index c49bf43b..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Run_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc9f40415906447b8ab64001f26631ec82fd74ab551c933b64712d67c881615a -size 330202 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_T_Pose.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_T_Pose.uasset deleted file mode 100644 index 3b81f27c..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_T_Pose.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93e65e8c5e62b47f7d1f867fb25ae3c977868b0a5938c0f34254f30ef9dc5624 -size 114276 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Walk_Fwd.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Walk_Fwd.uasset deleted file mode 100644 index 6cbf4c18..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Walk_Fwd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:045d8ee5d6e8e480a25a802a1693860bebbf79ed7dbf4845afb376b32416a088 -size 321758 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Walk_InPlace.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Walk_InPlace.uasset deleted file mode 100644 index b5f07cbb..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/AS_UE5_MM_Walk_InPlace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2b8603392b03f5001f5e6631e256971765bad24bb4e7e6e4fb7c14d845ad6c5 -size 317550 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/BS_ThirdPerson_IdleRun_2D_M.uasset b/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/BS_ThirdPerson_IdleRun_2D_M.uasset deleted file mode 100644 index 88d5c9d5..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Animations/Girl/BS_ThirdPerson_IdleRun_2D_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e55be4b2cdeac35fe862a6de158555c6a35686bff28f76c5d19635660a6eefdb -size 98744 diff --git a/hwanyoung2/Content/IdaFaber/Demo/MI_Dust_Particle_01.uasset b/hwanyoung2/Content/IdaFaber/Demo/MI_Dust_Particle_01.uasset deleted file mode 100644 index 6a5702c7..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/MI_Dust_Particle_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e45c00d0957703806851e77ef3e82172782383fcb63a1a3c60faf96914c90a3 -size 49350 diff --git a/hwanyoung2/Content/IdaFaber/Demo/MI_Dust_Particle_02.uasset b/hwanyoung2/Content/IdaFaber/Demo/MI_Dust_Particle_02.uasset deleted file mode 100644 index 2c31d251..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/MI_Dust_Particle_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98123c5ecb7f274ff913343c67249f4cbf141851dccf5dfd8c7b787c5af4f2a2 -size 78678 diff --git a/hwanyoung2/Content/IdaFaber/Demo/MI_Dust_Particle_03.uasset b/hwanyoung2/Content/IdaFaber/Demo/MI_Dust_Particle_03.uasset deleted file mode 100644 index e0bf5da8..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/MI_Dust_Particle_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:630040e316d019b594cb6247db72a9e5716ef7728055b87abb8a4987576f3d04 -size 63536 diff --git a/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_01.uasset b/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_01.uasset deleted file mode 100644 index ace93333..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87b807d7befe77b7ddf1283ce0515e50708994525a8b89129bf96307a30eb961 -size 124314 diff --git a/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_02.uasset b/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_02.uasset deleted file mode 100644 index 9aaa6d73..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99d578c720c91974dbfa136cba4e89fd2cacc85be0597dcd7ea264f47193ac72 -size 102511 diff --git a/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_03.uasset b/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_03.uasset deleted file mode 100644 index 5deb94ac..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb6ff1fb3babe2cb07a6cbcebd8b7b3460abc1d9e439dfb390c3d8e0bba8d809 -size 106871 diff --git a/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_04.uasset b/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_04.uasset deleted file mode 100644 index 9cdc97da..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b6c2471736d9dc66e25668f9b337ee7c001b2840d78c21e09b7d4c4513d7370 -size 109584 diff --git a/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_05.uasset b/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_05.uasset deleted file mode 100644 index f3c49aa6..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a20a72606196806e83a0c0b4d9c2f8c863b7cb2c8cd7d8d49f26d563eaf2ba10 -size 84687 diff --git a/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_06.uasset b/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_06.uasset deleted file mode 100644 index 240ad211..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/MI_TriplanarGrid_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c201e504da4e925cc219382d7f774d1d3c8fa49b6914beb3318c7d5de547b79 -size 112330 diff --git a/hwanyoung2/Content/IdaFaber/Demo/M_Dust_Particle.uasset b/hwanyoung2/Content/IdaFaber/Demo/M_Dust_Particle.uasset deleted file mode 100644 index fe868626..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/M_Dust_Particle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b29c71fa83a6fa3a53c727b1baacd0e5a411a8b60f49640de4d81d77a7d52d1 -size 68447 diff --git a/hwanyoung2/Content/IdaFaber/Demo/M_Fire_SubUV.uasset b/hwanyoung2/Content/IdaFaber/Demo/M_Fire_SubUV.uasset deleted file mode 100644 index aaf49835..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/M_Fire_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae307db77ea61f1d17038b589953f2d8e207a6dcd7d2b8f162836d97713a062d -size 83956 diff --git a/hwanyoung2/Content/IdaFaber/Demo/M_Heat_Distortion.uasset b/hwanyoung2/Content/IdaFaber/Demo/M_Heat_Distortion.uasset deleted file mode 100644 index 8c51a847..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/M_Heat_Distortion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edb551ab88d00fe9abec2a44cc4b1cac57229c24aed7c8a0008b1c9833a71a96 -size 74414 diff --git a/hwanyoung2/Content/IdaFaber/Demo/M_TriplanarGrid.uasset b/hwanyoung2/Content/IdaFaber/Demo/M_TriplanarGrid.uasset deleted file mode 100644 index 6f5e4756..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/M_TriplanarGrid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bfd609733db47788fc4a0ad80fabdd87e87a7c37a61278423e658d92ecb6b90 -size 161971 diff --git a/hwanyoung2/Content/IdaFaber/Demo/M_smoke_subUV.uasset b/hwanyoung2/Content/IdaFaber/Demo/M_smoke_subUV.uasset deleted file mode 100644 index a588e421..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/M_smoke_subUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c4b8de2721914f87468562bfd574b6ea4d51b289bbf305b124ccc72dfdf458d -size 81366 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Ambient_Dust_01.uasset b/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Ambient_Dust_01.uasset deleted file mode 100644 index 8459e0ec..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Ambient_Dust_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f73f2ea02de57b4fec59982d21eacf9090f528ee6c3458bfe536ac9d3b3058a0 -size 56267 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Ambient_Dust_02.uasset b/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Ambient_Dust_02.uasset deleted file mode 100644 index 105027f6..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Ambient_Dust_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:148d422ab0c83b60c003b6b042b21ab0aabd891a8bed8678258e3fd33d959f86 -size 56267 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Ambient_Dust_03.uasset b/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Ambient_Dust_03.uasset deleted file mode 100644 index 7e675f09..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Ambient_Dust_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:836284f0bd6b07393822bd207d9e89fe606f74ae9d9efbe806e47f56240de310 -size 56715 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Fire.uasset b/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Fire.uasset deleted file mode 100644 index 0ec77feb..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Fire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f412f55fcee141ec55ef1e5c4330f8b898d64dc41778eb41b501a40eeb799a81 -size 291038 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Steam_Lit_01.uasset b/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Steam_Lit_01.uasset deleted file mode 100644 index a4c86cb1..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Steam_Lit_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d56e8d1c5c7e429a091020b05d6d7c1b225ce76a778284402b6fb391a64fb3f -size 130789 diff --git a/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Steam_Lit_02.uasset b/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Steam_Lit_02.uasset deleted file mode 100644 index 478195fb..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/Particles/P_Steam_Lit_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a715e307e59e0bb18c8e4da6b11d84d3355a6c57bbb3ac1b26d15274cdc24bd -size 130404 diff --git a/hwanyoung2/Content/IdaFaber/Demo/T_Dust_Particle_D.uasset b/hwanyoung2/Content/IdaFaber/Demo/T_Dust_Particle_D.uasset deleted file mode 100644 index 1dd9b0ba..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/T_Dust_Particle_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:408589e038329fe1bccecab8ec71f11b2573c2eb7e4e5ec7cb714199bf591414 -size 34783 diff --git a/hwanyoung2/Content/IdaFaber/Demo/T_Fire_SubUV.uasset b/hwanyoung2/Content/IdaFaber/Demo/T_Fire_SubUV.uasset deleted file mode 100644 index b1582cdc..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/T_Fire_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dfd7c549ec25a6dd04bbe1cb321314cbd7722ffccfadfe131c78289b253deeb -size 531281 diff --git a/hwanyoung2/Content/IdaFaber/Demo/T_Fire_Tiled_D.uasset b/hwanyoung2/Content/IdaFaber/Demo/T_Fire_Tiled_D.uasset deleted file mode 100644 index 9911b66c..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/T_Fire_Tiled_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ca33007d2278cd2578ec368042973d654357cc1408deded4da7fe0a78dffab8 -size 570831 diff --git a/hwanyoung2/Content/IdaFaber/Demo/T_Smoke_SubUV.uasset b/hwanyoung2/Content/IdaFaber/Demo/T_Smoke_SubUV.uasset deleted file mode 100644 index 4af0ccdb..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/T_Smoke_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cad440842d2ce3e4e94c35c22b756ac466c907b7b52baeaf6f55ec803cbf8bc -size 2647086 diff --git a/hwanyoung2/Content/IdaFaber/Demo/T_Smoke_Tiled_D.uasset b/hwanyoung2/Content/IdaFaber/Demo/T_Smoke_Tiled_D.uasset deleted file mode 100644 index 8cddc938..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/T_Smoke_Tiled_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b253dc5399b1a0aed8e7ac74b471922c846d9bdcc6399b5171fc82c50c76503 -size 111638 diff --git a/hwanyoung2/Content/IdaFaber/Demo/T_Water_N.uasset b/hwanyoung2/Content/IdaFaber/Demo/T_Water_N.uasset deleted file mode 100644 index 86cd3993..00000000 --- a/hwanyoung2/Content/IdaFaber/Demo/T_Water_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af623260e16b3f9cea8e601ef65e453a02abc4e6af25ed9b893d07d5b5ab042f -size 2106864 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_2DGrid.uasset b/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_2DGrid.uasset deleted file mode 100644 index 1d09e0cb..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_2DGrid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a415e0f2593c5c842baeaffe5e4679d8f05a0898fa84543137fb0d8ec89a6ec -size 114662 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_EyeRefraction.uasset b/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_EyeRefraction.uasset deleted file mode 100644 index 98d05e57..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_EyeRefraction.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4071c1543eadb58c9ea47f4ed06ed60c61ee1911104ba68640e915a35b895811 -size 130649 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_MapAdjustments.uasset b/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_MapAdjustments.uasset deleted file mode 100644 index 895f1f93..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_MapAdjustments.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1bfa086bb416edd1f86da8589b8cc6e3af261c6c22c71290f47b1d27311700d -size 83484 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_MatID.uasset b/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_MatID.uasset deleted file mode 100644 index e14da87e..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_MatID.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f03137cd97bef73bb6871686d876612cabc6be53f0f59739d40328153ae809d -size 106243 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_Tiling.uasset b/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_Tiling.uasset deleted file mode 100644 index bc2961c0..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_Tiling.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27f31f1303aa0e02c4f31b0e33f2276c817851fae723d24958f420de0753fea4 -size 50498 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_TripleGrid.uasset b/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_TripleGrid.uasset deleted file mode 100644 index 634f8fd4..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_TripleGrid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dab0eb9d19722d77453519f66cb8176e27089d46e89b1e9d98d745c33d307d62 -size 103148 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_WorldAlignedTextureMip.uasset b/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_WorldAlignedTextureMip.uasset deleted file mode 100644 index 6c2eb2b8..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_WorldAlignedTextureMip.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3ff24e355c4b05615f5cebc56bca662d44a4dc79e2389f3d6698f4c1e16fcae -size 96715 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_WorldGrid.uasset b/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_WorldGrid.uasset deleted file mode 100644 index 2642b9dc..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Functions/MF_WorldGrid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81c065ce3ba11ea30921632801fdc466576d8bf6bb82a31626fe5d82b187c94c -size 100415 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Functions/MPC_Checker.uasset b/hwanyoung2/Content/IdaFaber/Materials/Functions/MPC_Checker.uasset deleted file mode 100644 index 16602139..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Functions/MPC_Checker.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:045df939c82e4856a08be56ea9fdb75a4f5fe7c99c4195f64184e0d73ec4827c -size 3603 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_01.uasset deleted file mode 100644 index 5b02696c..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97b0a1413bbe9c2c44d0ff2a4ea99882ed57ed7dc1caa8f34e884e38c61bad7b -size 92855 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_02.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_02.uasset deleted file mode 100644 index 0703bbfc..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cb05ed2ecff0d312f2ad3977c6ad4bd6ecf3479ea2013509cb6bdb707b340cb -size 111218 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_03.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_03.uasset deleted file mode 100644 index e667e2f0..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63aee495883b1c3c4965823cbd1f1d334fde0319e29f3a6c6bb200bf9df7f73b -size 115687 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_04.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_04.uasset deleted file mode 100644 index 2263e988..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7e358d8c105bdad7b03b53a67404adf522aae82a9433ef9c5765389e045695b -size 94104 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_05.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_05.uasset deleted file mode 100644 index 8261cd55..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1c6b6566e11d6cedacaf5929c0f66b7d14e7870541f3effbf9f870f3bc5c04b -size 94830 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_06.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_06.uasset deleted file mode 100644 index 9ce8a850..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a51738f3ae3df183a70f8f41b11406e174e34d09b7654ac80a886b015c414fe -size 94562 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_07.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_07.uasset deleted file mode 100644 index ba0b4556..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b5665e67346c6269727eed13fb58563c401d86ec555d2dc051a1d12c369d457 -size 93805 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_08.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_08.uasset deleted file mode 100644 index f4f4500f..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ae1f0270904cb9c8b8cfbe97f0b322744971d4323c8a6ee92173e9b53c15acf -size 95115 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_09.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_09.uasset deleted file mode 100644 index 517f2fd4..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9ebfc7593fdb74acd30fd71df6493fd773b20242ee5614e38fc452c6ba5702f -size 94628 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_10.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_10.uasset deleted file mode 100644 index d75d6220..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64a78acc0d048f729b68ed49f3929cfd6ec8165f651f95c8b9b9e8194661e101 -size 92844 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_11.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_11.uasset deleted file mode 100644 index 87867e33..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09c2ab3fbbb4fac8d9f4d3bdf0581f16e9f472f07fe4d75fc72378dddfdfb3f4 -size 93646 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_12.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_12.uasset deleted file mode 100644 index efa78f66..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dde473c8cb2c436e06bb7db60863ad346aaca684113425a3d0cfbc3bc3fb732 -size 90329 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_13.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_13.uasset deleted file mode 100644 index ddc5f3b9..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:157cac4bf5d82fbb4df6193957854525e2373b58a3864257d54c0e94ad7b5de1 -size 94238 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_14.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_14.uasset deleted file mode 100644 index 8f9d6171..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_14.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:daece4845d9e0dbb66c37ad0540ba6533a4f838c9201c524d8cdb69c1c889617 -size 103296 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_15.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_15.uasset deleted file mode 100644 index dde731a4..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_15.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f9b85c4d452357059f7e7c206ce75c5def2721b40147b2419c5163edbbdb8fa -size 104771 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_16.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_16.uasset deleted file mode 100644 index 60fe7dc1..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_16.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68f3e3b9065b116da1390443391fac4ec47262fd89d72f24953495a13cdac437 -size 93161 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_17.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_17.uasset deleted file mode 100644 index c7ff5669..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_17.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b2b1e1d172636a570375e002d6bab27661f1ddca0925f67bfe53e2720f9edb4 -size 96604 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_18.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_18.uasset deleted file mode 100644 index 674b8451..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_18.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:413ddd6d1674fb3ad4d34ba4719792257609fa5655a8308e8414a5e4a419ca84 -size 96364 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_19.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_19.uasset deleted file mode 100644 index 8c22fb76..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_19.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c3f6ebb53d6cac45369d5da8edab61f21f4f0453a9626408c1a435d0008368d -size 97703 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_20.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_20.uasset deleted file mode 100644 index 079833a9..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_20.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a4e3e0d694a662343dfca6bb008d39195ee0275880f3ff4080b439daeec2c62 -size 97676 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_21.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_21.uasset deleted file mode 100644 index 1c3bb66b..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_21.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:482b012cbd008192b795cfafc02e087047041d70aba731410d7224ae128ed088 -size 94642 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_22.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_22.uasset deleted file mode 100644 index 3dd0a939..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_22.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81f63571f94626b615a08f972983d7d8d99d804ba7e7f9898934428c07d51c57 -size 94016 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_23.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_23.uasset deleted file mode 100644 index e06b4b95..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_23.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64e85929c54dd5af74aee86f9e399701dcece77f4b091c020347dac22926757c -size 95614 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_24.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_24.uasset deleted file mode 100644 index 9ec6e69d..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_24.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cade9e4798656c4000bf892d89cc744ddf999e91865f18ae2a3ceb1b5589148 -size 95139 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_25.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_25.uasset deleted file mode 100644 index 9496092f..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_25.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5ee0d3c68c4abb3d711e7fe2a403d63e92e6d115309dd8399b5e2b3fe4dd536 -size 94669 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_26.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_26.uasset deleted file mode 100644 index ddfbabef..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_26.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:666c6a2e36e5e2d9100260f4d18193b63e90c6a8b55ee30cb2f0b62c0e69db64 -size 94523 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_27.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_27.uasset deleted file mode 100644 index 0b5826c0..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_27.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fb5e70eff707ace10ff518c85c35dc4ebb50f6e179f51e7f5265f502ad0bfb0 -size 95357 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_28.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_28.uasset deleted file mode 100644 index a53720e2..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_28.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4bcad9b3b6037bcdad94c07df2d5847f28c1c2b34eaa01af0cd6104d34b65bc -size 109452 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_29.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_29.uasset deleted file mode 100644 index adcdd18e..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_29.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01b41a98a1f3dc13b6a0608d2dea1239059d306a6603587c7832b563b8ad699a -size 96573 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_30.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_30.uasset deleted file mode 100644 index 040fb18b..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_30.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:552efa74433b03df18a94a133e1aa210c86fa85eee92a49cd71558a43a057397 -size 95441 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_31.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_31.uasset deleted file mode 100644 index fa522ef4..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_31.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc46c374b8076dbf0e52f96f0f7a8d07088026acfa53fb36dce9ffc32459b370 -size 97767 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_32.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_32.uasset deleted file mode 100644 index 31847b47..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_32.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c1565bc87e611d4ad790e80bbeb05858ab8310753108f88c45342c1301fef6b -size 97598 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_33.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_33.uasset deleted file mode 100644 index 67d446a6..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_33.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d2a2c6bfb38b00086d1c30686f8f601fbb64ea91124c69bc7a729c52a8a85fd -size 96748 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_34.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_34.uasset deleted file mode 100644 index ccfc7518..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_34.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57610983ade37d30df91a0c4e485a239c590e40d8d1b24cfc314815027e7d12f -size 96162 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_35.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_35.uasset deleted file mode 100644 index d2b2b82b..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_35.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38b08181b9133af11e2dc2ada8b3d47197ea9d4e6955abe080f97393933db15f -size 90110 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_36.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_36.uasset deleted file mode 100644 index f2ae520b..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_36.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c5c4419f63a29586d2aa52bed8d330612d470317208ae7f4e5a276f7755151f -size 97923 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_37.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_37.uasset deleted file mode 100644 index 74cf5b53..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Eyes/MI_EYES_37.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aec457c2d61da523686283397fc4a3b999ab07badf9fcb08c3c87b99cf35332a -size 96899 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_F_UPD_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_F_UPD_01.uasset deleted file mode 100644 index dae31d8d..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_F_UPD_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:069139ed837245e493dd79345075becac19c2096dd10a745dbe4f6e4073b1905 -size 114130 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_F_UPD_01_Alternative.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_F_UPD_01_Alternative.uasset deleted file mode 100644 index 67e83759..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_F_UPD_01_Alternative.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f68e8c97aba1c7167e1300c0f6762d6c025291a14609666c33a14937ade89a7 -size 120139 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_F_UPD_09.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_F_UPD_09.uasset deleted file mode 100644 index a600fc20..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_F_UPD_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e869724c34b25c757676bb4bf47d1d736d61a2e7f38293aefbd9deb0b6e44c3 -size 116737 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_M_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_M_01.uasset deleted file mode 100644 index 9d15cfbf..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_M_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6f7283ce51225589a33fc0567428a3f6f21a7917bc91452b98d8618e9764325 -size 121389 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_M_01_Alternative.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_M_01_Alternative.uasset deleted file mode 100644 index ae5d8e84..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_M_01_Alternative.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f34c5842991f08169d7595ede1501b79a71e703f0ba22884f99ab5266df6644a -size 125331 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_M_01_Dirty.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_M_01_Dirty.uasset deleted file mode 100644 index d5e3a459..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_BODY_M_01_Dirty.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:651f956815756c0f607fcde69c157311da31c3b54b56777a4e1427f9b302132b -size 117548 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_04.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_04.uasset deleted file mode 100644 index 32493cab..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc817dd6a5371fe3bab15069f6af5990844660a71498ca275ced1b54a46eb4d8 -size 126747 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_04_Alternative.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_04_Alternative.uasset deleted file mode 100644 index b247754a..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_04_Alternative.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd5c8dae31e8e75e7b68d16c03044b45573f2d064de5eac31bb3203bda7c002d -size 129339 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_09.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_09.uasset deleted file mode 100644 index deeb1ff4..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a90718a023feaadb89cc92199fedcf94bcda679f7644f68368bd4f77aab8d969 -size 130477 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_09_Dirty.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_09_Dirty.uasset deleted file mode 100644 index 9dcd00d9..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_09_Dirty.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:429d9e1c561a1a0c663f7c625a53ed13ed4ed58f6740fa810c338b317103f2a2 -size 138027 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_16_02.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_16_02.uasset deleted file mode 100644 index 26bba617..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_16_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dc17afc5f56aca1e7da45a189d50fa3529de2e9cb3c93c87153d2eab2e746a2 -size 125494 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_16_05_Scar.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_16_05_Scar.uasset deleted file mode 100644 index ba6a41d2..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_16_05_Scar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d78761f2a388921aad581de6487d940f12c06df91f7e66a45cd359d58cb327e -size 120204 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_16_Dirty.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_16_Dirty.uasset deleted file mode 100644 index a6882853..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_16_Dirty.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3d048236a720da01d6751cfe5a812a7047abef1c09e0bd7f4bfa3865cf0483c -size 131104 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_17_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_17_01.uasset deleted file mode 100644 index 0636333a..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_17_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02f86e1f61fbb28764444f9e6ca9415372348db8d1ce66d18160644df1a699d7 -size 117592 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_19.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_19.uasset deleted file mode 100644 index 831873d9..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_19.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82f89649725a822282723b28aee18fdec44498f056e2e20a6868ae25bd0c1cfa -size 127984 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_25_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_25_01.uasset deleted file mode 100644 index 8f791322..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_25_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa4c125c929f0c1c33689b48024730fe73809dd64aa06396ffc17488fa77a919 -size 126208 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_25_01_Alternative.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_25_01_Alternative.uasset deleted file mode 100644 index b566237e..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_25_01_Alternative.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2954138736ffff6052eeb51d04e87a1e98aa2fa9f32ca14c19436cf18de39784 -size 127811 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_27.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_27.uasset deleted file mode 100644 index b51aa87f..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_F_27.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f929bb78c86705f09b6a3d6438501b7a4bee4bae6f467595d4a173535a8096f3 -size 127839 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_01.uasset deleted file mode 100644 index f6aa4610..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63703093878f243a891fb6008e175a7b7efb49e64f3d471dcbd86ef253e24167 -size 134631 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_01_Alternative.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_01_Alternative.uasset deleted file mode 100644 index 3ed6ce86..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_01_Alternative.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c42e5f11eee17911e1badc6579084d0d5210e72b99361016d6741233162cd9b9 -size 130501 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_01_Dirty.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_01_Dirty.uasset deleted file mode 100644 index da813959..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_01_Dirty.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8068338bd15a4aa8a2fb0976b4730f899619a7ac7b49f0f7f09a3dd478bfc1c -size 136736 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_03.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_03.uasset deleted file mode 100644 index 8777b750..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e78377998138fe1c9511f5a2e6ee0f46cc8796cc35e5094ae2626486442dac7 -size 130813 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_04.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_04.uasset deleted file mode 100644 index 049a612d..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beaf53d3525b2a5a91ed838bfe4a16c5fe12eab6014d2c345d3ef84617b25780 -size 126739 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_04_Dirty.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_04_Dirty.uasset deleted file mode 100644 index 1711a9c7..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_04_Dirty.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:696ec8b892073fbfdfa00efbc4799b70423df8441b46225aabc092e34b22f322 -size 137253 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_06.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_06.uasset deleted file mode 100644 index fbbd10ef..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c04a8dee9ed12c0d921a60ef310932943d0ab8e27b6fd5bf963c5a8e02a4b71 -size 124846 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_07.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_07.uasset deleted file mode 100644 index 0134189f..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b89cfbfc4a0368e3827258e29a16dbae7a1bb4a3f387d6de21bbca6c323fd80c -size 128449 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_07_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_07_01.uasset deleted file mode 100644 index 2962c2c3..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_07_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:accb62ac06cea7f3879c1db05866491aa874dfa5daee089f42426cd4d2a48602 -size 128541 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_07_Dirty.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_07_Dirty.uasset deleted file mode 100644 index 805ed7d2..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_07_Dirty.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38ab499deb9c04a811c4fd93d0f5140dd2bb216ea0d1f70591aa635d533f2220 -size 139186 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_10_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_10_01.uasset deleted file mode 100644 index 8753b445..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_10_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50eeac45436ac93324f2f26b1ca7ea4381957d0eaf056fa727a49ae4befd3121 -size 114007 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_11_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_11_01.uasset deleted file mode 100644 index b6f8df01..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_11_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bddaf54c2c4d4642c7adf9e43e2fa6605a2fbf2afdac07908b42eda6cf941586 -size 130929 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_12_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_12_01.uasset deleted file mode 100644 index 64f1a8d4..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_12_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b3676508a1cc28ba326f606cfc01d005f781694b9718c15dca335062a18bfbe -size 120439 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_12_02.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_12_02.uasset deleted file mode 100644 index 548a2db8..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_HEAD_M_12_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cdf267269cfb5476dab6987f292886dc41be4cad9056f08c60c086ff5c0936b -size 120681 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_01.uasset deleted file mode 100644 index aab8a8eb..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98668055f09671a702706d9161044e419c39cdd4fd385cf1adca6bded10e2489 -size 103589 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_02.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_02.uasset deleted file mode 100644 index 80bc7fba..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fdc34148634ee757d5ffb08262f1623352e522010ff1a0f39b9daf90e692c5a -size 100159 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_05.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_05.uasset deleted file mode 100644 index 31672783..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6c8bdb656461e27c1de63bbb464354270156d9a40eb29cc521f98f1b4d2d638 -size 101730 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_07.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_07.uasset deleted file mode 100644 index 4c472c78..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de5026301ade6fdd68c666c8cfb0edb90c44ef73c868a5e34aa41cd915a6549b -size 100572 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_07_02.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_07_02.uasset deleted file mode 100644 index 6cf402a6..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_07_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9673a5e61381ebfe140d0f29421056b6d27480929551183611866d2421c01b6a -size 97591 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_12.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_12.uasset deleted file mode 100644 index 749723ef..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_LASHES_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c429f04e090d6c9387cdcbcdec45b9ccaec50f8c618fd54aded475c05a782e7 -size 92199 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_UNDERWEAR_F.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_UNDERWEAR_F.uasset deleted file mode 100644 index a1df6f89..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_UNDERWEAR_F.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0443a94c9782b62038c4ce1eb843177a30dd578f1d9e1b301c3aad63d731ecca -size 119778 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_UNDERWEAR_M.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_UNDERWEAR_M.uasset deleted file mode 100644 index cdb88a62..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/MI_UNDERWEAR_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b660225533a2c4e7bcb4fe7ecd03efe94d0216faf4a1cc999229d65b880c5ba4 -size 114978 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_01.uasset deleted file mode 100644 index 0f5f2e25..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d35eaf5a0000bc30ad8b70a594c78b62f1db32a4303f8d4e1315cf322c407f6 -size 146584 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_02.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_02.uasset deleted file mode 100644 index 08796d72..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b02b0cc3d748e4eae58b18945faad0db7ba63bd6f5498bd68a0a19daa7e63fe4 -size 149849 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_03.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_03.uasset deleted file mode 100644 index 93041e0d..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c12a709d24e54873b904558ab2e78e51b64e73abc634633f5d83a2c774a013d -size 148179 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_04.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_04.uasset deleted file mode 100644 index 18eb47a4..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85a9e2c13c31e7822767f92d3bcdb557dcdeb7e9bc91465f5871f991c3f23482 -size 139685 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_05.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_05.uasset deleted file mode 100644 index 889b5da2..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f9b894ac065633ff7b5203119ee7b08f2e83def15219a51fb8bdc838ebf74f5 -size 150768 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_06.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_06.uasset deleted file mode 100644 index e1d5aa5a..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5ef9b49480c2e4c4f818af42fc463d0631084a02dea246a3b14d4ff6afa32e1 -size 154540 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_07.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_07.uasset deleted file mode 100644 index d9e6d878..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6864034438c1bab6199fed58a5760752915d1a44a63b41986f552c0bdc341cba -size 151526 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_08.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_08.uasset deleted file mode 100644 index 86a06c54..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbc746b2da2f55f4659bd949fa3ff4d13ff4dd1e8bb28269c9c41d669227c5a2 -size 150191 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_09.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_09.uasset deleted file mode 100644 index 0173faad..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a7b0f5089d47f5dc4638d702d0ee0849e117ab7f19099885a14435d8037b368 -size 146558 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_10.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_10.uasset deleted file mode 100644 index 6d31f996..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19f7002844636664ab68456475d3c00b2e3491fd82e2d646fe4b3b33fa46b08b -size 147945 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_11.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_11.uasset deleted file mode 100644 index 3e1834ee..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1f9ec515426447677ac8f927e975a68013a5ec20c4dc1b586129dd730a27a23 -size 142796 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_12.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_12.uasset deleted file mode 100644 index b59689ec..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b398593124c65c48368ae1e7e6cf0b5e1b9803110e43bb551a5a686acd936dc -size 151046 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_13.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_13.uasset deleted file mode 100644 index 19c6a96e..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97ff8d64689a79f217103562b7580b10f950bf2f5a924ccd9c90e7c7a8c6326c -size 148234 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_14.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_14.uasset deleted file mode 100644 index 7733add0..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_14.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:851be9a12174ebe3d3e0ff565f9a0704e30c2ada187c423c1c0b52f3d0e2491d -size 149826 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_15.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_15.uasset deleted file mode 100644 index c628e2b5..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_15.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b591520a5630acacd8521744fdc94945cd193b7d0ffaa5f7716730ee5f717078 -size 140745 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_16.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_16.uasset deleted file mode 100644 index 491dc95f..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_16.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fe009165ab17eb08ea8ed1d247a6d495e9a361ed7b87dc7857cff1fea7681af -size 118035 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_17.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_17.uasset deleted file mode 100644 index 969e5220..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_17.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7fe6763dc860e03ce126ff0ff868c8d91bfa17263c65d0ef29eecbdced2feae -size 141125 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_18.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_18.uasset deleted file mode 100644 index 661bc3f4..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_18.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b04182c047ac90294035f3dd8a9a34b9ea1012be9833a6ada38a688008025fd -size 137860 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_19.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_19.uasset deleted file mode 100644 index f98bce7e..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_19.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1f436ac9552fc537e4ea41887fb50cb83a0e6ca9d5c0d37eb2ad121224bef06 -size 139940 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_20.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_20.uasset deleted file mode 100644 index a0641939..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_20.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0602807a9297c58ffb330d868cfaee2e0f24fddfbd37b6be8459bc85768395c -size 139601 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_21.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_21.uasset deleted file mode 100644 index 4f8c80f7..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_21.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fce746a09cf510f46e8fcb5826da1781108410d5a9206c686654153080ee5ac -size 137375 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_22.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_22.uasset deleted file mode 100644 index 8445ceac..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_22.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8883fbef04c78c0f51f76b391b8a698a676dbd2aaf3e3ec45cd30a755fa44111 -size 138523 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_23.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_23.uasset deleted file mode 100644 index f8b7323d..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_23.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b73d2fa650e9fbc10f64c163fc9c8fe324eb354c4e1c454e5b1d5d223c9d0f2 -size 142990 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_24.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_24.uasset deleted file mode 100644 index d2c5b4a6..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Straight/MI_HAIR_Straight_24.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abe8e183b19d730aaa0e03abea089eed4cf7ebe52199b9645914e899532e83fc -size 150337 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_01.uasset deleted file mode 100644 index a495f566..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05d51d5fd1a491c7b57589e87a8ae00fc61d0f4b829f5c21515d9a8742f30c91 -size 142322 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_02.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_02.uasset deleted file mode 100644 index d54f3b9a..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53575cadd44337bb216862ea365bb126a720826fadeb81dd7b0339aac68dbd82 -size 144155 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_03.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_03.uasset deleted file mode 100644 index edf261aa..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ba700c694b421f54bfaaa2d8aaf3dbb51e949474e4ea77e4a9b023f5e8b0d69 -size 141967 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_04.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_04.uasset deleted file mode 100644 index d1e840f4..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18f2e1f0565919b7b033a2734e5e2afa8fa93a1fe7875a7f6337e4e1736566f4 -size 137254 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_05.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_05.uasset deleted file mode 100644 index e62557f6..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b048e920b6eed04e8498575d1895222bdc1d234779e664f63d51fb57d5aa5fa -size 147802 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_06.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_06.uasset deleted file mode 100644 index a2fac522..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfe0b0488995231e1293d455df3adb56eabc2508848cc819e8f3301f0ecac583 -size 151975 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_07.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_07.uasset deleted file mode 100644 index bc6faf11..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bd01bf9da5e540452458f1844758d2ee994d503505e67999a45c99012a65ff9 -size 147701 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_08.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_08.uasset deleted file mode 100644 index 434e5523..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3e72fcd7b25ccb7a3de994b3d798cc6ff0b253a7ff222fbd50fd6b194b23542 -size 144057 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_09.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_09.uasset deleted file mode 100644 index 1ad2f590..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9097d924571524830cd97f20b57080b50c7756c0f4bc46c09d8862ae4001fdbd -size 136607 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_10.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_10.uasset deleted file mode 100644 index e6767eda..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12fd3525c57a0480ea483668d405e872b6b2755153a4137693cafbfd6d540973 -size 138292 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_11.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_11.uasset deleted file mode 100644 index ad77d38f..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec8c67bbaf04b510502a6d3fd0603772cecb81077e948298a6be3746d39b8da1 -size 140855 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_12.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_12.uasset deleted file mode 100644 index d4a39b03..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb2e665c762da3921472f69ef002a6ca47a7c9a0c91ae7d36ef4d92561fd4808 -size 99124 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_13.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_13.uasset deleted file mode 100644 index 7dce59ca..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baa72ba5b025717ba5db9121afc9fb3538f77993980cfe8c802c93c16e0ead61 -size 141587 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_14.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_14.uasset deleted file mode 100644 index 3c73978b..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_14.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5751d48b63fa08edcec44d677851a3a37de1e27de64feec4a1d8c84bc7a25016 -size 142095 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_15.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_15.uasset deleted file mode 100644 index 0c80d574..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_15.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a5358a85f64fd5edc39ba7fd57f0e0312a66022033807b03bfff5ae68faca26 -size 132358 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_16.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_16.uasset deleted file mode 100644 index 9fccca56..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_16.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8850e7a2654dfb3c04bafa9dbb137df5b5b77786b69b70ba3b7e298cad7b93a -size 125192 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_17.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_17.uasset deleted file mode 100644 index 90f75d7f..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_17.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3668d79845e4dab6f9e6edad3e4d1e939af41b766ff33e2385bfef00a899b18b -size 109929 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_18.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_18.uasset deleted file mode 100644 index 65ff14ad..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_18.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b65157788fb54a278e6b7320566811848e454c779190554b4c794fdbd48c09e -size 110424 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_19.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_19.uasset deleted file mode 100644 index f2a834d8..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_19.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43762bcd14c14ce761fa1333d8220477605733c91864e9b2f0f7c4241b916e3c -size 99044 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_20.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_20.uasset deleted file mode 100644 index 153efef7..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_20.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3b31d623971a1cbdc8a18d4874f09051f178047aded506aa538b6dab6939381 -size 134924 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_21.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_21.uasset deleted file mode 100644 index f89ca885..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_21.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07d90d9deee8638774b59db0756cf84912279e49941d26f4d23ecf3e858586a5 -size 132122 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_22.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_22.uasset deleted file mode 100644 index 631d9512..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_22.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56fd493803997bad90a486e7f023575f3691b1a5304f954c57470f3e031fb4dd -size 135855 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_23.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_23.uasset deleted file mode 100644 index 3313abb6..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_23.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7a75b1667bf0c6a88170e5d46ce2a3175589213124be0d6026be11453114d3b -size 131550 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_24.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_24.uasset deleted file mode 100644 index 46a2346e..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/Base/Wavy/MI_HAIR_Wavy_24.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5526f4fa4608bdf1edd59e1d20ab83ee8fdb88c087820a65672c133da525837d -size 141788 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_01.uasset deleted file mode 100644 index 887f6ebb..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ef3ed99eec91ef99f139d81c4f37a75ff5f29780ef884fbeee9af6f710af18d -size 154130 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_01_Dirty.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_01_Dirty.uasset deleted file mode 100644 index dcaa634b..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_01_Dirty.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:206646d28500659d72c94ff3b0652d4a08b4b3b2c0d205ebd3842f25f90fe718 -size 155097 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_01_twosided.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_01_twosided.uasset deleted file mode 100644 index d2d3c5c9..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_01_twosided.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f426f25056619c1983b868bc37e6605d36469bd54e0ad7ea1b87537130d4e2f -size 154261 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_02.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_02.uasset deleted file mode 100644 index 723d2fd1..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e1b1b5e9583ad452267d488edd34f302e701a2bbe12322e611e362b94b01706 -size 155280 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_03.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_03.uasset deleted file mode 100644 index 219a02bf..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0eb5330be4474ec6b8181f6088a83f4683b0bad56a7a6ab52a70faee310dcbf -size 148813 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_04.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_04.uasset deleted file mode 100644 index c898b04e..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e11f9ae51191bf5192f4c1c18e6de7cef1cd8784ea830378e53de059ad8ce000 -size 155537 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_05.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_05.uasset deleted file mode 100644 index f511f185..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5be7e9397860550659f46e0f70d86aedd62a7bf0f119baf0d7064e195b909753 -size 129090 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_Custom.uasset b/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_Custom.uasset deleted file mode 100644 index 6faa1ca6..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Instances/MI_RiverSpirit_CLOTHES_Custom.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:301ac3bad86454202233e404b8efbfff1fbb6c3668574f0fdbe879f2fb689506 -size 164377 diff --git a/hwanyoung2/Content/IdaFaber/Materials/M_CARUNCLE.uasset b/hwanyoung2/Content/IdaFaber/Materials/M_CARUNCLE.uasset deleted file mode 100644 index a36498cd..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/M_CARUNCLE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0287c50db8324e0a49f4132b9942535815654a2c348ecf6da7c8669bcaf1569d -size 110448 diff --git a/hwanyoung2/Content/IdaFaber/Materials/M_CLOTHES.uasset b/hwanyoung2/Content/IdaFaber/Materials/M_CLOTHES.uasset deleted file mode 100644 index 83799ac4..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/M_CLOTHES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9b97c5a7f80014f5c7472845bd737a79dc12783a752ea8406abb224c2faeed7 -size 342562 diff --git a/hwanyoung2/Content/IdaFaber/Materials/M_EYES.uasset b/hwanyoung2/Content/IdaFaber/Materials/M_EYES.uasset deleted file mode 100644 index 39966945..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/M_EYES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b699a7f36f4b7e2a6b3f4e0853d3fbe6f09cb090c2af17cda5bb9439684beccc -size 199692 diff --git a/hwanyoung2/Content/IdaFaber/Materials/M_HAIR.uasset b/hwanyoung2/Content/IdaFaber/Materials/M_HAIR.uasset deleted file mode 100644 index 17f2c598..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/M_HAIR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0dfda42c289761b52405d0cd6b6e3831394714425d15e51a8b697465d482711 -size 219681 diff --git a/hwanyoung2/Content/IdaFaber/Materials/M_HAIR_Hairhat.uasset b/hwanyoung2/Content/IdaFaber/Materials/M_HAIR_Hairhat.uasset deleted file mode 100644 index e5e92247..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/M_HAIR_Hairhat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5955c5a9d13352477246c73e0d35a75052fd44bd6b93ca4f96acaac188ebb882 -size 118066 diff --git a/hwanyoung2/Content/IdaFaber/Materials/M_LASHES.uasset b/hwanyoung2/Content/IdaFaber/Materials/M_LASHES.uasset deleted file mode 100644 index 9f9c72f7..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/M_LASHES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e558cf5d28286695f54d6a279baedf7a38685cdc23df69299d65feb787aaa048 -size 107828 diff --git a/hwanyoung2/Content/IdaFaber/Materials/M_SKIN.uasset b/hwanyoung2/Content/IdaFaber/Materials/M_SKIN.uasset deleted file mode 100644 index 48a15f58..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/M_SKIN.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbd222e0d4e0aaf07da932103b61c6ac8755c5884d5fafa4935586670328af4d -size 373376 diff --git a/hwanyoung2/Content/IdaFaber/Materials/M_TEAR.uasset b/hwanyoung2/Content/IdaFaber/Materials/M_TEAR.uasset deleted file mode 100644 index 9c6a6f19..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/M_TEAR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0af0e17deec9367add76f41f1c94f6b6fbc455ed84f929d6629f960123569f1 -size 82777 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_01.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_01.uasset deleted file mode 100644 index 628c5186..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8acc1584e99fe2623ff8abbbd76d3d9f664af92343eeeb2f067a377710ebaa32 -size 91938 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_02.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_02.uasset deleted file mode 100644 index 15a4332c..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d8a03ba0755a78aab2715673dd8ab895cf1ef1ab6fadebe9eb3defdb3be667b -size 79433 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_03.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_03.uasset deleted file mode 100644 index cf82d97c..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bf99c833c3173bf86656be356ec6d136f8037eebc05a1644263ffb9919d6bd2 -size 70657 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_04.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_04.uasset deleted file mode 100644 index 8e5b635f..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be257f9a58566cacc86e415dcc32f578827d478cc72297a18b4c6bdf7c2d70e2 -size 82342 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_05.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_05.uasset deleted file mode 100644 index 2fd33f2a..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d08f06e5c573d85bcba03388032412b8c4da922a6dddc5ec852d57ebd40d1b3e -size 87720 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_06.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_06.uasset deleted file mode 100644 index adcd72b5..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:898f59ce9386e898308c1223328004ee5f17748c2a7d06adbd013598c7261086 -size 93142 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_07.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_07.uasset deleted file mode 100644 index fd12fd83..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3aebe5a0bcaaaf22cb4f6cbdffd7ea7b92840f15caa492ec719655bbefebc63b -size 93180 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_08.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_08.uasset deleted file mode 100644 index 514122a8..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Glass_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33b6e91591c3c0bbfe0c0c0871025a1adc807681cc0eca9176800dec63566db9 -size 110359 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Sharpen.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Sharpen.uasset deleted file mode 100644 index 7b4e5171..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/MI_Sharpen.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff99c19577d14b42520df07fe422444cac3593a646c57e235d00a7e44a1b7609 -size 82480 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/M_Glass.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/M_Glass.uasset deleted file mode 100644 index 731e6ff3..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/M_Glass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c4236f5d801ff557372d1a301e5d43bde6f20962037bb51f6a86eed9150680f -size 88087 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/M_IDA_Logotype_Mat.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/M_IDA_Logotype_Mat.uasset deleted file mode 100644 index 25d15712..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/M_IDA_Logotype_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5653a83664cc72a8fc7cf2eff4d594c8362e086ff65e596184f88c47fa9ca948 -size 85153 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/M_Metal.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/M_Metal.uasset deleted file mode 100644 index b251e542..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/M_Metal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3fef622c8b47b644a0baa6364bdb072134b3d77b19c3de046341ab5c52150a3 -size 94666 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/M_RGB_SURFACE.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/M_RGB_SURFACE.uasset deleted file mode 100644 index d96b14ba..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/M_RGB_SURFACE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b50edc0e95e0461d74529c83b907146a89a762f1244afc8d2be2d9ff6e91cf28 -size 90256 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/M_RGB_TEXT.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/M_RGB_TEXT.uasset deleted file mode 100644 index 7d4bb616..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/M_RGB_TEXT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5066ae918ffe23987649f6439cfc068f3851b6630581bf69bfae4c72603f308 -size 107481 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/M_Radial_Gradient.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/M_Radial_Gradient.uasset deleted file mode 100644 index 3bc092ca..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/M_Radial_Gradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c61d176945fa7c2010f4b9108616b527f70bd633e0e4953a8e03afdeed2740f -size 67196 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/M_SURFACE.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/M_SURFACE.uasset deleted file mode 100644 index 3fa97811..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/M_SURFACE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8561d106db534059d98c61b1befa5bad54950ec19aaf51f08cb54c85d3d62297 -size 85178 diff --git a/hwanyoung2/Content/IdaFaber/Materials/Other/M_Sharpen.uasset b/hwanyoung2/Content/IdaFaber/Materials/Other/M_Sharpen.uasset deleted file mode 100644 index 4fafb078..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/Other/M_Sharpen.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e75ed655fbd2742f2f82bde104d9d3585a9a5e39399a3493ac4c29c1212b23d9 -size 104607 diff --git a/hwanyoung2/Content/IdaFaber/Materials/SP_Skin.uasset b/hwanyoung2/Content/IdaFaber/Materials/SP_Skin.uasset deleted file mode 100644 index bb3b0613..00000000 --- a/hwanyoung2/Content/IdaFaber/Materials/SP_Skin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaf306bcb84bf87613c40f1767a28f156de8b0f20f0fa929402c1cffd7369c6a -size 3018 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/IK_RIVERSPIRIT_M_01.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/IK_RIVERSPIRIT_M_01.uasset deleted file mode 100644 index ee02300c..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/IK_RIVERSPIRIT_M_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1513c8361b4a395c82fa0d826f0ae2f6d5b2e117ec97bfaeaee2edf47c91ec0a -size 171426 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/IK_RIVERSPIRIT_M_Lingerie.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/IK_RIVERSPIRIT_M_Lingerie.uasset deleted file mode 100644 index f3003929..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/IK_RIVERSPIRIT_M_Lingerie.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0a68c7ae827d01649d0942331b8ed935abf6e1f9ae4484bf6121b4393af4656 -size 168674 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/PA_UE5_M.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/PA_UE5_M.uasset deleted file mode 100644 index d8c76e52..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/PA_UE5_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29594fbde31c67ac770a2046af77d7961063cc49c60c930dc9752ce4559202e0 -size 133394 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/PA_UE5_M.udasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/PA_UE5_M.udasset deleted file mode 100644 index a79a1b63..00000000 Binary files a/hwanyoung2/Content/IdaFaber/Meshes/Boy/PA_UE5_M.udasset and /dev/null differ diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/SKEL_UE5_M.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/SKEL_UE5_M.uasset deleted file mode 100644 index 4a5b22bd..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/SKEL_UE5_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4b2ac285c017a07f0e9bc269eb2418983d24d9433e1f67115d13d9a64ca0860 -size 204535 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_01.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_01.uasset deleted file mode 100644 index 1f781242..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb5400a45accf324337e42291ee9ed0f058486e74ba5ca5a69ebd7ae438aeaab -size 25204767 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_02.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_02.uasset deleted file mode 100644 index 6b85f105..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c81aca9e6136bbf8cd1518dad5241b9e927711c442863e8b596a5b70e736afba -size 18967116 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_03.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_03.uasset deleted file mode 100644 index 27e1a342..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4c422d4f5e1da49c9818c3f0fcd2b4c82cd12e43a520cd917fc313c4477967b -size 22062789 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_Lingerie.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_Lingerie.uasset deleted file mode 100644 index 4800a37a..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_Lingerie.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbc3a2d1950d7662b0184a5430ad29c58af35a8263ebfe3ad542310e10a3669f -size 13722216 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_Nude.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_Nude.uasset deleted file mode 100644 index 13ad6236..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/SK_RIVERSPIRIT_M_Nude.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ca8cd9e9af53d648faaf90ebc73bd9a9279c5953614e00dcb155534cd4338ad -size 15958304 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_LINGERIE_M.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_LINGERIE_M.uasset deleted file mode 100644 index ca3b0eb4..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_LINGERIE_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9aab310da43aaa3d6e88e856029fdf22abcb820c503d1eb2fd687338287f8ee6 -size 76928 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BELT.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BELT.uasset deleted file mode 100644 index cf45ce43..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BELT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7aa906bd031af27458c1e8d4ba72649efa9c6879c9591b3de0b259900d482744 -size 95835 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_FULL.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_FULL.uasset deleted file mode 100644 index fc9acb2f..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_FULL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4628cbe2cff5b77b5015e6b14322bf6e5d4b18acd30261acc5d1e7c073a86b0a -size 115762 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_01.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_01.uasset deleted file mode 100644 index 3fd9980a..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fb869ca3a1fc2dbe362ce199b0f2c51c4cea9af1e44cdd52a74d36ebe856a48 -size 96284 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_02.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_02.uasset deleted file mode 100644 index 9fe183d4..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:546a426834cbd1a09b459201b9ebb99632a85160430a15f85dc302a3ce4f0e20 -size 74394 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_03.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_03.uasset deleted file mode 100644 index 69fa89d5..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68d589af6dfeea66268d582ff5ce4b1a0f2c1298be7f067cc0b07b257f5b5659 -size 101357 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_04.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_04.uasset deleted file mode 100644 index c06ecf0a..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04f020ff5291a039ba84bc39a8f67741bae465e7ae56e6e8e084780fd50226c0 -size 81294 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_05.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_05.uasset deleted file mode 100644 index 30d49c72..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:178040c5799eed602948225549eaeb8e3ccca6c7339b18f7f862635365355344 -size 79842 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_06.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_06.uasset deleted file mode 100644 index 3910dee0..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89ff9006802084daa663dd4d16e9d42a40b6626e5a50fab2865001b6b625ac50 -size 75785 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_07.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_07.uasset deleted file mode 100644 index 72df3c3c..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_BODY_PART_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:245d42737646bba306426848ea9e4602c92160d7cc7d32cccbda46308bf8d1f7 -size 83059 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_CHAPS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_CHAPS.uasset deleted file mode 100644 index 9ed0962e..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_CHAPS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fbe1be110ad5ae725d852d644a1f63083af2c3cca167a6e74d69225f245f4b6 -size 89054 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_FLOWERS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_FLOWERS.uasset deleted file mode 100644 index b37044de..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_FLOWERS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b112cdde47b9893f7a65b9fb229c9a763e9a7a40d3c6cc229747a275d8c1ff2 -size 82570 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_FRONT_CLOTH.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_FRONT_CLOTH.uasset deleted file mode 100644 index 6bd9f950..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_FRONT_CLOTH.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d0771de45cbf27da2fa2bb014a34f8e4cfade4589ad682cf7660dd4a301abd8 -size 92752 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_GLOVES.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_GLOVES.uasset deleted file mode 100644 index 9f441989..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_GLOVES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f60f61dc17fef20642dd48003bc12adf6f27afba8e13c2043ac47b2630b0b73 -size 81760 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HAIR_01.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HAIR_01.uasset deleted file mode 100644 index 8fdbf8d9..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HAIR_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f671c74d314246d62018dad6c2d30be40e651775c32b41bbf15630cc0e3e6ec3 -size 92365 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HAIR_01_BANGS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HAIR_01_BANGS.uasset deleted file mode 100644 index 3a941ced..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HAIR_01_BANGS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3e759f80620cce25902a899c045cfb50c9d58c025f1af1aa508687fd4ce149c -size 85599 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HAIR_02.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HAIR_02.uasset deleted file mode 100644 index 5735ebea..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HAIR_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7eac06c4e855b52fccd0e0bf131b5cdb75f4ee0863e0cb780b9146395ec20fdb -size 86873 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HAIR_03.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HAIR_03.uasset deleted file mode 100644 index 22ffafdf..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HAIR_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fded03289d62ce8967031d7778d669a73717bb270398baf528df6da78b503e20 -size 85452 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HEAD.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HEAD.uasset deleted file mode 100644 index b527ee4d..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_HEAD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9e4b70355265a9c2c6435dcc579ab499e8f207cb39fb2917a92554c9b2587da -size 87386 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_LAYERING.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_LAYERING.uasset deleted file mode 100644 index 577baa9f..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_LAYERING.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d27a18ab833cca2b38a70b954016c5dffbd06482e49ac0b9a50ee665e9aa739f -size 95337 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_PANTS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_PANTS.uasset deleted file mode 100644 index c4aa65f3..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_PANTS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ac096d160044617ae85411964198afc3f9e09d6c49512b00394aea591af8045 -size 94989 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_ROPE.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_ROPE.uasset deleted file mode 100644 index b4fb7b5f..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_ROPE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc21f1d3303b9c14a68f8613286680d2e3320edd6e1c75d553f3b806a032a118 -size 85645 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_SHOES.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_SHOES.uasset deleted file mode 100644 index baab906a..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_SHOES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c8d938fd8268c42be9f5230bdad235daed98d38005a3b1fe691cfa2be41f1a6 -size 83173 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_SKIRT.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_SKIRT.uasset deleted file mode 100644 index d8b85951..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_SKIRT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68fcd715e426fd3af0f2763b4edb7ee5c8f0b196a49a60e02cb83742e5e9ec9a -size 106638 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_SLEEVES.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_SLEEVES.uasset deleted file mode 100644 index c90d6fc7..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_SLEEVES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5d7408e2a33d0687de86a17e1a17d17bb16b6086a730ef60db6ab61ccf7ed65 -size 79379 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_TAILS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_TAILS.uasset deleted file mode 100644 index 5da6f876..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_TAILS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8cf27cb4c7baf7105f04636d0234665e6313be09929906006578da183dddcae -size 88194 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_TOP.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_TOP.uasset deleted file mode 100644 index 5c163c70..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/PA_RIVERSPIRIT_M_TOP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cf9320fb3c16895f973b7873ff06a22483e4d85116abbdf3786579e250fd1c1 -size 101876 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_LINGERIE_M.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_LINGERIE_M.uasset deleted file mode 100644 index ed225b74..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_LINGERIE_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33aaf34dda8c50338957e49daf02e7cf58200ebe6911dfef89224630cc84b009 -size 220548 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BELT.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BELT.uasset deleted file mode 100644 index bc33a7dc..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BELT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18af268f612ca84318d5743fd91699395570b74a9a4cb8721c97760699ee86e1 -size 1470916 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_FULL.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_FULL.uasset deleted file mode 100644 index 3778adb3..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_FULL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03c5c2ece8630ec0e4e5e3341929d7869305d2f6fb0d9722db3fd5a7d563f7ef -size 3407394 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_01.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_01.uasset deleted file mode 100644 index 43801de6..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39d63db3db013243b1ca92e603633feedfeffafcda0decb262a696114b617760 -size 1583787 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_02.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_02.uasset deleted file mode 100644 index 065cc979..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad54afb48d2b7fd5c11c4b3ad59a36125de6f391bf7f9f2d848f3081182c39ba -size 110225 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_03.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_03.uasset deleted file mode 100644 index 631372ab..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a852d03da48604b495c90a58ec0e29e0543252f83fcdda1fd8bcd148ae9a5bc8 -size 1540992 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_04.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_04.uasset deleted file mode 100644 index d9a29ea9..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fa59a016c353a2af434f02edde521435b692466e06fd0f3c640f5edcef999ff -size 401683 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_05.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_05.uasset deleted file mode 100644 index 30791b54..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce3d98daf8e5a9ca22eb76933976f8bab4b88e8b720e6e2c936506d72903ddbc -size 2062979 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_06.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_06.uasset deleted file mode 100644 index 19878af8..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5cf8bb00d0f33f9f1f17b4ed301c445f8840b8e243e4eb1919cbff8bccccae7 -size 386580 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_07.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_07.uasset deleted file mode 100644 index 06348266..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_BODY_PART_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c1f43cf3997da3bc1d8162a2e4cd84a6c0b1f3ac14b58562abf0856922cd9a8 -size 1443609 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_CHAPS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_CHAPS.uasset deleted file mode 100644 index 12876119..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_CHAPS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2e564208279ad6535857efe3680e5d38da8b93a607346779da5c16a40a5ca36 -size 1198389 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_FLOWERS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_FLOWERS.uasset deleted file mode 100644 index 604129ad..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_FLOWERS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db222883c186550a1cb163dd5601ec6857e0cd6c387e8a44e218e3994b1ab3f6 -size 628388 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_FRONT_CLOTH.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_FRONT_CLOTH.uasset deleted file mode 100644 index 31951b81..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_FRONT_CLOTH.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebd6f0b400b7f519b23908de036113f5e17ed14e3a496988d99bb1f1a2edf469 -size 664416 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_GLOVES.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_GLOVES.uasset deleted file mode 100644 index f2791538..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_GLOVES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d74a110ed2ab2bd457bf33e5d6f7482b54fb39f62c1e5cdff3bd0a79e1d5c3a4 -size 794148 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HAIR_01.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HAIR_01.uasset deleted file mode 100644 index a3df5b20..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HAIR_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf6609db891274bd518576011ab2e654ac9ef49e0577fdca6f2d4e84c6915c52 -size 3474383 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HAIR_01_BANGS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HAIR_01_BANGS.uasset deleted file mode 100644 index edc6c75d..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HAIR_01_BANGS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6de9320c9be198850e84bba7b950aed608012f87272fd5e3616812f76314d533 -size 2011631 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HAIR_02.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HAIR_02.uasset deleted file mode 100644 index 77f59fa7..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HAIR_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57875910e438e1b1290ca1c7c8996efe2e9a0acb661e652354d9be38cf05bd8f -size 2412945 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HAIR_03.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HAIR_03.uasset deleted file mode 100644 index bed758db..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HAIR_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63892044e3af6262b8c0c87430d865213897972ca0a9848a4d44ead36a584bf1 -size 4727307 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HEAD.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HEAD.uasset deleted file mode 100644 index cefc2efb..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_HEAD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df25f657788efdb2c46042d61f916a81093bcc147a2c964436b302c7250dfa3a -size 4908617 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_LAYERING.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_LAYERING.uasset deleted file mode 100644 index 0277153f..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_LAYERING.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5f205b44243dcf3d34582dd009167b16ef4e68a2716c800f3b5235463c923e6 -size 297486 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_PANTS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_PANTS.uasset deleted file mode 100644 index 4336fe1e..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_PANTS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de31ded27ed7c3031d0a46dfd2dbf84a32789ba534d27628a3587078a7dc130d -size 385712 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_ROPE.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_ROPE.uasset deleted file mode 100644 index 289a95db..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_ROPE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:231241f4d0718193889d1539d211dab9ceaacd3f603ea856eb33dc2731bd14be -size 130651 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_SHOES.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_SHOES.uasset deleted file mode 100644 index 9cd30ee5..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_SHOES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57a0a1424ff5e33aa015da53d2b4a6c6b984d32677cbaa8f0d1769dee26c525c -size 494219 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_SKIRT.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_SKIRT.uasset deleted file mode 100644 index cfd11414..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_SKIRT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1379784bb15ef2f5a9ecee10d10f79eaa39d663dc048b55b406aeadf7ea1c84a -size 1769393 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_SLEEVES.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_SLEEVES.uasset deleted file mode 100644 index 07688792..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_SLEEVES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d18d31c89ccaf80b8cd64b91d8504f990d9126eb27fc3985d734dcfe080089ea -size 217438 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_TAILS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_TAILS.uasset deleted file mode 100644 index 1469dc2d..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_TAILS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2779eecb2807c9800f012b10c3942e0c78f41a32537880e11cc7b92e463fb928 -size 783709 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_TOP.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_TOP.uasset deleted file mode 100644 index 0fcec1d7..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Boy/Separated/SK_RIVERSPIRIT_M_TOP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb0769e3bb130d133904d1f13bda5355f7390c578db98904c89e69727d706c31 -size 1123439 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/PA_UE5_F.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/PA_UE5_F.uasset deleted file mode 100644 index 990687f2..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/PA_UE5_F.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebba1320e9e542060567367ff9c4dbe0aac0bde12a8b62551f0b8f964f2d4b95 -size 130226 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SKEL_UE5_F.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/SKEL_UE5_F.uasset deleted file mode 100644 index 4560db57..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SKEL_UE5_F.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ed6d6feae9a9a65656ee7a1723760e0fedb7641be9a89bcaec0c9626d6dace2 -size 210639 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_01.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_01.uasset deleted file mode 100644 index 8dd2bd78..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fae211b386b882a49c6769aebc9ce0ce1a022c553f3cecc7379b9c07c355243 -size 20120652 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_02.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_02.uasset deleted file mode 100644 index 3ca7b9d0..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65045a0b0e9c10f96557e7faf77b0ef0b6d74e782b73198f27b64ccb44a99625 -size 28545159 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_03.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_03.uasset deleted file mode 100644 index eee446a7..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37423ce0920f92f8344a1a01621ece1311298a318b0a2867f8bdb8a920c2560e -size 24007855 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_04.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_04.uasset deleted file mode 100644 index 2415d868..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bf057fa892804ceceaa6930e6d493a5aee1f8b8426da2b35bcbec0cd2f168d4 -size 20239446 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_Lingerie.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_Lingerie.uasset deleted file mode 100644 index f503d273..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_Lingerie.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df0c14a200ce731a7e71262c4f06e793f44edd78589b2fb226fd788342419be4 -size 14876655 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_Nude.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_Nude.uasset deleted file mode 100644 index 353b67d5..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/SK_RIVERSPIRIT_F_Nude.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2140d2848eabe37b97dd0eb7eb4a0898bb724c03b4c7b4583ba1cf2e009499c1 -size 14131828 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_LINGERIE_F_BRA.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_LINGERIE_F_BRA.uasset deleted file mode 100644 index fe4693cd..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_LINGERIE_F_BRA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48ab3f2b81baea36c5b364993138c2b4ac1a60cb229b340473284845e91e7b8d -size 90479 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_LINGERIE_F_PANTS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_LINGERIE_F_PANTS.uasset deleted file mode 100644 index 43198674..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_LINGERIE_F_PANTS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec4d5877f5d6533efc7c5383b20fdc8d5991acfe0c05d3b737a616353dc8f73c -size 91941 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BELT.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BELT.uasset deleted file mode 100644 index ea6d9716..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BELT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9db82bd0f75962c2b1c31a1790cb9e0911128c44e537c610bfe77d213534b5c -size 96611 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_FULL.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_FULL.uasset deleted file mode 100644 index 6a3545b8..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_FULL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0af2f587be9f57869b5f51dce912842cfdcb717958c9d484f22badd64befe128 -size 115519 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_01.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_01.uasset deleted file mode 100644 index 7b729048..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de3fb510a3bcbea8493513d42c222486011d1c254370953188794b2f19a5e94e -size 81763 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_02.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_02.uasset deleted file mode 100644 index 43995d50..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55f6f18863fff36cdd22f6500938d5bbf0b542fae767ccb3e73e3b698f18a1f7 -size 91421 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_03.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_03.uasset deleted file mode 100644 index 5de37246..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bb6e3702a46655b834b9429b5b18c49d50ba40bffa47dc1d1d6111e59f7b6a7 -size 86845 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_04.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_04.uasset deleted file mode 100644 index 390fb4fb..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e24b7525e1b9222a78723299bf3d921f57a97033dbebde2f60a50712766f6d7e -size 98752 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_05.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_05.uasset deleted file mode 100644 index e4bea2c0..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e758f04953d11f820cab31bf75262e54ec6c1272acebd6e543c822cbae7d8b6 -size 79465 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_06.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_06.uasset deleted file mode 100644 index c7cccf06..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bd19ab7c313db8ded01272a951025a65d606e69196d053d05aaa6c954d538b7 -size 74232 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_07.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_07.uasset deleted file mode 100644 index b0bd7a92..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1330212c5a01d905bea87914e92031a3ba22e502510bdd7b71de771e4ad9f2f9 -size 80645 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_08.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_08.uasset deleted file mode 100644 index 60bce9d3..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_BODY_PART_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25d4acc3825328cdecacd02102a280287c8fd54c752374608151e7e814838fa4 -size 81985 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_CHAPS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_CHAPS.uasset deleted file mode 100644 index 941d442b..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_CHAPS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7e0a36a3a5b44f1f73609c5baad20347d50c4976f48b1a312b7fd63ff170471 -size 89518 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_EARRINGS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_EARRINGS.uasset deleted file mode 100644 index 68e20cb0..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_EARRINGS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0995fb4cd2cd647d51d6f3ca58bf7981898dd5f0c5db18b34e56057d9187f241 -size 67223 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_FLOWERS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_FLOWERS.uasset deleted file mode 100644 index 14b5bfd1..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_FLOWERS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9fd1c3b0b0dd068580b7d5b2bd0c7cbd4d8ba7edd1460253ed3eecf45a42fcb -size 84068 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_FRONT_CLOTH.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_FRONT_CLOTH.uasset deleted file mode 100644 index 01bdee1f..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_FRONT_CLOTH.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13557c805cfa6529bf7c4122cdf4e6c72fe0d8a1d3162b8fdaa3f8cc524b04b4 -size 93248 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_GLOVES.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_GLOVES.uasset deleted file mode 100644 index fda648e1..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_GLOVES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cab2504be0cbfcbd0776d3d52b8ede4fc235bf292b9da733688bf94c181534f -size 80450 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_01.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_01.uasset deleted file mode 100644 index 1b72c920..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b18598d5d8e39e5d1d7fcbc673e76256cbc24550520a09e720a3f7606bcbc1f6 -size 92282 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_01_Bangs.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_01_Bangs.uasset deleted file mode 100644 index 102bdb6f..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_01_Bangs.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6abe350a263091f177073fa05f62c9444a7113b255a0161ed9d52c0b8eb8fd3e -size 76456 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_02.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_02.uasset deleted file mode 100644 index 62c6838a..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbc69ecaec2547f396a65e2d45833c2443d0eecd501ea36e31de9733b6908b48 -size 89466 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_03.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_03.uasset deleted file mode 100644 index 6c4e96c7..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:836b23140a5d7c7b513445425be92d6e28303af58af67119318c317cd492441e -size 84993 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_FLOWER.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_FLOWER.uasset deleted file mode 100644 index fd0dc459..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HAIR_FLOWER.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3835e471c3a2cef33b7dced4fb68bb5973030aa9932fdbe3299193f6e4cd4298 -size 78353 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HEAD.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HEAD.uasset deleted file mode 100644 index e56db033..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_HEAD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a597c81210f20da428bb3cdef0c174bad44ee8c61c1dce3c036294e135336b0c -size 87144 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_LAYERING.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_LAYERING.uasset deleted file mode 100644 index 9d053f55..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_LAYERING.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23aa75ff24b048ed7c3332be51df766ed0ded23a1bbae3778f07ec5936c6d9d7 -size 94040 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_NAILS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_NAILS.uasset deleted file mode 100644 index fa85c2cf..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_NAILS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b6d9d417b639861695d950a70b869034660286a2beca964e4861b7d5d47771b -size 80416 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_PANTS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_PANTS.uasset deleted file mode 100644 index 120599de..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_PANTS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d43a5ca30fd9d39236b04079bd41337edf335764a1e0b8ac54112ef76b6f7d3 -size 95848 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_ROPE.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_ROPE.uasset deleted file mode 100644 index 37263add..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_ROPE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b08d6b91121276ae53debc692dc75352c4005aa45e0e9893cc2c1073ccbae511 -size 90373 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_SHOES.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_SHOES.uasset deleted file mode 100644 index 3de9b1e6..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_SHOES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea01302110aa92c0960504c56e5a42022b7313c8519a7dc396a19559cfc570bd -size 86033 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_SKIRT.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_SKIRT.uasset deleted file mode 100644 index 11da81ad..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_SKIRT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d50a4b26a1b44719f5f11cdfbdb0c52745c6ba1f6205f6426780d64e5e24f7e3 -size 104705 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_SLEEVES.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_SLEEVES.uasset deleted file mode 100644 index ba3eaef5..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_SLEEVES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dbcf1c88c98aa19e2125e790c857f8c93f0dc78adb493b48abeef116e89ba52 -size 79227 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_TAILS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_TAILS.uasset deleted file mode 100644 index 317dc398..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_TAILS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4907cec08da1dfcdb291c72b81524de5541b405321d566a16693c4a54aae2179 -size 87995 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_TOP.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_TOP.uasset deleted file mode 100644 index c909ea10..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/PA_RIVERSPIRIT_F_TOP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:338ad7d53ca8f951e21e23f0e6db08cd21ec829cdefbcf88535b86d05518d3a7 -size 102868 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_LINGERIE_F_BRA.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_LINGERIE_F_BRA.uasset deleted file mode 100644 index 41bb2689..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_LINGERIE_F_BRA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3cd2bd5ee8bfc4265e6e31b67ead426e6b452ee334070c660dc567d3611d7b5 -size 478583 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_LINGERIE_F_PANTS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_LINGERIE_F_PANTS.uasset deleted file mode 100644 index fd783d79..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_LINGERIE_F_PANTS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2727a3e441bde1f0c8b378db6e9eeb5a167f6f868148657d9eaa7ae6b2408645 -size 350152 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BELT.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BELT.uasset deleted file mode 100644 index 0d049664..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BELT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7755da4cb9ae5f20cda8b92add0cac38f796ddd14fb64686b02bbf8e63bbbd64 -size 1485227 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_FULL.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_FULL.uasset deleted file mode 100644 index af69ad88..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_FULL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6d849c68a2f3bb8e3c0c90732ea036b5046c5009c7ce9eeddf6d14a0bf1624a -size 4969364 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_01.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_01.uasset deleted file mode 100644 index 06f86561..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:676c744c6edd890eeb4cb079973db0fe55c34a5f74a17abef1ceba204a7db812 -size 151307 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_02.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_02.uasset deleted file mode 100644 index 07b6bad4..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c36dc5d0f139988142304578768b033d8390f5d9933cb0880daf5fcbf3e59eba -size 615711 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_03.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_03.uasset deleted file mode 100644 index fd2dfd5c..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c34c0a45dac8cdb3fca081b420180ee67accfdae9892c43b1d59f39f799ab96b -size 239369 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_04.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_04.uasset deleted file mode 100644 index 9f877f81..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:050a7b844266c0bc0885a7a1f344621fc71fc204748e5c479222819d21704fbe -size 724392 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_05.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_05.uasset deleted file mode 100644 index 0e281af3..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14ffd1f028a476a85204b304f6387ef10eccb697dd716372f73f7bda8f3df137 -size 2252247 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_06.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_06.uasset deleted file mode 100644 index 86a1a885..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:562c02673f57f55c194ad43d6b9decec3015d81ab7a7352a520d25cccab515f6 -size 327581 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_07.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_07.uasset deleted file mode 100644 index c6bba4f3..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2786086070abaa1238212804dc796de8a5f94739c4ee7ac9cf29740bc964700b -size 242365 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_08.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_08.uasset deleted file mode 100644 index bc539a2f..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_BODY_PART_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9ce3cf93087b001db5dd5cb90c8c1669daddaccb576439a71150550330c5957 -size 1060521 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_CHAPS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_CHAPS.uasset deleted file mode 100644 index 5fa645c9..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_CHAPS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a67d6cb813ca2390d71f6936beeaca433a0dc99305694590cabdcc3c322b57fb -size 1202688 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_EARRINGS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_EARRINGS.uasset deleted file mode 100644 index fb9976ae..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_EARRINGS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63ac29141c9105ecfd07787b21493ed3b34a975b377f249fa23797ebe9ef720c -size 213527 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_FLOWERS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_FLOWERS.uasset deleted file mode 100644 index 216ffe78..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_FLOWERS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:372837b8d33c81aa5b0c67480d88a5bf1aa9277c4448b8b22bb55fae34f970d1 -size 633358 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_FRONT_CLOTH.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_FRONT_CLOTH.uasset deleted file mode 100644 index 09770b4c..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_FRONT_CLOTH.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f8694879ebb2b1785c02ef7e46a1d5cdfec56a248c06b380593467e3c3d1b08 -size 662596 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_GLOVES.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_GLOVES.uasset deleted file mode 100644 index ee5909d2..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_GLOVES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f777eb7a1d0ebf0ee9394065b940ec7682bcf4e41fea8517230ab9b39971d7b6 -size 801325 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_01.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_01.uasset deleted file mode 100644 index 4f5293e5..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1f9919a9be4816efc645d955d1ce76ba77bb6aae576da889ef5f641124c9d38 -size 2383852 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_01_Bangs.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_01_Bangs.uasset deleted file mode 100644 index dfed1a96..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_01_Bangs.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3435f07b4f86c2cba78c15cff8418252d95129468da07fe8d49508425ac9c97 -size 315470 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_02.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_02.uasset deleted file mode 100644 index d83a2472..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ea65903e5f95964fb5f577976eec7608fa0087c162cce01e8d388b3b8e055be -size 9050202 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_03.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_03.uasset deleted file mode 100644 index 193ccf6e..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1a212dcbc7d1d2e4f1195395cd863e0c2aba4109c45a16f2b63abd659a7b70f -size 5442538 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_FLOWER.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_FLOWER.uasset deleted file mode 100644 index d0c2ac7b..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HAIR_FLOWER.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b979d630432698fe518bd6349bc9820704a6b5cb29a5263d552850d78dfc2e19 -size 160396 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HEAD.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HEAD.uasset deleted file mode 100644 index 0c2837ce..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_HEAD.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:084c00dfebb963278280eb0e30c647220dadafb6893849a07ba237686e79e90b -size 5146196 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_LAYERING.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_LAYERING.uasset deleted file mode 100644 index a4f11af0..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_LAYERING.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d125a05562143510ae70d49dbdf7fd5abf607dd410486d5aefb026610c690fb0 -size 300464 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_NAILS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_NAILS.uasset deleted file mode 100644 index b272e638..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_NAILS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c8a00ae36459614085c5ce9fc6ef5adef0da2813cd117d84f5f84588d13bbba -size 247708 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_PANTS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_PANTS.uasset deleted file mode 100644 index 3858efbf..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_PANTS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9777cc890bb3794791c87c6fdeb05153de26dc7a35421c9ccce894e9cc2333b6 -size 388778 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_ROPE.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_ROPE.uasset deleted file mode 100644 index 18a854a6..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_ROPE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa62478a6db70f4c01edf074c45068f96e7648cf1a873f35e759447a42bac453 -size 133644 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_SHOES.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_SHOES.uasset deleted file mode 100644 index 4ea008b8..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_SHOES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:943db2801fb93623b990ad9b18ffc4e6b1ca6cdc66bae185e1f2de69b604a579 -size 492025 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_SKIRT.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_SKIRT.uasset deleted file mode 100644 index 82848d26..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_SKIRT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad2aab5324f6156fb79b674942cfc5c76efd8199c07fc029dc5e2e141b590ca8 -size 472174 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_SLEEVES.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_SLEEVES.uasset deleted file mode 100644 index 593ec5ec..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_SLEEVES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87f528cd31961117783c39df12511fadc2e74a5c88586473549056c00beb6fd2 -size 215592 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_TAILS.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_TAILS.uasset deleted file mode 100644 index 5d8f9457..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_TAILS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04629dae0b13e8f556de32e7da426249dcb7e8ad9c8f2fbd2a1b9eb31e8803a0 -size 789306 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_TOP.uasset b/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_TOP.uasset deleted file mode 100644 index 971b29a2..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/Girl/Separated/SK_RIVERSPIRIT_F_TOP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89567a6d45769392c9df4769fc8c7907c52b434f6a69c421b3bfbe5baac9fd5e -size 1145066 diff --git a/hwanyoung2/Content/IdaFaber/Meshes/SM_Sphere.uasset b/hwanyoung2/Content/IdaFaber/Meshes/SM_Sphere.uasset deleted file mode 100644 index cfcb5490..00000000 --- a/hwanyoung2/Content/IdaFaber/Meshes/SM_Sphere.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:895ece76c6ebe3bd789654b5d0bf0e457f798f32d41c000b5ff8c884c80ada83 -size 204686 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_ID.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_ID.uasset deleted file mode 100644 index 35ffda4d..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_ID.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25ea947967df9f6e93e92ef53f9d47e70614f30d56ab13ff31c1e4f27bceac5b -size 3222586 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_albedo.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_albedo.uasset deleted file mode 100644 index 56bc5008..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_albedo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61cfd25276996e0bcf81b2593fac589052ea866dae8f5ba3c106eb060783f760 -size 5536636 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_alpha.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_alpha.uasset deleted file mode 100644 index 72a311b6..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_alpha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b28c9c4ebe9d0b61f0cb58e91862ec8e3c82eaf2df741df3746c697fd8262696 -size 1477590 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_ambient.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_ambient.uasset deleted file mode 100644 index 99c95209..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_ambient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3aff620e836e3c44a376115af6eeacd66aeba847a457a8bf6c0e7c21b514826 -size 1570894 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_depth.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_depth.uasset deleted file mode 100644 index ad12dddd..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_depth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3e10e5a5b3524d8ea9ec203ca170c8d63d74df56b771bf586143ff7d3efad11 -size 2462190 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_direction.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_direction.uasset deleted file mode 100644 index 1690eb23..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_direction.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0da3892e6195c04bc4e2dc94e07498eed97e229755b08c39d9e1e041b6b4476b -size 3395833 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_normal.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_normal.uasset deleted file mode 100644 index 910ec7a7..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cfaae4db4557f3bc1ee74e962c7a9a8e6501cbb509d949f9e306c575e069de2 -size 10312025 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_root.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_root.uasset deleted file mode 100644 index 97f12e61..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_root.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f65c9b59f0cf925a2fe13041616696e308c7d7331fac34feee93c0060bfdf18 -size 2806334 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_specular.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_specular.uasset deleted file mode 100644 index 072f1cf3..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_specular.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:011ca20561bfe95f7c020d5c7517ab0262fffa7d3ee0ab4332cfa9064402bf6e -size 7872 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_translucency.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_translucency.uasset deleted file mode 100644 index c687881c..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_translucency.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f64ca86b398cca019511cd75cf13659a1654fa78e00aead47594b05c83ff5bf7 -size 3312919 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_wind.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_wind.uasset deleted file mode 100644 index 7b09e9f1..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Straight/T_HAIR_STRAIGHT_wind.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:805d2e9e197f000d872e9b28741dd264ff4b845245a96e9b838de77d313b0c3e -size 8404979 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_DetailWeight_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_DetailWeight_01.uasset deleted file mode 100644 index 92dea4dd..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_DetailWeight_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33de479203a122ff7c88e9f47867189be3ff41c754796e4479b2cc9617e0c81c -size 408868 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_BaseColor_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_BaseColor_01.uasset deleted file mode 100644 index 9e8e2840..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_BaseColor_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9490355596a1535da948c5023f17bfc4aa259f326455a9ae1fba47de1bde9f67 -size 9945721 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_DetailWeight_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_DetailWeight_01.uasset deleted file mode 100644 index 18b5cf6e..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_DetailWeight_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed19da2473080448533f6eff8fda9d55abd795e3633f475ebb390cbf9a64054e -size 1300258 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Blood_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Blood_01.uasset deleted file mode 100644 index cafd7c37..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Blood_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c9ed97566712de3e777cc21da360963f43fe5e0280a4f6cb7898bfbf11fb109 -size 4475824 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Blood_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Blood_02.uasset deleted file mode 100644 index 2dbefc14..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Blood_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9eab0f1c80584a675686eed35d6a7fcde6562d5521f82edcc88d4bfbd8cb8d0 -size 7091056 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Dirt_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Dirt_01.uasset deleted file mode 100644 index eba4e21e..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Dirt_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:890d79ca645ab6ec9c49638ac4662ae2b003750db9cd2803c47b98e54d836b35 -size 24098112 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Dirt_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Dirt_02.uasset deleted file mode 100644 index 7f7da66a..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Dirt_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4d2b65ad779c0ab3accda3beb89468e6f8380950f71f1dcf1bf89ad44c274a7 -size 27530194 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Paint.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Paint.uasset deleted file mode 100644 index 6016e233..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Mask_Paint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04789048c150e74bd3385e1b41cd4780f32e759d22c813ca1f1f9aa18459edeb -size 4746245 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_MatID_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_MatID_01.uasset deleted file mode 100644 index 5e184550..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_MatID_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc3cedab894bc8e0362ef7fad501b60abe1142ae8e43ed32c400789c283c43e9 -size 6538 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Normal_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Normal_02.uasset deleted file mode 100644 index 2cccfe21..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Normal_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a917c15763d89585f36f9a18a3124a9f3669224a4dc3f4ee964a46a9eccbfe7f -size 14477505 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Normal_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Normal_03.uasset deleted file mode 100644 index 6aaf9510..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Normal_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bc10fe7f22f581b0cf9e541343404c790015580de84459dbb2f77c016276746 -size 9222619 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Roughness.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Roughness.uasset deleted file mode 100644 index 21b8b7b5..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bf94e68f526347d2718755f807218fe425e2ab151571633d01a4cfd13590726 -size 3298375 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_SSS.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_SSS.uasset deleted file mode 100644 index 176815b2..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_F_UPD_SSS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d143a6755203cd2a3f33a51601cbc82c117e087649fad871df6345a083174a60 -size 5071719 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_M_BaseColor.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_M_BaseColor.uasset deleted file mode 100644 index f03e5e8c..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_M_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d1723f4bfc391b4d933fad84497b7bdb274fb85e225fad087fa72c74a775b9f -size 14659005 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Blood_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Blood_01.uasset deleted file mode 100644 index 19672be1..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Blood_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5284211534ac60ba0463e1d173a09841a2ebde99d89a8007832f72458f71f95 -size 2879375 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Blood_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Blood_02.uasset deleted file mode 100644 index d7ea6573..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Blood_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2437c250cb82670a33d34951a8342b5cee2bc28dc46a4bd9374ce4bdf427ba55 -size 4386434 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Dirt_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Dirt_01.uasset deleted file mode 100644 index e349de0c..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Dirt_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a44ca3195f362c959df886080cdd3acf834b727f928a623c524b160ac488a51d -size 18130034 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Dirt_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Dirt_02.uasset deleted file mode 100644 index dd8a2f77..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Dirt_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19085b7080966f98117481f10469a19512468ab04ee641f30521095845db1f4e -size 20400770 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Paint.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Paint.uasset deleted file mode 100644 index 38793bb1..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Mask_Paint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0992170d9cda03ba6001a9e93119d9529a202251b0903e679070942573d4d6dc -size 3272831 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_MatID_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_MatID_01.uasset deleted file mode 100644 index ec5f3fbe..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_MatID_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:351344d2f72541fa14c70b3d12886b015057e4d3f0d28b85546b55c716f19174 -size 49446 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Normal_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Normal_01.uasset deleted file mode 100644 index 36fc1bd8..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Normal_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85f9cc30f050c000aa351c5f3299e765cb3e70d24f8925efcf21d481bd8f9988 -size 15641739 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Normal_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Normal_02.uasset deleted file mode 100644 index 9819fd79..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Normal_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:262035b837920d48e800522bd084264aa27bcbfa3fc51f2e82cc94386561e65a -size 16336434 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Normal_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Normal_03.uasset deleted file mode 100644 index c2bf18d6..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Normal_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:718b8c35345a6015ed6e70d10ed99a9b0a29b8b85eefcc50c7d4601a53f6cbb0 -size 9888061 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Roughness.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Roughness.uasset deleted file mode 100644 index 010731c9..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0e4b800ce5afc0bb132a847c523878f817cddddfbfc2a2d476a0ef8f4cf7027 -size 8642020 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_SSS.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_SSS.uasset deleted file mode 100644 index 4ff52ba3..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_BODY_SSS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:834541934e7856f7bff2787cce9f30900e06aca9457c8f5ad3c6bb3f362e7dc2 -size 3050798 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_AO.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_AO.uasset deleted file mode 100644 index 7c93ae42..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f021e449167fea16e913f6597ac31513ca06b62734ab9081744b944b634e1dd5 -size 686667 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_01.uasset deleted file mode 100644 index 667828ad..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e49e09a77ddbd7c16b96aad2639b615797accb1ac8786362a1158cec269abe35 -size 1510031 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_02.uasset deleted file mode 100644 index 1f698993..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5d2daeada59efcb9ac234cf888c8a5970c2a6baff94cc532cd63d95955c3a9e -size 1533721 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_03.uasset deleted file mode 100644 index 42a5e914..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84b00d73d1d39d4a890a6b970ca756d919ae45f53c0ad932ef1124be4a8417f1 -size 1538391 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_04.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_04.uasset deleted file mode 100644 index 9a67e424..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c42f768027ca92eee1ba49635cc96e96b79289292a88b5aaf77e1a2ab56be943 -size 1619030 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_05.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_05.uasset deleted file mode 100644 index 431a997e..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64d8e5ea925fa339f5ecfdb64bfad75a75f36bb5a4f0645d5706c274b7a25700 -size 1506071 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_06.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_06.uasset deleted file mode 100644 index 844b8cd5..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fda9e7a2839db35002165fcd3a92260f8e10f08b61831d7e8bda0e78433c8e71 -size 1522392 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_07.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_07.uasset deleted file mode 100644 index 85b5ac8b..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7b4d0eddb556a156213e03321ad972c5e0466aaa854e0150aa74dfddddb7530 -size 1593282 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_08.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_08.uasset deleted file mode 100644 index c6021858..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63120e238dffdec63ac94031980a41b00adcad97e8be7408ff0d6c34bc862cd2 -size 1565097 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_09.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_09.uasset deleted file mode 100644 index 818c72df..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16c055137058a49f4f8c6d83137d79c99ca891de4c868ae9577ba17ab2166956 -size 1521205 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_10.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_10.uasset deleted file mode 100644 index 5bb1a73b..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c44df95883281e4625cc73f410cb91d9996c230cb0d255c11cdd9d58072dfb5 -size 1563162 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_11.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_11.uasset deleted file mode 100644 index 580b117b..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b429940a3d29ef5404118105c3bf919b43d4508dd6d48fc281b215d84237c9f3 -size 1583060 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_12.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_12.uasset deleted file mode 100644 index 7855e3ae..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d45587634d4a38502f5e67cbdb68616b207d9524dfdd5f40224909d3d7914f36 -size 1513556 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_13.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_13.uasset deleted file mode 100644 index 703ef194..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0445fa500b07b308bdea0e23cad401e79ca02702c8c03ea59cf0cb38302fd08 -size 1500650 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_14.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_14.uasset deleted file mode 100644 index cbf7ebff..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_14.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b29dd3a721699255f699f90ba1a0090b0de1210ef14ce43b91285ca4a572bfd2 -size 1486541 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_15.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_15.uasset deleted file mode 100644 index dafc8d1f..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_15.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4109e6a25dfb0d0d81aeecaa86cf1ce65a6c20af90af51eef5ad1cfa9ca903b -size 1524531 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_16.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_16.uasset deleted file mode 100644 index aafd7fed..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_16.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f045cd42ef4e71158994a82beac839cc7a29bb90727d4166e38a3fb41d299b4 -size 1455625 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_17.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_17.uasset deleted file mode 100644 index e89de860..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_17.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e24066736b4bdaa3098352d57a0a7ed74c92469a72c45f127eb7479a3e8c049 -size 1456911 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_18.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_18.uasset deleted file mode 100644 index ace487e2..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_18.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59a78728fe0956de66ec17144bdb3695069f7600172e43d0478d1070ffc17ec9 -size 1496296 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_19.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_19.uasset deleted file mode 100644 index 67f2c5da..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_19.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fb5ab806296d381971fc95683ebcdb1c6d219cc0e95536202d2e17661fdd66d -size 1454256 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_20.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_20.uasset deleted file mode 100644 index 6c58ce91..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_20.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04df1aef8b76aaa7b35e0d877639d21a7cbce3ad845778d5882e5ae47e49e6a6 -size 1610743 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_21.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_21.uasset deleted file mode 100644 index e705a505..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_21.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23b55de2d34fbbaad590ef5d456370d204a84198f56747e02caeb9909548f798 -size 1494834 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_22.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_22.uasset deleted file mode 100644 index b850f2d8..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_22.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8137351c7e4ca2bba969238185037fb129a8d9ffe992f23f669d451d566b1b55 -size 1474048 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_23.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_23.uasset deleted file mode 100644 index cdaf9202..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_23.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:721a0d93e5fcd5979c6b6719de269f74d6df72aa23f950902f303a8bc6e58132 -size 1483792 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_24.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_24.uasset deleted file mode 100644 index a3c550a4..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_24.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:666352dd5138dc342376c36a85894a7f39b31146d941ab4e7da1f68ece460e3f -size 1532692 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_25.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_25.uasset deleted file mode 100644 index 7f17ba9c..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_25.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dee7522d41d3af496bc788e03df0a5f780531e9f94260a0f04be624395077deb -size 1556039 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_26.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_26.uasset deleted file mode 100644 index 66652adb..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_26.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49090a92e429e48c993611b56bd21f74449da66570d30d7b9a62fb4e2c14c691 -size 1492766 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_27.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_27.uasset deleted file mode 100644 index 0c974422..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_27.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f878f41e14183010049c8ca74662df550be37023ff777c65278c70dcd5db3dd1 -size 1480672 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_28.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_28.uasset deleted file mode 100644 index 27646eee..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_28.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4b0e1dc2396a542b41614896a92eca6e103089b0cac663219306299211ea7c6 -size 1467942 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_29.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_29.uasset deleted file mode 100644 index ec512786..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_29.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19a731ce6e10d1645c33392efbe37ee6776aaa8fed0a3b6c63feb79c83722dbf -size 1485840 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_30.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_30.uasset deleted file mode 100644 index 6ec6bbaf..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_30.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79f6fab00f8b968f8cdfcc6111f28791904992ca6b4b82bed0e6695df725f556 -size 1504862 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_31.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_31.uasset deleted file mode 100644 index a52732d1..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_31.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b055919bf004e90c5302fbc271a58be0c1172604615af4510b910a0a1cb4b20c -size 1429349 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_32.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_32.uasset deleted file mode 100644 index 9896e057..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_32.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d753b35635fcf87de998bd8ff2fafa38b58c35dbbf7e589a131a0a9b2c7849f -size 1429581 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_33.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_33.uasset deleted file mode 100644 index e8861013..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_33.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0835b818dabc75d622b57ab06b7525a3eff4bb5b4800bbb203fe49cc20510a2d -size 1425688 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_34.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_34.uasset deleted file mode 100644 index bcb6858e..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_34.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1496f7fcaaebefcc6f2292311a6b7b5a32e6b4d85dde29b8d36e664d891e12c -size 1406438 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_35.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_35.uasset deleted file mode 100644 index eff63677..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_35.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2d4032f447f513bef282a2f489c27083d4237b78790cbdc20d9454a7ac8f7f4 -size 1432709 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_36.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_36.uasset deleted file mode 100644 index eeaceb13..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_BaseColor_36.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d069f0cca1c78e0baf7881f834fd7f808fa1209b5bb8a45bf98ac645a8adc18a -size 1542589 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_DETAIL_Normal_MASK.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_DETAIL_Normal_MASK.uasset deleted file mode 100644 index 043019e3..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_DETAIL_Normal_MASK.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b08d99dae37b3e519083fd856a24a9585ec3cc00bde85d27df7d2d4c1531185f -size 330007 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_DepthMask.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_DepthMask.uasset deleted file mode 100644 index 3566c03f..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_DepthMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7960992e1354b09cee1f5bc872ec5b194eee8172bab303b70bda93235138c780 -size 124718 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_01.uasset deleted file mode 100644 index b8a709b3..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd12ca5acac059bd39ce3b1ba079eccd61e246dc97903bdb029895dc435cc268 -size 146510 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_02.uasset deleted file mode 100644 index f3846e16..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de797260ffaf5be44b6b22ef4b616c6017550c6b2b83e990845241407066d35c -size 129896 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_03.uasset deleted file mode 100644 index d446a4ee..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ade45dfba92ad97bf8b9f9717ffe4adbd47deb62a22984775474a5c62b7c36ad -size 49740 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_04.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_04.uasset deleted file mode 100644 index ee4934dd..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51aa615039957328d25911225b2ccc23cc7157c76d34cb73361aa90d4b750734 -size 69891 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_05.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_05.uasset deleted file mode 100644 index dd488105..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Emissive_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90de67bfa2bb52654325f80c105041338a99e1774c14d8f5b34728763991c6ec -size 1856544 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_GLOSS.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_GLOSS.uasset deleted file mode 100644 index 75a2a80d..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_GLOSS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73f53a88521f43ee2ebbec6fb5c1af67116182628be72078f3673ce70e7b45ae -size 112452 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Heatmap.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Heatmap.uasset deleted file mode 100644 index a3b92de4..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Heatmap.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2936f48c573544a7bad4d8668335af563522bac02cfd693a1bb17d7e72eaa3c3 -size 214734 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Height.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Height.uasset deleted file mode 100644 index 2d7fd203..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Height.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f303c663e43a82d6db379e686f87d346d755c6b99be9ef7e9683a621e91822fd -size 321432 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_MatID.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_MatID.uasset deleted file mode 100644 index e0756598..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_MatID.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:376a78cdd686971e4febf1bd2334a2179d710afd1e8763ac979af4ba2d790dc7 -size 43745 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Normal_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Normal_01.uasset deleted file mode 100644 index 8f2922d8..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Normal_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e514eeeb69c2bae548509a1efb29220869f44825366304cc679fc502f5ae21a6 -size 2762650 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Normal_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Normal_02.uasset deleted file mode 100644 index 7405bd26..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Normal_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1072c17bc6531793ab7889ce4cbd326b57aa551c5d6bab28d4bab11a4abd6109 -size 452903 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Parallax_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Parallax_01.uasset deleted file mode 100644 index 41c10e60..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Parallax_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebf9e46310e1e4e295bb663f54094d973bee766fdf7c5975fe9f2296f933036e -size 288784 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Parallax_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Parallax_02.uasset deleted file mode 100644 index 648407e6..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Parallax_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44b802ec71f58916b852de9ba30c72d29516bdb7262da2fa3cc8d2eda44bee70 -size 274662 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_PupilAtlas.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_PupilAtlas.uasset deleted file mode 100644 index e0d175e0..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_PupilAtlas.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e34461bf87f95203ff1fe071929c571ac24ab01493eb700ad92711f41fc5adbd -size 56460 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_PupilSample.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_PupilSample.uasset deleted file mode 100644 index 9ae27ac0..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_PupilSample.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa4573bcbf8b8ed5e1ab7308039b167601a49dd1ad7d0ebc3320bfefb8624edf -size 25669 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Sclera.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Sclera.uasset deleted file mode 100644 index f2a1ae61..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_EYES_Sclera.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:550b9f0280c04c239e5401dd46dd2eff43b66ed5a388ed7f41b846152de454ad -size 3383934 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_17_03_Additive.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_17_03_Additive.uasset deleted file mode 100644 index 70827521..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_17_03_Additive.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3accfd47c94e52e9ac88d53bf125f2b6dcca14c4749a93e50568b2fc1954c43 -size 455115 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_DetailWeight.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_DetailWeight.uasset deleted file mode 100644 index fcec40b9..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_DetailWeight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79e341e28ac1fc29d81c2a9c81435e7378c833a9214af79cf772d4762d841d07 -size 2969589 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_00.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_00.uasset deleted file mode 100644 index e2b3cf38..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_00.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d20da7c01e4653f0de60ad8d822102ad7e6845dd258c50258ce02f1d6da7b3b6 -size 17646644 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_01.uasset deleted file mode 100644 index e93e8a5e..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15ce15e8089c82896b23f2030e2ca5b98444226d42d5430fca3b74943b10dd91 -size 17347534 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_02.uasset deleted file mode 100644 index 381687da..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:679f34d6f73e17d71f14453984b05c56016d1211c26fdbdad74879bcb508f1b9 -size 17340219 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_03.uasset deleted file mode 100644 index b948a73c..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:875edc371035c268ba15d9b75adb153e350dc655c089fb121c2d183d51aa0206 -size 17510405 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_04.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_04.uasset deleted file mode 100644 index 44509983..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1611e2fc64d29694035a75cabb28a54ae045ec5b26ce25a9393fd87d7087f2c4 -size 17234625 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_05.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_05.uasset deleted file mode 100644 index b968c7f9..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:998ed59d0ec1e42b0773ad35ec6781accdab2d50ba202d5ce7f9997ca41af163 -size 17377573 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_06.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_06.uasset deleted file mode 100644 index 788096f1..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02b37f3820e2bc27d51053d8be442339ce795b620951ab892110320f1cad840c -size 17362845 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_07.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_07.uasset deleted file mode 100644 index afa351bd..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8df6c8b533a9223b6f89788c6ea673c13e5b07f09447fa0b691869eca9ab0abb -size 17325037 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_08.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_08.uasset deleted file mode 100644 index 474b868b..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b881f79f7e18854dae07ee0abee062bb2e33d73cf1fbf0aa23f194785a96f451 -size 17339781 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_09.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_09.uasset deleted file mode 100644 index 15a18d29..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca7587fe1ca26e4e1fa0ddc6484dd05e318eff74072cdcdb7e74796cce35486a -size 16501103 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_09_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_09_02.uasset deleted file mode 100644 index 255796da..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_09_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcd75ad46fdf2cd39b1a1189727e441938d6df07b8ec0d67bbe65299972677b7 -size 16519136 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_09_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_09_03.uasset deleted file mode 100644 index 359aadc6..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_09_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2b6c111d19f6e58f32f884c0700ca0a6fcad3e3c4809c77e88585c6d05c734e -size 16446211 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_10.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_10.uasset deleted file mode 100644 index 06d52947..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:236d0017973494c7c77b09865c1b61a40fc2226bbe6ccbe66cf956e76667e5aa -size 17303196 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_11_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_11_01.uasset deleted file mode 100644 index 55c8b895..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_11_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e2f7fe19c4f6b45caf1164d049f9cc46f601ab0aee3f7594b7e87ecd6a8ce94 -size 17180491 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_11_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_11_02.uasset deleted file mode 100644 index 4fd859fc..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_11_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b758bd897c1e60998cca38c3fbd09c4f7e5be72fe49469ede8df8894c2cfb99 -size 17282230 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_11_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_11_03.uasset deleted file mode 100644 index 288e1297..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_11_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e3dc560382d2b813d76104c7e6833a7be08d961b72436987fba95276bd8e1d8 -size 17301983 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_12_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_12_01.uasset deleted file mode 100644 index c9ba3762..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_12_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24f618999a31075cc33cd7b221f2787fcb49a359582f4ca15c1a9fe5ea62d158 -size 17323809 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_12_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_12_02.uasset deleted file mode 100644 index 52b09ea6..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_12_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfced7c2549132077404ddb23b73d494687010d975203b7624c252c56f11c41f -size 17286348 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_12_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_12_03.uasset deleted file mode 100644 index e3f6243a..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_12_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da9309683b04e4c7b66f545f9f79d8d63aef46712425f36d737e48da865e954d -size 17342610 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_13_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_13_01.uasset deleted file mode 100644 index c23a6311..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_13_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f38a7af7effc5c494e9ea816411718f86a5ab36109b225a436acb5d0c16a250 -size 17304222 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_13_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_13_02.uasset deleted file mode 100644 index 31b777cb..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_13_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:078a60883ca34ad6268c53c52a608972f0440ffab93dcb8af141cb3e749febc4 -size 17351463 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_13_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_13_03.uasset deleted file mode 100644 index 739fd4e8..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_13_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71dd5934d0e634f886aa97522c218677f2c4793303b1cccee9f50f97c7fd6094 -size 17377468 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_14_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_14_01.uasset deleted file mode 100644 index a77ca767..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_14_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec85dab50f6dc4b9315ae40056b4400ae2eb7acdb63c98a47f91a6d98ef7c3d2 -size 17181548 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_14_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_14_02.uasset deleted file mode 100644 index 0c5e62f2..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_14_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbe990a770f9874f079a60dda9f47f4746f6a40020c76e61cb7b96cca70334e3 -size 17176775 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_14_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_14_03.uasset deleted file mode 100644 index 72188b0f..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_14_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ecf8762d6983a75de29c7eae742b9315fe28b6872d535fca2d98a0fd2d15eaa -size 17175722 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_15_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_15_01.uasset deleted file mode 100644 index 49fda0d8..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_15_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31debf021129ba9855a40e7ddea54fffb4e7851c88d02a3ff6917727cb4cdb2d -size 17328685 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_15_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_15_02.uasset deleted file mode 100644 index ba00cd5e..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_15_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae2621444b3b8fad0e2e3ff22f0c83ae6a791eb0103b54169c3be2c264a09657 -size 17411966 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_01.uasset deleted file mode 100644 index 170afd29..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac08afc42f6e76de6e036cfd6cc1c0dbd54694ea27d4d36539bd13d1361d6592 -size 17245387 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_02.uasset deleted file mode 100644 index 4617ab23..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1397066f66a0fda5868dbb68fe8c04cdd984d46bdb31769f89e7f885e6789ed -size 17283507 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_03.uasset deleted file mode 100644 index cc12c26e..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06e7d78c0d0cdb2c325e3455b8a42ef14ad1ffa8ceb98e3e84725fbd8f037be0 -size 17269280 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_04.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_04.uasset deleted file mode 100644 index 894f24e7..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1493b9cb84fab8434c2bafb48caac3d62bc161d38e9cc260b48cb1138aa74a3f -size 17200265 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_05.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_05.uasset deleted file mode 100644 index 374cd5ee..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_16_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd1cc396444f428c56c45dfb0822ccc519a559bdde924ed2ccb528086fcf993a -size 17197055 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_17_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_17_01.uasset deleted file mode 100644 index de848ed0..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_17_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f7ee7fca6624790d0ea904449db096abedfcf1b67637729aca03e97a0451f8a -size 17284768 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_17_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_17_02.uasset deleted file mode 100644 index dbd1600a..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_17_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5c7997bd9175ceb77ee93fd30af32dd3d047107c88c6fbd07c28ad48338ee91 -size 17270643 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_18.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_18.uasset deleted file mode 100644 index 31810970..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_18.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27851c4104c2efb4e96ee2f4493e0a5c3bbfa731cb056c4a2039dbb78cd87ea8 -size 17325903 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_18_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_18_01.uasset deleted file mode 100644 index b53e60cd..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_18_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e79135a8421f455c9c98d1bcd483f45cfd20d8c9e7db7a663ce2a8033fc6b7d5 -size 17516194 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_18_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_18_02.uasset deleted file mode 100644 index f00b6890..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_18_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4f043d5b8fb84f3faab72e5e3ef540a03e77c79d54bc60a4f60e381b0a268c2 -size 17525622 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_18_02_Lilith.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_18_02_Lilith.uasset deleted file mode 100644 index a4d0d04b..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_18_02_Lilith.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a96bcc331e0ef59426a34ac38e609fc7f1eb2171aaacbe7f1cbbfd9912443d26 -size 17314998 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_19.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_19.uasset deleted file mode 100644 index 979a032d..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_19.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1885a6452abad3651f6da8f6d1900b403d9856bfde85b2eb87ee95fd90e459d -size 17293178 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_20.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_20.uasset deleted file mode 100644 index fd8e2d18..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_20.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e30d14b10094cfa9614b981c7d8e23b62846fa6b4992ca3e6304bc331d03af4a -size 17320222 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_21.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_21.uasset deleted file mode 100644 index 8735d9d1..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_21.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:514e5065460afaea58783836370bc8e4f586718bbfc1273a07d588da640227dd -size 17832141 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_22.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_22.uasset deleted file mode 100644 index f216d75f..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_22.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15a3585359ab37b6ebb51542f62675d7a4c2af05991fcd771a0d88b78b50344c -size 17700996 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_23.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_23.uasset deleted file mode 100644 index d452e8d3..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_23.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bd199e11b0f7fbb611b27badc041391c007439e326e19189c995cd864d78f75 -size 17793063 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_24.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_24.uasset deleted file mode 100644 index 9d32c6a1..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_24.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8438edf9661653e0cbeff158ac5318300c1203bdac6eb9e2a9a3e55312ae7285 -size 17417834 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_25_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_25_01.uasset deleted file mode 100644 index 2573348b..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_25_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c9dd7c86cd259970adec3bb1b4eba4983ce0f3ffd47619467684be3cd55295d -size 18131145 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_26.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_26.uasset deleted file mode 100644 index 390717b8..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_26.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2fcc51803dea0a93ed585ed1b9d503ebc3cd612da36351d390df0eeeec43cdc -size 17505407 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_27.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_27.uasset deleted file mode 100644 index 4a353c88..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_BaseColor_27.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:931d13ff9582df260d5febc27a58969a175d05bdc16db5707c7d1976581891cb -size 18240862 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_Roughness.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_Roughness.uasset deleted file mode 100644 index f20a6c22..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_F_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a212da91179236f201d2c6e714e8a7456455da6d1f94c2942a53061ad59021a5 -size 4787866 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_00.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_00.uasset deleted file mode 100644 index b302bff7..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_00.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba3cf1a4e74401b85612ad5b113dad91b6c929910d09ec8b85240f51185268ee -size 16812958 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_01.uasset deleted file mode 100644 index 454b3558..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:976a2321d28bdf63505792a792514674a73eb9076dcd80522c5fec8ba5aee002 -size 16531343 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_02.uasset deleted file mode 100644 index ac721e4c..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49b0b1e3395680bdffe318581cb4c88ab15d91d55c0a29e1acb2a9851715f84b -size 16585952 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_03.uasset deleted file mode 100644 index 88e2dcd9..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11340cdcfcdc6bf44d2cf8cdf39524ac0ffa5bf0fc5b8b191c07ef3e39185242 -size 16660606 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_04.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_04.uasset deleted file mode 100644 index 6d531046..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92d40798dc760040a6ceaf79715384cf6ece9160fc3c360cd1aabbd0b9947c9b -size 16652658 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_05.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_05.uasset deleted file mode 100644 index 279a43a8..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ce69e60df2bd266abe6c6e92237ee2737e73cccfedb473c48b990bc17a59894 -size 16640255 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_06.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_06.uasset deleted file mode 100644 index a4e55e38..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11d0a49e02be7cb107c967bfdb18d4a907fcd9b752465ec10d5fdabc0fd65a21 -size 16709121 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_06_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_06_02.uasset deleted file mode 100644 index b184457e..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_06_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8ce185340eba62b2e8478bd50b164bf2c878390a11344202229d455af7cb456 -size 16549723 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_07.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_07.uasset deleted file mode 100644 index 75a8e271..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c11d6dd7b7374cfc8e04a41de85a7ccf2e6f34428e9ce9c2a83e0da6621527da -size 19861232 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_08.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_08.uasset deleted file mode 100644 index 6c7c79fc..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef3738650aa93278c4d80b1046ef2a4d68ae1ed71a2f26f9737e6137eea5e225 -size 16552782 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_09.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_09.uasset deleted file mode 100644 index 7c3c0906..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07e26a60e4f9ecf2dd0f7b6d771176072286b17dfdb8a2016eae770c9dd70f72 -size 16522171 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_10_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_10_01.uasset deleted file mode 100644 index 96f6f4a7..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_10_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f4608110d6eb4aa8a2ac83b5f8cc21bc7e372094e7d7fc404a8f7275579b906 -size 16823709 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_10_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_10_02.uasset deleted file mode 100644 index 7a026fb2..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_10_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:419d4cbff0605d9bb60412f3110e309707b2f31a98d2284dde24d8c91cab1769 -size 16759387 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_11_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_11_01.uasset deleted file mode 100644 index 3a8ab1a7..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_11_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4f6421fbe0987aaf26e380780779000f6cf65ba0a0e5832873d6023eeb3e21d -size 17573195 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_12_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_12_01.uasset deleted file mode 100644 index e0180781..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_12_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ca5182b7f9d90d96685ff6e82b5d49642052631ce40098183353773cc92b3c5 -size 16342606 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_12_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_12_02.uasset deleted file mode 100644 index 6e5f2d89..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_BaseColor_12_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a84efa1531d94a1cd45e058c4905e4481f2de2eaa6e2c9892e55764cb4d72c1 -size 16329651 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_Normal_10_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_Normal_10_01.uasset deleted file mode 100644 index d949e264..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_Normal_10_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e09bc2aec72ede41b1ab8b4fabc0e3a4df6958fc7100af98ff6c109a63998e8 -size 17027356 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_Normal_11_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_Normal_11_01.uasset deleted file mode 100644 index 3c0f3057..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_Normal_11_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f40c87043f04d5c32469a16564d6a9c65daef05606ecd42375613a08facbc629 -size 16953772 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_Roughness.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_Roughness.uasset deleted file mode 100644 index e1110314..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3db5058aa85e435464e8c57dec29abe04c86150cf3d809102fe993314cc3295 -size 1463151 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_Roughness_11_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_Roughness_11_01.uasset deleted file mode 100644 index 3829047a..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_M_Roughness_11_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10d28b5dbc108b82be6ebd9aa52d13ec1adb549b7298ce8c1fee5345b837b815 -size 3075508 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Mask_Blood_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Mask_Blood_01.uasset deleted file mode 100644 index 4dd18ffa..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Mask_Blood_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6628765bf6e9558d47dad9dd092f308b1a19e4f3521efaf58135561a2bf1dfe8 -size 4323312 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Mask_Blood_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Mask_Blood_02.uasset deleted file mode 100644 index edc8753d..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Mask_Blood_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a172fa7c10a3dedecbf4fdd223bb60384f80aa0d861c3c797d5105e4688678c -size 5501262 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Mask_Dirt_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Mask_Dirt_01.uasset deleted file mode 100644 index 21a8d5bb..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Mask_Dirt_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c083c176b312676c7cfcc17a7bf49773b02ed861f5d33e7475bbadc699b324f8 -size 13312945 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Mask_Dirt_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Mask_Dirt_02.uasset deleted file mode 100644 index e614055c..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Mask_Dirt_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b17c12e55d08e6655bfce5b01c40d960f61a974f6f4c3dabb2caaae33570045 -size 18342076 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_MatID.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_MatID.uasset deleted file mode 100644 index a6d48440..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_MatID.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b5ab0e6bc720ffd9ff6f41c34548b6a04117cae90da1a03e4318e73afc593bf -size 796687 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_01.uasset deleted file mode 100644 index 2c5aa677..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a757b923e3f2b45c0e5ee6dc946cb63b488c031bfe12f56d0fcbffe05d47fad -size 19072977 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_01_aegyosal.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_01_aegyosal.uasset deleted file mode 100644 index d17aa3d1..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_01_aegyosal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c093df6b1b7863de13eb46a57eb16b4b0c185c6a9dfcbaaccf2572b206f4f1c -size 19077189 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_02.uasset deleted file mode 100644 index c961f1d7..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61ac7e68a520dce8a5a808e4aec03413d9501e87f7eaf186e0c3cf48f8417306 -size 21707842 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_03.uasset deleted file mode 100644 index 06982273..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cc3378d517dbec505de924cffbe297e56b11bf18f2ebb21ed2274d506ea0f64 -size 15341593 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_04.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_04.uasset deleted file mode 100644 index 3ac3e18d..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:709a12b0439cea415c970ab86531bf760d8ce73c1acfa019a359d6ba38eca2be -size 15416335 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_05.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_05.uasset deleted file mode 100644 index 17064a16..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b1fdd036defe73cafe9470f7401759d4e49f0832e2f5f35c171aab4740e07b1 -size 15315946 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_05_aegyosal.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_05_aegyosal.uasset deleted file mode 100644 index 4f6343a7..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_05_aegyosal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c34ad6093c5d7e0aa2c4cb403d25aac67fa2fff26181543bc63994141effa46a -size 15891259 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_06.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_06.uasset deleted file mode 100644 index 448d92b5..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb6a3965fea19ceef07bf9f5b6a8e92591d35989f1f809bc565bd07e97c3b6f1 -size 10783154 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_07.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_07.uasset deleted file mode 100644 index 424ddfa4..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa9bc03d673311bf6f2ae61a9879ba217d649a0e8e8e91acb8112cf8e4e207ee -size 14874134 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_08.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_08.uasset deleted file mode 100644 index ab105d15..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12cb50a9cd12a7c0789fab7a75d6fe4448e3455f44cb693df8b4f90accf121d3 -size 16354314 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_09.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_09.uasset deleted file mode 100644 index e4b3a5b2..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12a8d9e2b39219b34fd14f4f4a13b88c79468a206df5076edc3e3f01bb731e16 -size 16490092 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_09_aegyosal.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_09_aegyosal.uasset deleted file mode 100644 index 7c699f31..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_09_aegyosal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:379a55a5ce9fedfcb496085805e8c0c9eaa8bb8cc265c3e67a7a951baaab50c8 -size 16491112 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_10.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_10.uasset deleted file mode 100644 index e56eb0f0..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94bc34364a1ff0c73ed1d531de3f2dc86b798291ee991f63b353602631eb26fb -size 19411314 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_11.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_11.uasset deleted file mode 100644 index 1b9f9ced..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d5cb2c872ccb07741fd30050cc2af9cc8e94edec26af32f59e966584ad6d3e4 -size 16953736 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_12_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_12_01.uasset deleted file mode 100644 index de8a8626..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_12_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7eb0753305567eb17e2912ccc11123924dcc36d3c059d32e93ec10a59d8ab8a -size 17332986 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_12_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_12_02.uasset deleted file mode 100644 index b7a0f9f1..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_12_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:223a75c77f8df22a5d0efef69e79295cc5fa79194924da05e64f2a75c5b2e5c3 -size 17274808 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_13.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_13.uasset deleted file mode 100644 index f348747d..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_Normal_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb816fd7af2572d5dd3a01052b6ec83f0a8325ad970beb3b67a1e15aa9e23f73 -size 18374110 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_SSS.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_SSS.uasset deleted file mode 100644 index 38eac1bc..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_SSS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75b242c6942c5e8f93364886dbe5554c8043c6be668def994efa48a4c82160ba -size 5330146 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_SpecMask.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_SpecMask.uasset deleted file mode 100644 index c0964414..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_HEAD_SpecMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c90d39228a08bdccd241b9299dcbc5892122d68e3cc5d47ecec4f6aa861d8e0 -size 3070919 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_01.uasset deleted file mode 100644 index 8c02dddd..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15caa6175319cdfee572c7796375b2909dd4c0042f68103ae1ada9b7118d9fb0 -size 299513 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_02.uasset deleted file mode 100644 index a769242d..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:627042396d49284556bebbe9acc68bd951e5a7df9cbd9c8c90791442207c6dc0 -size 764681 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_03.uasset deleted file mode 100644 index 799f3f6f..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7e549c8f392eea755da7df1bacc390d48933398e77fb82f756abef13828409c -size 117441 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_04.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_04.uasset deleted file mode 100644 index 62f9f6a3..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4f04ece7f78b1295dcd4fbc80266ec9d57e82d19c4f322094e55a4b02a0a5b8 -size 159296 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_05.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_05.uasset deleted file mode 100644 index f8720be3..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68edffab8e4b4a8b81433ba7b2d08e92f9a607fc9b49ebdad8083697df9ffb3e -size 155670 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_06.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_06.uasset deleted file mode 100644 index 80587e35..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d734e3a70cb637a2275b4e52f0e429f32c71d3b6a4b8a94bf1f7ea4947f7c9c -size 128211 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_07.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_07.uasset deleted file mode 100644 index 77fb5821..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d90fdbc21c7dd20a1ab98d4d5a69cbf53ee6fca0a87d8c12e0794987c532883d -size 135918 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_07_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_07_02.uasset deleted file mode 100644 index 3f25ee72..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_07_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b822bbad8d9e3135111482e3f748d0905446f41a92ef08d46898dc856c26e738 -size 143925 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_08.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_08.uasset deleted file mode 100644 index 815e9486..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b89d1831c15b8167369375dc340aaa2c305682cf0a8614d0cfb93475d592a856 -size 121659 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_09.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_09.uasset deleted file mode 100644 index 0d40e62c..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23e2d3a68dc7cf85e3ce993bf5c5fa17e613819b7ffd6ea479eb9913c19bf43e -size 368954 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_10.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_10.uasset deleted file mode 100644 index 2779fd07..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12de8ac5e32de902eab88eb4aa28a442e867edc74d47035cacdd62cadc1cf321 -size 686505 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_11.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_11.uasset deleted file mode 100644 index cf3890bb..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92a880be5098b50eff35a2076c0973e4d096892a517da84de9eaa0335a3700c4 -size 745869 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_12.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_12.uasset deleted file mode 100644 index 7bf03d93..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LASHES_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35d8e9e3c47c3efe02b03bd5e85097a4e18362c89b55738ce88b5b04c0e85624 -size 629969 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_BaseColor.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_BaseColor.uasset deleted file mode 100644 index 6676c5dd..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_BaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4cf758c8340f169924569f7553f23282e0db29548a83d9f8e533d9cb83a7637 -size 17824384 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_Height.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_Height.uasset deleted file mode 100644 index cffb915f..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_Height.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2db92770899515487d5ed62ff5b1d6e77e0c3dc63f6ae93928bc96a50b7367ea -size 3935118 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_Metallic.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_Metallic.uasset deleted file mode 100644 index 2020e26b..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_Metallic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ac201b1ba5e8b4c7a4cd84e35e89ccb4a34aec601884d779bea9dfb5815833a -size 457757 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_Normal.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_Normal.uasset deleted file mode 100644 index 1e27a531..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f28dff35ca7579ddad38fefcd388c7b321c443405dca7f4884b4f195a721bf66 -size 45292486 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_OcclusionRoughnessMetallic.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_OcclusionRoughnessMetallic.uasset deleted file mode 100644 index a7e30b47..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_OcclusionRoughnessMetallic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d91b1eb793f8f0af67152987621a2c1dedf81c5935ed5dd25d0b2e48136d7c28 -size 17162607 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_Roughness.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_Roughness.uasset deleted file mode 100644 index a59d87ce..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_LINGERIE_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0aa6f7a7033c9f32ecce76398936d7a11469efb0144a91f65749fe13934c589 -size 1592651 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_Placeholder.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_Placeholder.uasset deleted file mode 100644 index b3eac15b..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_Placeholder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:844398f2ab91b2969aca8c5ecca314843fa51ed6969545786233171cac5184b1 -size 3404 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_Placeholder_Black.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_Placeholder_Black.uasset deleted file mode 100644 index 022d7e3a..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_Placeholder_Black.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d44d0bc0c0c6f45665867fe016cb8213dc154016ec7bb5122a196b05f627258 -size 3282 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_Placeholder_Normal.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_Placeholder_Normal.uasset deleted file mode 100644 index 07695e4a..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_Placeholder_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62458b2049fc2da7ade5bac6567648cbd9b5b626883cef78ca552588be820ab1 -size 3579 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_Placeholder_White.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_Placeholder_White.uasset deleted file mode 100644 index 2620136b..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_Placeholder_White.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7018b2d15f728f2648b0d6e5b0a3142ba8eec99b588b343404450799673aff16 -size 3276 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_Height.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_Height.uasset deleted file mode 100644 index d6966070..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_Height.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65702f80a7f264937530528c77f87ee151077caf5c933928eec61f6dc3b8538f -size 679885 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_Normal_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_Normal_01.uasset deleted file mode 100644 index ef354fee..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_Normal_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62018133ccc716e9fc18faabcfaa636bb5f28f69e8110b8176024ee2ce0db72b -size 2614901 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_Normal_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_Normal_02.uasset deleted file mode 100644 index 66c097b1..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_Normal_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2218bad37ff91a1bdef0cfb894a42d11ec91d5d6e028d454dc5909daabe81844 -size 1759961 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_ScarAtlas.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_ScarAtlas.uasset deleted file mode 100644 index 54fa6680..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_ScarAtlas.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05cdb7602569a7f9dc71179497604a3f1f9c430425470694060a5df7da78e598 -size 1677998 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_ScarAtlas_Normal.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_ScarAtlas_Normal.uasset deleted file mode 100644 index 886c83d5..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_ScarAtlas_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc3391a02ec92c34fbaed2248b509880f9b94672904ef6e1dc3efa174d5693b0 -size 2548297 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_Specular.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_Specular.uasset deleted file mode 100644 index 05a051f8..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_Specular.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f72f720797d4edba3e14454c8c9d10e7fae2acb5124b35f297fdb018eb6f029e -size 17160490 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_TattooAtlas.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_TattooAtlas.uasset deleted file mode 100644 index 96a7f032..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/T_SKIN_TattooAtlas.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56ea40fde026ad5707d96e55e49d87a73c4008919496657146b13196946270b5 -size 540810 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Black.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Black.uasset deleted file mode 100644 index 541a5dea..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Black.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89126fc760548802171063f9c2b2a5eb9e502bd0969dfca7a9a440259ac19ab1 -size 2495878 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Blonde.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Blonde.uasset deleted file mode 100644 index 4c4d4a60..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Blonde.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22857d4912ffb153fa61ce10e6ccb9a38381d4155f5d1b1c53b45f9838b53f87 -size 3312664 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Blue.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Blue.uasset deleted file mode 100644 index 9dcf9898..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Blue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26fc5c692ad1342f5789473ab119ee449fd03a7763349e3216c7ee76d1b97747 -size 7747986 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Blue_Ombre.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Blue_Ombre.uasset deleted file mode 100644 index 55236210..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Blue_Ombre.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc31bd94b5dd017c46bcab93af5417a36758a3483c4a38302c3e627a10a7847b -size 4322001 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Blue_Ombre_alpha.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Blue_Ombre_alpha.uasset deleted file mode 100644 index de375444..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Blue_Ombre_alpha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9cacfe6535f6ebdd2d6f81b9344039ed5d9a647a814baf3c4814d6abd194a34 -size 5220506 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Green.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Green.uasset deleted file mode 100644 index 935851b6..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Green.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97c49788b3280d7e69718b4951939af38d84c76e5d667379127395fcf05c4b87 -size 7607313 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Natural.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Natural.uasset deleted file mode 100644 index 794e60c8..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Natural.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7661f012da0b971411e1ff33e243505057cd37b9afce64b97d21dfb3c9b58c51 -size 7288097 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Orange_Ombre.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Orange_Ombre.uasset deleted file mode 100644 index 89eb2f04..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Orange_Ombre.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c704a340a183960cf59a9239bf71549e94569e081009839cf8f76c5194749231 -size 4318013 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Orange_Ombre_alpha.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Orange_Ombre_alpha.uasset deleted file mode 100644 index e0c263b2..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Orange_Ombre_alpha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5342cebbb450a942d203cbb91f4b6184623bedde44e335ece1ef0460bf3fa0a -size 5157503 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Red.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Red.uasset deleted file mode 100644 index 23080c9c..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Red.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df5f823fc6eea80f32fb07095fd3f8d82f9a8a4f6f41fb55c48a15463eea8913 -size 7690463 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Red_Ombre.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Red_Ombre.uasset deleted file mode 100644 index b4579fcb..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Red_Ombre.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b04abded09490d4eed4973fbee057ad894b8674084ab92dabb74081bde0f3f58 -size 3727457 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Red_Ombre_alpha.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Red_Ombre_alpha.uasset deleted file mode 100644 index fa46973d..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_Red_Ombre_alpha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9525f214249320915f9ac455bf51e79fcc6732ceacaf304c757af3d4ca789b8d -size 4734833 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_White.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_White.uasset deleted file mode 100644 index d3eb0066..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_White.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:572e7505b4eec9a6ee2ab8c0d7ffa9386ff22e84143a1d2848e4df3c4aed1bf9 -size 2761413 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_White_Ombre.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_White_Ombre.uasset deleted file mode 100644 index e53cd3e4..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_BaseColor_White_Ombre.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e556760dc043f4ef3b053643ba208901ecfeff3698e970805205b0f6f978261f -size 4782022 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_ID.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_ID.uasset deleted file mode 100644 index ec120d6c..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_ID.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:421f7492ec42c9e4a5283c2b7a0032979d2669b2badfeb7c01fc4ecaa954d28a -size 5117672 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_Transparent.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_Transparent.uasset deleted file mode 100644 index 8fe19499..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_Transparent.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d68c04856ce22f09df6754f3df2c35ed13d3873d71ffbad13268be28d4b6e0d -size 5640567 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_alpha.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_alpha.uasset deleted file mode 100644 index 6c6e67f3..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_alpha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86b8c74affdd782dd91faa3bf99c3258868ea06986a11204c42fa405307a4893 -size 3906995 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_ambient.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_ambient.uasset deleted file mode 100644 index 5e801993..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_ambient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32e2da15c2bcc1de8cdcf7d44255172a398e9f83a627e8567c88829c0dc3cca8 -size 2316912 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_depth.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_depth.uasset deleted file mode 100644 index c20fdc15..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_depth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4f2bc8a0955616531da5e04f5a0992edb6abc5eb2b1432b30ec887c558db5b3 -size 4943200 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_direction.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_direction.uasset deleted file mode 100644 index 8756bde0..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_direction.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bbf5ae5fc1d4709f77358f1b18af75184b7fb5de09e24553efaddb10c20ec12 -size 7483389 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_normal.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_normal.uasset deleted file mode 100644 index 3fe2d887..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27ad6f61d4916648c08fdce1cdab815c02acd305f5625ce64740d40e4169d388 -size 13153889 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_root.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_root.uasset deleted file mode 100644 index e554bc62..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_root.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa38adb9c217328bb5d5cb0c253993020fa67afd5a0c962f77605457cce83af3 -size 4186487 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_specular.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_specular.uasset deleted file mode 100644 index 44a5fc87..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_specular.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f024962a8f8fde3f31633b5e294eb5ab8e477318b2a62cc801c4ffdf8bf0247f -size 7803 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_translucency.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_translucency.uasset deleted file mode 100644 index 0cf2a850..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_translucency.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a29b2271fceb88722d463aa1965582e1acb80ecfd0927e7e445d4dfba2211e1 -size 1820179 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_wind.uasset b/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_wind.uasset deleted file mode 100644 index fe61b82d..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Base/Wavy/T_HAIR_WAVY_wind.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05896c5820b1d3fc7ba6470b07acc26bd748e3c3eb8e43bcc8fcad7a51ea3dbf -size 9870623 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Other/TC_Belfast_Sunset_4k.uasset b/hwanyoung2/Content/IdaFaber/Textures/Other/TC_Belfast_Sunset_4k.uasset deleted file mode 100644 index b26e3461..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Other/TC_Belfast_Sunset_4k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3923260401a78c017c85e36796e22cdd5d218edbbf7af3e06277622eaee18f9d -size 20723372 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Other/TC_Industrial_Sunset_02_puresky_8k.uasset b/hwanyoung2/Content/IdaFaber/Textures/Other/TC_Industrial_Sunset_02_puresky_8k.uasset deleted file mode 100644 index 6a7db4f8..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Other/TC_Industrial_Sunset_02_puresky_8k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91718f2f9f25e4d92b4e67065b30462c21b1fa352b2d3bba2269efec6205d8d8 -size 35660824 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Other/TLP_Point_IES.uasset b/hwanyoung2/Content/IdaFaber/Textures/Other/TLP_Point_IES.uasset deleted file mode 100644 index 64bc01e0..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Other/TLP_Point_IES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0fc29f82a99b0171cbd2bf407cbbba497b39eb70b4dc872acce3fb79a7b9e9b -size 15738 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Other/TLP_Wide_IES.uasset b/hwanyoung2/Content/IdaFaber/Textures/Other/TLP_Wide_IES.uasset deleted file mode 100644 index a90e52f9..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Other/TLP_Wide_IES.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdc92c5271ac4dd5e43458376a454f10dc200927d445efe4207d4e4e703f4c62 -size 84396 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Other/T_BTN_Eye_OFF.uasset b/hwanyoung2/Content/IdaFaber/Textures/Other/T_BTN_Eye_OFF.uasset deleted file mode 100644 index da35db22..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Other/T_BTN_Eye_OFF.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1d97c456b249040c5ca813a459cc73c6fdf12694077caab975c61fef98e7ddc -size 79638 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Other/T_BTN_Eye_ON.uasset b/hwanyoung2/Content/IdaFaber/Textures/Other/T_BTN_Eye_ON.uasset deleted file mode 100644 index f74918b6..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Other/T_BTN_Eye_ON.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7b6f036ba881dad018da1d6308554ac669039372c6f38441a94bb762e67c09c -size 80346 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Other/T_Gloss.uasset b/hwanyoung2/Content/IdaFaber/Textures/Other/T_Gloss.uasset deleted file mode 100644 index 4961107f..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Other/T_Gloss.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc18425e9575fff83d3707ab6e81f760c5d426d49fedfbee016a0527baa25cc4 -size 1740349 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Other/T_IDA_Logotype.uasset b/hwanyoung2/Content/IdaFaber/Textures/Other/T_IDA_Logotype.uasset deleted file mode 100644 index 3dcb959e..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Other/T_IDA_Logotype.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39d19cf6f8d4cded54bc3f22c9a34934ae335ea3915238ff5898f4fc21c25b58 -size 30234 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Other/T_MatID_Sample.uasset b/hwanyoung2/Content/IdaFaber/Textures/Other/T_MatID_Sample.uasset deleted file mode 100644 index f5ccb2d0..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Other/T_MatID_Sample.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12ec13ad4e83f7009e014ebce8ead281ab283000ff4641a41da2feb1a59af7d8 -size 68031 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Other/T_Pattern_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/Other/T_Pattern_01.uasset deleted file mode 100644 index 13c9d383..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Other/T_Pattern_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f74691b696aa08eed2c7de5bc41ebbc4ea90bca4ad51e64fc444c3357cd13070 -size 530372 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Other/T_Pattern_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/Other/T_Pattern_02.uasset deleted file mode 100644 index 2fed8cef..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Other/T_Pattern_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44e9a1028a3460b9d248208fc0e807580f935088fc72b01f5a7b8ecb9c812800 -size 433174 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Other/T_Pattern_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/Other/T_Pattern_03.uasset deleted file mode 100644 index e92f8068..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Other/T_Pattern_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86327d2d257a382ca2646c2dfd21d5994b6438630b5dc3daa1303a113a6af2f0 -size 411980 diff --git a/hwanyoung2/Content/IdaFaber/Textures/Other/T_Pattern_04.uasset b/hwanyoung2/Content/IdaFaber/Textures/Other/T_Pattern_04.uasset deleted file mode 100644 index bfd3c127..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/Other/T_Pattern_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b538f7afe88a9d33c8b5145efdd335a4a4807f829e0eb48d17b4560af80b68b -size 392942 diff --git a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_01.uasset b/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_01.uasset deleted file mode 100644 index 11e67842..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81d553728b952a2a0a509f81959e17de3795bcb8374eb79088f15d684fbec1ab -size 15491615 diff --git a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_02.uasset b/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_02.uasset deleted file mode 100644 index cc98c058..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:906891fe4572996b49748ed11d36466eba0f2892a7ffe9c0ce5d882737d51739 -size 14346744 diff --git a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_03.uasset b/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_03.uasset deleted file mode 100644 index 7ec2cdfc..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:964642d5ac73f87504a3bccf473eba7b59b488de791f70fbca660331434a03cd -size 11103561 diff --git a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_04.uasset b/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_04.uasset deleted file mode 100644 index 6449aa70..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:feebcebd75731b76720135d086bf5b748b525c4bfb7fe8a44c5958b227cf9b09 -size 13220995 diff --git a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_05.uasset b/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_05.uasset deleted file mode 100644 index 8e0af49c..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BaseColor_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faad2d36863ddf34ff6dfe5481f30001d42d6bb8863a57a4976a166814f59bd0 -size 12446554 diff --git a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BloodMask.uasset b/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BloodMask.uasset deleted file mode 100644 index a3ea4092..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_BloodMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16fb1c9448eb6ed3b3f830d7015e9c6316816774986874fe3580e603c7fea50a -size 8780776 diff --git a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_DirtMask.uasset b/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_DirtMask.uasset deleted file mode 100644 index 3f3a1bae..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_DirtMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:789630adb4b4b9dc8d97668baf7cfa86e5bd97315ea81bef1138273f0b502717 -size 25408351 diff --git a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_Height.uasset b/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_Height.uasset deleted file mode 100644 index 2014f5c5..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_Height.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5db38ba19bc685d700d1b31054b224332ea30554b3fe32bf0fd8fe0cc9850ec -size 6637032 diff --git a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_MatID.uasset b/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_MatID.uasset deleted file mode 100644 index a4d0b4f4..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_MatID.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:857d4795c83a0baa8e38de6c761ee5bfa5eff826b276123ae261b26d83c6566f -size 1631581 diff --git a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_Metallic.uasset b/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_Metallic.uasset deleted file mode 100644 index eb6d5883..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_Metallic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0163a28e20cdf0015170fd99e8915c67474a911bd8da79c6cd74369d2bff86f -size 102039 diff --git a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_Normal.uasset b/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_Normal.uasset deleted file mode 100644 index b55890c4..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83daacf9998ba3d3246ae2aa600fdc908051fc3a1490c0fd76039995da98bb8b -size 27865249 diff --git a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_OcclusionRoughnessMetallic.uasset b/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_OcclusionRoughnessMetallic.uasset deleted file mode 100644 index 85e3f743..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_OcclusionRoughnessMetallic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8edfb8dcd88a11b7e3e6656425cdd81ce07645b7fa0d3790aa91318a8d14195 -size 16178847 diff --git a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_Roughness.uasset b/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_Roughness.uasset deleted file mode 100644 index 5eec091a..00000000 --- a/hwanyoung2/Content/IdaFaber/Textures/T_RiverSpirit_Clothes_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad02164312b3d631f1f4d8f4d16425f0a9d5f5e7d96523057c32611c6e4dce96 -size 3441981 diff --git a/hwanyoung2/Content/Illusions/.cache/buildrecords/Desktop/Master.br b/hwanyoung2/Content/Illusions/.cache/buildrecords/Desktop/Master.br deleted file mode 100644 index f6928c92..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/buildrecords/Desktop/Master.br and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/00703D6B.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/00703D6B.fobj deleted file mode 100644 index 2c15db59..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/00703D6B.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/00AE772B.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/00AE772B.fobj deleted file mode 100644 index aed786b2..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/00AE772B.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/0442D5F1.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/0442D5F1.fobj deleted file mode 100644 index 0cb6bdb8..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/0442D5F1.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/06B87BAF.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/06B87BAF.fobj deleted file mode 100644 index 7643fc08..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/06B87BAF.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/08CC75BF.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/08CC75BF.fobj deleted file mode 100644 index b4cfeb9a..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/08CC75BF.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/096B525D.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/096B525D.fobj deleted file mode 100644 index 3438044e..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/096B525D.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/0F4A25D3.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/0F4A25D3.fobj deleted file mode 100644 index 4896d6f0..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/0F4A25D3.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/0F538792.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/0F538792.fobj deleted file mode 100644 index eef88fb2..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/0F538792.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/0FB823D7.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/0FB823D7.fobj deleted file mode 100644 index 9bc650f8..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/0FB823D7.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/132A1D54.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/132A1D54.fobj deleted file mode 100644 index 1a2d22f0..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/132A1D54.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/149C3284.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/149C3284.fobj deleted file mode 100644 index f14f5f72..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/149C3284.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/1AF106A3.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/1AF106A3.fobj deleted file mode 100644 index 15f0c242..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/1AF106A3.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/1E3951EF.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/1E3951EF.fobj deleted file mode 100644 index a835d56c..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/1E3951EF.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/2004891E.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/2004891E.fobj deleted file mode 100644 index 20b3beb4..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/2004891E.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/201E4613.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/201E4613.fobj deleted file mode 100644 index e4ef710f..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/201E4613.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/2881015A.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/2881015A.fobj deleted file mode 100644 index 94c5e065..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/2881015A.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/28B7D62D.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/28B7D62D.fobj deleted file mode 100644 index 21ebd8e0..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/28B7D62D.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/30D6672D.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/30D6672D.fobj deleted file mode 100644 index 120f8f13..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/30D6672D.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/330DF1A1.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/330DF1A1.fobj deleted file mode 100644 index 37318354..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/330DF1A1.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/34D03CE4.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/34D03CE4.fobj deleted file mode 100644 index cf3de440..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/34D03CE4.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/36DA31F4.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/36DA31F4.fobj deleted file mode 100644 index eaa1def2..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/36DA31F4.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/37437A1C.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/37437A1C.fobj deleted file mode 100644 index 9d0c21f1..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/37437A1C.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/37D92478.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/37D92478.fobj deleted file mode 100644 index 76bb86d1..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/37D92478.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/3B3A2686.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/3B3A2686.fobj deleted file mode 100644 index bcd38291..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/3B3A2686.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/3B6DFBE6.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/3B6DFBE6.fobj deleted file mode 100644 index 6f488adf..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/3B6DFBE6.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/3F0FF70F.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/3F0FF70F.fobj deleted file mode 100644 index 51433f73..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/3F0FF70F.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/41DC31F5.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/41DC31F5.fobj deleted file mode 100644 index e3f7b60f..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/41DC31F5.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/440B76EC.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/440B76EC.fobj deleted file mode 100644 index 695266eb..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/440B76EC.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/45CF510C.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/45CF510C.fobj deleted file mode 100644 index cfc53420..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/45CF510C.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/4620E9B6.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/4620E9B6.fobj deleted file mode 100644 index fbe07c29..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/4620E9B6.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/49809688.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/49809688.fobj deleted file mode 100644 index 720ccb3e..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/49809688.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/4BA9D511.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/4BA9D511.fobj deleted file mode 100644 index ce60febb..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/4BA9D511.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/52FABF29.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/52FABF29.fobj deleted file mode 100644 index 4b83d07a..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/52FABF29.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/5602122D.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/5602122D.fobj deleted file mode 100644 index 85ddcb35..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/5602122D.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/579E86B8.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/579E86B8.fobj deleted file mode 100644 index be205713..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/579E86B8.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/58990BAE.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/58990BAE.fobj deleted file mode 100644 index 5653b3e0..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/58990BAE.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/5AA776A1.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/5AA776A1.fobj deleted file mode 100644 index 9c5bed29..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/5AA776A1.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/617C66D5.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/617C66D5.fobj deleted file mode 100644 index 965600fb..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/617C66D5.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/66424FCB.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/66424FCB.fobj deleted file mode 100644 index a7d1836c..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/66424FCB.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/6759C61E.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/6759C61E.fobj deleted file mode 100644 index 44469e09..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/6759C61E.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/6C4077E7.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/6C4077E7.fobj deleted file mode 100644 index 3b12c08b..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/6C4077E7.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/7077F637.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/7077F637.fobj deleted file mode 100644 index aacc5340..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/7077F637.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/744F5805.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/744F5805.fobj deleted file mode 100644 index 753e7cd2..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/744F5805.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/7FABB855.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/7FABB855.fobj deleted file mode 100644 index 4f277516..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/7FABB855.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/844579F9.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/844579F9.fobj deleted file mode 100644 index 09202e46..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/844579F9.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/86508BF1.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/86508BF1.fobj deleted file mode 100644 index 44b9a92a..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/86508BF1.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/86C78B5B.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/86C78B5B.fobj deleted file mode 100644 index 15a60741..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/86C78B5B.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/8FE24A2E.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/8FE24A2E.fobj deleted file mode 100644 index dc23d605..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/8FE24A2E.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/A14AAF50.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/A14AAF50.fobj deleted file mode 100644 index 3a41e294..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/A14AAF50.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/ACB35AEF.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/ACB35AEF.fobj deleted file mode 100644 index c96efa12..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/ACB35AEF.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/AF54786B.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/AF54786B.fobj deleted file mode 100644 index 9e7810d1..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/AF54786B.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/B3B1611D.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/B3B1611D.fobj deleted file mode 100644 index 9951fd20..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/B3B1611D.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/B4621681.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/B4621681.fobj deleted file mode 100644 index 35fca2ed..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/B4621681.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/B9502D55.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/B9502D55.fobj deleted file mode 100644 index e610ae40..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/B9502D55.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/C2643D1D.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/C2643D1D.fobj deleted file mode 100644 index afb2afeb..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/C2643D1D.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/C3DFB20F.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/C3DFB20F.fobj deleted file mode 100644 index 3ab2a287..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/C3DFB20F.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/C7B3F70B.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/C7B3F70B.fobj deleted file mode 100644 index 6b075461..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/C7B3F70B.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/CDFEED0D.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/CDFEED0D.fobj deleted file mode 100644 index 09c777c2..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/CDFEED0D.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D057BDEE.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D057BDEE.fobj deleted file mode 100644 index fd37a0d5..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D057BDEE.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D0EF42D1.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D0EF42D1.fobj deleted file mode 100644 index 5a16b417..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D0EF42D1.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D2CC3ABD.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D2CC3ABD.fobj deleted file mode 100644 index 15621432..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D2CC3ABD.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D3A4D7C2.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D3A4D7C2.fobj deleted file mode 100644 index 75342e5d..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D3A4D7C2.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D6456ED1.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D6456ED1.fobj deleted file mode 100644 index 85a4c1ce..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D6456ED1.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D80849B6.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D80849B6.fobj deleted file mode 100644 index dcaa544d..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/D80849B6.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/DE0696AE.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/DE0696AE.fobj deleted file mode 100644 index 203d09e9..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/DE0696AE.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/E94DE0C1.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/E94DE0C1.fobj deleted file mode 100644 index 48307a3d..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/E94DE0C1.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/EABEFB7C.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/EABEFB7C.fobj deleted file mode 100644 index 689761c3..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/EABEFB7C.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/EC829F09.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/EC829F09.fobj deleted file mode 100644 index 9530e6ee..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/EC829F09.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F0A21C8E.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F0A21C8E.fobj deleted file mode 100644 index 1410798d..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F0A21C8E.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F15CFBFD.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F15CFBFD.fobj deleted file mode 100644 index 7c36da1a..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F15CFBFD.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F260DD1F.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F260DD1F.fobj deleted file mode 100644 index 09a91dec..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F260DD1F.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F5E570FE.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F5E570FE.fobj deleted file mode 100644 index cdc976de..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F5E570FE.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F6D03C6B.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F6D03C6B.fobj deleted file mode 100644 index 1ca98414..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/F6D03C6B.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/FB0F4352.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/FB0F4352.fobj deleted file mode 100644 index 9c7a750e..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/FB0F4352.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/FC6CD47A.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/FC6CD47A.fobj deleted file mode 100644 index 20de825a..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/FC6CD47A.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/FF85EBC7.fobj b/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/FF85EBC7.fobj deleted file mode 100644 index a5df25e9..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/fsbcache/Desktop/FF85EBC7.fobj and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{0299c0e1-928b-4df7-b7f9-90f8327a528d}.pdc b/hwanyoung2/Content/Illusions/.cache/{0299c0e1-928b-4df7-b7f9-90f8327a528d}.pdc deleted file mode 100644 index 121f21e0..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{0299c0e1-928b-4df7-b7f9-90f8327a528d}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{097fe95c-fbd5-4a8c-8be8-7c452d9fc2fc}.pdc b/hwanyoung2/Content/Illusions/.cache/{097fe95c-fbd5-4a8c-8be8-7c452d9fc2fc}.pdc deleted file mode 100644 index f2ed395e..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{097fe95c-fbd5-4a8c-8be8-7c452d9fc2fc}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{0a3f3d95-007f-4808-83ee-7fd732941ec0}.pdc b/hwanyoung2/Content/Illusions/.cache/{0a3f3d95-007f-4808-83ee-7fd732941ec0}.pdc deleted file mode 100644 index e868d548..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{0a3f3d95-007f-4808-83ee-7fd732941ec0}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{0b14867e-ce72-4a59-bb20-2cd568964a00}.pdc b/hwanyoung2/Content/Illusions/.cache/{0b14867e-ce72-4a59-bb20-2cd568964a00}.pdc deleted file mode 100644 index 2d5a61e4..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{0b14867e-ce72-4a59-bb20-2cd568964a00}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{0e37adfa-589d-4463-9664-761a12aa1bf0}.pdc b/hwanyoung2/Content/Illusions/.cache/{0e37adfa-589d-4463-9664-761a12aa1bf0}.pdc deleted file mode 100644 index 148d9cef..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{0e37adfa-589d-4463-9664-761a12aa1bf0}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{0f73c3a7-fb40-4a2d-b7a1-d3852310cfe5}.pdc b/hwanyoung2/Content/Illusions/.cache/{0f73c3a7-fb40-4a2d-b7a1-d3852310cfe5}.pdc deleted file mode 100644 index 33cd5543..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{0f73c3a7-fb40-4a2d-b7a1-d3852310cfe5}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{14837715-a9d5-4db7-b6f1-a43d0e9e453c}.pdc b/hwanyoung2/Content/Illusions/.cache/{14837715-a9d5-4db7-b6f1-a43d0e9e453c}.pdc deleted file mode 100644 index 63cbb2b0..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{14837715-a9d5-4db7-b6f1-a43d0e9e453c}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{1aafb4d3-6768-4fbe-89f0-82d4773f7be3}.pdc b/hwanyoung2/Content/Illusions/.cache/{1aafb4d3-6768-4fbe-89f0-82d4773f7be3}.pdc deleted file mode 100644 index f6e4585d..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{1aafb4d3-6768-4fbe-89f0-82d4773f7be3}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{1f006aa4-2ede-44e7-888d-12cfc0bd0ffd}.pdc b/hwanyoung2/Content/Illusions/.cache/{1f006aa4-2ede-44e7-888d-12cfc0bd0ffd}.pdc deleted file mode 100644 index 96a5d2d5..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{1f006aa4-2ede-44e7-888d-12cfc0bd0ffd}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{206c79e5-ec8d-4525-9313-2c48b41de8c0}.pdc b/hwanyoung2/Content/Illusions/.cache/{206c79e5-ec8d-4525-9313-2c48b41de8c0}.pdc deleted file mode 100644 index f4501a2b..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{206c79e5-ec8d-4525-9313-2c48b41de8c0}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{25812da4-a46f-48b5-94d3-de2232e35170}.pdc b/hwanyoung2/Content/Illusions/.cache/{25812da4-a46f-48b5-94d3-de2232e35170}.pdc deleted file mode 100644 index eb5f3245..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{25812da4-a46f-48b5-94d3-de2232e35170}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{260c9658-5b87-40a9-96df-4e718e990294}.pdc b/hwanyoung2/Content/Illusions/.cache/{260c9658-5b87-40a9-96df-4e718e990294}.pdc deleted file mode 100644 index f60cdf5e..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{260c9658-5b87-40a9-96df-4e718e990294}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{26c4ce7a-07c7-4753-9fdd-39b3fedcb1ba}.pdc b/hwanyoung2/Content/Illusions/.cache/{26c4ce7a-07c7-4753-9fdd-39b3fedcb1ba}.pdc deleted file mode 100644 index d12094ed..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{26c4ce7a-07c7-4753-9fdd-39b3fedcb1ba}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{2e604db7-d09e-4bb6-9165-22d35428ca82}.pdc b/hwanyoung2/Content/Illusions/.cache/{2e604db7-d09e-4bb6-9165-22d35428ca82}.pdc deleted file mode 100644 index e5546ecb..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{2e604db7-d09e-4bb6-9165-22d35428ca82}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{300cea94-aba4-46b9-81ca-48155865efec}.pdc b/hwanyoung2/Content/Illusions/.cache/{300cea94-aba4-46b9-81ca-48155865efec}.pdc deleted file mode 100644 index edd17273..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{300cea94-aba4-46b9-81ca-48155865efec}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{30b14116-1f37-44dd-b072-d31963ed1eed}.pdc b/hwanyoung2/Content/Illusions/.cache/{30b14116-1f37-44dd-b072-d31963ed1eed}.pdc deleted file mode 100644 index 46608ac1..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{30b14116-1f37-44dd-b072-d31963ed1eed}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{31437fc8-7765-4622-a0a9-08faa249a083}.pdc b/hwanyoung2/Content/Illusions/.cache/{31437fc8-7765-4622-a0a9-08faa249a083}.pdc deleted file mode 100644 index bb4200b7..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{31437fc8-7765-4622-a0a9-08faa249a083}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{32fb788c-9449-4ab8-afb8-4565e44c1877}.pdc b/hwanyoung2/Content/Illusions/.cache/{32fb788c-9449-4ab8-afb8-4565e44c1877}.pdc deleted file mode 100644 index 41cc437b..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{32fb788c-9449-4ab8-afb8-4565e44c1877}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{35250175-caa9-4d8d-aa28-1720b27d2ff6}.pdc b/hwanyoung2/Content/Illusions/.cache/{35250175-caa9-4d8d-aa28-1720b27d2ff6}.pdc deleted file mode 100644 index 13d58bee..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{35250175-caa9-4d8d-aa28-1720b27d2ff6}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{366c9ccd-d27d-4b41-8ccf-79d7456c803d}.pdc b/hwanyoung2/Content/Illusions/.cache/{366c9ccd-d27d-4b41-8ccf-79d7456c803d}.pdc deleted file mode 100644 index a6137e59..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{366c9ccd-d27d-4b41-8ccf-79d7456c803d}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{38e796f4-10f4-48a2-a2c9-c80afe0a0118}.pdc b/hwanyoung2/Content/Illusions/.cache/{38e796f4-10f4-48a2-a2c9-c80afe0a0118}.pdc deleted file mode 100644 index 8f81142c..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{38e796f4-10f4-48a2-a2c9-c80afe0a0118}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{39497745-b64e-4d28-aac7-4c478a8d1d54}.pdc b/hwanyoung2/Content/Illusions/.cache/{39497745-b64e-4d28-aac7-4c478a8d1d54}.pdc deleted file mode 100644 index 742a288d..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{39497745-b64e-4d28-aac7-4c478a8d1d54}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{3a0897f4-a788-4455-9058-8c78a5561c80}.pdc b/hwanyoung2/Content/Illusions/.cache/{3a0897f4-a788-4455-9058-8c78a5561c80}.pdc deleted file mode 100644 index b130a469..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{3a0897f4-a788-4455-9058-8c78a5561c80}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{3c774eac-9d3b-419a-b1c5-15aadbbc1d07}.pdc b/hwanyoung2/Content/Illusions/.cache/{3c774eac-9d3b-419a-b1c5-15aadbbc1d07}.pdc deleted file mode 100644 index 76291162..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{3c774eac-9d3b-419a-b1c5-15aadbbc1d07}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{3e8bab76-6040-4945-a377-b7c013a04475}.pdc b/hwanyoung2/Content/Illusions/.cache/{3e8bab76-6040-4945-a377-b7c013a04475}.pdc deleted file mode 100644 index 04bb60bb..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{3e8bab76-6040-4945-a377-b7c013a04475}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{40d46784-a42e-4a3a-88ab-a45f836f675a}.pdc b/hwanyoung2/Content/Illusions/.cache/{40d46784-a42e-4a3a-88ab-a45f836f675a}.pdc deleted file mode 100644 index baaaa471..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{40d46784-a42e-4a3a-88ab-a45f836f675a}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{4510bcc5-5516-4662-a0e3-ab074499c616}.pdc b/hwanyoung2/Content/Illusions/.cache/{4510bcc5-5516-4662-a0e3-ab074499c616}.pdc deleted file mode 100644 index b932c966..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{4510bcc5-5516-4662-a0e3-ab074499c616}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{47959e1d-4582-4123-b548-3ac47803c174}.pdc b/hwanyoung2/Content/Illusions/.cache/{47959e1d-4582-4123-b548-3ac47803c174}.pdc deleted file mode 100644 index 1550eb47..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{47959e1d-4582-4123-b548-3ac47803c174}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{493e8317-989e-4d6e-bc2c-5c3348dd64d2}.pdc b/hwanyoung2/Content/Illusions/.cache/{493e8317-989e-4d6e-bc2c-5c3348dd64d2}.pdc deleted file mode 100644 index d32d3db7..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{493e8317-989e-4d6e-bc2c-5c3348dd64d2}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{511514b0-9d00-4a71-9956-145217a25316}.pdc b/hwanyoung2/Content/Illusions/.cache/{511514b0-9d00-4a71-9956-145217a25316}.pdc deleted file mode 100644 index 166a2ca7..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{511514b0-9d00-4a71-9956-145217a25316}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{51361f47-1071-42dd-9436-2338965081ac}.pdc b/hwanyoung2/Content/Illusions/.cache/{51361f47-1071-42dd-9436-2338965081ac}.pdc deleted file mode 100644 index f2825fc6..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{51361f47-1071-42dd-9436-2338965081ac}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{627f5f0b-6e54-4e69-9075-b9846f2bc165}.pdc b/hwanyoung2/Content/Illusions/.cache/{627f5f0b-6e54-4e69-9075-b9846f2bc165}.pdc deleted file mode 100644 index b1af8de1..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{627f5f0b-6e54-4e69-9075-b9846f2bc165}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{63bbab8f-89ae-4070-8561-ce963b5caab0}.pdc b/hwanyoung2/Content/Illusions/.cache/{63bbab8f-89ae-4070-8561-ce963b5caab0}.pdc deleted file mode 100644 index 4003a1e2..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{63bbab8f-89ae-4070-8561-ce963b5caab0}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{728802bb-946e-4270-819c-3916b4180d8c}.pdc b/hwanyoung2/Content/Illusions/.cache/{728802bb-946e-4270-819c-3916b4180d8c}.pdc deleted file mode 100644 index a119692e..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{728802bb-946e-4270-819c-3916b4180d8c}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{72939219-931d-449f-8f58-9f4a1070929a}.pdc b/hwanyoung2/Content/Illusions/.cache/{72939219-931d-449f-8f58-9f4a1070929a}.pdc deleted file mode 100644 index ffe124c2..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{72939219-931d-449f-8f58-9f4a1070929a}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{784d28f9-7cfc-4cb3-923b-886b763f6a59}.pdc b/hwanyoung2/Content/Illusions/.cache/{784d28f9-7cfc-4cb3-923b-886b763f6a59}.pdc deleted file mode 100644 index 2b8421be..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{784d28f9-7cfc-4cb3-923b-886b763f6a59}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{7b495f40-63ad-479f-a09b-9139ad95820d}.pdc b/hwanyoung2/Content/Illusions/.cache/{7b495f40-63ad-479f-a09b-9139ad95820d}.pdc deleted file mode 100644 index 80458aaf..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{7b495f40-63ad-479f-a09b-9139ad95820d}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{8770041c-8837-4458-92cd-c7b6772bdf3c}.pdc b/hwanyoung2/Content/Illusions/.cache/{8770041c-8837-4458-92cd-c7b6772bdf3c}.pdc deleted file mode 100644 index 753c6b51..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{8770041c-8837-4458-92cd-c7b6772bdf3c}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{8af23d60-96b9-4d5c-93e7-f05f9a836fe5}.pdc b/hwanyoung2/Content/Illusions/.cache/{8af23d60-96b9-4d5c-93e7-f05f9a836fe5}.pdc deleted file mode 100644 index f2c334fc..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{8af23d60-96b9-4d5c-93e7-f05f9a836fe5}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{8e048db8-e707-4f0e-bf23-3e587af8923a}.pdc b/hwanyoung2/Content/Illusions/.cache/{8e048db8-e707-4f0e-bf23-3e587af8923a}.pdc deleted file mode 100644 index a524d5c9..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{8e048db8-e707-4f0e-bf23-3e587af8923a}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{9001ae30-02fb-4854-90db-4e2dd7fa4499}.pdc b/hwanyoung2/Content/Illusions/.cache/{9001ae30-02fb-4854-90db-4e2dd7fa4499}.pdc deleted file mode 100644 index 111b780f..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{9001ae30-02fb-4854-90db-4e2dd7fa4499}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{93c03764-53e6-4ec1-909e-7e40bcb9e4d2}.pdc b/hwanyoung2/Content/Illusions/.cache/{93c03764-53e6-4ec1-909e-7e40bcb9e4d2}.pdc deleted file mode 100644 index 1551a0c0..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{93c03764-53e6-4ec1-909e-7e40bcb9e4d2}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{9691d56c-83ea-4801-aa8f-98aa8dfb96dc}.pdc b/hwanyoung2/Content/Illusions/.cache/{9691d56c-83ea-4801-aa8f-98aa8dfb96dc}.pdc deleted file mode 100644 index dd2ab7b1..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{9691d56c-83ea-4801-aa8f-98aa8dfb96dc}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{9820f82b-6992-4d9e-8447-04f30bc25f8c}.pdc b/hwanyoung2/Content/Illusions/.cache/{9820f82b-6992-4d9e-8447-04f30bc25f8c}.pdc deleted file mode 100644 index 47ba244b..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{9820f82b-6992-4d9e-8447-04f30bc25f8c}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{98f90c10-d94e-4a1c-b2f6-9fa8055eee67}.pdc b/hwanyoung2/Content/Illusions/.cache/{98f90c10-d94e-4a1c-b2f6-9fa8055eee67}.pdc deleted file mode 100644 index e09cd6b7..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{98f90c10-d94e-4a1c-b2f6-9fa8055eee67}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{9aa67dc2-70b1-4a70-a4af-1d1e95d8332b}.pdc b/hwanyoung2/Content/Illusions/.cache/{9aa67dc2-70b1-4a70-a4af-1d1e95d8332b}.pdc deleted file mode 100644 index 22826e3a..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{9aa67dc2-70b1-4a70-a4af-1d1e95d8332b}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{9e61281a-b5a7-4f9c-8a85-63ba09d9130e}.pdc b/hwanyoung2/Content/Illusions/.cache/{9e61281a-b5a7-4f9c-8a85-63ba09d9130e}.pdc deleted file mode 100644 index be5a63cd..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{9e61281a-b5a7-4f9c-8a85-63ba09d9130e}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{a0055fa3-a0e7-4b06-8f46-34fdbbb17313}.pdc b/hwanyoung2/Content/Illusions/.cache/{a0055fa3-a0e7-4b06-8f46-34fdbbb17313}.pdc deleted file mode 100644 index 2b4d0d37..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{a0055fa3-a0e7-4b06-8f46-34fdbbb17313}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{a460c005-0f03-4412-98c5-3253207deea8}.pdc b/hwanyoung2/Content/Illusions/.cache/{a460c005-0f03-4412-98c5-3253207deea8}.pdc deleted file mode 100644 index 7ac42ed7..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{a460c005-0f03-4412-98c5-3253207deea8}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{a75ef117-8a0c-4995-b089-1998731d4d85}.pdc b/hwanyoung2/Content/Illusions/.cache/{a75ef117-8a0c-4995-b089-1998731d4d85}.pdc deleted file mode 100644 index 634258d2..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{a75ef117-8a0c-4995-b089-1998731d4d85}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{ad94f7b4-9a3e-4852-8a17-3592482354cb}.pdc b/hwanyoung2/Content/Illusions/.cache/{ad94f7b4-9a3e-4852-8a17-3592482354cb}.pdc deleted file mode 100644 index ba5bb769..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{ad94f7b4-9a3e-4852-8a17-3592482354cb}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{b3f5f810-bdbc-4582-ab09-986f5b3645da}.pdc b/hwanyoung2/Content/Illusions/.cache/{b3f5f810-bdbc-4582-ab09-986f5b3645da}.pdc deleted file mode 100644 index 5a329472..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{b3f5f810-bdbc-4582-ab09-986f5b3645da}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{b8e21bc7-d616-4b96-92c6-a530ba132823}.pdc b/hwanyoung2/Content/Illusions/.cache/{b8e21bc7-d616-4b96-92c6-a530ba132823}.pdc deleted file mode 100644 index 5196e95d..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{b8e21bc7-d616-4b96-92c6-a530ba132823}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{b960fcfb-213c-401d-8405-4938933d5731}.pdc b/hwanyoung2/Content/Illusions/.cache/{b960fcfb-213c-401d-8405-4938933d5731}.pdc deleted file mode 100644 index 16c8bac0..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{b960fcfb-213c-401d-8405-4938933d5731}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{b987dc57-a718-4556-a1f8-79f606a0b33e}.pdc b/hwanyoung2/Content/Illusions/.cache/{b987dc57-a718-4556-a1f8-79f606a0b33e}.pdc deleted file mode 100644 index 62f617a7..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{b987dc57-a718-4556-a1f8-79f606a0b33e}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{bc128fa6-b281-48f3-9572-c2b54da201a3}.pdc b/hwanyoung2/Content/Illusions/.cache/{bc128fa6-b281-48f3-9572-c2b54da201a3}.pdc deleted file mode 100644 index f20b660d..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{bc128fa6-b281-48f3-9572-c2b54da201a3}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{be2f9aa6-3cdb-469c-a359-aec09041c04c}.pdc b/hwanyoung2/Content/Illusions/.cache/{be2f9aa6-3cdb-469c-a359-aec09041c04c}.pdc deleted file mode 100644 index 7c26f719..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{be2f9aa6-3cdb-469c-a359-aec09041c04c}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{c18f4343-d708-4105-bc52-774aa371eb15}.pdc b/hwanyoung2/Content/Illusions/.cache/{c18f4343-d708-4105-bc52-774aa371eb15}.pdc deleted file mode 100644 index c8d7e3bf..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{c18f4343-d708-4105-bc52-774aa371eb15}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{c907e405-b074-4509-a611-e558b6236d99}.pdc b/hwanyoung2/Content/Illusions/.cache/{c907e405-b074-4509-a611-e558b6236d99}.pdc deleted file mode 100644 index 47d02675..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{c907e405-b074-4509-a611-e558b6236d99}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{d29c51b2-d6ae-457d-a606-c327b625234b}.pdc b/hwanyoung2/Content/Illusions/.cache/{d29c51b2-d6ae-457d-a606-c327b625234b}.pdc deleted file mode 100644 index 1fc76d32..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{d29c51b2-d6ae-457d-a606-c327b625234b}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{d2a34bdb-96ac-400d-8402-858a7420007e}.pdc b/hwanyoung2/Content/Illusions/.cache/{d2a34bdb-96ac-400d-8402-858a7420007e}.pdc deleted file mode 100644 index 876fa520..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{d2a34bdb-96ac-400d-8402-858a7420007e}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{d4c1f2eb-b149-44e3-b36b-51e50a9b55f6}.pdc b/hwanyoung2/Content/Illusions/.cache/{d4c1f2eb-b149-44e3-b36b-51e50a9b55f6}.pdc deleted file mode 100644 index 0c85af19..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{d4c1f2eb-b149-44e3-b36b-51e50a9b55f6}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{d668a304-d170-412e-97b8-ef95c0451c48}.pdc b/hwanyoung2/Content/Illusions/.cache/{d668a304-d170-412e-97b8-ef95c0451c48}.pdc deleted file mode 100644 index f873697b..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{d668a304-d170-412e-97b8-ef95c0451c48}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{d7bd2680-e1ae-4f2d-af13-d0e212c39182}.pdc b/hwanyoung2/Content/Illusions/.cache/{d7bd2680-e1ae-4f2d-af13-d0e212c39182}.pdc deleted file mode 100644 index f7ccaf43..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{d7bd2680-e1ae-4f2d-af13-d0e212c39182}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{d9fbde10-035a-4463-9f39-2eb9e2d8e082}.pdc b/hwanyoung2/Content/Illusions/.cache/{d9fbde10-035a-4463-9f39-2eb9e2d8e082}.pdc deleted file mode 100644 index 52212ae4..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{d9fbde10-035a-4463-9f39-2eb9e2d8e082}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{dbda3745-cc69-42ff-bc28-2c185c8d12ba}.pdc b/hwanyoung2/Content/Illusions/.cache/{dbda3745-cc69-42ff-bc28-2c185c8d12ba}.pdc deleted file mode 100644 index d82b3ed5..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{dbda3745-cc69-42ff-bc28-2c185c8d12ba}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{dbdf0633-d22b-4d14-a967-34499bb707bf}.pdc b/hwanyoung2/Content/Illusions/.cache/{dbdf0633-d22b-4d14-a967-34499bb707bf}.pdc deleted file mode 100644 index b0f6930e..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{dbdf0633-d22b-4d14-a967-34499bb707bf}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{de991e4b-296b-4b0c-b69c-5fec0d0c6bde}.pdc b/hwanyoung2/Content/Illusions/.cache/{de991e4b-296b-4b0c-b69c-5fec0d0c6bde}.pdc deleted file mode 100644 index 753d3a0f..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{de991e4b-296b-4b0c-b69c-5fec0d0c6bde}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{e0d2d86f-3ebd-4d9c-a3e6-6d295e358587}.pdc b/hwanyoung2/Content/Illusions/.cache/{e0d2d86f-3ebd-4d9c-a3e6-6d295e358587}.pdc deleted file mode 100644 index 0dad4084..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{e0d2d86f-3ebd-4d9c-a3e6-6d295e358587}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{e179ef98-764a-481e-a25e-a04e091a27b7}.pdc b/hwanyoung2/Content/Illusions/.cache/{e179ef98-764a-481e-a25e-a04e091a27b7}.pdc deleted file mode 100644 index 378bb6d9..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{e179ef98-764a-481e-a25e-a04e091a27b7}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{e2c7c067-b807-4220-99ad-d8be0a8228b9}.pdc b/hwanyoung2/Content/Illusions/.cache/{e2c7c067-b807-4220-99ad-d8be0a8228b9}.pdc deleted file mode 100644 index 125f689f..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{e2c7c067-b807-4220-99ad-d8be0a8228b9}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{e2fa04da-5775-4601-8aee-e9c39e2fbc84}.pdc b/hwanyoung2/Content/Illusions/.cache/{e2fa04da-5775-4601-8aee-e9c39e2fbc84}.pdc deleted file mode 100644 index 2fb3af0f..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{e2fa04da-5775-4601-8aee-e9c39e2fbc84}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{e98f2cdc-356e-48ac-941c-015f07a4db36}.pdc b/hwanyoung2/Content/Illusions/.cache/{e98f2cdc-356e-48ac-941c-015f07a4db36}.pdc deleted file mode 100644 index cce460ce..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{e98f2cdc-356e-48ac-941c-015f07a4db36}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{ec8e43a0-0139-48f0-81a2-a000ffa90694}.pdc b/hwanyoung2/Content/Illusions/.cache/{ec8e43a0-0139-48f0-81a2-a000ffa90694}.pdc deleted file mode 100644 index 827f6073..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{ec8e43a0-0139-48f0-81a2-a000ffa90694}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{ee48da4d-7324-4818-b9a4-a359c75bdf09}.pdc b/hwanyoung2/Content/Illusions/.cache/{ee48da4d-7324-4818-b9a4-a359c75bdf09}.pdc deleted file mode 100644 index 6d42e470..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{ee48da4d-7324-4818-b9a4-a359c75bdf09}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{efa740e5-6b1c-4323-9d23-602cbfb915e7}.pdc b/hwanyoung2/Content/Illusions/.cache/{efa740e5-6b1c-4323-9d23-602cbfb915e7}.pdc deleted file mode 100644 index 76892c2a..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{efa740e5-6b1c-4323-9d23-602cbfb915e7}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{f43340c1-4fe1-4ded-a92e-ef503792b06e}.pdc b/hwanyoung2/Content/Illusions/.cache/{f43340c1-4fe1-4ded-a92e-ef503792b06e}.pdc deleted file mode 100644 index a453509c..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{f43340c1-4fe1-4ded-a92e-ef503792b06e}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{f449472d-716c-452f-b0b0-ea5c697584e7}.pdc b/hwanyoung2/Content/Illusions/.cache/{f449472d-716c-452f-b0b0-ea5c697584e7}.pdc deleted file mode 100644 index 0a86b895..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{f449472d-716c-452f-b0b0-ea5c697584e7}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{f4896469-515b-40e7-8026-d2b4c2f68304}.pdc b/hwanyoung2/Content/Illusions/.cache/{f4896469-515b-40e7-8026-d2b4c2f68304}.pdc deleted file mode 100644 index 125a6ad5..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{f4896469-515b-40e7-8026-d2b4c2f68304}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{f83805d4-b42f-4026-8a56-38e75ac08254}.pdc b/hwanyoung2/Content/Illusions/.cache/{f83805d4-b42f-4026-8a56-38e75ac08254}.pdc deleted file mode 100644 index c517617a..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{f83805d4-b42f-4026-8a56-38e75ac08254}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.cache/{fa80e91d-570e-48b9-b98c-ec6b8dab0db4}.pdc b/hwanyoung2/Content/Illusions/.cache/{fa80e91d-570e-48b9-b98c-ec6b8dab0db4}.pdc deleted file mode 100644 index 6b6cb3d8..00000000 Binary files a/hwanyoung2/Content/Illusions/.cache/{fa80e91d-570e-48b9-b98c-ec6b8dab0db4}.pdc and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/.unsaved/.user/Metadata/Asset/{4f34473d-1e56-44db-8dd1-60284d90f95e}.user.xml b/hwanyoung2/Content/Illusions/.unsaved/.user/Metadata/Asset/{4f34473d-1e56-44db-8dd1-60284d90f95e}.user.xml deleted file mode 100644 index 499a839a..00000000 --- a/hwanyoung2/Content/Illusions/.unsaved/.user/Metadata/Asset/{4f34473d-1e56-44db-8dd1-60284d90f95e}.user.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/Illusions/.unsaved/.user/Metadata/Mixer.user.xml b/hwanyoung2/Content/Illusions/.unsaved/.user/Metadata/Mixer.user.xml deleted file mode 100644 index b71bfad7..00000000 --- a/hwanyoung2/Content/Illusions/.unsaved/.user/Metadata/Mixer.user.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/Illusions/.unsaved/.user/Metadata/Workspace.user.xml b/hwanyoung2/Content/Illusions/.unsaved/.user/Metadata/Workspace.user.xml deleted file mode 100644 index 67a15096..00000000 --- a/hwanyoung2/Content/Illusions/.unsaved/.user/Metadata/Workspace.user.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {ce30ebda-7d4b-4a2c-ad18-34f04ac67163} - - - {c81ff576-a715-479d-877b-e0a0201464b5} - - - - - Mixer 1 - - - AAAACQAAABQAUAByAG8AZgBpAGwAZQByACAAMQAAAEIB2dDLAAMAAP/////////4AAAKAAAABXgAAAMOAAABpQAABy0AAATVAAAAAAIAAAAKAAAAAAAAAAAXAAAJ/wAABXcAAAAgAFAAcgBlAHMAZQB0ACAAQgByAG8AdwBzAGUAcgAgADEAAABCAdnQywADAAAAAAzHAAADIAAADlgAAAYPAAAMyAAAAz8AAA5XAAAGDgAAAAEAAAAACgAAAAzIAAADPwAADlcAAAYOAAAAHgBNAGkAeABlAHIAIABSAG8AdQB0AGkAbgBnACAAMQAAAEIB2dDLAAMAAAAABDcAAAE1AAAFyAAABCQAAAQ4AAABVAAABccAAAQjAAAAAAAAAAAKAAAABDgAAAFUAAAFxwAABCMAAAAOAE0AaQB4AGUAcgAgADIAAABCAdnQywADAAAAAAI+AAABHgAABs0AAAT9AAACPwAAAT0AAAbMAAAE/AAAAAAAAAAACgAAAAI/AAABPQAABswAAAT8AAAADgBNAGkAeABlAHIAIAAxAAAAQgHZ0MsAAwAA//////////gAAAoAAAAFeAAAA+sAAAGgAAAIeAAABG8AAAAAAgAAAAoAAAAAAAAAABcAAAn/AAAFdwAAABwARQB2AGUAbgB0ACAARQBkAGkAdABvAHIAIAAyAAAAQgHZ0MsAAwAA//////////gAAAeAAAAEEAAAAicAAAEoAAAGRgAAAssAAAAAAgAAAAeAAAAAAAAAABcAAAd/AAAEDwAAABwARQB2AGUAbgB0ACAARQBkAGkAdABvAHIAIAAxAAAAQgHZ0MsAAwAA//////////gAAAoAAAAFeAAAAJoAAADcAAAEuQAAA8oAAAAAAgAAAAoAAAAAAAAAABcAAAn/AAAFdwAAAB4ARQB2AGUAbgB0ACAAQgByAG8AdwBzAGUAcgAgADEAAABCAdnQywADAAD///t4AAAAgf///QkAAANw///7eQAAAKD///0IAAADbwAAAAEAAAAAB4D///t5AAAAoP///QgAAANvAAAAFgBBAHUAZABpAG8AIABCAGkAbgAgADEAAABCAdnQywADAAAAAAQ3AAABNQAABcgAAAQkAAAEOAAAAVQAAAXHAAAEIwAAAAAAAAAACgAAAAQ4AAABVAAABccAAAQj - - - {44345994-b449-453f-9198-e8f3accd1e71} - - - - diff --git a/hwanyoung2/Content/Illusions/.user/Metadata/Asset/{4f34473d-1e56-44db-8dd1-60284d90f95e}.user.xml b/hwanyoung2/Content/Illusions/.user/Metadata/Asset/{4f34473d-1e56-44db-8dd1-60284d90f95e}.user.xml deleted file mode 100644 index 499a839a..00000000 --- a/hwanyoung2/Content/Illusions/.user/Metadata/Asset/{4f34473d-1e56-44db-8dd1-60284d90f95e}.user.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/Illusions/.user/Metadata/Mixer.user.xml b/hwanyoung2/Content/Illusions/.user/Metadata/Mixer.user.xml deleted file mode 100644 index b71bfad7..00000000 --- a/hwanyoung2/Content/Illusions/.user/Metadata/Mixer.user.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/Illusions/.user/Metadata/Workspace.user.xml b/hwanyoung2/Content/Illusions/.user/Metadata/Workspace.user.xml deleted file mode 100644 index 67a15096..00000000 --- a/hwanyoung2/Content/Illusions/.user/Metadata/Workspace.user.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - {ce30ebda-7d4b-4a2c-ad18-34f04ac67163} - - - {c81ff576-a715-479d-877b-e0a0201464b5} - - - - - Mixer 1 - - - AAAACQAAABQAUAByAG8AZgBpAGwAZQByACAAMQAAAEIB2dDLAAMAAP/////////4AAAKAAAABXgAAAMOAAABpQAABy0AAATVAAAAAAIAAAAKAAAAAAAAAAAXAAAJ/wAABXcAAAAgAFAAcgBlAHMAZQB0ACAAQgByAG8AdwBzAGUAcgAgADEAAABCAdnQywADAAAAAAzHAAADIAAADlgAAAYPAAAMyAAAAz8AAA5XAAAGDgAAAAEAAAAACgAAAAzIAAADPwAADlcAAAYOAAAAHgBNAGkAeABlAHIAIABSAG8AdQB0AGkAbgBnACAAMQAAAEIB2dDLAAMAAAAABDcAAAE1AAAFyAAABCQAAAQ4AAABVAAABccAAAQjAAAAAAAAAAAKAAAABDgAAAFUAAAFxwAABCMAAAAOAE0AaQB4AGUAcgAgADIAAABCAdnQywADAAAAAAI+AAABHgAABs0AAAT9AAACPwAAAT0AAAbMAAAE/AAAAAAAAAAACgAAAAI/AAABPQAABswAAAT8AAAADgBNAGkAeABlAHIAIAAxAAAAQgHZ0MsAAwAA//////////gAAAoAAAAFeAAAA+sAAAGgAAAIeAAABG8AAAAAAgAAAAoAAAAAAAAAABcAAAn/AAAFdwAAABwARQB2AGUAbgB0ACAARQBkAGkAdABvAHIAIAAyAAAAQgHZ0MsAAwAA//////////gAAAeAAAAEEAAAAicAAAEoAAAGRgAAAssAAAAAAgAAAAeAAAAAAAAAABcAAAd/AAAEDwAAABwARQB2AGUAbgB0ACAARQBkAGkAdABvAHIAIAAxAAAAQgHZ0MsAAwAA//////////gAAAoAAAAFeAAAAJoAAADcAAAEuQAAA8oAAAAAAgAAAAoAAAAAAAAAABcAAAn/AAAFdwAAAB4ARQB2AGUAbgB0ACAAQgByAG8AdwBzAGUAcgAgADEAAABCAdnQywADAAD///t4AAAAgf///QkAAANw///7eQAAAKD///0IAAADbwAAAAEAAAAAB4D///t5AAAAoP///QgAAANvAAAAFgBBAHUAZABpAG8AIABCAGkAbgAgADEAAABCAdnQywADAAAAAAQ3AAABNQAABcgAAAQkAAAEOAAAAVQAAAXHAAAEIwAAAAAAAAAACgAAAAQ4AAABVAAABccAAAQj - - - {44345994-b449-453f-9198-e8f3accd1e71} - - - - diff --git a/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_01.uasset b/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_01.uasset deleted file mode 100644 index b408ec15..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83acc16dbce66c8cd17dcfd9e85ca2797dfbf847ff4aeff5543f44fe76c686c5 -size 1464535 diff --git a/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_01.wav b/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_01.wav deleted file mode 100644 index 22a6e022..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_01.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2120bcf0c1e5a4ffd4dcaed7e5292079d9f59f67bc0f86034158a02f27b87f1 -size 3373414 diff --git a/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_02.uasset b/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_02.uasset deleted file mode 100644 index 4fa3a194..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00e2eea1a19b9bcb4a7d35e6932a1ddca9b2e0311d6f5bd005c0e89f31aebf22 -size 127543 diff --git a/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_02.wav b/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_02.wav deleted file mode 100644 index b88add32..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_02.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da6ecfbdb9f5f77d76798eeebe38385be2da1ce02987cc5abf093be7f88d807e -size 311806 diff --git a/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_03.uasset b/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_03.uasset deleted file mode 100644 index 2e881b6a..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e6aab0cbdffd899a3404a67997bb015e2b7abd8b00cd547af9be0453b838f16 -size 4278132 diff --git a/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_03.wav b/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_03.wav deleted file mode 100644 index 8a187045..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Ambience_Ext_Birds_AiryHum_Garden_03.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18123a677217f34cec87e0f4a1dfdb5fca25aafbecd3fe4bfb21e65398e5052e -size 9924628 diff --git a/hwanyoung2/Content/Illusions/Assets/Arrow v1.wav b/hwanyoung2/Content/Illusions/Assets/Arrow v1.wav deleted file mode 100644 index 6bc8b1ca..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Arrow v1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c03fdd936e08ee60bc7c4d0afe9f57e8dcca868dfeea26d65f411d2a792d662f -size 1952684 diff --git a/hwanyoung2/Content/Illusions/Assets/Arrow_Impact_1.uasset b/hwanyoung2/Content/Illusions/Assets/Arrow_Impact_1.uasset deleted file mode 100644 index ed60b57a..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Arrow_Impact_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0dc181bdbde4980832de8402dd18e06087f7b0337f3a131edf0da3563eec579 -size 38168 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Arrow Impact 1.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Arrow Impact 1.wav deleted file mode 100644 index 6a77dc0f..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Arrow Impact 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:081563985ba2db8cdaf9c8011bc72f8da65a426c009c4744c491d91c312d4130 -size 219932 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Arrow Release 1.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Arrow Release 1.wav deleted file mode 100644 index 3fce8594..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Arrow Release 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d45e498b8fe8011f2e9b736d80a6e3e2985cacadf19b5dff29c24e03f9c8b352 -size 528044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Arrow_Impact_1.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Arrow_Impact_1.uasset deleted file mode 100644 index 5392ffdd..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Arrow_Impact_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c894d6d4882b0d41064e0106ada13b8e130928162ea61225b9cd3eab8f3ccd15 -size 38294 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Arrow_Release_1.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Arrow_Release_1.uasset deleted file mode 100644 index 35567b41..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Arrow_Release_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:271a9d7e19ef627559a57f4226ce38fbb90214b10721fd78b6742ff289fbaa67 -size 40377 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Bow draw 1.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Bow draw 1.wav deleted file mode 100644 index 85fc0dad..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Bow draw 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0abd19424257b75b2bd1d3ae67695384a31306f6b6f82f40b36c25ba90215f11 -size 528044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Bow_draw_1.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Bow_draw_1.uasset deleted file mode 100644 index 73b8a37c..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Bow_draw_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8de12b3041aecad5da575893f59f04e34795fea6a2903c0755481c3d6899e90 -size 124455 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Haesol.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Buff Haesol.wav deleted file mode 100644 index e82fd299..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Haesol.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:863c437f2fb4d339bbe1f3af63f1db1b890939c3e2db3bc03953ab256ba347c6 -size 1944540 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 1.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 1.wav deleted file mode 100644 index d95a474b..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:854e78a0338f6c8989308816cb7fad63754e76bc77a72e8d430483da4dc95f7f -size 1589012 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 2.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 2.wav deleted file mode 100644 index a60be607..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 2.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:069fc571083401c5df7044ee6db907b322f9aa8245b97808fd3e0dac1446e450 -size 893844 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 3.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 3.wav deleted file mode 100644 index e1019ff3..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 3.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7842458097c40db7c38816e73136653766d588c23245a236014a112a89c5891 -size 595908 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 4.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 4.wav deleted file mode 100644 index 8e00d711..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 4.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:192c8d11167425a2718357b90518a6680ef84fe18343b5a9cf952f4c1531cf24 -size 695220 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 5.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 5.wav deleted file mode 100644 index 0cf4d3d1..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 5.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4038bffe72e42c3d4162878104ad9351e9250a2233d087d9e219fe3c799f02e7 -size 595908 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 6.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 6.wav deleted file mode 100644 index 9d0e7945..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 6.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6b4ef7de109ff0439fd4a977ce8371991a7b0085a8928c8ad1de6342d0719bb -size 1257980 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 7.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 7.wav deleted file mode 100644 index d55d5f0c..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff Sword/water sword Buff 7.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a61f00c91201d9ef42992ba18c23ad5a5bacc4c4991446e179b5c6f022115272 -size 2582116 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Haesol.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Haesol.uasset deleted file mode 100644 index 8ae85be2..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Haesol.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a60ddc729787934c7c5fd913088e89c6e51d49ae80f91f79459c97a94e4267f8 -size 430258 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_1.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_1.uasset deleted file mode 100644 index bdc7093a..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3940ff5b11fb20d319460cba45a142bc17b3ce8fbeb206230cdafdb51a8f843a -size 514952 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_2.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_2.uasset deleted file mode 100644 index 2119d3be..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c73f258e3d2e6056e47f2d4e9841e3c5864861fbda740dff624deb5a1d232910 -size 264369 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_3.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_3.uasset deleted file mode 100644 index 46c45309..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70a9c844c5884e10a9b27501fc5d7e3d05bcecccdb447eada7a45716d83c48f7 -size 226968 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_4.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_4.uasset deleted file mode 100644 index f7dc714c..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83bbb211475d08116c674a1f774d76126a31e9fa2bde4a6167c021d5a098bd60 -size 278680 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_5.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_5.uasset deleted file mode 100644 index b9e600ae..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e49f7320e18f86a35d1d09fcdd74caded914c414def219c80163de36ef2e33bd -size 211901 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_6.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_6.uasset deleted file mode 100644 index c27a098d..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ede4fdbb9833d9002d2e6db2b1763ede5535364c80cfedb40237d1f6cd4cbe7 -size 377705 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_7.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_7.uasset deleted file mode 100644 index 14e17352..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Buff_Sword/water_sword_Buff_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d059dd7f4c0fda04225b406503ff3e56b1489a90d5c8d0b1c4d20f5d1370131b -size 777582 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Creak 1.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Creak 1.wav deleted file mode 100644 index aeab75db..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Creak 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa4b22839aa85b8448539c56682e04741a68a1f76636e0d6cdafada3b3c977d6 -size 336044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Creak 2.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Creak 2.wav deleted file mode 100644 index 8091d45b..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Creak 2.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fec4a5382b8ec54bba0940a92973fb1fbf33462d07e48fb26c12e0314f11a19 -size 336044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Creak_1.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Creak_1.uasset deleted file mode 100644 index d1a35a8c..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Creak_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b44dce453d37f5a28b5d43dffc2cf1e13ad874b7c07d6f80fe8b99839430c4a3 -size 61136 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Creak_2.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Creak_2.uasset deleted file mode 100644 index 49491782..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Creak_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a72679c04bd4dda6cfc47b71f21a7c89899f511d1233da4dc67eb65caa8e866 -size 74360 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Haesol finished prob.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Haesol finished prob.wav deleted file mode 100644 index e8c37601..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Haesol finished prob.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18c8c9b8a445f9116efbba57265869bfbcbaae70401c9465dd65371f46d7776c -size 38940892 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Haesol_finished_prob.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Haesol_finished_prob.uasset deleted file mode 100644 index 495d6205..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Haesol_finished_prob.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0619e6471c0d3fb6cac20e2c8871128c801d4da2482da69609780070e6979fd -size 13502401 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Sanin Teleport.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Sanin Teleport.wav deleted file mode 100644 index e49b36f1..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Sanin Teleport.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a10974d9c50914024c08a0882de81a5606f0ac8281fac0b2ff347c27a9e4d77 -size 2475044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/SaninBaseAttack.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/SaninBaseAttack.uasset deleted file mode 100644 index bbe41b02..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/SaninBaseAttack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4755dd3d7da97c3229cb888f2e24b166f9cf45b6ef35f48ac0a9a94522ce816 -size 199728 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/SaninBaseAttack.wav b/hwanyoung2/Content/Illusions/Assets/Combat/SaninBaseAttack.wav deleted file mode 100644 index 1a5e7c20..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/SaninBaseAttack.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a0bf95f34e52d851633be836ebeb25d93209e9eec71bb8abd4671e8de59a6e7 -size 720044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Sanin_Teleport.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Sanin_Teleport.uasset deleted file mode 100644 index 2f5a96c5..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Sanin_Teleport.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5248c2df3ed5c65fd64482bba9001b7b7f90d307110d92b3358113429958842c -size 709932 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Sword block 2.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Sword block 2.wav deleted file mode 100644 index 88a6b9b0..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Sword block 2.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ec1f71445c46a9df97646510a531d01562ad43854e40d93c56bad92204ed184 -size 1008044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Sword block.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Sword block.wav deleted file mode 100644 index 64ba694e..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Sword block.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca0aed708b0bec872d247a8ebd4a66d45c8bff9ff75d638141231874950f002a -size 768044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Sword_block.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Sword_block.uasset deleted file mode 100644 index 8a5a61db..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Sword_block.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59b45fe0f476523e189f60cf9c7283ed36a3a48a646085374f260c85fd320edf -size 161075 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Sword_block_2.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Sword_block_2.uasset deleted file mode 100644 index a1b4cfb9..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Sword_block_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d884a9ee44a3b2dae9c069731b8ed6f84a14ef7d7c5ed4a6054ff09e0ac3b61c -size 250070 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Tk Block Impact.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Tk Block Impact.wav deleted file mode 100644 index 0df34189..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Tk Block Impact.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fec1ea4f216047b1009c0e8290ce8b96f86720ae24537fa3e0a01651155115f3 -size 483196 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Tk Block Ready.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Tk Block Ready.wav deleted file mode 100644 index b0125dde..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Tk Block Ready.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5da241c1b56c8e20d0921f7fcc86953bd1dd1a69f80872b16667812bfe5d0d34 -size 483196 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Tk_Block_Impact.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Tk_Block_Impact.uasset deleted file mode 100644 index 799fed13..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Tk_Block_Impact.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a72645fcb3e5250bc86e886c4fcd7b2768e6d34ccc348ea55114911a3ac9a776 -size 61253 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Tk_Block_Ready.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Tk_Block_Ready.uasset deleted file mode 100644 index 584d0cfc..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Tk_Block_Ready.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a0ce61a2b5cf3a5cae76c7152a09a0c1cbc615302dc86c55cfa78b8797efb35 -size 57415 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Water arrow sounds 1.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Water arrow sounds 1.wav deleted file mode 100644 index d13a3468..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Water arrow sounds 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65a9f33396ed81fccc1ac96f03440d26d2c3759713a2c3f9fe63cb048766e566 -size 384044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Water arrow trail version 4.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Water arrow trail version 4.wav deleted file mode 100644 index d4d0e045..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Water arrow trail version 4.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98be754e2759d62f64df337f100fff84ba1daac9d78abb1c9776250862af1388 -size 780044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Water arrow trail version 4.wav.asd b/hwanyoung2/Content/Illusions/Assets/Combat/Water arrow trail version 4.wav.asd deleted file mode 100644 index ca4e7e26..00000000 Binary files a/hwanyoung2/Content/Illusions/Assets/Combat/Water arrow trail version 4.wav.asd and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Water arrow trail3.wav b/hwanyoung2/Content/Illusions/Assets/Combat/Water arrow trail3.wav deleted file mode 100644 index ab8b6f40..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Water arrow trail3.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b414787229fb868cf37985449703ee3cf46ad5ce5f58fb69ac9d88e394a43a7 -size 1584044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Water_arrow_sounds_1.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Water_arrow_sounds_1.uasset deleted file mode 100644 index a47abd26..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Water_arrow_sounds_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3cdd6bdf247a247fbbc4be6fd95795ae1107aa02d0c343d7d46b36dc87df990 -size 120465 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Water_arrow_trail3.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Water_arrow_trail3.uasset deleted file mode 100644 index 1f564a0f..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Water_arrow_trail3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a10760a614a9b757fa4e28fbbc38c8b31b56b258b00aa039370cf6cc37cb31c1 -size 252662 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/Water_arrow_trail_version_4.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/Water_arrow_trail_version_4.uasset deleted file mode 100644 index ae656190..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/Water_arrow_trail_version_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8b932446a4666faa375c714d3bedd2796b7359fcee759bdcaf44d266f33683a -size 100152 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/bow equip.wav b/hwanyoung2/Content/Illusions/Assets/Combat/bow equip.wav deleted file mode 100644 index 81a1f156..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/bow equip.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eefcfa92ab13cbe0a275660351b871cdd5cd7a21577f13c1bbb38239713115cb -size 422836 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/bow string.wav b/hwanyoung2/Content/Illusions/Assets/Combat/bow string.wav deleted file mode 100644 index 31488274..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/bow string.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e29c3f6ebd259f6cc1462927cd93bf63e66f3a124d377b0898bebbd09e8bc71 -size 696044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/bow_equip.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/bow_equip.uasset deleted file mode 100644 index 0372b56e..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/bow_equip.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45cc3fd01c8f9ca8971f1b2413b3e664fa6f1ec612939fa1b311ce177330f43e -size 29973 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/bow_string.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/bow_string.uasset deleted file mode 100644 index c351e41f..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/bow_string.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eca70326e7e995880b087b16fc4d554df8f5883f243f46eb86876fe7cae5508b -size 196542 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/dash.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/dash.uasset deleted file mode 100644 index 517bef52..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/dash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:390dea0e33dd9f6045d529fad4145398c73bf03b7f79800f45639469d621137f -size 28634 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/dash.wav b/hwanyoung2/Content/Illusions/Assets/Combat/dash.wav deleted file mode 100644 index f5f7792f..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/dash.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6205ba2cfd7f1c6fe58d031911bc829888c6b326aa178d421e15a2090d0b735 -size 192044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/parry.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/parry.uasset deleted file mode 100644 index c1484fe8..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/parry.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b924b040785a826729296d47493fd05dabe8596a0aa0d28d1181c54858ed5f78 -size 276750 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/parry.wav b/hwanyoung2/Content/Illusions/Assets/Combat/parry.wav deleted file mode 100644 index 6adf6c1e..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/parry.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:848aabfff71bbf3803d3620d8643698658ad7fddeec959b338566aecdddf3cfa -size 3290908 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/swor sheathe.wav b/hwanyoung2/Content/Illusions/Assets/Combat/swor sheathe.wav deleted file mode 100644 index 4ab3df63..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/swor sheathe.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3730db1d914a41a3c10ee411ef4e3a650f49d24467cf5791c9cb9ce81083ad11 -size 48044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/swor_sheathe.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/swor_sheathe.uasset deleted file mode 100644 index a4defd7c..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/swor_sheathe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66dfb5631c92029e48c403b6506e5f1010a3e9c8ee9787c22b19f7b4ae9780fe -size 16218 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/sword 1.wav b/hwanyoung2/Content/Illusions/Assets/Combat/sword 1.wav deleted file mode 100644 index 7234cb15..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/sword 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45e97a3852b3f60f3aedb1c409d465608849bd5f4fd3058ce3d1e983b5d60590 -size 248332 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/sword 2.wav b/hwanyoung2/Content/Illusions/Assets/Combat/sword 2.wav deleted file mode 100644 index d479d886..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/sword 2.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:791bfb2354600cd781cfacbb00ea0b946fd6f547c48c5286d1600afb86544a32 -size 768124 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/sword 3.wav b/hwanyoung2/Content/Illusions/Assets/Combat/sword 3.wav deleted file mode 100644 index 841c80ca..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/sword 3.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fd7ddf9b9e2b17055b2a196613dc486b762a4cd72ac9cae03d851a9b415980f -size 1155004 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/sword 4.wav b/hwanyoung2/Content/Illusions/Assets/Combat/sword 4.wav deleted file mode 100644 index 19ac6cc9..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/sword 4.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c36724bc3f2e4760dd4f7060caf416feb66a6250ae66b58a876e6ff84f3d358 -size 1727916 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/sword draw.wav b/hwanyoung2/Content/Illusions/Assets/Combat/sword draw.wav deleted file mode 100644 index 31ba01f3..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/sword draw.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee5b3948873f463b843e3c85e2bbeb7a6e78a8c004fcebe7367041f216f469f6 -size 960044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/sword sheathe.wav b/hwanyoung2/Content/Illusions/Assets/Combat/sword sheathe.wav deleted file mode 100644 index 8a80bf9d..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/sword sheathe.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9f63e4490e8e57b9683795a12d3f6e35e22522cc5809e030a766cdbca864974 -size 960044 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/sword_1.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/sword_1.uasset deleted file mode 100644 index d4867bde..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/sword_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7399af97a3e3d1c2f5db4d080c6653f2b9c2c00e81462ef939987a754b34472 -size 76423 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/sword_2.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/sword_2.uasset deleted file mode 100644 index e2f338f0..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/sword_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4142292f09200b9b9eef6b6afbcf8474d966f4b72454f7c89c5a66f79379005c -size 175595 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/sword_3.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/sword_3.uasset deleted file mode 100644 index 65052e99..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/sword_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abe911795bb9e712a166d46815127ea58490758feded90500615f98db67895d6 -size 333268 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/sword_4.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/sword_4.uasset deleted file mode 100644 index 84681875..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/sword_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64731acdd74b3e5bda91f90b83798bcac6a634ea6c39761c84270dc767265776 -size 585305 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/sword_draw.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/sword_draw.uasset deleted file mode 100644 index 1656dd74..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/sword_draw.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a0defa138f8c2f85a20e32c0eaf0216dcb06722e02acf31a106d59ca9af97f7 -size 172199 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/sword_sheathe.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/sword_sheathe.uasset deleted file mode 100644 index 387085be..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/sword_sheathe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2da04a8739a9d77f3cf1b8a34b91f072cc20c011f62516e8d97324cb0f7c71c -size 160743 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/water reload.wav b/hwanyoung2/Content/Illusions/Assets/Combat/water reload.wav deleted file mode 100644 index 6435fb68..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/water reload.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f1376cb6e8341eea08d7c4f9b1a76a391c7c3edadfe89af312288e49c01b504 -size 5299492 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/water sword Buff 1.mp4 b/hwanyoung2/Content/Illusions/Assets/Combat/water sword Buff 1.mp4 deleted file mode 100644 index e69de29b..00000000 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/water sword Buff 1.wav b/hwanyoung2/Content/Illusions/Assets/Combat/water sword Buff 1.wav deleted file mode 100644 index d95a474b..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/water sword Buff 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:854e78a0338f6c8989308816cb7fad63754e76bc77a72e8d430483da4dc95f7f -size 1589012 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/water_reload.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/water_reload.uasset deleted file mode 100644 index 869d9579..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/water_reload.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dff94f406d4dbbd35f6956c5e0ad23d3e2d7da575416f5b891875e0679d8bd1 -size 898297 diff --git a/hwanyoung2/Content/Illusions/Assets/Combat/water_sword_Buff_1.uasset b/hwanyoung2/Content/Illusions/Assets/Combat/water_sword_Buff_1.uasset deleted file mode 100644 index 668f9daa..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Combat/water_sword_Buff_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2979d13e8c7333ab24b8d41ad568ea60e68ae0a6a655e2e1df84ea511c5f48f3 -size 514902 diff --git a/hwanyoung2/Content/Illusions/Assets/ESM_GB_fx_foley_one_shot_rockbrk_crafting_foley_rock_07_natural_organic_material.wav b/hwanyoung2/Content/Illusions/Assets/ESM_GB_fx_foley_one_shot_rockbrk_crafting_foley_rock_07_natural_organic_material.wav deleted file mode 100644 index b4776807..00000000 --- a/hwanyoung2/Content/Illusions/Assets/ESM_GB_fx_foley_one_shot_rockbrk_crafting_foley_rock_07_natural_organic_material.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:365260c6e377fceb3c6ab6e90f9014fa6209d2ad32a89adb89ea0eee024d9e7e -size 546224 diff --git a/hwanyoung2/Content/Illusions/Assets/ExplosionBlast_S08WA.111.wav b/hwanyoung2/Content/Illusions/Assets/ExplosionBlast_S08WA.111.wav deleted file mode 100644 index bd391b09..00000000 --- a/hwanyoung2/Content/Illusions/Assets/ExplosionBlast_S08WA.111.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b069e0bf18e9115d3c9af8fdfb14ddc4066e3c7d85f2353a5a90bfbf32a42dd6 -size 2881756 diff --git a/hwanyoung2/Content/Illusions/Assets/ExplosionBlast_S08WA_111.uasset b/hwanyoung2/Content/Illusions/Assets/ExplosionBlast_S08WA_111.uasset deleted file mode 100644 index 5de4c0bc..00000000 --- a/hwanyoung2/Content/Illusions/Assets/ExplosionBlast_S08WA_111.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c22697b9ad299156b33eb3d4932216245fb2ec185c7bed4f89fccac9d59d2353 -size 1155939 diff --git a/hwanyoung2/Content/Illusions/Assets/Music/Haesol cello finale 1.wav b/hwanyoung2/Content/Illusions/Assets/Music/Haesol cello finale 1.wav deleted file mode 100644 index 7f1cc69b..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Music/Haesol cello finale 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57410ca490ffa375ca51294c2c6fcb097dba3dac9b74c9dc5e0489a6592d709c -size 46811476 diff --git a/hwanyoung2/Content/Illusions/Assets/Music/Haesol_cello_finale_1.uasset b/hwanyoung2/Content/Illusions/Assets/Music/Haesol_cello_finale_1.uasset deleted file mode 100644 index 8bd2c2ea..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Music/Haesol_cello_finale_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7c379f0585f89bb30f8857caeaa17bd78bdd5e9c0a3ecc3509dd01c73743d23 -size 19266202 diff --git a/hwanyoung2/Content/Illusions/Assets/Music/Spring 1.wav b/hwanyoung2/Content/Illusions/Assets/Music/Spring 1.wav deleted file mode 100644 index a0965a52..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Music/Spring 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fe122b0ab61d842823e2c5af26358968944dec77ff5523d4e756c083b45c86e -size 48073892 diff --git a/hwanyoung2/Content/Illusions/Assets/Music/Spring_1.uasset b/hwanyoung2/Content/Illusions/Assets/Music/Spring_1.uasset deleted file mode 100644 index 98f42f5d..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Music/Spring_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:908a652a1f1fc24e94328fd8ad8fc4f18f89c0b747667f4c9bcb87f76fa18f92 -size 266 diff --git a/hwanyoung2/Content/Illusions/Assets/Music/raon shop.wav b/hwanyoung2/Content/Illusions/Assets/Music/raon shop.wav deleted file mode 100644 index 7c140757..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Music/raon shop.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5277eff18b4cf6cc3196f834c338b04abaaf47bfcc83bcdeae909192120b5c53 -size 21267740 diff --git a/hwanyoung2/Content/Illusions/Assets/Music/raon_shop.uasset b/hwanyoung2/Content/Illusions/Assets/Music/raon_shop.uasset deleted file mode 100644 index 555e8c6e..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Music/raon_shop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ba9556d8661d3a5e4ea81b851ca9ff0c0630e8b083a10eb652af5a0d136d1a3 -size 5691390 diff --git a/hwanyoung2/Content/Illusions/Assets/Normal slash.wav b/hwanyoung2/Content/Illusions/Assets/Normal slash.wav deleted file mode 100644 index 5f99db1e..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Normal slash.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c9e9c7db258aa53de7bcdc561a3d34afb22fa2557b6dfb103bdf762f805e6cf -size 2976044 diff --git a/hwanyoung2/Content/Illusions/Assets/Normal_slash.uasset b/hwanyoung2/Content/Illusions/Assets/Normal_slash.uasset deleted file mode 100644 index db639b32..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Normal_slash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8672039cff806dfba1f1322b2a370d5454bb4cc251ccc1b2b824ce010036edd -size 187551 diff --git a/hwanyoung2/Content/Illusions/Assets/Sanin Rock.wav b/hwanyoung2/Content/Illusions/Assets/Sanin Rock.wav deleted file mode 100644 index 0bdbd8c7..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Sanin Rock.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:083b1848305bb296b34d1c22bcf1c4f1ad0285edda662ca43066886039476312 -size 2785444 diff --git a/hwanyoung2/Content/Illusions/Assets/Sanin Teleport End.wav b/hwanyoung2/Content/Illusions/Assets/Sanin Teleport End.wav deleted file mode 100644 index d49021cc..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Sanin Teleport End.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25f49d974a115dac236d9237d12354f5e7077b92d6ec7afa9cdfe0fc9a63c069 -size 3072044 diff --git a/hwanyoung2/Content/Illusions/Assets/SaninButterflyAttack.uasset b/hwanyoung2/Content/Illusions/Assets/SaninButterflyAttack.uasset deleted file mode 100644 index 97ee01f2..00000000 --- a/hwanyoung2/Content/Illusions/Assets/SaninButterflyAttack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aad1c06068ec3fa02c25dbf98ebbc92d6f29b317a0302f356ccee509e948b9b9 -size 863629 diff --git a/hwanyoung2/Content/Illusions/Assets/SaninButterflyAttack.wav b/hwanyoung2/Content/Illusions/Assets/SaninButterflyAttack.wav deleted file mode 100644 index bbe8dbf0..00000000 --- a/hwanyoung2/Content/Illusions/Assets/SaninButterflyAttack.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b5a1637e21e404658bbe2cd0e31fbe59701007a9c493b2a48b106bbad16ff1c -size 3864044 diff --git a/hwanyoung2/Content/Illusions/Assets/Sanin_Rock.uasset b/hwanyoung2/Content/Illusions/Assets/Sanin_Rock.uasset deleted file mode 100644 index 18e08148..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Sanin_Rock.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:349e0c3d0a4fa22a05770ec5be01394afcb47b9641fa7faffe9af69927c42797 -size 237945 diff --git a/hwanyoung2/Content/Illusions/Assets/Sanin_Teleport_End.uasset b/hwanyoung2/Content/Illusions/Assets/Sanin_Teleport_End.uasset deleted file mode 100644 index 58368133..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Sanin_Teleport_End.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98d9c1ad084e7c5242c706eb950557a4e890828710dad87fbf364ffac7b5fcf1 -size 335654 diff --git a/hwanyoung2/Content/Illusions/Assets/Spirit slash.wav b/hwanyoung2/Content/Illusions/Assets/Spirit slash.wav deleted file mode 100644 index eab7591e..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Spirit slash.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f3c6b374802ea162ab9519e7e9d9b9d682e2f60f808d7815bfe4f91fadb2fee -size 3072044 diff --git a/hwanyoung2/Content/Illusions/Assets/Spirit_slash.uasset b/hwanyoung2/Content/Illusions/Assets/Spirit_slash.uasset deleted file mode 100644 index f4933360..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Spirit_slash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c97aa47e3cc33ca984899de7e5ea9c12036692163a60560771d68cba6a2b8f2 -size 181635 diff --git a/hwanyoung2/Content/Illusions/Assets/Spring Combat 1.wav b/hwanyoung2/Content/Illusions/Assets/Spring Combat 1.wav deleted file mode 100644 index 0967a2a7..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Spring Combat 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fe47336ef2e2e3ab829ad11f868fd608e3e3c148d5bb82aab0efce10165b4cc -size 66956772 diff --git a/hwanyoung2/Content/Illusions/Assets/Spring_Combat_1.uasset b/hwanyoung2/Content/Illusions/Assets/Spring_Combat_1.uasset deleted file mode 100644 index 4a40574b..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Spring_Combat_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb5f11be129250bd2760c34d83803de73c041609ebe485a9524e1c7efcc65bd9 -size 26147073 diff --git a/hwanyoung2/Content/Illusions/Assets/Sword_block_2.uasset b/hwanyoung2/Content/Illusions/Assets/Sword_block_2.uasset deleted file mode 100644 index fe8afbe1..00000000 --- a/hwanyoung2/Content/Illusions/Assets/Sword_block_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dd5f743f90bad00b02a7afb141bdf84d4b1892f43161a8810e867319285224b -size 250054 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/Bag close 3.wav b/hwanyoung2/Content/Illusions/Assets/UI/Bag close 3.wav deleted file mode 100644 index 06c0caa1..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/Bag close 3.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2f8c7328476b920fdc85b9de2ad6e0005716d3f310056aa52c0f804828ec355 -size 2513436 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/Bag open 3.wav b/hwanyoung2/Content/Illusions/Assets/UI/Bag open 3.wav deleted file mode 100644 index f4650500..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/Bag open 3.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79b3c696cdee1869f5bf7c8b46e5f0f32d348ec1f59ec96e5b38dc77e368ee59 -size 2513436 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/Bag_close_3.uasset b/hwanyoung2/Content/Illusions/Assets/UI/Bag_close_3.uasset deleted file mode 100644 index 37391626..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/Bag_close_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77bc511623f07ec90d0a28fc34837874c5155736ae959ce7a36de78bf51b4354 -size 256344 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/Bag_open_3.uasset b/hwanyoung2/Content/Illusions/Assets/UI/Bag_open_3.uasset deleted file mode 100644 index 4ea2daff..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/Bag_open_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b712a811ab54d8aed58ea4b5a033c246267548cadee919a40c8767aa50377d8 -size 219264 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/Save.uasset b/hwanyoung2/Content/Illusions/Assets/UI/Save.uasset deleted file mode 100644 index c711a2ac..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/Save.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f91a825743b3516037ceeaa28cb81d2d5d2a845f4acf10486950433e206eab8 -size 476871 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/Save.wav b/hwanyoung2/Content/Illusions/Assets/UI/Save.wav deleted file mode 100644 index 6641ed38..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/Save.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ce28b10edc1379d83f7a0fb1affc35632173b274f5ead3c5da62fc5517d08f3 -size 6912044 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/UI sound trad hover 1.wav b/hwanyoung2/Content/Illusions/Assets/UI/UI sound trad hover 1.wav deleted file mode 100644 index fd608228..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/UI sound trad hover 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3897ff0f48962b05629ceb0a31ad8446dadb78462e28e439eff04cf1a05f969 -size 3007900 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/UI sound trad hover 2.wav b/hwanyoung2/Content/Illusions/Assets/UI/UI sound trad hover 2.wav deleted file mode 100644 index ade310b9..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/UI sound trad hover 2.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:379f25304b3fe3403037c659d5490bbdfffa921f4db4e500e34079256bebb263 -size 3007900 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/UI sound trad hover 3.wav b/hwanyoung2/Content/Illusions/Assets/UI/UI sound trad hover 3.wav deleted file mode 100644 index 38856d4b..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/UI sound trad hover 3.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83db3672f7fb7c2446fbdbf37de1f4e21646833f904c2258bc53b3a2371c52dd -size 3007900 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/UI sound trad select 1.wav b/hwanyoung2/Content/Illusions/Assets/UI/UI sound trad select 1.wav deleted file mode 100644 index f82eb106..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/UI sound trad select 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b1e1df7a5d0d512129ba32d2f7640967c3965906511f1f9432d3d7ab13e190c -size 3007900 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/UI_sound_trad_hover_1.uasset b/hwanyoung2/Content/Illusions/Assets/UI/UI_sound_trad_hover_1.uasset deleted file mode 100644 index ae73d5d8..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/UI_sound_trad_hover_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:183367491d139e857d2ea8253ddaff1cc98a32bf1d81a120098109c70c2215f9 -size 243451 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/UI_sound_trad_hover_2.uasset b/hwanyoung2/Content/Illusions/Assets/UI/UI_sound_trad_hover_2.uasset deleted file mode 100644 index 933f8ab8..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/UI_sound_trad_hover_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a5771ab13ad8783b4938c9837f9de6a3239894e0c22b6e1dabe22f791cff9e5 -size 241972 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/UI_sound_trad_hover_3.uasset b/hwanyoung2/Content/Illusions/Assets/UI/UI_sound_trad_hover_3.uasset deleted file mode 100644 index 9c8807b3..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/UI_sound_trad_hover_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14179838fd92ac81cb757d1e0a73a207eae24ee0fad3d1f03c041764e6f92c44 -size 170840 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/UI_sound_trad_select_1.uasset b/hwanyoung2/Content/Illusions/Assets/UI/UI_sound_trad_select_1.uasset deleted file mode 100644 index 23cddca4..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/UI_sound_trad_select_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82957045feee0288c0d396f09a18c1d74d2372e188266e332650bf657030fcc5 -size 384638 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/crafting smol.wav b/hwanyoung2/Content/Illusions/Assets/UI/crafting smol.wav deleted file mode 100644 index aa067311..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/crafting smol.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d2c8db49cce8d897c4a0866b4919fae7f421157e9685a4cd38b5d8233914031 -size 670356 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/crafting_smol.uasset b/hwanyoung2/Content/Illusions/Assets/UI/crafting_smol.uasset deleted file mode 100644 index 7cc38942..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/crafting_smol.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77e179d57f9ffcc2779233275459c64aea6b4174dffc059c70eb3dee2db25084 -size 225264 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/journal 2.wav b/hwanyoung2/Content/Illusions/Assets/UI/journal 2.wav deleted file mode 100644 index 253fc74b..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/journal 2.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:856166ea4587f12bf2019170e50b8a8bfae2afe7a5f3ac86c8bb4ecaad22f79b -size 1152044 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/journal_2.uasset b/hwanyoung2/Content/Illusions/Assets/UI/journal_2.uasset deleted file mode 100644 index 4d5b21ad..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/journal_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1905ab57133b76cbabba274b2d9f2cba2cca53c4f10ce33e285aa1f7d7802b4 -size 161851 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/journal_open.uasset b/hwanyoung2/Content/Illusions/Assets/UI/journal_open.uasset deleted file mode 100644 index c1b43282..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/journal_open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bde3b583924463d9340c229e4e381c22e8fef3d221d713e29dfd5d36582bf6e0 -size 386425 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/journal_open.wav b/hwanyoung2/Content/Illusions/Assets/UI/journal_open.wav deleted file mode 100644 index 6fb9b6e2..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/journal_open.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42170b2626084f23bea815ca7e62e514596d18cfafa5a220fc2bad4c75361b79 -size 1152044 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/page turn.wav b/hwanyoung2/Content/Illusions/Assets/UI/page turn.wav deleted file mode 100644 index 1a5e527e..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/page turn.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76d1a051ee2c2b19d863f2bb5490dd7a792ef77a5796f3f84365028756b49401 -size 1152044 diff --git a/hwanyoung2/Content/Illusions/Assets/UI/page_turn.uasset b/hwanyoung2/Content/Illusions/Assets/UI/page_turn.uasset deleted file mode 100644 index 76da4b73..00000000 --- a/hwanyoung2/Content/Illusions/Assets/UI/page_turn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df67d2e10a3fe05bc16fa4b21d8b9dc9593781339d9c4d0ef669ce5a7ed884f2 -size 139829 diff --git a/hwanyoung2/Content/Illusions/Assets/WHITE RISER.wav b/hwanyoung2/Content/Illusions/Assets/WHITE RISER.wav deleted file mode 100644 index 0abc02bb..00000000 --- a/hwanyoung2/Content/Illusions/Assets/WHITE RISER.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15241af5267e3c8867854eb5afb3570c08337040174cbe0c4b1a9d750bffe987 -size 1626788 diff --git a/hwanyoung2/Content/Illusions/Assets/WHITE_RISER.uasset b/hwanyoung2/Content/Illusions/Assets/WHITE_RISER.uasset deleted file mode 100644 index dbbde29f..00000000 --- a/hwanyoung2/Content/Illusions/Assets/WHITE_RISER.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:193ea7fb69ad602a49e81109857a49b893f57c314ac7f0babd74ad7ca88a75ef -size 682300 diff --git a/hwanyoung2/Content/Illusions/Assets/bow_string.uasset b/hwanyoung2/Content/Illusions/Assets/bow_string.uasset deleted file mode 100644 index 1b7c0035..00000000 --- a/hwanyoung2/Content/Illusions/Assets/bow_string.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47ecddb98981abc3b21804a27f77733b0853cac9a61277be4f38025a559879f0 -size 196528 diff --git a/hwanyoung2/Content/Illusions/Assets/camp 70.wav b/hwanyoung2/Content/Illusions/Assets/camp 70.wav deleted file mode 100644 index 7682d0a4..00000000 --- a/hwanyoung2/Content/Illusions/Assets/camp 70.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5814459b2fca49663fa942d18c20766c17ecba0d66cdd430996a9c7beca0e01e -size 66486908 diff --git a/hwanyoung2/Content/Illusions/Assets/hit sounds 1.wav b/hwanyoung2/Content/Illusions/Assets/hit sounds 1.wav deleted file mode 100644 index 5344c883..00000000 --- a/hwanyoung2/Content/Illusions/Assets/hit sounds 1.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d7765ccabf0d7bb120dc90f251919752b9b5fca401dd6a047346037dd9a970e -size 192044 diff --git a/hwanyoung2/Content/Illusions/Assets/hit_sounds_1.uasset b/hwanyoung2/Content/Illusions/Assets/hit_sounds_1.uasset deleted file mode 100644 index a969a9bd..00000000 --- a/hwanyoung2/Content/Illusions/Assets/hit_sounds_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d906643372c6f8e8e3336c09a375ee3ee0aba17cd726421255554ef64377c1c -size 67843 diff --git a/hwanyoung2/Content/Illusions/Assets/raon shop.wav b/hwanyoung2/Content/Illusions/Assets/raon shop.wav deleted file mode 100644 index 7c140757..00000000 --- a/hwanyoung2/Content/Illusions/Assets/raon shop.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5277eff18b4cf6cc3196f834c338b04abaaf47bfcc83bcdeae909192120b5c53 -size 21267740 diff --git a/hwanyoung2/Content/Illusions/Assets/raon_shop.uasset b/hwanyoung2/Content/Illusions/Assets/raon_shop.uasset deleted file mode 100644 index 96a47d73..00000000 --- a/hwanyoung2/Content/Illusions/Assets/raon_shop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cf25272ab3b8557ee6eb5c188eb784723d018a890c46ffb5d281b2dd61be693 -size 265 diff --git a/hwanyoung2/Content/Illusions/Assets/sanin rock start.wav b/hwanyoung2/Content/Illusions/Assets/sanin rock start.wav deleted file mode 100644 index c89e1f72..00000000 --- a/hwanyoung2/Content/Illusions/Assets/sanin rock start.wav +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45c6603b515408b3ad41743a669465ca3866c3340294b21b753bd4e2a6b637f3 -size 696396 diff --git a/hwanyoung2/Content/Illusions/Assets/sanin_rock_start.uasset b/hwanyoung2/Content/Illusions/Assets/sanin_rock_start.uasset deleted file mode 100644 index f399f2e5..00000000 --- a/hwanyoung2/Content/Illusions/Assets/sanin_rock_start.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97d79149b451c57cac4fa086131140529494f6be534350a8d9781e1005c2e53a -size 276 diff --git a/hwanyoung2/Content/Illusions/Build/Desktop/Master.bank b/hwanyoung2/Content/Illusions/Build/Desktop/Master.bank deleted file mode 100644 index 5c641e52..00000000 Binary files a/hwanyoung2/Content/Illusions/Build/Desktop/Master.bank and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/Build/Desktop/Master.strings.bank b/hwanyoung2/Content/Illusions/Build/Desktop/Master.strings.bank deleted file mode 100644 index 45c71001..00000000 Binary files a/hwanyoung2/Content/Illusions/Build/Desktop/Master.strings.bank and /dev/null differ diff --git a/hwanyoung2/Content/Illusions/Illusions.fspro b/hwanyoung2/Content/Illusions/Illusions.fspro deleted file mode 100644 index c8e34d25..00000000 --- a/hwanyoung2/Content/Illusions/Illusions.fspro +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Asset/{1b856cb2-adc2-4b9a-bf94-82a4367fb566}.xml b/hwanyoung2/Content/Illusions/Metadata/Asset/{1b856cb2-adc2-4b9a-bf94-82a4367fb566}.xml deleted file mode 100644 index 02582c72..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Asset/{1b856cb2-adc2-4b9a-bf94-82a4367fb566}.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Music/ - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Asset/{38a59ef0-1dba-4f32-bc39-52a161cc27e4}.xml b/hwanyoung2/Content/Illusions/Metadata/Asset/{38a59ef0-1dba-4f32-bc39-52a161cc27e4}.xml deleted file mode 100644 index 9e6a34b5..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Asset/{38a59ef0-1dba-4f32-bc39-52a161cc27e4}.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Combat/ - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Asset/{3c31f7b9-f2f2-4071-aebb-5a570bd7b5b9}.xml b/hwanyoung2/Content/Illusions/Metadata/Asset/{3c31f7b9-f2f2-4071-aebb-5a570bd7b5b9}.xml deleted file mode 100644 index e78bd481..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Asset/{3c31f7b9-f2f2-4071-aebb-5a570bd7b5b9}.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - UI/ - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Asset/{4f34473d-1e56-44db-8dd1-60284d90f95e}.xml b/hwanyoung2/Content/Illusions/Metadata/Asset/{4f34473d-1e56-44db-8dd1-60284d90f95e}.xml deleted file mode 100644 index 499a839a..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Asset/{4f34473d-1e56-44db-8dd1-60284d90f95e}.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Asset/{938c2496-ebae-4d3d-9231-e35f74c71494}.xml b/hwanyoung2/Content/Illusions/Metadata/Asset/{938c2496-ebae-4d3d-9231-e35f74c71494}.xml deleted file mode 100644 index 425d2fed..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Asset/{938c2496-ebae-4d3d-9231-e35f74c71494}.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Combat/Buff Sword/ - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{0299c0e1-928b-4df7-b7f9-90f8327a528d}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{0299c0e1-928b-4df7-b7f9-90f8327a528d}.xml deleted file mode 100644 index 3747bfa9..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{0299c0e1-928b-4df7-b7f9-90f8327a528d}.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Music/Spring 1.wav - - - true - - - 48 - - - 2 - - - 125.1923125 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{097fe95c-fbd5-4a8c-8be8-7c452d9fc2fc}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{097fe95c-fbd5-4a8c-8be8-7c452d9fc2fc}.xml deleted file mode 100644 index b3180756..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{097fe95c-fbd5-4a8c-8be8-7c452d9fc2fc}.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Ambience_Ext_Birds_AiryHum_Garden_03.wav - - - true - - - 48 - - - 2 - - - 34.45795833333333 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{0a3f3d95-007f-4808-83ee-7fd732941ec0}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{0a3f3d95-007f-4808-83ee-7fd732941ec0}.xml deleted file mode 100644 index ac061af0..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{0a3f3d95-007f-4808-83ee-7fd732941ec0}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/swor sheathe.wav - - - 48 - - - 2 - - - 0.125 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{0e37adfa-589d-4463-9664-761a12aa1bf0}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{0e37adfa-589d-4463-9664-761a12aa1bf0}.xml deleted file mode 100644 index 1fe1f6a8..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{0e37adfa-589d-4463-9664-761a12aa1bf0}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Water arrow trail version 4.wav - - - 48 - - - 2 - - - 2.03125 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{0f73c3a7-fb40-4a2d-b7a1-d3852310cfe5}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{0f73c3a7-fb40-4a2d-b7a1-d3852310cfe5}.xml deleted file mode 100644 index e2813512..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{0f73c3a7-fb40-4a2d-b7a1-d3852310cfe5}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Buff Sword/water sword Buff 6.wav - - - 48 - - - 2 - - - 3.2758750000000001 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{14837715-a9d5-4db7-b6f1-a43d0e9e453c}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{14837715-a9d5-4db7-b6f1-a43d0e9e453c}.xml deleted file mode 100644 index 33c0bbee..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{14837715-a9d5-4db7-b6f1-a43d0e9e453c}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Arrow v1.wav - - - 48 - - - 2 - - - 6.7800000000000002 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{1f006aa4-2ede-44e7-888d-12cfc0bd0ffd}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{1f006aa4-2ede-44e7-888d-12cfc0bd0ffd}.xml deleted file mode 100644 index e6d71a6f..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{1f006aa4-2ede-44e7-888d-12cfc0bd0ffd}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - UI/crafting smol.wav - - - 48 - - - 2 - - - 1.7456041666666666 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{206c79e5-ec8d-4525-9313-2c48b41de8c0}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{206c79e5-ec8d-4525-9313-2c48b41de8c0}.xml deleted file mode 100644 index 77d6c541..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{206c79e5-ec8d-4525-9313-2c48b41de8c0}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - UI/Bag open 3.wav - - - 96 - - - 2 - - - 3.2726458333333333 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{25812da4-a46f-48b5-94d3-de2232e35170}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{25812da4-a46f-48b5-94d3-de2232e35170}.xml deleted file mode 100644 index b3dd7e6b..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{25812da4-a46f-48b5-94d3-de2232e35170}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Buff Sword/water sword Buff 2.wav - - - 48 - - - 2 - - - 2.3276041666666667 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{260c9658-5b87-40a9-96df-4e718e990294}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{260c9658-5b87-40a9-96df-4e718e990294}.xml deleted file mode 100644 index 28b97d8d..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{260c9658-5b87-40a9-96df-4e718e990294}.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Spring Combat 1.wav - - - true - - - 48 - - - 2 - - - 174.36647916666666 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{2e604db7-d09e-4bb6-9165-22d35428ca82}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{2e604db7-d09e-4bb6-9165-22d35428ca82}.xml deleted file mode 100644 index 887af94c..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{2e604db7-d09e-4bb6-9165-22d35428ca82}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - UI/UI sound trad hover 3.wav - - - 96 - - - 2 - - - 3.9164791666666665 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{300cea94-aba4-46b9-81ca-48155865efec}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{300cea94-aba4-46b9-81ca-48155865efec}.xml deleted file mode 100644 index 8b29e3a8..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{300cea94-aba4-46b9-81ca-48155865efec}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Buff Sword/water sword Buff 4.wav - - - 48 - - - 2 - - - 1.8103541666666667 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{30b14116-1f37-44dd-b072-d31963ed1eed}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{30b14116-1f37-44dd-b072-d31963ed1eed}.xml deleted file mode 100644 index 1617560e..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{30b14116-1f37-44dd-b072-d31963ed1eed}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Sword block.wav - - - 48 - - - 2 - - - 2 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{31437fc8-7765-4622-a0a9-08faa249a083}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{31437fc8-7765-4622-a0a9-08faa249a083}.xml deleted file mode 100644 index e0e61e87..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{31437fc8-7765-4622-a0a9-08faa249a083}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Arrow Impact 1.wav - - - 48 - - - 2 - - - 0.57262500000000005 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{32fb788c-9449-4ab8-afb8-4565e44c1877}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{32fb788c-9449-4ab8-afb8-4565e44c1877}.xml deleted file mode 100644 index b067a55d..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{32fb788c-9449-4ab8-afb8-4565e44c1877}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - ExplosionBlast_S08WA.111.wav - - - 96 - - - 2 - - - 4.976 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{35250175-caa9-4d8d-aa28-1720b27d2ff6}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{35250175-caa9-4d8d-aa28-1720b27d2ff6}.xml deleted file mode 100644 index 724a11e6..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{35250175-caa9-4d8d-aa28-1720b27d2ff6}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Buff Haesol.wav - - - 48 - - - 2 - - - 5.0637916666666669 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{366c9ccd-d27d-4b41-8ccf-79d7456c803d}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{366c9ccd-d27d-4b41-8ccf-79d7456c803d}.xml deleted file mode 100644 index c53f78ea..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{366c9ccd-d27d-4b41-8ccf-79d7456c803d}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/water reload.wav - - - 48 - - - 2 - - - 13.800645833333334 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{39497745-b64e-4d28-aac7-4c478a8d1d54}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{39497745-b64e-4d28-aac7-4c478a8d1d54}.xml deleted file mode 100644 index f22fa59a..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{39497745-b64e-4d28-aac7-4c478a8d1d54}.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - raon shop.wav - - - true - - - 48 - - - 2 - - - 55.384625 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{3a0897f4-a788-4455-9058-8c78a5561c80}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{3a0897f4-a788-4455-9058-8c78a5561c80}.xml deleted file mode 100644 index 1402c489..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{3a0897f4-a788-4455-9058-8c78a5561c80}.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Ambience_Ext_Birds_AiryHum_Garden_01.wav - - - true - - - 48 - - - 2 - - - 11.710687500000001 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{3c774eac-9d3b-419a-b1c5-15aadbbc1d07}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{3c774eac-9d3b-419a-b1c5-15aadbbc1d07}.xml deleted file mode 100644 index d88413d8..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{3c774eac-9d3b-419a-b1c5-15aadbbc1d07}.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Music/Haesol cello finale 1.wav - - - true - - - 48 - - - 2 - - - 121.90477083333333 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{40d46784-a42e-4a3a-88ab-a45f836f675a}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{40d46784-a42e-4a3a-88ab-a45f836f675a}.xml deleted file mode 100644 index ca5f40f4..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{40d46784-a42e-4a3a-88ab-a45f836f675a}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Bow draw 1.wav - - - 48 - - - 2 - - - 1.375 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{4510bcc5-5516-4662-a0e3-ab074499c616}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{4510bcc5-5516-4662-a0e3-ab074499c616}.xml deleted file mode 100644 index 85ea6622..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{4510bcc5-5516-4662-a0e3-ab074499c616}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - UI/Save.wav - - - 48 - - - 2 - - - 18 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{47959e1d-4582-4123-b548-3ac47803c174}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{47959e1d-4582-4123-b548-3ac47803c174}.xml deleted file mode 100644 index 101a2aec..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{47959e1d-4582-4123-b548-3ac47803c174}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Creak 1.wav - - - 48 - - - 2 - - - 0.875 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{511514b0-9d00-4a71-9956-145217a25316}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{511514b0-9d00-4a71-9956-145217a25316}.xml deleted file mode 100644 index 585f5311..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{511514b0-9d00-4a71-9956-145217a25316}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Buff Sword/water sword Buff 3.wav - - - 48 - - - 2 - - - 1.5517291666666666 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{51361f47-1071-42dd-9436-2338965081ac}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{51361f47-1071-42dd-9436-2338965081ac}.xml deleted file mode 100644 index 27a9ef50..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{51361f47-1071-42dd-9436-2338965081ac}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/sword 1.wav - - - 48 - - - 2 - - - 0.64658333333333329 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{63bbab8f-89ae-4070-8561-ce963b5caab0}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{63bbab8f-89ae-4070-8561-ce963b5caab0}.xml deleted file mode 100644 index 2c8e4c17..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{63bbab8f-89ae-4070-8561-ce963b5caab0}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Creak 2.wav - - - 48 - - - 2 - - - 0.875 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{72939219-931d-449f-8f58-9f4a1070929a}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{72939219-931d-449f-8f58-9f4a1070929a}.xml deleted file mode 100644 index f8929cd3..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{72939219-931d-449f-8f58-9f4a1070929a}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Sanin Teleport End.wav - - - 48 - - - 2 - - - 8 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{7b495f40-63ad-479f-a09b-9139ad95820d}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{7b495f40-63ad-479f-a09b-9139ad95820d}.xml deleted file mode 100644 index 974fe9da..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{7b495f40-63ad-479f-a09b-9139ad95820d}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - UI/Bag close 3.wav - - - 96 - - - 2 - - - 3.2726458333333333 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{8770041c-8837-4458-92cd-c7b6772bdf3c}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{8770041c-8837-4458-92cd-c7b6772bdf3c}.xml deleted file mode 100644 index 85ab02d8..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{8770041c-8837-4458-92cd-c7b6772bdf3c}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/bow string.wav - - - 48 - - - 2 - - - 1.8125 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{8af23d60-96b9-4d5c-93e7-f05f9a836fe5}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{8af23d60-96b9-4d5c-93e7-f05f9a836fe5}.xml deleted file mode 100644 index a2e39930..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{8af23d60-96b9-4d5c-93e7-f05f9a836fe5}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Spirit slash.wav - - - 48 - - - 2 - - - 8 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{8e048db8-e707-4f0e-bf23-3e587af8923a}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{8e048db8-e707-4f0e-bf23-3e587af8923a}.xml deleted file mode 100644 index e02bd6e1..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{8e048db8-e707-4f0e-bf23-3e587af8923a}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Tk Block Impact.wav - - - 48 - - - 2 - - - 1.2582083333333334 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9001ae30-02fb-4854-90db-4e2dd7fa4499}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9001ae30-02fb-4854-90db-4e2dd7fa4499}.xml deleted file mode 100644 index ece63a0e..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9001ae30-02fb-4854-90db-4e2dd7fa4499}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/SaninBaseAttack.wav - - - 48 - - - 2 - - - 1.875 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{93c03764-53e6-4ec1-909e-7e40bcb9e4d2}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{93c03764-53e6-4ec1-909e-7e40bcb9e4d2}.xml deleted file mode 100644 index 1a340f6a..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{93c03764-53e6-4ec1-909e-7e40bcb9e4d2}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - UI/UI sound trad hover 1.wav - - - 96 - - - 2 - - - 3.9164791666666665 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9691d56c-83ea-4801-aa8f-98aa8dfb96dc}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9691d56c-83ea-4801-aa8f-98aa8dfb96dc}.xml deleted file mode 100644 index b0bb4352..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9691d56c-83ea-4801-aa8f-98aa8dfb96dc}.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - Combat/Haesol finished prob.wav - - - true - - - 48 - - - 2 - - - 101.40845833333333 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9820f82b-6992-4d9e-8447-04f30bc25f8c}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9820f82b-6992-4d9e-8447-04f30bc25f8c}.xml deleted file mode 100644 index 370a9358..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9820f82b-6992-4d9e-8447-04f30bc25f8c}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - UI/page turn.wav - - - 96 - - - 2 - - - 1.5 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{98f90c10-d94e-4a1c-b2f6-9fa8055eee67}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{98f90c10-d94e-4a1c-b2f6-9fa8055eee67}.xml deleted file mode 100644 index 103e0bab..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{98f90c10-d94e-4a1c-b2f6-9fa8055eee67}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Tk Block Ready.wav - - - 48 - - - 2 - - - 1.2582083333333334 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9aa67dc2-70b1-4a70-a4af-1d1e95d8332b}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9aa67dc2-70b1-4a70-a4af-1d1e95d8332b}.xml deleted file mode 100644 index 8251219a..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9aa67dc2-70b1-4a70-a4af-1d1e95d8332b}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Water arrow sounds 1.wav - - - 48 - - - 2 - - - 1 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9e61281a-b5a7-4f9c-8a85-63ba09d9130e}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9e61281a-b5a7-4f9c-8a85-63ba09d9130e}.xml deleted file mode 100644 index 20a493b2..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{9e61281a-b5a7-4f9c-8a85-63ba09d9130e}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/dash.wav - - - 48 - - - 2 - - - 0.5 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{a75ef117-8a0c-4995-b089-1998731d4d85}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{a75ef117-8a0c-4995-b089-1998731d4d85}.xml deleted file mode 100644 index a49d2250..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{a75ef117-8a0c-4995-b089-1998731d4d85}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Buff Sword/water sword Buff 7.wav - - - 48 - - - 2 - - - 6.724145833333333 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{ad94f7b4-9a3e-4852-8a17-3592482354cb}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{ad94f7b4-9a3e-4852-8a17-3592482354cb}.xml deleted file mode 100644 index d94e7562..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{ad94f7b4-9a3e-4852-8a17-3592482354cb}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - sanin rock start.wav - - - 48 - - - 2 - - - 1.8134166666666667 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{b8e21bc7-d616-4b96-92c6-a530ba132823}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{b8e21bc7-d616-4b96-92c6-a530ba132823}.xml deleted file mode 100644 index 42f806ec..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{b8e21bc7-d616-4b96-92c6-a530ba132823}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/bow equip.wav - - - 48 - - - 2 - - - 1.1010208333333333 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{b960fcfb-213c-401d-8405-4938933d5731}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{b960fcfb-213c-401d-8405-4938933d5731}.xml deleted file mode 100644 index 77e17f9a..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{b960fcfb-213c-401d-8405-4938933d5731}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/sword 4.wav - - - 48 - - - 2 - - - 4.4996666666666663 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{b987dc57-a718-4556-a1f8-79f606a0b33e}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{b987dc57-a718-4556-a1f8-79f606a0b33e}.xml deleted file mode 100644 index 945dabd8..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{b987dc57-a718-4556-a1f8-79f606a0b33e}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/parry.wav - - - 48 - - - 2 - - - 8.569958333333334 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{bc128fa6-b281-48f3-9572-c2b54da201a3}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{bc128fa6-b281-48f3-9572-c2b54da201a3}.xml deleted file mode 100644 index ec318d25..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{bc128fa6-b281-48f3-9572-c2b54da201a3}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - UI/UI sound trad select 1.wav - - - 96 - - - 2 - - - 3.9164791666666665 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{be2f9aa6-3cdb-469c-a359-aec09041c04c}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{be2f9aa6-3cdb-469c-a359-aec09041c04c}.xml deleted file mode 100644 index bc546e43..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{be2f9aa6-3cdb-469c-a359-aec09041c04c}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Buff Sword/water sword Buff 1.wav - - - 48 - - - 2 - - - 4.1379374999999996 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{c907e405-b074-4509-a611-e558b6236d99}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{c907e405-b074-4509-a611-e558b6236d99}.xml deleted file mode 100644 index 1c4fe612..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{c907e405-b074-4509-a611-e558b6236d99}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - hit sounds 1.wav - - - 48 - - - 2 - - - 0.5 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{d29c51b2-d6ae-457d-a606-c327b625234b}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{d29c51b2-d6ae-457d-a606-c327b625234b}.xml deleted file mode 100644 index 378b2aab..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{d29c51b2-d6ae-457d-a606-c327b625234b}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Ambience_Ext_Birds_AiryHum_Garden_02.wav - - - 48 - - - 2 - - - 1.0801041666666666 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{d2a34bdb-96ac-400d-8402-858a7420007e}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{d2a34bdb-96ac-400d-8402-858a7420007e}.xml deleted file mode 100644 index 43c889fc..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{d2a34bdb-96ac-400d-8402-858a7420007e}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Sword block 2.wav - - - 48 - - - 2 - - - 2.625 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{d668a304-d170-412e-97b8-ef95c0451c48}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{d668a304-d170-412e-97b8-ef95c0451c48}.xml deleted file mode 100644 index b9987e49..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{d668a304-d170-412e-97b8-ef95c0451c48}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Normal slash.wav - - - 48 - - - 2 - - - 7.75 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{d7bd2680-e1ae-4f2d-af13-d0e212c39182}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{d7bd2680-e1ae-4f2d-af13-d0e212c39182}.xml deleted file mode 100644 index 36e1fd26..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{d7bd2680-e1ae-4f2d-af13-d0e212c39182}.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - SaninButterflyAttack.wav - - - true - - - 48 - - - 2 - - - 10.0625 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{dbda3745-cc69-42ff-bc28-2c185c8d12ba}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{dbda3745-cc69-42ff-bc28-2c185c8d12ba}.xml deleted file mode 100644 index fd0ef53d..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{dbda3745-cc69-42ff-bc28-2c185c8d12ba}.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - camp 70.wav - - - true - - - 48 - - - 2 - - - 173.142875 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{dbdf0633-d22b-4d14-a967-34499bb707bf}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{dbdf0633-d22b-4d14-a967-34499bb707bf}.xml deleted file mode 100644 index b7b3fb0f..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{dbdf0633-d22b-4d14-a967-34499bb707bf}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/sword 2.wav - - - 48 - - - 2 - - - 2.0002083333333331 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{de991e4b-296b-4b0c-b69c-5fec0d0c6bde}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{de991e4b-296b-4b0c-b69c-5fec0d0c6bde}.xml deleted file mode 100644 index 33ba0a7b..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{de991e4b-296b-4b0c-b69c-5fec0d0c6bde}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/water sword Buff 1.wav - - - 48 - - - 2 - - - 4.1379374999999996 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e0d2d86f-3ebd-4d9c-a3e6-6d295e358587}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e0d2d86f-3ebd-4d9c-a3e6-6d295e358587}.xml deleted file mode 100644 index b086ef95..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e0d2d86f-3ebd-4d9c-a3e6-6d295e358587}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/sword 3.wav - - - 48 - - - 2 - - - 3.0077083333333334 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e179ef98-764a-481e-a25e-a04e091a27b7}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e179ef98-764a-481e-a25e-a04e091a27b7}.xml deleted file mode 100644 index 18bbf0db..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e179ef98-764a-481e-a25e-a04e091a27b7}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/sword sheathe.wav - - - 48 - - - 2 - - - 2.5 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e2c7c067-b807-4220-99ad-d8be0a8228b9}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e2c7c067-b807-4220-99ad-d8be0a8228b9}.xml deleted file mode 100644 index e2aa2b62..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e2c7c067-b807-4220-99ad-d8be0a8228b9}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Sanin Teleport.wav - - - 48 - - - 2 - - - 6.4453125 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e2fa04da-5775-4601-8aee-e9c39e2fbc84}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e2fa04da-5775-4601-8aee-e9c39e2fbc84}.xml deleted file mode 100644 index 606f90a0..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e2fa04da-5775-4601-8aee-e9c39e2fbc84}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Buff Sword/water sword Buff 5.wav - - - 48 - - - 2 - - - 1.5517291666666666 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e98f2cdc-356e-48ac-941c-015f07a4db36}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e98f2cdc-356e-48ac-941c-015f07a4db36}.xml deleted file mode 100644 index c13c475f..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{e98f2cdc-356e-48ac-941c-015f07a4db36}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - WHITE RISER.wav - - - 44.0999985 - - - 2 - - - 6.1479365079365076 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{ec8e43a0-0139-48f0-81a2-a000ffa90694}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{ec8e43a0-0139-48f0-81a2-a000ffa90694}.xml deleted file mode 100644 index aa62b9d8..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{ec8e43a0-0139-48f0-81a2-a000ffa90694}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - UI/UI sound trad hover 2.wav - - - 96 - - - 2 - - - 3.9164791666666665 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{ee48da4d-7324-4818-b9a4-a359c75bdf09}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{ee48da4d-7324-4818-b9a4-a359c75bdf09}.xml deleted file mode 100644 index d2c4afc5..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{ee48da4d-7324-4818-b9a4-a359c75bdf09}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Water arrow trail3.wav - - - 48 - - - 2 - - - 4.125 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{efa740e5-6b1c-4323-9d23-602cbfb915e7}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{efa740e5-6b1c-4323-9d23-602cbfb915e7}.xml deleted file mode 100644 index ee1a5155..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{efa740e5-6b1c-4323-9d23-602cbfb915e7}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/Arrow Release 1.wav - - - 48 - - - 2 - - - 1.375 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{f43340c1-4fe1-4ded-a92e-ef503792b06e}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{f43340c1-4fe1-4ded-a92e-ef503792b06e}.xml deleted file mode 100644 index 1198137c..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{f43340c1-4fe1-4ded-a92e-ef503792b06e}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Combat/sword draw.wav - - - 48 - - - 2 - - - 2.5 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{f449472d-716c-452f-b0b0-ea5c697584e7}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{f449472d-716c-452f-b0b0-ea5c697584e7}.xml deleted file mode 100644 index 71ed868d..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{f449472d-716c-452f-b0b0-ea5c697584e7}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - UI/journal 2.wav - - - 96 - - - 2 - - - 1.5 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{f4896469-515b-40e7-8026-d2b4c2f68304}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{f4896469-515b-40e7-8026-d2b4c2f68304}.xml deleted file mode 100644 index d2520788..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{f4896469-515b-40e7-8026-d2b4c2f68304}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - UI/journal_open.wav - - - 96 - - - 2 - - - 1.5 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{f83805d4-b42f-4026-8a56-38e75ac08254}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{f83805d4-b42f-4026-8a56-38e75ac08254}.xml deleted file mode 100644 index 11f01c3c..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{f83805d4-b42f-4026-8a56-38e75ac08254}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - ESM_GB_fx_foley_one_shot_rockbrk_crafting_foley_rock_07_natural_organic_material.wav - - - 96 - - - 2 - - - 0.94822916666666668 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{fa80e91d-570e-48b9-b98c-ec6b8dab0db4}.xml b/hwanyoung2/Content/Illusions/Metadata/AudioFile/{fa80e91d-570e-48b9-b98c-ec6b8dab0db4}.xml deleted file mode 100644 index 5ec1b892..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/AudioFile/{fa80e91d-570e-48b9-b98c-ec6b8dab0db4}.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - Sanin Rock.wav - - - 48 - - - 2 - - - 7.2536458333333336 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Bank/{9c5265c8-c3c8-41f5-9212-f803a3d9a96e}.xml b/hwanyoung2/Content/Illusions/Metadata/Bank/{9c5265c8-c3c8-41f5-9212-f803a3d9a96e}.xml deleted file mode 100644 index b6a9aac1..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Bank/{9c5265c8-c3c8-41f5-9212-f803a3d9a96e}.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - Master - - - true - - - {304ad1ad-e2ac-4278-a677-ff55a1bbc62a} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/BankFolder/{304ad1ad-e2ac-4278-a677-ff55a1bbc62a}.xml b/hwanyoung2/Content/Illusions/Metadata/BankFolder/{304ad1ad-e2ac-4278-a677-ff55a1bbc62a}.xml deleted file mode 100644 index df627e2f..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/BankFolder/{304ad1ad-e2ac-4278-a677-ff55a1bbc62a}.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/DataFile/{20e00f8f-b5fa-4992-84e1-04fa109db7ad}.xml b/hwanyoung2/Content/Illusions/Metadata/DataFile/{20e00f8f-b5fa-4992-84e1-04fa109db7ad}.xml deleted file mode 100644 index bfd9c3de..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/DataFile/{20e00f8f-b5fa-4992-84e1-04fa109db7ad}.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Combat/water sword Buff 1.mp4 - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/EffectPresetFolder/{6f3e935c-7e4a-48ad-bb9e-f3fa03f07e6b}.xml b/hwanyoung2/Content/Illusions/Metadata/EffectPresetFolder/{6f3e935c-7e4a-48ad-bb9e-f3fa03f07e6b}.xml deleted file mode 100644 index 8887aa39..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/EffectPresetFolder/{6f3e935c-7e4a-48ad-bb9e-f3fa03f07e6b}.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/EncodingSetting/{0739bf1f-dd7f-4327-abdb-a2569a8c20ad}.xml b/hwanyoung2/Content/Illusions/Metadata/EncodingSetting/{0739bf1f-dd7f-4327-abdb-a2569a8c20ad}.xml deleted file mode 100644 index fa594d4d..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/EncodingSetting/{0739bf1f-dd7f-4327-abdb-a2569a8c20ad}.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - 3 - - - 37 - - - {44345994-b449-453f-9198-e8f3accd1e71} - - - {44345994-b449-453f-9198-e8f3accd1e71} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{0162e111-f1a7-4332-9374-df0d0b524270}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{0162e111-f1a7-4332-9374-df0d0b524270}.xml deleted file mode 100644 index cfad9230..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{0162e111-f1a7-4332-9374-df0d0b524270}.xml +++ /dev/null @@ -1,937 +0,0 @@ - - - - - Purple - - - Bow draw 1 - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {84413c90-e425-4453-9dda-3bdbdbb53d63} - - - {fbc7b704-6235-4469-b9d9-78dd44526c35} - - - {4dac2f15-84c2-4c91-87c1-278eebcab6c5} - - - {8d03d748-77a9-4989-bbdf-f48d6ba9f23e} - - - {c2137f46-33b8-42d5-bc81-f01d0bc6d285} - {1154a4f8-1f2c-40ef-b317-188acf6bc728} - {78fb02ae-21b0-4c81-8d47-d15eeac669e4} - {83445065-1daf-4d66-a237-b3d6e4d49192} - {7389863b-612f-46d1-a485-52ba8d312fb0} - - - {03f0f8e5-3daf-44bb-a945-af4e0cac0387} - {a398596b-1d07-4bff-bb38-f5d5dc89887c} - {fe783ba9-fff5-479d-bb70-df654bf4800f} - {a8ff0c74-d8a3-4d15-808f-d463045debe2} - {3e793da7-775d-467d-a8da-77415b1b6972} - - - {d3926a6b-14bd-40e6-ab29-9e023ee00930} - - - {785b0acb-f7f2-4db5-bace-9b789afd59d2} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {fd68f481-f9f0-4276-a35a-ca01d97b898b} - - - - - {e47abdf7-dae0-48c3-9390-d849fcf690eb} - {0ed212a8-7a93-4fc5-9170-2f0cf9a3d3e3} - {885af59d-4fc0-43ed-b793-f210850dfc73} - {2ed33599-f021-49ae-b804-6fa79699b25e} - - - {fd68f481-f9f0-4276-a35a-ca01d97b898b} - - - - - {2e758f1d-b00b-4982-90f1-14b3b1547a7f} - - - {a6ba9b73-1ffb-41dd-a55a-77d5f27f09eb} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - - - - - {43c9ec3f-f5ac-4b81-be09-6e357fae17ef} - {1650f3b0-843c-4890-ae3c-2ce68762e753} - {45ebdebe-08b5-42f2-99a1-767783651e1e} - {17208c18-0f3c-47ab-a83e-3561abf878cb} - {95112368-33ac-42f6-9761-fda006f67244} - {b4502383-7a8c-4398-b2ac-80da19f0d806} - - - {6f9d303c-1531-4146-847a-84b373f45080} - - - - - {bc5387e9-cde4-4c60-98e5-957fcb905072} - {6f69944c-031f-43d2-9ee2-74ea313cd10c} - {acbca048-b9b0-4f21-82a6-5815425654eb} - {211fd357-a9db-4585-b973-9e46228ec2d7} - {5dd8462c-3701-42a7-bb9e-714117a1c7d5} - - - {12611626-c1e9-4a03-9e2c-239360a2bf43} - - - - - {0d18126a-c9a2-4ae0-bc2f-231b3ab4d861} - {2bfbcbfd-e261-478c-989e-9f708d6d9995} - {bd21ccdc-bc84-43da-88cd-bec0a0343f43} - {57665fda-0e74-4641-b017-c931ec3b5e27} - {bb554359-5e7e-4d62-b408-5475430e7520} - - - {4d7cc331-35e6-4fe0-b331-a23f4b09f05e} - - - - - {a315392f-e9da-41b8-ac25-4d3134776be3} - {a47b976b-21cc-4355-97b6-d022ab46cf40} - {1cc7c114-8425-4a35-b835-dba7f8a6c4a1} - {6a5f8254-de19-4985-b794-7a00b8450d93} - {a4cb9507-bd93-4df0-ac3b-47b85d2d2f06} - - - {d35e65c4-7781-42f9-8803-e8abf98c9c7d} - - - - - {8d54df83-3d22-4a1d-a975-88381aba2f16} - {92640573-049c-45dc-a35d-8b60c3142ea9} - {652dacc3-6f21-417e-be73-353fb984c6e6} - {6088ca58-10ee-4590-9693-428da039e6c1} - {51273709-c0cb-4a9d-913f-cdf361119ab4} - - - {09368c67-c38f-471e-8724-2f037ef656ce} - - - - - {43c9ec3f-f5ac-4b81-be09-6e357fae17ef} - {652dacc3-6f21-417e-be73-353fb984c6e6} - {1650f3b0-843c-4890-ae3c-2ce68762e753} - {bc5387e9-cde4-4c60-98e5-957fcb905072} - {a315392f-e9da-41b8-ac25-4d3134776be3} - {bd21ccdc-bc84-43da-88cd-bec0a0343f43} - - - {93257320-4715-4f5f-b381-1c84365f02cb} - {ba98e02e-b544-41fc-965d-9335ba858602} - {503ebe41-6c6d-4d62-93e9-1673d66287c0} - {aa098d2e-bfe9-426e-ae93-4dfeb7de9653} - {3145d80e-bfac-4162-8aef-aca12141738d} - {9a49e543-ba43-41d8-b168-13c36ecc7b00} - - - - - {d0fdbb4e-a1fe-4465-a50b-0b0c03d0958e} - - - - - {a953ebd9-3053-4e06-8377-193f71d97952} - - - {bb3d882f-d5fb-4b40-a7f3-7d70eab42e48} - - - {84413c90-e425-4453-9dda-3bdbdbb53d63} - - - - - 0 - - - - - 0.34999999999999998 - - - 0 - - - - - 0 - - - - - 0.19999999999999996 - - - 0 - - - - - {ce5ad5b4-4b99-48b3-b975-0dac0e680231} - - - - - - 1.375 - - - {c09732f7-9221-4c95-9290-09d959498d74} - {29bb7599-a4de-4984-8062-c00710512db8} - {ad329347-43d4-4de2-9469-74e546bf35ac} - - - {40d46784-a42e-4a3a-88ab-a45f836f675a} - - - - - 2.8000000000000003 - - - 0.050000000000000003 - - - {0c37d332-b7d8-4f2f-b7d7-e9238c2d6d2c} - - - - - 0 - - - - - 0.34999999999999998 - - - 0 - - - - - 0 - - - - - 0.19999999999999996 - - - - - -3 - - - Audio 1 - - - {241fa0fc-adcf-4308-8c7e-dd0279ede7a6} - - - {9d9888c2-79d8-4855-8d50-80c9663186eb} - - - {fd68f481-f9f0-4276-a35a-ca01d97b898b} - - - - - 0 - - - true - - - true - - - 0.52346584635028914 - - - 1.3025766953713676 - - - 120 - - - 120 - - - 14 - - - 1 - - - -3.5 - - - {ab5aedc1-6760-41dd-b64c-379a2061f3d0} - {6fc8bac0-2624-4322-a460-33619279b8ca} - - - {cd1872b1-0337-402f-9039-57d3d2fa4a31} - {84bdab80-d0a3-4a90-90eb-40cd4f648b95} - - - - - 0.34999999999999998 - - - - - 0.34999999999999998 - - - - - 0 - - - - - 0.19999999999999996 - - - 0 - - - - - -4.5 - - - Audio 3 - - - {04e2a789-22a1-4375-ab5c-36900543a90e} - - - {062a57e1-2b75-42dc-b130-6f60cc453b62} - - - {fd68f481-f9f0-4276-a35a-ca01d97b898b} - - - - - 0 - - - - - 0.34999999999999998 - - - 0 - - - - - true - - - 42 - - - true - - - 0.52346584635028914 - - - 1.3025766953713676 - - - 0 - - - 240 - - - 360 - - - 1 - - - - 1 - - - {3b27129e-96df-4529-8843-d15a9f32bbec} - {e1342b47-2bd5-4097-82a8-cf7476e88c28} - - - {a9131944-16cf-43c2-a3f5-52f04256391e} - {36cc7843-edb7-4e51-bce5-2bb2ab7b5c1e} - - - - - 0 - - - - - 0.19999999999999996 - - - 0 - - - - - -9.5 - - - Audio 2 - - - {70319a01-f5c3-4294-93ba-741fd119db7b} - - - {5405721a-5009-4e41-9eee-9962ef3628d8} - - - {fd68f481-f9f0-4276-a35a-ca01d97b898b} - - - - - 2.8000000000000003 - - - {4bd224dc-b664-483f-91fb-598efca5f2ce} - - - - - 0 - - - - - 0.34999999999999998 - - - 0 - - - - - 0 - - - - - 0.19999999999999996 - - - - - Audio 4 - - - {8d50b553-f306-4d22-b6e3-d9736ba47543} - - - {b83818e2-358a-43fb-855c-b0a1f900999a} - - - {fd68f481-f9f0-4276-a35a-ca01d97b898b} - - - - - 0.35000000000000003 - - - {4cd9548c-e5fa-471e-ae2d-f112c1484db4} - - - - - 0.35000000000000003 - - - {fffef035-6682-4851-96e9-d0a20af8ab94} - - - - - 1.9484658463502891 - - - {e55b32d5-eefe-4545-b48e-ec9051b25c76} - - - {fca07dd1-5a10-4a57-bc1c-227e7cbe9964} - - - - - 0 - - - - - 0.19999999999999996 - - - 0 - - - - - Audio 5 - - - {dc42acb1-94a4-4d0f-a32d-98a8595bd19a} - - - {ec35fbfb-def1-4f25-8da7-69aff17b170e} - - - {fd68f481-f9f0-4276-a35a-ca01d97b898b} - - - - - 2.8000000000000003 - - - Release - - - {d3926a6b-14bd-40e6-ab29-9e023ee00930} - - - {83445065-1daf-4d66-a237-b3d6e4d49192} - - - - - 0.52346584635028914 - - - 1.3025766953713676 - - - {d3926a6b-14bd-40e6-ab29-9e023ee00930} - - - {c2137f46-33b8-42d5-bc81-f01d0bc6d285} - - - {fa9106a3-c780-411f-8c85-7dda8b3a1c63} - - - {93257320-4715-4f5f-b381-1c84365f02cb} - - - {af5fb8a2-1241-48af-8663-284c46bbeffb} - - - - - 0.52346584635028914 - - - Marker A - - - {d3926a6b-14bd-40e6-ab29-9e023ee00930} - - - {78fb02ae-21b0-4c81-8d47-d15eeac669e4} - - - - - 1.6500000000000001 - - - {d3926a6b-14bd-40e6-ab29-9e023ee00930} - - - {83445065-1daf-4d66-a237-b3d6e4d49192} - - - {870fcdb7-ad79-4cb5-a015-183928c63c84} - - - {503ebe41-6c6d-4d62-93e9-1673d66287c0} - - - - - 0 - - - {d3926a6b-14bd-40e6-ab29-9e023ee00930} - - - {7389863b-612f-46d1-a485-52ba8d312fb0} - - - - - 0.52346584635028914 - - - 50 - - - {d3926a6b-14bd-40e6-ab29-9e023ee00930} - - - {7389863b-612f-46d1-a485-52ba8d312fb0} - - - - - {009ae214-690e-455e-b758-8a3f30c688a3} - {1e192ba4-7659-4793-91cd-374dd92c07bd} - - - - - - - pitch - - - 7 - - - - - startOffset - - - 4 - - - - - volume - - - 9 - - - - - {181683a0-20d6-4417-be7f-928d438c07f2} - - - - - - startOffset - - - 11 - - - - - volume - - - 12 - - - - - 2.5 - - - {8770041c-8837-4458-92cd-c7b6772bdf3c} - - - - - {8770041c-8837-4458-92cd-c7b6772bdf3c} - - - - - {66173258-3716-4039-bfdc-629817bd61b6} - - - - - - startOffset - - - 100 - - - - - pitch - - - 7 - - - - - -6.5 - - - {adb171fe-c76e-4cf1-8d4b-0f25ba6d44d2} - {c15054fb-e466-4456-a952-4eaf2b157c69} - - - {47959e1d-4582-4123-b548-3ac47803c174} - - - - - -11.5 - - - {9f55a591-b232-4f4f-b057-f628fbbf9794} - {520997c4-250d-4a0d-801a-3ace5295313e} - {eca7c7d1-0775-45f1-8954-2423c8d6465a} - - - {63bbab8f-89ae-4070-8561-ce963b5caab0} - - - - - {49bba23f-78d0-4d19-8563-5c9c4c227d33} - - - - - - {0192c476-96ac-4a46-a898-a7a5558af743} - - - - - - {620d16f1-e223-4100-9b66-56d39b9b3076} - - - {537136ef-fa0b-4c1f-be4e-b41b7f39e040} - - - {92640573-049c-45dc-a35d-8b60c3142ea9} - - - - - {5bb33abf-23b8-48a2-b7f2-4af8e67e5432} - - - {9701fd17-60ab-435e-a54f-a18338b2b2e7} - - - {8d54df83-3d22-4a1d-a975-88381aba2f16} - - - - - intensity - - - 358.974335 - - - -0.134672925 - - - 93.3333359 - - - 100 - - - - - {0b6d9886-2d28-4b1d-9f8b-b55d4a0c9a8f} - - - - - - 0.20000000000000001 - - - {95112368-33ac-42f6-9761-fda006f67244} - {b4502383-7a8c-4398-b2ac-80da19f0d806} - {211fd357-a9db-4585-b973-9e46228ec2d7} - {5dd8462c-3701-42a7-bb9e-714117a1c7d5} - {57665fda-0e74-4641-b017-c931ec3b5e27} - {bb554359-5e7e-4d62-b408-5475430e7520} - {6a5f8254-de19-4985-b794-7a00b8450d93} - {a4cb9507-bd93-4df0-ac3b-47b85d2d2f06} - {6088ca58-10ee-4590-9693-428da039e6c1} - {51273709-c0cb-4a9d-913f-cdf361119ab4} - {885af59d-4fc0-43ed-b793-f210850dfc73} - {2ed33599-f021-49ae-b804-6fa79699b25e} - - - - - 1 - - - 1 - - - {d0fdbb4e-a1fe-4465-a50b-0b0c03d0958e} - - - - - 0.35000000000000003 - - - {45ebdebe-08b5-42f2-99a1-767783651e1e} - {17208c18-0f3c-47ab-a83e-3561abf878cb} - {6f69944c-031f-43d2-9ee2-74ea313cd10c} - {acbca048-b9b0-4f21-82a6-5815425654eb} - {0d18126a-c9a2-4ae0-bc2f-231b3ab4d861} - {2bfbcbfd-e261-478c-989e-9f708d6d9995} - {a47b976b-21cc-4355-97b6-d022ab46cf40} - {1cc7c114-8425-4a35-b835-dba7f8a6c4a1} - {e47abdf7-dae0-48c3-9390-d849fcf690eb} - {0ed212a8-7a93-4fc5-9170-2f0cf9a3d3e3} - {8d54df83-3d22-4a1d-a975-88381aba2f16} - {92640573-049c-45dc-a35d-8b60c3142ea9} - - - - - - - - - volume - - - 17 - - - - - pitch - - - 9.5 - - - - - volume - - - 6.5 - - - - - pitch - - - 5 - - - - - startOffset - - - 18 - - - - - - - 0 - - - 1 - - - 0.25471893 - - - - - 0.35000000000000003 - - - 0 - - - - - 0 - - - 0 - - - -0.2547189 - - - - - 0.35000000000000003 - - - 1 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{07490854-2291-4331-83c4-923119c69249}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{07490854-2291-4331-83c4-923119c69249}.xml deleted file mode 100644 index 78f7ed69..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{07490854-2291-4331-83c4-923119c69249}.xml +++ /dev/null @@ -1,219 +0,0 @@ - - - - - Menu open 2 - - - 1 - - - {039afa92-b442-4b99-89f5-a9a681e5ab09} - - - {906caf62-87e5-4447-8065-349d9bed825f} - - - {38c3135d-8f9b-42c9-8b3c-0329915c5dd4} - - - {4625008c-456c-4b08-ba36-bbcc4195e0d8} - - - {213ea9d7-51ac-4353-ab1e-2104c1830073} - - - {bf684149-b362-427c-80cc-9dfea6a3517d} - - - {73253fc4-11b2-4e9b-baa6-7eb26e6c4ed3} - {778848dd-29e2-46dd-bc54-5321529e6adb} - {eb2cb6b0-c60f-45d9-be63-7460fe08b5b4} - - - {9d705d8f-ab29-418a-9d50-aa721697dbbc} - - - {bf45548c-7734-4e2d-85c4-cf3e52970696} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {9ce14a6d-910f-48dd-97ad-ac7432acbcad} - - - - - {9ce14a6d-910f-48dd-97ad-ac7432acbcad} - - - - - {4f1d1f92-8690-45ad-9ab5-b84b37d70023} - - - {1313da7e-9c29-4a24-84b3-aa2862edb209} - - - {93fb17f3-d0a1-44d7-b7e3-9f060d84622a} - - - - - - - {8db546b5-7e64-4d82-80b2-44d9c181575f} - - - {4259480b-a058-48e7-a11e-5cdc1112a66c} - - - - - {4bfda805-a22c-45b6-94c9-7d7b965040ea} - - - {69acd63d-7ed9-4c5c-b899-fd4898ae62cf} - - - - - {868b3252-ba3e-483e-a9b0-2c677e2e81c6} - - - - - {8db546b5-7e64-4d82-80b2-44d9c181575f} - {4bfda805-a22c-45b6-94c9-7d7b965040ea} - - - {0166e47a-0ee4-4a18-b6ac-bf15acac430b} - - - - - {c54c20bd-4b3b-4923-b805-d9ac628748b8} - - - - - {b62fa998-3808-46e8-95cc-e221b74bc4bf} - - - {13681940-749c-4403-a01d-836cdd769ee6} - - - {906caf62-87e5-4447-8065-349d9bed825f} - - - - - {29656874-c756-4f38-8577-7bdacefe977a} - - - - - - 3.2726458333333333 - - - {206c79e5-ec8d-4525-9313-2c48b41de8c0} - - - - - Audio 1 - - - {77bc1135-900c-442f-b14d-562279af0dc3} - - - {dc60a21d-e7cc-499c-9c25-3e1769a4761e} - - - {9ce14a6d-910f-48dd-97ad-ac7432acbcad} - - - - - 3.2726458333333333 - - - {2aa1004d-2995-40af-a18e-5a6f4fb01ade} - - - - - Audio 2 - - - {c26c85d5-6447-4428-9e66-48c620da0bba} - - - {a4966c3e-9d43-4977-8264-35c85123f280} - - - {9ce14a6d-910f-48dd-97ad-ac7432acbcad} - - - - - Audio 3 - - - {b2f4e9c3-11b9-4eee-bdfa-ce1d5fe73642} - - - {a068ba96-94a4-4a7b-a7c8-917f43e0f263} - - - {9ce14a6d-910f-48dd-97ad-ac7432acbcad} - - - - - 1.25 - - - 1.8749999999999998 - - - {9d705d8f-ab29-418a-9d50-aa721697dbbc} - - - {bf684149-b362-427c-80cc-9dfea6a3517d} - - - - - {6b52e769-c36d-4e4f-a6f4-e526f8334300} - - - - - - - {fafe3cfe-a5ac-48c4-96c4-19bff4057429} - - - - - - {f867fe08-68a5-44f4-bdac-c4e3706f986f} - - - - - - {7e591351-aaaa-4ba6-bec5-6be9c612f441} - - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{0c37d332-b7d8-4f2f-b7d7-e9238c2d6d2c}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{0c37d332-b7d8-4f2f-b7d7-e9238c2d6d2c}.xml deleted file mode 100644 index a38cc798..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{0c37d332-b7d8-4f2f-b7d7-e9238c2d6d2c}.xml +++ /dev/null @@ -1,122 +0,0 @@ - - - - - Nested Event - - - 5 - - - {0162e111-f1a7-4332-9374-df0d0b524270} - - - {9f7a0688-8669-4d29-b74f-36851fe6e05e} - - - {e114f8c4-6bd9-4c07-93ef-1a06e9065643} - - - {2b313c55-e1b7-4513-8e0e-1d99611ebb66} - - - {531d52d0-087f-46d7-9980-9c9027386633} - - - {1dc24d1d-153a-432c-aad7-3401de2d0a42} - - - {1dc16e8e-ba91-490c-9f45-9d5d5fd05c72} - - - {33612422-ff0a-4464-a0f6-2aa03d4475a1} - - - - - {295f6461-13e2-46f8-9f31-1a18cbc7d9ee} - - - - - {295f6461-13e2-46f8-9f31-1a18cbc7d9ee} - - - - - {9f00cf25-dd6c-4030-b8ac-838a813d0c6d} - - - {d2cad442-da4b-4578-a415-8636f01d85b5} - - - - - - - {abb392ee-08d2-4d10-a3b8-034f19006334} - - - {93bbe04d-0aea-4441-ba43-9d70c7f11082} - - - - - {abb392ee-08d2-4d10-a3b8-034f19006334} - - - - - {12d29cac-9693-4bb9-ad60-64133baa82ff} - - - {f20b3e2e-1fc0-4a3b-8b68-b6d0f8869c7b} - - - {9f7a0688-8669-4d29-b74f-36851fe6e05e} - - - - - {25f2dd28-ebaf-4a58-98fc-5afadb5400c9} - - - - - - 1.375 - - - {912358d9-0422-4ca5-8043-f792575b53f3} - - - - - Audio 1 - - - {8d828198-4d37-4e94-8c15-bf31960f4dc0} - - - {787e5120-f137-4760-9aca-26ab4c318a07} - - - {295f6461-13e2-46f8-9f31-1a18cbc7d9ee} - - - - - {8a80dea8-b6e3-41fe-a958-fe77309e12f6} - - - - - - - {06df975f-1fa0-404b-b81b-1ecb49785add} - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{17291455-fd58-4daa-a35a-3326e324f19d}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{17291455-fd58-4daa-a35a-3326e324f19d}.xml deleted file mode 100644 index e6c296ef..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{17291455-fd58-4daa-a35a-3326e324f19d}.xml +++ /dev/null @@ -1,435 +0,0 @@ - - - - - Haesol - - - 1 - - - {c17b2701-f854-4202-9c96-2d97e0c77c26} - - - {c9acffcf-5bd8-42d5-9b30-f0367bbb26af} - - - {e73d0940-f831-4912-8ac1-b0c75ebb804f} - - - {0d33adf8-e9fb-4bb9-8e67-4647d851331e} - - - {77fcce9f-46c0-4bca-aa2b-46cb76e33e2e} - - - {a0697ab1-17a7-4c64-bfb5-a05678df27cc} - {2ea416ba-f176-4f2a-8d75-65a485434ba4} - {8bd9d9c2-0145-4f73-95db-dfe8cf26471d} - {0f751e22-1365-401b-99d5-4b09497431e1} - {50cd1941-2bf6-4fe8-a702-9f2678d1f29e} - {48c03d2b-f981-43dc-ba62-ca89f35c10f8} - - - {4a9e0552-3673-44ec-a02a-fc8468c6462b} - {d111db1c-6363-4ca0-aad7-b0f769553f84} - - - {b0f3804d-838d-4f11-995c-2445ba6fb5ca} - - - {82627671-970f-4b1a-82b5-3c49b3a4151d} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {2a201e70-089e-4987-8cd0-fcdadb906752} - - - - - {b95b1bfa-5684-427f-8a9b-524022b1798b} - {09b4f3b8-dec7-4a74-a558-3f80c1dc0628} - - - {2a201e70-089e-4987-8cd0-fcdadb906752} - - - - - {f3cc1432-232b-4850-a47d-6369ddb3e8b3} - - - {8003da64-9e3e-4e2e-865e-85b14d859635} - - - {d592b5a2-192b-4e16-8eab-627cc65b086d} - - - - - 1 - - - - - - - - - - - {52967181-a6a5-4d3c-98f3-2532764fe6a6} - {3b4905ee-e973-4f82-8420-0c01016b75cb} - {638bc639-e210-4edf-922c-b51f213c02ad} - - - {ad9f945f-acd0-4b01-be4a-bfcc2eab8cfa} - - - - - {1fa784d7-9cda-4b31-b0ff-5ae934497e6c} - {878a1c10-28db-4fd0-9c5e-532637a5547a} - - - {0179c29a-d223-4e59-8347-a1f882be7870} - - - - - {638bc639-e210-4edf-922c-b51f213c02ad} - - - {08345c93-9126-4c9d-8397-f199df73d766} - {fc3f2c5f-e016-4e61-8553-68860b3560ae} - {2b43ad5a-ad11-486e-82a9-d12a064ea4a9} - {96b66e8f-b26c-47dd-9e55-c4c7317882b3} - - - - - {c64e33ea-feb5-4063-9326-a0044c8182f6} - - - - - {417de2f6-c29e-4509-8635-60557077314b} - - - {26b03ac5-4e55-4ac8-9acd-5ea859071cad} - - - {6d1654a8-4ecd-48bb-af24-364b27f7f1a0} - - - {c9acffcf-5bd8-42d5-9b30-f0367bbb26af} - - - - - 0 - - - - - 7.6190476190476186 - - - 0 - - - - - {12566b57-57e3-4742-886b-20eaaf3729f0} - - - - - - 6.76056338028169 - - - {127c68d3-44d8-42aa-9762-eb66e5ef0b51} - - - - - 1.9047619047619047 - - - 5.7142857142857135 - - - {b82dc6d9-d382-4d9c-8980-e655de819109} - - - - - 121.90477083333333 - - - {3c774eac-9d3b-419a-b1c5-15aadbbc1d07} - - - - - -13 - - - Audio 1 - - - {f29be54d-a655-4f60-b4cd-a4df781c64f2} - - - {2f168b1d-8b6b-4a4e-8bfa-873049991aea} - - - {00001c21-7dab-44ce-9db0-3fa34ff979c7} - - - {2a201e70-089e-4987-8cd0-fcdadb906752} - - - - - 0 - - - - - 7.6190476190476186 - - - 0 - - - - - Audio 2 - - - {5685d84c-7e3b-4da6-9c9a-4699c555b1d6} - - - {6b7c7eba-3c08-42cf-ab32-96be222b6d0f} - - - {2a201e70-089e-4987-8cd0-fcdadb906752} - - - - - 0 - - - 63 - - - {b0f3804d-838d-4f11-995c-2445ba6fb5ca} - - - {a0697ab1-17a7-4c64-bfb5-a05678df27cc} - - - - - 9.5238095238095237 - - - Start - - - {b0f3804d-838d-4f11-995c-2445ba6fb5ca} - - - {48c03d2b-f981-43dc-ba62-ca89f35c10f8} - - - - - 105.71428571428571 - - - {b0f3804d-838d-4f11-995c-2445ba6fb5ca} - - - {0f751e22-1365-401b-99d5-4b09497431e1} - - - {13cc92d6-016e-4f41-86f3-b9a74e5c08c3} - - - - - 10.476190476190476 - - - 63 - - - {b0f3804d-838d-4f11-995c-2445ba6fb5ca} - - - {a0697ab1-17a7-4c64-bfb5-a05678df27cc} - - - - - volume - - - -80 - - - 0 - - - -80 - - - - - {d9a8db40-638f-4cd5-88ea-529be7a23af9} - {05a0325c-7fe8-4397-9766-e4942220a05c} - - - - - - - {bf441508-924e-426b-baef-8c9621e84e60} - - - {216ccdaf-a1d0-403f-95e9-6ea7a3e48c27} - - - {3b4905ee-e973-4f82-8420-0c01016b75cb} - - - - - {b3e78778-378b-4e95-bce8-347ed57f99d7} - - - {7f8f2ada-b2e8-48ec-bba4-227f92b70b3d} - - - {52967181-a6a5-4d3c-98f3-2532764fe6a6} - - - - - volume - - - {a8086201-9741-4426-a53b-eb49e6269e6b} - - - - - {f59e377b-cdf5-4739-95ef-122a381b61e3} - - - - - - {2b18930f-d403-468b-a93d-fd09c98718f9} - - - - - - 7.6190476190476186 - - - {52967181-a6a5-4d3c-98f3-2532764fe6a6} - {3b4905ee-e973-4f82-8420-0c01016b75cb} - {b95b1bfa-5684-427f-8a9b-524022b1798b} - {09b4f3b8-dec7-4a74-a558-3f80c1dc0628} - {1fa784d7-9cda-4b31-b0ff-5ae934497e6c} - {878a1c10-28db-4fd0-9c5e-532637a5547a} - - - - - - 0 - - - 1 - - - {3668569e-b376-4fc9-aab2-8f40701cdade} - - - - - 1.9047619047619047 - - - 1 - - - 0.25471893 - - - - - 6.76056338028169 - - - 0 - - - - - 1.9047619047619047 - - - 0 - - - -0.2547189 - - - - - 6.76056338028169 - - - 1 - - - - - {c64e33ea-feb5-4063-9326-a0044c8182f6} - - - {32d25c1d-85ba-448f-8168-c82e5e917fcc} - {fbd9ddbf-c270-4300-9584-712617f05490} - - - - - - - 0.5016146393972013 - - - -13 - - - - - 1 - - - -80 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{22f0f47b-9dce-4a71-b215-9668c4ce6825}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{22f0f47b-9dce-4a71-b215-9668c4ce6825}.xml deleted file mode 100644 index 39b7f2fb..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{22f0f47b-9dce-4a71-b215-9668c4ce6825}.xml +++ /dev/null @@ -1,187 +0,0 @@ - - - - - Purple - - - Buff Water - - - 1 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {af726d92-4328-4de9-b5dd-d8874c648af4} - - - {2f5d0c95-8190-4951-8c59-a056e41cfd3b} - - - {af118af2-72eb-43d8-8daa-c6c01d372c02} - - - {5d896bef-2c95-4169-91b7-28426708f031} - - - {bac516fb-dcc9-4418-8ac7-f9937df65533} - - - {0af32da2-2ff3-4d75-8497-e0e9c70aba0c} - {208fe279-3406-4e51-9f2f-cb4e290bb696} - - - {fdde2e99-ec9c-43fc-9876-f7637e41584b} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {0290bfea-d610-41c6-a3ef-11aa6699ec13} - - - - - {0290bfea-d610-41c6-a3ef-11aa6699ec13} - - - - - {c4b353c3-1704-4ad3-8652-b75c798cf2af} - - - {5e56cac0-4790-4abe-8403-b66dab6917f2} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {b7e295e4-8d0d-4ae1-a91d-71ae5603f58b} - - - {3a1187c3-2614-48d7-ada6-c81ad51c516c} - - - - - {e6b8535e-2b44-4a87-82c6-00aec893ff83} - - - {076bd00b-7bab-4247-b61b-b84006389a12} - - - - - {e6b8535e-2b44-4a87-82c6-00aec893ff83} - {b7e295e4-8d0d-4ae1-a91d-71ae5603f58b} - - - - - {282c648d-2301-48f1-aba7-dfce8ca21d17} - - - {52bcce8b-3e57-4a77-8afe-d99834e519e2} - - - {af726d92-4328-4de9-b5dd-d8874c648af4} - - - - - {6d139ee5-c3a1-4121-b1fa-2ecbbfba74b2} - - - - - - 4.4837916666666739 - - - 0.57999999999999996 - - - {35250175-caa9-4d8d-aa28-1720b27d2ff6} - - - - - Audio 1 - - - {4baf8a10-b70d-47b1-9233-93abfacaf54d} - - - {f54592a9-6ad6-4322-b16e-db8bbb676519} - - - {0290bfea-d610-41c6-a3ef-11aa6699ec13} - - - - - {313de78b-9814-45cd-9134-57e37ccb62c1} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {bb01528e-0377-4cf8-8c37-547e10c106da} - - - {a66c4ce6-3f54-46fb-ad13-5f6802c743bf} - - - {0290bfea-d610-41c6-a3ef-11aa6699ec13} - - - - - {f8aa8ec0-a0b6-43b5-b4c7-338c1882a09b} - - - - - - - {f7fd3011-a8d3-4dc1-8408-14a70580ce8f} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {cd58e522-b126-4ccf-8fd6-a4d0cbb6eb94} - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{2659a453-60ff-4d79-af24-73c01c285054}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{2659a453-60ff-4d79-af24-73c01c285054}.xml deleted file mode 100644 index e05f7736..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{2659a453-60ff-4d79-af24-73c01c285054}.xml +++ /dev/null @@ -1,770 +0,0 @@ - - - - - Camp - - - 1 - - - {c17b2701-f854-4202-9c96-2d97e0c77c26} - - - {fd1c52c7-f5ae-4d68-af70-a5e11d6fcab6} - - - {b6ad381d-ff13-45a0-b218-b9ff31108f89} - - - {6ce6a708-40df-487e-88e6-a5da95b2fa78} - - - {430650d2-7183-4be4-a108-c0f5e1926489} - - - {df8615a3-e026-403a-901b-74c5c2e42222} - {5e57a178-c73e-46ce-a9bd-393d2c4759df} - {cd9eb8c4-9815-41a4-a50c-f775e37d82cc} - {51d5647d-d493-4927-a07d-c9a5b115a54a} - {f685abd6-9ef7-43cc-822a-94ff1d600c75} - - - {4e4bf7e8-3aef-4067-a9b5-872f9740f7c3} - {f5b8f92c-3f06-4f9b-a064-a3f7afcb6173} - - - {a4bc75ec-f87f-499e-8e9d-8105ab6eabea} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {be77e946-509a-4aef-b50c-fa75eb820698} - - - - - {c135409e-2b10-4a0d-abb3-c4cdc69d1740} - {a91ab275-4ff0-43d8-b41c-dd71daf3b25c} - {7fda25e4-2774-4bd2-af67-b97a1a903a03} - {9475d313-d4a6-48b1-8dc2-28611dd563ff} - {4df01a61-eb21-4624-a044-d8c0e968314a} - {2cd7a7fc-5cbe-48cf-9e21-12feaf0bc200} - - - {be77e946-509a-4aef-b50c-fa75eb820698} - - - - - {8b498ad2-20c5-4bfb-8496-e80836b9aecb} - - - {8d30aa14-0eb9-4b4e-aa4a-e8d2bf2045a0} - - - {d592b5a2-192b-4e16-8eab-627cc65b086d} - - - - - - - - - - - {019ccc02-0278-4b08-a38f-e8b0c3028302} - - - {49a54cda-4633-4f64-aab8-6dd16ed23f09} - {054d7090-dc2a-4c90-8a13-3881c73f07b1} - {8e4336b0-5d80-4d82-aeee-504fdb2f4d0e} - {992897d8-5d26-4d3d-a37d-92d8257de094} - {c6132126-b8f0-4533-8f90-3b06b44afc05} - {bba2571b-d086-4496-aacc-418c97702661} - {a9f5663d-6706-409d-9fd8-c6c79937a730} - - - {bfc48002-2ef1-42f0-bece-e23fafc40d4d} - - - - - {f14a8e2f-99e6-496a-b860-56141036ad55} - - - {0b12d934-45a3-4b45-8138-dd13e8341966} - {36418555-23b4-4cf7-a8b6-e88c4986a84c} - {2962a162-c9b0-4163-a982-2fd65e2b3ab0} - {d8fb0b32-9ba9-46e2-9bb1-d616f5d502b9} - {f6fd304d-1a3b-4ace-ae1a-2028cfb65919} - {cc91c0eb-6746-4224-8435-91ec235b3fbe} - {737169d1-e0fb-40c1-ab2d-f397f1fc90f5} - - - {0b934e1c-c7cd-4690-84a0-688e69f7afd3} - - - - - {a9f5663d-6706-409d-9fd8-c6c79937a730} - {737169d1-e0fb-40c1-ab2d-f397f1fc90f5} - - - {229232df-4321-4393-9bcc-acca00edb608} - {6b85b15c-be90-4531-a0b4-95167e4d23d2} - {2ec8f0fe-8e95-4686-8fde-35be0d16ea77} - {75093874-861a-440b-b5d8-6d02d794f216} - {cc6d7b6f-6fd6-4385-82fc-2f2434f88862} - {0b744d8d-f0da-4251-bd79-ec062084b694} - {705530f5-7e1a-43b1-b166-48af3e145d7f} - {26cdfdc9-8cb4-403e-880a-4aa6a3c74b40} - - - - - {bac90259-6d2e-49e6-b317-2c321c48552c} - - - {addbf239-5107-4729-a8c2-2e7d3d60c7e0} - - - {fd1c52c7-f5ae-4d68-af70-a5e11d6fcab6} - - - - - 0 - - - - - 8 - - - 0 - - - - - 0 - - - - - 26 - - - 0 - - - - - 0 - - - - - 8 - - - 0 - - - - - {88dd7ff8-3cb4-4a33-ab21-a46ea57f4071} - - - - - - {fbdea7ca-1823-46fb-a72d-ad920c3de778} - - - - - 8 - - - {4489fd53-3a59-4143-aa09-e421392c88a1} - - - - - 8 - - - {d5ace26d-197b-4ab3-b905-8b91b6a4dc11} - - - - - 4 - - - {01de530e-9c8e-42a6-ab3d-9c04554527c3} - - - - - 2 - - - 24 - - - {f6aaaa66-2563-4285-9f03-0ef069d709ae} - - - - - 8 - - - {fcef430a-5a27-49fb-bca7-c48067ce89dc} - - - - - 8 - - - - - 173.142875 - - - - 10 - - - {dbda3745-cc69-42ff-bc28-2c185c8d12ba} - - - - - Audio 1 - - - {fbdea7ca-1823-46fb-a72d-ad920c3de778} - - - {149f5924-8d72-4157-a96e-8aa16815d232} - - - {e501eff9-dfc2-4739-a2b6-c9524d9ebf7d} - - - {be77e946-509a-4aef-b50c-fa75eb820698} - - - - - {06d12b9d-3cd2-4c36-8dde-a6db448050ae} - - - - - 0 - - - - - 8 - - - 0 - - - - - 0 - - - - - 26 - - - 0 - - - - - 0 - - - - - 8 - - - 0 - - - - - 148 - - - {c661b7e9-99e9-47b6-a62d-3100336852a6} - - - - - Audio 2 - - - {06d12b9d-3cd2-4c36-8dde-a6db448050ae} - - - {7247ad31-38fe-4797-9f27-42b01034125e} - - - {e6ef86f1-5ea3-4505-9ea4-4b4270b336fa} - - - {be77e946-509a-4aef-b50c-fa75eb820698} - - - - - 0 - - - 148 - - - {a4bc75ec-f87f-499e-8e9d-8105ab6eabea} - - - {cd9eb8c4-9815-41a4-a50c-f775e37d82cc} - - - {f10e35da-8d43-4c3e-a0ae-d9bdc36e14ba} - - - - - 188 - - - Shop - - - {a4bc75ec-f87f-499e-8e9d-8105ab6eabea} - - - {df8615a3-e026-403a-901b-74c5c2e42222} - - - - - 188 - - - 13.090909090909093 - - - {a4bc75ec-f87f-499e-8e9d-8105ab6eabea} - - - {51d5647d-d493-4927-a07d-c9a5b115a54a} - - - - - 0 - - - 148 - - - {a4bc75ec-f87f-499e-8e9d-8105ab6eabea} - - - {51d5647d-d493-4927-a07d-c9a5b115a54a} - - - {31a28ad3-13c7-4351-b7c5-15deabfb5270} - - - {6b85b15c-be90-4531-a0b4-95167e4d23d2} - - - {b71f5aa2-34ba-4bc9-91d0-db1306b7b380} - - - - - 0 - - - Camp - - - {a4bc75ec-f87f-499e-8e9d-8105ab6eabea} - - - {5e57a178-c73e-46ce-a9bd-393d2c4759df} - - - - - 188 - - - 55.384625 - - - {a4bc75ec-f87f-499e-8e9d-8105ab6eabea} - - - {f685abd6-9ef7-43cc-822a-94ff1d600c75} - - - {a67979f4-8859-4f47-85e5-ce9c39cb8ede} - - - {cc6d7b6f-6fd6-4385-82fc-2f2434f88862} - - - {25df9867-5965-4707-866c-50c607096f7b} - - - - - 0 - - - 70 - - - {a4bc75ec-f87f-499e-8e9d-8105ab6eabea} - - - {f685abd6-9ef7-43cc-822a-94ff1d600c75} - - - - - 188 - - - 110 - - - {a4bc75ec-f87f-499e-8e9d-8105ab6eabea} - - - {5e57a178-c73e-46ce-a9bd-393d2c4759df} - - - - - {ea9c4d17-0931-4064-ab22-5c153f8cb6ec} - - - - - - - {7556770b-d6ad-4b26-8fde-7d65b1ae02e6} - - - {2172f733-34c0-40d6-a769-b10e88afe303} - - - {054d7090-dc2a-4c90-8a13-3881c73f07b1} - - - - - {0e303004-7781-4d93-80dd-3e37b73cacb3} - - - {00af3ed9-c8e1-45bf-8d1b-103b65c80dbd} - - - {49a54cda-4633-4f64-aab8-6dd16ed23f09} - - - - - {1466875f-3e1e-4f92-a9fa-3a427bec710a} - - - {039de57f-3790-4f89-b1c5-cea609d2d0e3} - - - {992897d8-5d26-4d3d-a37d-92d8257de094} - - - - - {a3b4185f-acee-4dec-ae60-86040cc3732a} - - - {6fc5711e-cd92-4ae6-bd36-029a468a8f65} - - - {8e4336b0-5d80-4d82-aeee-504fdb2f4d0e} - - - - - {790c3ad5-d105-4e55-a5b3-493593677b9c} - - - {d1458547-ebf0-4037-a157-c63879a7ad33} - - - - - volume - - - {a57970ff-6372-45bc-9f73-040b0d2dc199} - - - - - {79a206fd-acf1-4460-8920-ee4af9dec064} - {cf5d4b46-55cd-4a10-877d-122ca435e386} - - - - - - volume - - - {c7c77d05-6f20-479b-9d3a-8b8dca4529c4} - - - - - {3f69e8f6-f16a-439d-9f52-38b5263e4e96} - - - - - - 8 - - - {49a54cda-4633-4f64-aab8-6dd16ed23f09} - {054d7090-dc2a-4c90-8a13-3881c73f07b1} - {0b12d934-45a3-4b45-8138-dd13e8341966} - {36418555-23b4-4cf7-a8b6-e88c4986a84c} - {c135409e-2b10-4a0d-abb3-c4cdc69d1740} - {a91ab275-4ff0-43d8-b41c-dd71daf3b25c} - - - - - 26 - - - {8e4336b0-5d80-4d82-aeee-504fdb2f4d0e} - {992897d8-5d26-4d3d-a37d-92d8257de094} - {2962a162-c9b0-4163-a982-2fd65e2b3ab0} - {d8fb0b32-9ba9-46e2-9bb1-d616f5d502b9} - {7fda25e4-2774-4bd2-af67-b97a1a903a03} - {9475d313-d4a6-48b1-8dc2-28611dd563ff} - - - - - 0.5 - - - 0.5 - - - {3dd03d4c-ef23-4d03-a152-62b3a06b6509} - - - - - 8 - - - {c6132126-b8f0-4533-8f90-3b06b44afc05} - {bba2571b-d086-4496-aacc-418c97702661} - {f6fd304d-1a3b-4ace-ae1a-2028cfb65919} - {cc91c0eb-6746-4224-8435-91ec235b3fbe} - {4df01a61-eb21-4624-a044-d8c0e968314a} - {2cd7a7fc-5cbe-48cf-9e21-12feaf0bc200} - - - - - 0 - - - 0 - - - {3dd03d4c-ef23-4d03-a152-62b3a06b6509} - - - - - - 0 - - - 1 - - - 0.25471893 - - - - - 8 - - - 0 - - - - - 0 - - - 0 - - - -0.2547189 - - - - - 8 - - - 1 - - - - - 2 - - - 1 - - - -0.329587787 - - - - - 4 - - - 0 - - - - - 2 - - - 0 - - - -0.2547189 - - - - - 4 - - - 1 - - - - - 0 - - - 1 - - - -0.384728074 - - - - - 8 - - - 0 - - - - - {3dd03d4c-ef23-4d03-a152-62b3a06b6509} - - - {dcfe3162-9f31-41bb-99dc-28cc635dade1} - {a1a940df-aadb-4e80-a94b-2bfc2f7c02d5} - - - - - - 8.5 - - - - - {3dd03d4c-ef23-4d03-a152-62b3a06b6509} - - - {4709fce0-b1ff-4ab3-a8eb-e33f31bb8be2} - {0bd10d7f-ddd0-4272-a90f-0c94f099f491} - - - - - - 0 - - - -5.5 - - - - - 0.97881355932203384 - - - -80 - - - - - 0 - - - -80 - - - - - 0.97033898305084743 - - - -6 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{2971f896-76e3-4d70-9b37-742c7ed9b21d}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{2971f896-76e3-4d70-9b37-742c7ed9b21d}.xml deleted file mode 100644 index 8974901e..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{2971f896-76e3-4d70-9b37-742c7ed9b21d}.xml +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Purple - - - Sword block - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {f0e2c82a-27b5-461c-9551-2beeb2ae2d71} - - - {504022c6-54eb-4213-af0b-ea6999ea6757} - - - {26bfb6fe-7e14-4f8a-ab1b-ea9e721ce796} - - - {9960a95f-96b7-40c4-b6ac-1615ba11444c} - - - {5281751b-d239-4d3a-b117-4abdfe4ae16e} - - - {10f2b999-3e22-456b-aff2-01472494e586} - {fbb46c45-13e5-417c-9589-7ff83b647ece} - - - {95d464e3-2c83-4bbf-a2f3-c6afaa2bbc4d} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {147cb647-49a4-4f58-ae7f-e233404e9361} - - - - - {147cb647-49a4-4f58-ae7f-e233404e9361} - - - - - {bd595299-e68e-4d47-b92b-71007b7e5dc0} - - - {b198faf4-8d81-4a2c-b4cd-64b17ea5fcd9} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {bc5b7684-99b2-42b4-b3ba-ea8403bdf97f} - - - {7f1acd74-4e2c-4f5a-8551-b7f3a3a2a367} - - - - - {69dfa2ee-a8f8-499a-8594-aa376a4d408a} - - - {25e3807e-0876-4fec-8063-8bc5056d2783} - - - - - {69dfa2ee-a8f8-499a-8594-aa376a4d408a} - {bc5b7684-99b2-42b4-b3ba-ea8403bdf97f} - - - - - {eb275b06-130a-4ef5-b9ec-a72d22a33f63} - - - {9d03f826-5ae7-48da-87dc-e675aa134704} - - - {f0e2c82a-27b5-461c-9551-2beeb2ae2d71} - - - - - {3597477b-1ecd-4de0-8c58-a68a4f8738d2} - - - - - - 2.3849999999999998 - - - 0.23999999999999999 - - - {d2a34bdb-96ac-400d-8402-858a7420007e} - - - - - Audio 1 - - - {cf81bf22-a76a-49e0-ae48-45e932656215} - - - {e7de579a-3d6d-4394-b9f9-cbe34e51a9a4} - - - {147cb647-49a4-4f58-ae7f-e233404e9361} - - - - - {437671ba-3f58-4577-8962-16b6e8b4ece0} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {3dc8ca72-047e-4c19-8067-9f090ac5dd43} - - - {c295b2e0-a6c5-4129-a88d-03a765cc1b68} - - - {147cb647-49a4-4f58-ae7f-e233404e9361} - - - - - {7dd616eb-1770-4c0c-9aa9-fdeb3b782099} - {c493dfd5-8e85-4829-a503-e8e681f61933} - - - - - - - {3d5f6aae-6c2e-4202-91b5-12907e12fc4b} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {cb18efad-2aaa-439d-b1c3-8cc1e3ce74a7} - - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{29f7e943-3cdc-44bc-bf4b-ad1867401bde}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{29f7e943-3cdc-44bc-bf4b-ad1867401bde}.xml deleted file mode 100644 index 3623f314..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{29f7e943-3cdc-44bc-bf4b-ad1867401bde}.xml +++ /dev/null @@ -1,121 +0,0 @@ - - - - - UI Select 2 - - - 1 - - - {039afa92-b442-4b99-89f5-a9a681e5ab09} - - - {9aadda77-cd1e-4ab3-ba75-e2d710308784} - - - {16e63413-0503-42f2-b426-fdfaf95f71ef} - - - {f2cf2a75-cfee-4b87-8731-2eb5defe574a} - - - {cbc0b0d2-edb4-4aa3-884e-97427c7d0f5e} - - - {d4f16d79-b99d-4e6c-af3c-b89b6af2a927} - - - {b0140333-ac8d-4f76-876e-9bd0a7dae1aa} - - - {f0e9a721-429f-4a8e-951c-e6139225d2bd} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {ee425280-ef56-4acd-a77f-1c182168b3ea} - - - - - {0adfb1e0-8c81-424b-9218-56850b6fcfcb} - - - {ee425280-ef56-4acd-a77f-1c182168b3ea} - - - - - {a3e2e9f5-c421-46d7-8707-38cbfdb8b141} - - - {820103d9-4a3a-48a7-9033-2d6859086f62} - - - {93fb17f3-d0a1-44d7-b7e3-9f060d84622a} - - - - - true - - - 1 - - - - - - false - - - - - {0adfb1e0-8c81-424b-9218-56850b6fcfcb} - - - - - {b3564876-038f-4f42-8b75-2271ffb7c5c4} - - - {14536023-4e29-4209-98c2-130bbb04a815} - - - {9aadda77-cd1e-4ab3-ba75-e2d710308784} - - - - - 1 - - - {3c1c50ff-d612-40f1-8030-c85fa2cce401} - {4a97da9d-e580-4eca-8c72-0ff8ae1f453f} - - - - - {db24d461-10cf-44a8-8cda-5a9e03af7417} - - - - - - {366e1677-5fdf-4d6b-b59a-324ac68576fb} - - - - - - {93c03764-53e6-4ec1-909e-7e40bcb9e4d2} - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{2f50328d-d0a5-4b43-8023-da66fe48758d}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{2f50328d-d0a5-4b43-8023-da66fe48758d}.xml deleted file mode 100644 index a76afa07..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{2f50328d-d0a5-4b43-8023-da66fe48758d}.xml +++ /dev/null @@ -1,193 +0,0 @@ - - - - - buff sword 6 - - - 1 - - - {a4e936df-4990-4158-8b8d-22216cbd6ae0} - - - {697b9b9d-ffb3-434f-b577-c76417ad072f} - - - {65dae51f-6cf6-403b-b573-a5388f64202b} - - - {7f149d89-2b41-40a2-a940-74136d6885c9} - - - {cf1fa8be-1ed5-4eda-8e8b-69b5026b5ae6} - - - {a0b961c2-cd84-479b-91ff-4c111fae54bb} - - - {24fc878e-e162-4c1b-863c-0e216ecc028d} - {087e3374-2a5d-4265-a6b2-0de40e04a703} - - - {10eafaf2-1f52-47ec-a312-7532f4851ef2} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {72420a8a-ebbb-4edb-8cd7-78be6f5e0488} - - - - - {72420a8a-ebbb-4edb-8cd7-78be6f5e0488} - - - - - {b8e0ef5d-3997-4ca6-956b-9ca43307aa0f} - - - {6176cf1a-fcf3-4bc7-a540-af801366acba} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - - - {ee1a7151-c62d-499b-b78d-525ea2007c79} - - - {4da7c39f-7d9a-40f2-ac95-bcf46d449645} - - - - - {962410fe-4d25-44f5-a8c2-9806105d2bbf} - - - {92a16cb3-0923-497f-aefa-4224921e0281} - - - - - {962410fe-4d25-44f5-a8c2-9806105d2bbf} - {ee1a7151-c62d-499b-b78d-525ea2007c79} - - - - - {1b2909a9-5eb0-47b2-85e4-5c02ebc62ae1} - - - {a2abec1b-dec2-4f73-96fc-654a4cf5d0ad} - - - {697b9b9d-ffb3-434f-b577-c76417ad072f} - - - - - {56271e3b-3f12-4f3a-9dc9-e1e891f9dcab} - - - - - - 3.2758750000000001 - - - {0f73c3a7-fb40-4a2d-b7a1-d3852310cfe5} - - - - - -14 - - - Audio 1 - - - {5fc73d55-fa9c-49e8-9bd1-8e40d5384607} - - - {ac6f721e-bf34-49cf-8208-05b6e8853b4f} - - - {72420a8a-ebbb-4edb-8cd7-78be6f5e0488} - - - - - 3.25 - - - {ade18fd9-7c1a-4d7b-8cc2-dbb3706ae811} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {83d5b6ec-ef53-47b3-ac37-7cf6994a72b6} - - - {5911a482-7f10-4987-84e7-926be22b4d33} - - - {72420a8a-ebbb-4edb-8cd7-78be6f5e0488} - - - - - {b9c1bcdf-35b7-481a-8a70-825c481dc2cb} - {d2c1c199-b3df-4db8-ad99-a63645cc9865} - - - - - - - {cb82de7e-a289-4fd6-af06-1b05e8df4fca} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {fae99f00-bd3d-4685-a4c2-fef4c7761040} - - - - - - - -13 - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{3507bbfb-9e11-4de0-8dcf-7d7809865b20}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{3507bbfb-9e11-4de0-8dcf-7d7809865b20}.xml deleted file mode 100644 index 2addb7f3..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{3507bbfb-9e11-4de0-8dcf-7d7809865b20}.xml +++ /dev/null @@ -1,372 +0,0 @@ - - - - - Purple - - - sword 4 - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {940b6f56-bec3-4e2a-ab5f-92fd2776b8d0} - - - {25196d24-2046-4e8b-adb4-6d7475ef0453} - - - {c0f6a975-0cfd-4e24-a690-486d2067a38d} - - - {a26e256d-b228-4418-a622-8c70a3e92ada} - - - {dbe8a744-d7c5-4c22-8ac4-9c2fceb4c2ad} - - - {f4dbdbe2-5bb2-4d1f-b19c-571d45ef19d7} - {34c7c97a-31b7-47d0-b76f-6ac9cecda166} - {16016a25-2073-44a7-a5c2-4b19662d59c5} - {d32b4b90-4545-433e-940e-4383f1cc022d} - - - {687713d5-eae3-491a-8207-0604bd742081} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {412f472d-604a-4a4d-88af-0894f83050bd} - - - - - {412f472d-604a-4a4d-88af-0894f83050bd} - - - - - {a7b7c449-ce80-480c-9e09-b9654419d81f} - - - {288d9817-5935-42ed-99f2-f7929dd68a09} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {c1aad54f-a0b0-4e56-82a0-13050f5e6d0d} - - - {ededd3e5-97e9-47ce-bb82-0a24a927e71a} - - - - - {ba7da2b1-e323-4a0e-99e7-268f9c5752b3} - - - {e9312f7d-d9cd-4081-8226-101e6c027d64} - - - - - {2dc3a5d5-210f-41e0-aa7f-db8555198746} - - - {87dfc9d4-e720-43ec-a123-9f36f49f1d1b} - - - - - {9bfc2ce3-32e4-4f12-9bf9-df266dafb01a} - - - {b912fdec-935c-4023-bff4-907e1f938c27} - - - - - {c1aad54f-a0b0-4e56-82a0-13050f5e6d0d} - {ba7da2b1-e323-4a0e-99e7-268f9c5752b3} - {2dc3a5d5-210f-41e0-aa7f-db8555198746} - {9bfc2ce3-32e4-4f12-9bf9-df266dafb01a} - - - - - {7b2a9745-5463-48e2-b0cf-05efdd0441fa} - - - {4b724772-e5b9-4986-aa77-1f35e188bd5a} - - - {940b6f56-bec3-4e2a-ab5f-92fd2776b8d0} - - - - - {c581b585-62c0-4980-8a64-3028be7e14ab} - - - - - - 2.6746263957306979 - - - 1.8250402709359648 - - - {3b5d0d25-4095-4d4b-88a0-e54017b06209} - - - {d38f9fcd-a790-4fea-aca5-433ca29b5941} - - - {a48aa55d-8f6f-480d-a695-00145052c102} - - - {b960fcfb-213c-401d-8405-4938933d5731} - - - - - 2.5 - - - Audio 1 - - - {b27a212d-2cc8-43cc-b979-719178f02d12} - - - {871c6d12-d72c-4b42-8dd2-b3b99e9af78c} - - - {412f472d-604a-4a4d-88af-0894f83050bd} - - - - - 4.4996666666666663 - - - {82c22ce2-53ea-4f59-b127-59eda78d8c81} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {359bbf0a-cc5a-475a-b07d-20de550896bf} - - - {84065e66-a3c0-4abb-b646-bd7da33247ec} - - - {412f472d-604a-4a4d-88af-0894f83050bd} - - - - - {0a42dbc6-e5ac-4564-8e29-b77fdb169fcc} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 3 - - - {56e22ee3-886a-402d-837e-d723040c1c80} - - - {06be364d-bc2c-45f3-88dc-f0f648b91671} - - - {412f472d-604a-4a4d-88af-0894f83050bd} - - - - - 0.25 - - - 4.976 - - - -21.5 - - - {9339250e-255a-492e-a1aa-c6305cc1e9e7} - - - {32fb788c-9449-4ab8-afb8-4565e44c1877} - - - - - Audio 4 - - - {d7b55e9e-cc56-4d2f-acbb-8118c8652324} - - - {c567d393-2b29-497d-a67b-05824e47d6cc} - - - {412f472d-604a-4a4d-88af-0894f83050bd} - - - - - {c25584d3-8254-42df-88e7-207f93402fa7} - {f16daa49-8883-4f6b-8ba6-0b2cc56d5559} - - - - - - - pitch - - - 4.5 - - - - - {64f89fa2-6382-42c3-b180-e0ec3880bd61} - - - {9f2cb91e-8a09-44c9-ba8e-95cd8953a2bf} - - - - - {683c1a5d-8cab-45dd-8ba3-d22eaa5e0945} - - - {1e982954-50de-4769-b0ce-0fb8a03aff0c} - - - - - {e0fd3744-e8f2-42fe-816e-d97f36136d08} - - - - - - intensity - - - 100 - - - 100 - - - - - {faa6b38d-892e-45f0-913c-b2e458b7061d} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {720c2391-a718-4735-8a45-0894e0603d8d} - - - - - - pitch - - - 19 - - - - - {209a3751-7952-4128-b372-f3fd7ce9794e} - - - - - - - - 0 - - - 0 - - - 0.186766118 - - - - - 0.15000000000000036 - - - 1 - - - - - 1.6749597290640401 - - - 1 - - - 0.25471893 - - - - - 2.6746263957307064 - - - 0 - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{3672f094-7e2c-4311-9afe-2d1735bef3eb}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{3672f094-7e2c-4311-9afe-2d1735bef3eb}.xml deleted file mode 100644 index b56db1f1..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{3672f094-7e2c-4311-9afe-2d1735bef3eb}.xml +++ /dev/null @@ -1,248 +0,0 @@ - - - - - Arrow Rain - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {750e5e94-aaa9-4356-b25b-6415d2309f59} - - - {fc6317cb-0012-4f96-a7ab-04c3525cb525} - - - {74e79898-bccc-4ce4-a708-bf1a805030bd} - - - {0c7f0161-806d-4833-b2af-838e34c7c0f8} - - - {9e16416f-8529-4313-9eeb-5712fc07a2ef} - - - {bfe33271-99d2-4ea3-b84b-33a3262547c6} - {96f14799-5327-4ace-8450-c40be0058047} - - - {b3cf9d95-cc96-4c24-8dac-209165fa052d} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {3c0b161b-b52a-4d6f-89a1-b59d590fbe7a} - - - - - {3c0b161b-b52a-4d6f-89a1-b59d590fbe7a} - - - - - {c0984b17-5811-4626-a558-052e445fbf37} - - - {8ee6f27f-346c-44b8-96b0-b96951868df9} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - true - - - 3 - - - true - - - - - - {9bb783b5-570d-406d-92b0-ece7f29f6bae} - - - {ccd52064-9062-491f-ab9a-14163ca5068b} - - - - - {f979d5f4-5934-49b3-a6e1-891f333c9bdf} - - - {04f86523-3953-4c15-92de-5bec7a0f9050} - - - {fa89671d-b1ac-4127-a114-c38fd15232cc} - - - - - {9bb783b5-570d-406d-92b0-ece7f29f6bae} - {04f86523-3953-4c15-92de-5bec7a0f9050} - - - - - {48e46f69-74bc-4f94-adfa-aacc6f7f1b77} - - - {1decab4d-338e-44dc-98ba-49f73dc66d0d} - - - {5f1dceec-fe7d-422c-a5f0-759d083cd4c0} - - - {750e5e94-aaa9-4356-b25b-6415d2309f59} - - - - - {8e8f9cfd-2f65-4697-8be1-31f2d16cf123} - - - - - - 6.7800000000000002 - - - - {14837715-a9d5-4db7-b6f1-a43d0e9e453c} - - - - - Audio 1 - - - {9e5008de-ab6c-41a2-bc0d-fe66b6efcc77} - - - {400d0f64-f754-4e5c-a1f9-67d15dedb50d} - - - {3c0b161b-b52a-4d6f-89a1-b59d590fbe7a} - - - - - {03ea91a7-7a52-4381-b005-39f5c5fd97cd} - - - - - 2.625 - - - {03ea91a7-7a52-4381-b005-39f5c5fd97cd} - - - {140f7766-d758-47fa-a080-a886a4b585ea} - - - {b1521d16-7f9d-4994-ba3f-2d9ad7ed0ec8} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {910afa5c-9fec-4c82-abbe-c0d5c1c14adc} - - - {c1df20b5-af8d-4135-9b03-68b584266717} - - - {3c0b161b-b52a-4d6f-89a1-b59d590fbe7a} - - - - - pitch - - - 7.5 - - - - - {e16ba017-dcc1-425a-b34a-a2091a89575c} - {626b1c51-cddc-40c7-9832-4a696505df34} - - - - - - - {833cc693-3283-4ab9-a149-95a9ed5a0047} - - - - - - intensity - - - - - intensity - - - 100 - - - 100 - - - - - {238a3e65-1696-4ff9-858e-d8e48956dc1a} - - - {5ce4528f-b057-472b-98ee-767f4906a0e2} - - - - - {04773676-83a5-4b1f-8eb5-b81e498a5550} - - - - - - - - - 2.25 - - - 100 - - - - - 2.625 - - - 0 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{39fdeb39-b470-4496-81c0-a51364334328}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{39fdeb39-b470-4496-81c0-a51364334328}.xml deleted file mode 100644 index d161878b..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{39fdeb39-b470-4496-81c0-a51364334328}.xml +++ /dev/null @@ -1,191 +0,0 @@ - - - - - Purple - - - Tk Block Ready - - - 1 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {d9d0fd1d-911b-4d80-8d03-ab9424c9fa9e} - - - {38b77491-e7ee-41c0-a4be-bcf5cffa1b09} - - - {a6045c77-9dd5-4069-a50f-0ff1bcc3fb5c} - - - {1281b25b-bc9d-493f-a26e-e9646b692017} - - - {ebbc785a-6628-468d-a3b7-6fba05a28e45} - - - {174a41f2-fbcf-470a-a58e-f33c64c804b9} - {c313017c-9c63-4ac9-9185-b5f2ab556023} - - - {9898874f-1d7c-4025-b360-cb91164cfa5a} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {f4b835dd-34a0-4125-b5ae-2f858a6735a4} - - - - - {f4b835dd-34a0-4125-b5ae-2f858a6735a4} - - - - - {113b653d-f223-490d-9a5c-7460d1f63f2e} - - - {efb108a2-fe0b-48be-a7bc-e8c7ad5d9d67} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {2212f609-f847-4b8f-89fd-fd1bfbaa9f59} - - - {6e92a6e0-e24b-440d-b080-efe23dd8d58e} - - - - - {9ede5e2a-7327-4270-8e26-b983682546dd} - - - {7b6da78e-1f42-4252-a05b-490c6d93af13} - - - - - {2212f609-f847-4b8f-89fd-fd1bfbaa9f59} - {9ede5e2a-7327-4270-8e26-b983682546dd} - - - - - {52c39b20-7cc7-458d-ac54-3c55e3d655b6} - - - {32253441-5a5a-4b0c-9bfb-a2ec0d1e073d} - - - {d9d0fd1d-911b-4d80-8d03-ab9424c9fa9e} - - - - - {82082373-d64f-4e84-91db-cc12356b6529} - - - - - - 1.0482083333333332 - - - 0.20999999999999996 - - - - 6 - - - {98f90c10-d94e-4a1c-b2f6-9fa8055eee67} - - - - - Audio 1 - - - {b9a58444-672f-4312-988e-2c6d8e72be48} - - - {95d8e4b1-d82c-4c57-8476-a7cd3cbac0c4} - - - {f4b835dd-34a0-4125-b5ae-2f858a6735a4} - - - - - {c48a2a5e-8b78-4e85-9824-09fbbef9c85a} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {6008bf36-9a6b-4a04-ad75-6c0b5ea9537c} - - - {f8580cec-b333-42b1-8c0e-6dab13bf4eae} - - - {f4b835dd-34a0-4125-b5ae-2f858a6735a4} - - - - - {a8686f2a-47e2-40d8-bf8a-44d6a8704259} - - - - - - - {8aac7a1b-655a-4f81-950c-6eb67a3c02ae} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {ce7dc7ae-c355-460a-ac36-686ab7118975} - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{434c28b7-10c3-4dfd-8398-153b373b5ea9}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{434c28b7-10c3-4dfd-8398-153b373b5ea9}.xml deleted file mode 100644 index 8882907a..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{434c28b7-10c3-4dfd-8398-153b373b5ea9}.xml +++ /dev/null @@ -1,580 +0,0 @@ - - - - - Purple - - - Bow draw 2 - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {8b14cb87-a72e-44c7-bc6e-ca1dfd909116} - - - {55dd6024-ec3b-4d3d-9d33-ddcc285f72fd} - - - {3c1f3985-6858-4b47-a2ba-fba436cd6b38} - - - {89e0c963-195d-4264-99dd-4a74b68d2796} - - - {8f39b1e0-f4c9-4785-94c8-58d2c83c2d02} - {ac9bec19-2a79-425d-acc6-6d022492e8cb} - {80541e9a-3d78-4e7c-a3b2-44e7c3c011ea} - - - {289d66f7-e90f-404b-b449-14d84027ff9d} - {cfc9801f-d7e2-429b-9a8a-474e843e9bbe} - {d60c621d-da25-4a6a-a646-519c23514050} - {85231c27-3d88-4371-abd1-69cc43e9e01a} - {b96724f7-41b5-4ae6-b6e5-dabe77b03648} - - - {aa4af29b-5b9b-44b9-82b1-72f07aedebd7} - - - {c2bb2cbc-a50a-4eae-b128-0180e0cbe0c8} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {79f93f4b-3bd7-4d94-8152-3bf5098b2c3d} - - - - - {79f93f4b-3bd7-4d94-8152-3bf5098b2c3d} - - - - - {78bf2f50-3732-4c1b-95bd-1374cc20b5d7} - - - {5b747d63-ec0e-4a37-8baa-3b7964d377d3} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - - - {dce64bc3-f761-4aa0-b085-f22f2c028c02} - - - {1b27d1a9-948a-4077-b498-61e8823962c6} - - - - - {68d0cc65-c131-42fc-aaea-cf9c3d847841} - - - {b22640b1-9409-4db4-a2a1-d5e4409b2f37} - - - - - {00b500a1-eb01-42dc-b895-da86934d233f} - - - {9cec3272-cade-40bf-973d-30291a204c66} - - - - - {d0101d39-e24e-4df3-9d4b-8d851e21f07e} - - - - - {d3260e52-0eaf-4ed6-99cd-f5cb82e534c0} - - - {6a334ead-98cc-4732-9fe6-b572d15f9186} - - - - - {dce64bc3-f761-4aa0-b085-f22f2c028c02} - {d3260e52-0eaf-4ed6-99cd-f5cb82e534c0} - {68d0cc65-c131-42fc-aaea-cf9c3d847841} - {00b500a1-eb01-42dc-b895-da86934d233f} - - - {ae82f737-23b2-467b-92a1-149836b8ee0a} - {04b811a2-1b63-4ac9-81eb-62d9f6c41d12} - {f39e0436-3bc8-49d8-a451-673593de344c} - {562af475-12f8-4fdc-9c17-a0112df7196b} - - - - - {d0fdbb4e-a1fe-4465-a50b-0b0c03d0958e} - - - - - {98521d4c-d2a9-46ca-9453-53a0ffe19449} - - - {ee15915e-b488-4068-b8ef-78f0cd70a819} - - - {8b14cb87-a72e-44c7-bc6e-ca1dfd909116} - - - - - {6e665dc8-793b-4996-afb7-2c8721529819} - - - - - - 1.375 - - - {00486c29-99f2-4054-a047-297f1ff54c2a} - {00f3e4a4-0603-4607-a78c-34b04d1d81f9} - {ad6337e6-47ec-4179-89c3-927cb9e995ff} - - - {40d46784-a42e-4a3a-88ab-a45f836f675a} - - - - - -3 - - - Audio 1 - - - {aa71a732-f445-404e-9fcf-a10cb0bc0584} - - - {8b6e7b0c-b5bb-415a-bc09-577faca05265} - - - {79f93f4b-3bd7-4d94-8152-3bf5098b2c3d} - - - - - 0 - - - true - - - true - - - 0.52346584635028914 - - - 1.3025766953713676 - - - 120 - - - 120 - - - 14 - - - 1 - - - -3.5 - - - {62ec1191-7a15-4153-a46b-83586550ca02} - {f10d65ac-c45f-4a67-a2c4-bdbec77ec2d6} - - - {5f24a132-f54b-4713-99ec-3012d26b358a} - {cf607369-93c1-4231-b0af-5b0205a83579} - - - - - -4.5 - - - Audio 3 - - - {94f4f96b-dc97-4da5-a4da-cb4daadab779} - - - {c6ca3bdd-f426-4fbd-b192-41d7268372f5} - - - {79f93f4b-3bd7-4d94-8152-3bf5098b2c3d} - - - - - true - - - 42 - - - true - - - 0.52346584635028914 - - - 1.3025766953713676 - - - 0 - - - 240 - - - 360 - - - 1 - - - 1 - - - {3a90797e-7aa6-456c-abb4-e98929ce4bf8} - {3e201cca-a7d6-4289-835b-032cb671ed23} - - - {7b37ed01-3027-4b0b-af75-ac3e3cd4e381} - {485cf933-4415-4972-80c2-c03b9b449d99} - - - - - -9.5 - - - Audio 2 - - - {d694827f-d925-4457-b151-98e4b6f222cb} - - - {9fdfac96-b667-4bbf-bb16-ac1c1afd7f0a} - - - {79f93f4b-3bd7-4d94-8152-3bf5098b2c3d} - - - - - Audio 4 - - - {206d275d-98bf-4295-8287-12409623384e} - - - {2d46151e-e40e-4c7c-ac11-14b5c873dbb3} - - - {79f93f4b-3bd7-4d94-8152-3bf5098b2c3d} - - - - - 1.9484658463502891 - - - {31253ebd-951b-4e64-8cfd-e568d7dba841} - - - {fca07dd1-5a10-4a57-bc1c-227e7cbe9964} - - - - - Audio 5 - - - {e803a4b6-8c11-492c-b4a7-f207fba64b78} - - - {2902b197-fc58-43d5-9357-1dedda2898ca} - - - {79f93f4b-3bd7-4d94-8152-3bf5098b2c3d} - - - - - 2.8000000000000003 - - - Release - - - {aa4af29b-5b9b-44b9-82b1-72f07aedebd7} - - - {ac9bec19-2a79-425d-acc6-6d022492e8cb} - - - - - 0.52346584635028914 - - - Marker A - - - {aa4af29b-5b9b-44b9-82b1-72f07aedebd7} - - - {8f39b1e0-f4c9-4785-94c8-58d2c83c2d02} - - - - - 0 - - - {aa4af29b-5b9b-44b9-82b1-72f07aedebd7} - - - {80541e9a-3d78-4e7c-a3b2-44e7c3c011ea} - - - - - 0.52346584635028914 - - - 50 - - - {aa4af29b-5b9b-44b9-82b1-72f07aedebd7} - - - {80541e9a-3d78-4e7c-a3b2-44e7c3c011ea} - - - - - {b2a7f9b4-5a24-4ae0-ab00-fa00d02df2f0} - {601cbf9a-4c13-4a5d-940f-47e1d5340f91} - - - - - - - pitch - - - 7 - - - - - startOffset - - - 4 - - - - - volume - - - 9 - - - - - {ca40abfd-3368-49ec-a1a2-3a65d778b40b} - - - - - - startOffset - - - 11 - - - - - volume - - - 12 - - - - - 2.5 - - - {8770041c-8837-4458-92cd-c7b6772bdf3c} - - - - - {8770041c-8837-4458-92cd-c7b6772bdf3c} - - - - - {49e066a3-4a9e-4528-9a6c-9d4cd25d6140} - - - - - - startOffset - - - 100 - - - - - pitch - - - 7 - - - - - -6.5 - - - {6cd47018-a2fb-4df6-87a3-3f97bbff891f} - {050ad433-a2ff-42a4-9ed2-c3a09314a5d5} - - - {47959e1d-4582-4123-b548-3ac47803c174} - - - - - -11.5 - - - {6fa79406-86df-4ae1-bddc-323442fbdc33} - {2731ba98-6f3c-4ea0-9c6d-eebac09d06a1} - {b57a9205-14e2-44c5-9c65-9825409b87b3} - - - {63bbab8f-89ae-4070-8561-ce963b5caab0} - - - - - {d8a51b99-f09d-4be3-8ab5-05e2a1db9108} - - - - - - {29d9d2ba-cb66-4379-8589-c2b8e722d278} - - - - - - intensity - - - 358.974335 - - - -0.134672925 - - - 93.3333359 - - - 100 - - - - - {66ed1096-7939-485e-b9bf-ce614b5eb183} - - - - - - - - - - volume - - - 17 - - - - - pitch - - - 9.5 - - - - - volume - - - 6.5 - - - - - pitch - - - 5 - - - - - startOffset - - - 18 - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{47a8f39b-325b-4797-b98a-855a1d6998a6}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{47a8f39b-325b-4797-b98a-855a1d6998a6}.xml deleted file mode 100644 index f576955d..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{47a8f39b-325b-4797-b98a-855a1d6998a6}.xml +++ /dev/null @@ -1,327 +0,0 @@ - - - - - Purple - - - Hit 1 - - - 1 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {12f7a866-d60e-4682-bcce-d9d56c9857c0} - - - {a579caa6-b674-4c8f-a805-2df1f87c71fb} - - - {e61319d4-4c4b-493f-8233-d3ec889c2afe} - - - {9b53bcd3-002b-411e-bf6a-77ed761e20b2} - - - {3479089f-72a1-45e9-9cd8-06cbb12d759d} - - - {f757abd9-1523-4042-9485-42b32893eb45} - {a08f60d1-2cbb-4422-b0f9-61274d65d061} - {f958a824-ff30-4cd0-81d1-86e1c10d73db} - {c7caf4bd-7feb-4728-90e8-1722dc088a6f} - - - {7a969b40-c25b-4e83-92f0-5600f474da34} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {ca99a2fa-f5cf-4186-9e2e-94eda421ae4f} - - - - - {ca99a2fa-f5cf-4186-9e2e-94eda421ae4f} - - - - - {b0419766-9df5-4c90-802a-44f140b85231} - - - {eb9281bf-70cc-4ec3-bafe-c9f0ab5f1cf4} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {b22cfaf1-6e9b-42fc-a05a-13bcba137e8c} - - - {79b041d7-db2a-4870-b7f7-43d98d28b2d4} - - - - - {5d19bc4a-9456-41e9-8cd2-3dbb56649467} - - - {14858b89-3153-44ec-a23a-c8500752936a} - - - - - {4bc43697-468e-4c04-9d35-72748e16878a} - - - {1431d10c-2de9-4757-b570-5162bc5c5c9e} - - - - - {ddfa202f-0113-4ae5-ab2b-b02f39fd5278} - - - - - {5d19bc4a-9456-41e9-8cd2-3dbb56649467} - {4bc43697-468e-4c04-9d35-72748e16878a} - {b22cfaf1-6e9b-42fc-a05a-13bcba137e8c} - - - - - {21282bca-d2a0-4550-8917-1d824e4f0081} - - - {ab489e35-8969-4fbc-8901-cfba1400b3a4} - - - {6b87c96e-d122-4322-bbef-d47e5e05cfc7} - - - {12f7a866-d60e-4682-bcce-d9d56c9857c0} - - - - - {0cfba102-2474-4ddd-b49b-bb336f2239ad} - - - - - - 8 - - - {8af23d60-96b9-4d5c-93e7-f05f9a836fe5} - - - - - -7 - - - Audio 1 - - - {e340872e-8d7d-46a2-b891-1a4f36de993b} - - - {69a53bf7-439f-4fe2-ae7c-a2e46d3a82a0} - - - {ca99a2fa-f5cf-4186-9e2e-94eda421ae4f} - - - - - 2.1499999999999999 - - - {56b6ec33-747a-4b45-b72b-b9be0937e12f} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {c68715d1-e7f4-4df6-9b6a-ed120d47b54b} - - - {67c4e9ec-5a65-440b-8dd5-a526f7fcd829} - - - {ca99a2fa-f5cf-4186-9e2e-94eda421ae4f} - - - - - 0.90000000000000002 - - - -17.5 - - - {7f1be6ea-b5f9-4992-9310-1154e7d9a411} - - - {32fb788c-9449-4ab8-afb8-4565e44c1877} - - - - - -23.5 - - - Audio 3 - - - {41c8ba43-107e-4606-8a7d-5244c7f22df7} - - - {445a6b46-5dae-4061-8f48-c8cab0d71db3} - - - {ca99a2fa-f5cf-4186-9e2e-94eda421ae4f} - - - - - Audio 4 - - - {44d69758-c772-4c4e-b691-2ae88f29c03f} - - - {be87edfb-6257-42a8-a65b-f51fd09e5afb} - - - {ca99a2fa-f5cf-4186-9e2e-94eda421ae4f} - - - - - pitch - - - 6.5 - - - - - {ed250335-75a0-4501-9e38-9c5205a2458a} - - - - - - - {2286be26-eb10-44c3-9401-9c2e10ebc885} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {32165f94-d651-43fe-bf5f-376bf13ef290} - - - - - - {f081dd92-5082-495d-9544-bfab969bb1f4} - - - {5d83d743-936a-4b0a-85d4-64faeaa8e8a8} - - - - - {461675b3-3791-473f-a1a2-f0b08fc5e4ac} - {538bc420-ed6e-4083-b5c6-442dd476c7e3} - {b42fc189-d2f7-4b91-9b53-b29d3e4c1936} - - - - - - {c8b6c047-a7b3-45fa-af89-27ba242f2767} - - - - - - - - - 0 - - - 1 - - - -1.00000048 - - - - - 0.90000000000000002 - - - 0 - - - - - 3 - - - 83.5422211 - - - 1.82165527 - - - - - - 210 - - - -18.5 - - - 380 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{48224042-8e65-4581-8515-63b1880c9fa7}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{48224042-8e65-4581-8515-63b1880c9fa7}.xml deleted file mode 100644 index 8ab57e76..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{48224042-8e65-4581-8515-63b1880c9fa7}.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - - - UI Hover2 - - - 1 - - - {039afa92-b442-4b99-89f5-a9a681e5ab09} - - - {6a0feed3-d641-417d-a646-73df7723800f} - - - {e65909ee-3c5a-4a4e-bf47-cfd100a71959} - - - {dbaf3b5a-b989-43d9-9a38-31433394116e} - - - {bf79b3ac-e590-4b9f-8a37-eeb21c320c0a} - - - {ae50e80f-da5b-4bed-a650-a664905e918d} - - - {462035b6-7478-45ba-8d67-1b4296498163} - - - {26c87b7f-368f-4596-ba0e-766c141dedf8} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {b98853b3-d657-4328-a4de-1ee842fd72b8} - - - - - {9a38fb26-b937-4e8c-b0cb-da6f79c64984} - - - {b98853b3-d657-4328-a4de-1ee842fd72b8} - - - - - {8c9f8a9d-dfaf-4be2-b7f4-db880f7f3fd0} - - - {fe8ceebc-3bb7-4da9-b951-cd116fb4fa2a} - - - {93fb17f3-d0a1-44d7-b7e3-9f060d84622a} - - - - - 1 - - - - - - false - - - - - {9a38fb26-b937-4e8c-b0cb-da6f79c64984} - - - - - {880d7c71-3e11-4ae0-8814-19e92def5a50} - - - {fb9015ef-08d4-484e-b044-c74cee6e9172} - - - {6a0feed3-d641-417d-a646-73df7723800f} - - - - - {ae41256a-b8f7-4e18-97ad-6ab08ef763eb} - - - - - {095d27c6-4417-4029-8043-f657464502e7} - - - - - - {f06695f8-a7ca-43c1-af48-420caac9eeba} - - - - - - {ec8e43a0-0139-48f0-81a2-a000ffa90694} - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{4bd224dc-b664-483f-91fb-598efca5f2ce}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{4bd224dc-b664-483f-91fb-598efca5f2ce}.xml deleted file mode 100644 index 399545d0..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{4bd224dc-b664-483f-91fb-598efca5f2ce}.xml +++ /dev/null @@ -1,186 +0,0 @@ - - - - - Purple - - - Water arrow sounds 1 - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {8228b51e-18bd-485b-986f-836195c59479} - - - {31f3e02c-8dbc-4ce9-af24-0a52f32b6dbf} - - - {5a58b171-0fd6-435c-b1a4-0f759f4ed443} - - - {cd2ea870-774f-4e60-a49d-8fab06fb0c70} - - - {6fad8292-cbdb-4f72-bae1-3f4dd8b2517f} - - - {c6409989-c574-44e4-a4e3-9983d90b11db} - {9db50a3b-950b-4b62-9e9d-8d028babe716} - - - {ac4fb1bd-16e2-40fc-8573-a987d1fda85e} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {27dd0994-94d6-4ef3-96fc-93cd540780fa} - - - - - {27dd0994-94d6-4ef3-96fc-93cd540780fa} - - - - - {bd986df7-dcae-4987-90a8-210a46f229f0} - - - {003bbc77-5335-4455-8680-1e281ecd4800} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {a47738fa-1c35-4747-a6a0-49a87133b617} - - - {783590ba-be3a-4572-8c5a-4d24432bf8cc} - - - - - {61d898bb-94e5-4ef4-ad4e-9a52b7672c2a} - - - {813c5b77-d4b3-4737-ba07-4e65fe6805f9} - - - - - {61d898bb-94e5-4ef4-ad4e-9a52b7672c2a} - {a47738fa-1c35-4747-a6a0-49a87133b617} - - - - - {d63afcad-f326-46c2-837b-9d8ece4279c0} - - - {043e94fb-7c35-4728-9c31-1ab3187fb0e8} - - - {8228b51e-18bd-485b-986f-836195c59479} - - - - - {dd19ac7f-e61c-4c1e-841c-7ebd4f860693} - - - - - - 2.03125 - - - {0e37adfa-589d-4463-9664-761a12aa1bf0} - - - - - -8 - - - Audio 1 - - - {5a71a5ad-46e9-4d8a-a905-ed8c5fac699d} - - - {f2faa62d-8fcb-46d7-8ff9-f7b71b4c4097} - - - {27dd0994-94d6-4ef3-96fc-93cd540780fa} - - - - - {997ffa13-38c7-43af-86f0-a07e0350677d} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {a5d1de62-5744-4ab1-ba40-6c43a38defb4} - - - {d211e4bd-631b-4c73-b319-c7d587eaf08d} - - - {27dd0994-94d6-4ef3-96fc-93cd540780fa} - - - - - {628c9da7-d896-4a39-a86f-e508892849ce} - {7b7d6307-5f1f-45cb-ae24-90e1ff7d713a} - - - - - - - {f742892b-1f3b-4012-ba57-abeebaade965} - - - - - - intensity - - - 100 - - - 100 - - - - - {a1320d7e-ed84-49f4-840c-ee1cf3e5a098} - - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{4cc73982-a93e-400b-a103-ba9b0130adc0}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{4cc73982-a93e-400b-a103-ba9b0130adc0}.xml deleted file mode 100644 index 94a70eaf..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{4cc73982-a93e-400b-a103-ba9b0130adc0}.xml +++ /dev/null @@ -1,161 +0,0 @@ - - - - - Spring 1 - - - 1 - - - {c17b2701-f854-4202-9c96-2d97e0c77c26} - - - {930382c2-d3ba-4257-bce5-b68a0d3f6724} - - - {a5bef14d-87bf-4a23-99e7-430444bc3dfb} - - - {b967ad08-ac06-4922-a3d8-f3be6fd87773} - - - {b556052f-97cc-4839-aeb5-8f7be0b3a688} - - - {48d3d8c1-75ed-4b92-a8cf-e57b20758b88} - - - {817a766c-db33-4fd4-96f2-b3b6bef06f97} - - - {963ebc81-7d0b-4603-a24b-2a30b561b8a7} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {bc5d5168-4f56-468f-ac0e-982b17d503b2} - - - - - {bc5d5168-4f56-468f-ac0e-982b17d503b2} - - - - - {4d25b695-0b50-4e38-90fd-fd6480a92a8f} - - - {38c7ed70-ffd8-41a0-8ebf-761840f01023} - - - {d592b5a2-192b-4e16-8eab-627cc65b086d} - - - - - - - {566039dc-ef3b-455e-88ea-b46619208ac1} - - - {07a05069-822f-4e64-b6f1-ddd9cdd8f7a3} - - - - - {566039dc-ef3b-455e-88ea-b46619208ac1} - - - - - {8a5e5751-5d16-4446-8671-fe2f79e23695} - - - {4c77a322-5b63-4cb1-b801-fe2c4d9bece8} - - - {930382c2-d3ba-4257-bce5-b68a0d3f6724} - - - - - {f5ed1fd0-b35c-4105-b4fa-2802020924bb} - - - - - - 125.1923125 - - - {1366a7c8-0f9a-4741-8774-970156d90fb6} - - - {0299c0e1-928b-4df7-b7f9-90f8327a528d} - - - - - -9.5 - - - Audio 1 - - - {b756ad3a-ee8e-4639-bd96-d96f5f179e03} - - - {1977fe37-9619-400d-ada5-2b89e92fc6b5} - - - {bc5d5168-4f56-468f-ac0e-982b17d503b2} - - - - - {225da951-b416-46eb-83b2-e1c4a39d90a5} - - - - - - - {e199dc40-933a-4c10-908e-35c792f379ac} - - - {c5cc78be-471f-4eee-90fc-391774a23fbd} - - - - - {9ebb8a49-1426-44cb-9229-1133f75fea30} - - - - - - - 116.254036598493 - - - 1 - - - -0.217759371 - - - - - 125.1923125 - - - 0 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{5ae0ff6a-69a3-4389-9b8a-6ade3d010bd4}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{5ae0ff6a-69a3-4389-9b8a-6ade3d010bd4}.xml deleted file mode 100644 index bd936c79..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{5ae0ff6a-69a3-4389-9b8a-6ade3d010bd4}.xml +++ /dev/null @@ -1,117 +0,0 @@ - - - - - UI Select - - - 1 - - - {039afa92-b442-4b99-89f5-a9a681e5ab09} - - - {47d9183a-5de6-4ec0-8390-a57fb0a14b71} - - - {00e0fd91-6b8c-4e4f-8dfc-461f3b758eb2} - - - {69faa001-1867-4d16-8e4a-a8a614e85d20} - - - {cd574d22-5e3a-4f08-838a-3b072dd12654} - - - {92efda18-b126-42a3-8d3b-365664ffc8ad} - - - {d2c5935f-8e69-4d44-b892-5b15c4aa4135} - - - {8d9b3971-5843-43af-b867-73bdf27b2860} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {cea2bbea-4443-4dd1-b9d0-ef685b6171aa} - - - - - {fbb0e4dd-fbb1-4445-b047-5b560f307bd2} - - - {cea2bbea-4443-4dd1-b9d0-ef685b6171aa} - - - - - {a74704f2-a629-484e-8697-ec71e7c7b7dd} - - - {cfccf80e-1445-4999-8c32-5876c0cd8782} - - - {93fb17f3-d0a1-44d7-b7e3-9f060d84622a} - - - - - true - - - 1 - - - - - - - {fbb0e4dd-fbb1-4445-b047-5b560f307bd2} - - - - - {d58fdfc1-e90d-465c-bb20-9e91ac835774} - - - {4f11eb82-9c92-4f0f-8386-546ee699fdc9} - - - {47d9183a-5de6-4ec0-8390-a57fb0a14b71} - - - - - 1 - - - {46b853ee-9fe9-4f6f-af2b-091fb9d3689f} - {86f98492-fa80-4773-98d6-0e3a0a6624c4} - - - - - {c42ae283-f373-45c8-bee8-a3482a278f67} - - - - - - {b6499317-8cf4-46ea-88da-625c40f37ef9} - - - - - - - {bc128fa6-b281-48f3-9572-c2b54da201a3} - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{61f74871-d0e9-4196-bab4-a7fcfcf78ebc}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{61f74871-d0e9-4196-bab4-a7fcfcf78ebc}.xml deleted file mode 100644 index 4432967d..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{61f74871-d0e9-4196-bab4-a7fcfcf78ebc}.xml +++ /dev/null @@ -1,421 +0,0 @@ - - - - - Menu open - - - 1 - - - {039afa92-b442-4b99-89f5-a9a681e5ab09} - - - {52322c90-f31d-400c-9441-418ce709173b} - - - {b586c54d-a29f-4147-afed-c12650698bc0} - - - {dfc1e2d6-1063-4281-9a9f-e0983befcfa8} - - - {c89904c2-c65e-46bb-b918-507042e690cd} - - - {87e4e161-c90a-41e4-9370-7f90db22fd32} - {dbdc5946-6fa2-4936-903a-6870aa7ae9f1} - {01c97fdd-3478-473a-958c-54845ea23418} - {db72238a-655d-4981-a7ca-9c91710dbefc} - {42f7029d-5b4b-4ac2-a121-7f23c44d025c} - {f5667e9a-7b1e-4726-b163-30c59af6778f} - {cd927829-7c5d-44e9-acba-1a3527772e18} - {106089ca-9c82-4175-9dbd-f2ffa28a2c9a} - - - {8ce3e26f-87b7-4e5e-9705-69a92d5867fb} - {25d6e586-933f-4c19-9d80-0ccd6e27f960} - {6d1b436c-f955-4327-b434-470ebd015e0e} - - - {ab4cda12-a85e-4472-a90d-c4c23c0bd86a} - - - {f393c437-d20d-4ebe-9e64-4020aa9f54f5} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {fa8e405e-2e3c-4379-9960-5ee8d3d07611} - - - - - {fa8e405e-2e3c-4379-9960-5ee8d3d07611} - - - - - {55b49f25-34fc-452b-b490-601d6aa5ed8f} - - - {97b853a0-8091-43af-ba26-c4e292d94a54} - - - {93fb17f3-d0a1-44d7-b7e3-9f060d84622a} - - - - - - - - - - - - - - {37ce65a1-3be3-4335-be92-f84069c6e93b} - - - {e11cedc1-96cf-4fa3-ba5d-e8f5427a0c47} - - - - - {ca06ff7c-6ea3-464f-b604-77a45ac2cad2} - - - {9ce81b48-c260-4252-8015-0bbf2922572d} - - - - - {0dc9f25d-f8bb-4c77-8cf2-e86f2976f31a} - - - {c9a211eb-e4dd-44b9-85d4-89f79bad9bdd} - - - - - {37ce65a1-3be3-4335-be92-f84069c6e93b} - {0dc9f25d-f8bb-4c77-8cf2-e86f2976f31a} - {ca06ff7c-6ea3-464f-b604-77a45ac2cad2} - - - {d79f29bb-e160-4fcb-855f-f2b8b053aac0} - {9847e6c1-ac46-4177-a7c1-8f8a0d25d05c} - {4891b476-3b7f-4f3c-ba20-bb2cd12abc61} - {638f1fef-b89b-46c1-aae7-0035a1a557a8} - {d2f34e28-95b0-43e0-865c-14e9b96053d1} - {a521ffc4-3cb0-4dca-b6e0-f2135b3afb34} - {23487d58-b151-416a-82c2-295c182169a5} - - - - - {c54c20bd-4b3b-4923-b805-d9ac628748b8} - - - - - {5cba7e52-157e-4653-aad9-ab18692bade8} - - - {05fae846-86c1-48fc-9b26-72d67cc35b50} - - - {52322c90-f31d-400c-9441-418ce709173b} - - - - - {7ef0c659-a1f1-44ba-9a99-582c5fe71ae0} - - - - - - 5.4999999999999982 - - - 2.5 - - - {eb9c6be0-85f2-4132-9504-c0213418a543} - - - {2aa1004d-2995-40af-a18e-5a6f4fb01ade} - - - - - Audio 1 - - - {4e9ffa80-fa77-4c6c-90b5-607fb9138efa} - - - {c75dd3f9-fff2-4112-89a0-a0f5c49acf9b} - - - {fa8e405e-2e3c-4379-9960-5ee8d3d07611} - - - - - 10.25 - - - 2.5 - - - {7b495f40-63ad-479f-a09b-9139ad95820d} - - - - - -0.5 - - - Audio 2 - - - {c6d0870c-5efd-49fc-824e-ca2cadccb58e} - - - {7afe0991-19e7-462a-b354-9952bc84ae8b} - - - {fa8e405e-2e3c-4379-9960-5ee8d3d07611} - - - - - 5.4999999999999982 - - - 3.2726458333333333 - - - {206c79e5-ec8d-4525-9313-2c48b41de8c0} - - - - - -2.5 - - - Audio 3 - - - {b2ac7ae3-72a1-4f0f-8bb5-cbe8dd6807fa} - - - {9f478c11-1188-4b4a-94d2-2b83ff108f77} - - - {fa8e405e-2e3c-4379-9960-5ee8d3d07611} - - - - - 7.5 - - - 0.375 - - - {ab4cda12-a85e-4472-a90d-c4c23c0bd86a} - - - {106089ca-9c82-4175-9dbd-f2ffa28a2c9a} - - - - - 10.25 - - - close - - - {ab4cda12-a85e-4472-a90d-c4c23c0bd86a} - - - {dbdc5946-6fa2-4936-903a-6870aa7ae9f1} - - - - - 5.4999999999999982 - - - open - - - {ab4cda12-a85e-4472-a90d-c4c23c0bd86a} - - - {87e4e161-c90a-41e4-9370-7f90db22fd32} - - - - - 10.75 - - - 1.9999999999999998 - - - {ab4cda12-a85e-4472-a90d-c4c23c0bd86a} - - - {cd927829-7c5d-44e9-acba-1a3527772e18} - - - {4891b476-3b7f-4f3c-ba20-bb2cd12abc61} - - - {dec0adf2-07de-4f01-848d-bcd36e416273} - {22106cbc-5541-41cc-9dd4-6db56a82a74f} - - - - - 5.9999999999999982 - - - 2 - - - {ab4cda12-a85e-4472-a90d-c4c23c0bd86a} - - - {cd927829-7c5d-44e9-acba-1a3527772e18} - - - {9847e6c1-ac46-4177-a7c1-8f8a0d25d05c} - - - {13073528-284b-416e-bbab-c91704b1c7e5} - - - - - 0 - - - 0.5 - - - {ab4cda12-a85e-4472-a90d-c4c23c0bd86a} - - - {01c97fdd-3478-473a-958c-54845ea23418} - - - - - 0 - - - 0.5 - - - {ab4cda12-a85e-4472-a90d-c4c23c0bd86a} - - - {f5667e9a-7b1e-4726-b163-30c59af6778f} - - - {4891b476-3b7f-4f3c-ba20-bb2cd12abc61} - - - {d23c2e91-01e1-4ce0-b560-e1533716eb16} - - - - - {96a59e10-dfa9-4531-9229-cb5a5930f295} - - - - - - - intensity - - - 100 - - - 100 - - - - - {fd04ecf6-9e4c-47e6-b836-58952aabf3b9} - - - - - - {93e1ab26-ba9c-4860-b229-e875a6bbeeb7} - - - - - - {b3cb383a-953b-410b-a256-39018321133f} - - - - - - 0 - - - 0 - - - {c54c20bd-4b3b-4923-b805-d9ac628748b8} - - - - - 1 - - - - - 1 - - - 1 - - - {c54c20bd-4b3b-4923-b805-d9ac628748b8} - - - - - 0 - - - 0 - - - {c54c20bd-4b3b-4923-b805-d9ac628748b8} - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{6513f760-7468-4a46-aef1-591c76faea00}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{6513f760-7468-4a46-aef1-591c76faea00}.xml deleted file mode 100644 index d55798c0..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{6513f760-7468-4a46-aef1-591c76faea00}.xml +++ /dev/null @@ -1,193 +0,0 @@ - - - - - buff sword 5 - - - 1 - - - {a4e936df-4990-4158-8b8d-22216cbd6ae0} - - - {c699c7c4-2c94-41e5-9358-05dd5eecf483} - - - {d865e607-c8a4-42f9-be3b-51c9c9a600d8} - - - {8dc838cb-f71a-4403-9183-5af2fca134b9} - - - {7a8663d9-5e59-43dd-b354-b8ff0512f705} - - - {1a5f422f-9f13-4c1d-a788-51812b4f2845} - - - {9e9012ee-d6a6-4640-9a6d-061a69b50ab3} - {0e23be00-2162-4a52-84dc-6b7d95dadc83} - - - {21779718-85c5-4e54-ae6e-5dbc9e58a9cc} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {6f2bbbaf-5762-4a77-9f35-3df8824d757d} - - - - - {6f2bbbaf-5762-4a77-9f35-3df8824d757d} - - - - - {5fc000a7-af36-4206-a64f-2dc04fd908d8} - - - {f1c5e353-7f3c-4479-9b60-e9f62c11a336} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - - - {2ede77a9-99f9-4d7a-8fc4-8aeb60df20b5} - - - {692775e8-fa52-4363-9e00-c03e4c20b18f} - - - - - {5dd2e28f-f71c-4d93-ac1f-cc806ca36f1a} - - - {053c0c02-04f0-4d48-8649-beb1db504dd4} - - - - - {5dd2e28f-f71c-4d93-ac1f-cc806ca36f1a} - {2ede77a9-99f9-4d7a-8fc4-8aeb60df20b5} - - - - - {699b52ae-c428-4d98-84e4-6c747d9f275a} - - - {1bd91dd2-7803-4247-8e3a-fb9244233c08} - - - {c699c7c4-2c94-41e5-9358-05dd5eecf483} - - - - - {f0fbec92-0148-4ff8-a5b6-59bce6a63f0e} - - - - - - 1.5517291666666666 - - - {e2fa04da-5775-4601-8aee-e9c39e2fbc84} - - - - - -13 - - - Audio 1 - - - {41e1ab09-bd2c-40df-8da3-d2d4d4af0d33} - - - {c1a53170-7a77-4502-a6f7-d8cab9cd1a7f} - - - {6f2bbbaf-5762-4a77-9f35-3df8824d757d} - - - - - 1.5517291666666666 - - - {82432aa7-a851-4a6f-802e-34f9536f8546} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {7418d656-f59e-4b1f-97d3-075d03caa759} - - - {7537a328-519e-48fc-a85a-bfd90e3a99b2} - - - {6f2bbbaf-5762-4a77-9f35-3df8824d757d} - - - - - {ef7d0ea0-63aa-4f58-a907-2d41fff715e7} - {03395189-626d-4377-9d1d-b3dfa8dbfd00} - - - - - - - {1a859842-5dc0-4ff0-841a-5d6a0146dc84} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {136c671a-83aa-4b98-87eb-3584b9d8ec37} - - - - - - - -13 - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{67ba1e54-5f48-4da2-927e-e436e61ba068}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{67ba1e54-5f48-4da2-927e-e436e61ba068}.xml deleted file mode 100644 index a39a440a..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{67ba1e54-5f48-4da2-927e-e436e61ba068}.xml +++ /dev/null @@ -1,192 +0,0 @@ - - - - - Purple - - - water reload - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {994e0b2e-f45c-4bda-aca7-69adcbda4fcd} - - - {aa66f3a3-36c7-4326-a82b-39f604db6318} - - - {dcc1fc9a-ee85-44d7-8ac9-3782461d7a18} - - - {1ca7a588-bcbe-4dba-90cf-4dd049775bf5} - - - {03bb6453-6554-4845-a9ab-f979bf59f721} - - - {cd0bdace-032b-4d86-9c0d-aed901e2ad3f} - {a4f86f98-fdd1-48cd-ab6a-604059298b03} - - - {298e8619-f936-4eaf-af8c-938d0703b9d7} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {0e19a1d6-e0b7-4e3c-b0a4-39dfd1fe811d} - - - - - {0e19a1d6-e0b7-4e3c-b0a4-39dfd1fe811d} - - - - - {d28b5eb9-f37c-483f-9f0b-e4636052c611} - - - {7ab07c5d-c604-44bb-815f-7ac92c32b5f8} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {5fdc89e3-d863-44e8-80f3-ffeb802e2962} - - - {8903b1f5-00ee-48b5-b1f4-a900a5fdfd6c} - - - - - {6fa77b6d-6e24-47bb-8a55-f9913c1561a3} - - - {8fd3c1ac-9694-4538-9eaa-f1dee33247b9} - - - - - {5fdc89e3-d863-44e8-80f3-ffeb802e2962} - {6fa77b6d-6e24-47bb-8a55-f9913c1561a3} - - - - - {fa46e996-00dc-4e1e-b7fa-41d78c6473a1} - - - {0daa69a6-b66b-40eb-b7e6-e24de3e497bc} - - - {994e0b2e-f45c-4bda-aca7-69adcbda4fcd} - - - - - {8ec724f4-36a4-4acd-8697-f4365d50325f} - - - - - - 13.800645833333334 - - - {366c9ccd-d27d-4b41-8ccf-79d7456c803d} - - - - - -5.5 - - - Audio 1 - - - {d1a68e66-3aa8-46c1-8ac9-a18a422d345d} - - - {e315bb3c-77f7-482a-b6f5-08402e815f44} - - - {0e19a1d6-e0b7-4e3c-b0a4-39dfd1fe811d} - - - - - 6.4000000000000004 - - - {66efdf0d-ecb9-4a57-ba78-12537d0f2ce3} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {1c7ad5de-efb7-4965-823c-419117077c68} - - - {45287221-f13e-4afb-9a18-e937ba7e5fb2} - - - {0e19a1d6-e0b7-4e3c-b0a4-39dfd1fe811d} - - - - - {10e3b1c1-b7e0-4182-9b36-30804d50523d} - {7b567133-d640-43af-93e3-43703c2842c1} - - - - - - - {d4709320-0326-4219-ae36-3de456a15714} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {bcc80d95-151e-4f05-b966-e906ad23c853} - - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{6a60a83f-ea9d-4ca0-acd9-459bb54fc2f1}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{6a60a83f-ea9d-4ca0-acd9-459bb54fc2f1}.xml deleted file mode 100644 index 3ab23b32..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{6a60a83f-ea9d-4ca0-acd9-459bb54fc2f1}.xml +++ /dev/null @@ -1,196 +0,0 @@ - - - - - Pickup - - - 1 - - - {039afa92-b442-4b99-89f5-a9a681e5ab09} - - - {c792a91f-eba1-40e8-bdc9-44caf5edf698} - - - {9b999226-eb57-4949-9fae-032d4bb953a8} - - - {aa5cf78b-d151-4fe2-90a4-dd865b8f2137} - - - {0c9a7a50-c1d8-4922-82fb-789afeaf2b33} - - - {69d9a9a4-2ecf-4214-9064-93417cedf614} - - - {4de91a8d-63ae-4837-8c47-60dc6c5bcb49} - - - {b284f98b-314e-4ada-b3cb-45b9faf35b00} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {b9b7a7cc-9007-449b-b9da-d4a8540ef1ed} - - - - - {b9b7a7cc-9007-449b-b9da-d4a8540ef1ed} - - - - - {7eb897d9-f6c4-4c2a-bbcd-caa7d6bb41d3} - - - {4bc6a3ef-aac8-4128-9ccc-508f3db5fd0e} - - - {93fb17f3-d0a1-44d7-b7e3-9f060d84622a} - - - - - - - {920b8f85-1ced-4505-8c7c-aca9c7429b11} - - - {4dbefe06-df7d-43bd-9e75-c89de597077f} - - - - - {920b8f85-1ced-4505-8c7c-aca9c7429b11} - - - - - 10 - - - {c3b7dd94-def0-4f4f-843b-6b911ed347c7} - - - {18078cf6-4040-4260-9fc5-bbbb97e48439} - - - {c792a91f-eba1-40e8-bdc9-44caf5edf698} - - - - - {4ca27a94-18fb-4815-b577-c636b51829eb} - - - - - - 0.38 - - - 2 - - - 2.60000014 - - - {3babb9f1-6c5c-4fa9-a668-5967ce2e4ecd} - {5547cf12-f0f7-44a6-a97b-96d18496e7f6} - {9a56bbd1-7fa6-4cf2-b8eb-38136df90f88} - - - {4a41b114-6bb2-43c2-848a-5e2d808cf270} - - - {206c79e5-ec8d-4525-9313-2c48b41de8c0} - - - - - Audio 1 - - - {4f9a8c25-2915-4057-a0da-695cd7795b0a} - - - {d52318a6-896d-4495-bba3-0e07228f7006} - - - {b9b7a7cc-9007-449b-b9da-d4a8540ef1ed} - - - - - {428ffb78-3653-4ff2-8dee-1891209e65a2} - - - - - - - volume - - - 3.5 - - - - - pitch - - - 6.5 - - - - - startOffset - - - 5 - - - - - {13a96cb5-cced-4cdd-8315-b56287a3efb0} - - - {964422f1-a8cb-44a4-83bd-4748792a76ef} - - - - - {ba2056ac-cf5d-45f0-99ef-3e7470fa30a8} - - - - - - - 0 - - - 1 - - - -1.00000048 - - - - - 0.38 - - - 0 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{6b1c535e-59e2-46a6-a462-e2d05aac6778}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{6b1c535e-59e2-46a6-a462-e2d05aac6778}.xml deleted file mode 100644 index a7173a4d..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{6b1c535e-59e2-46a6-a462-e2d05aac6778}.xml +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Purple - - - Tk Block Impact - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {5e89ff3d-7eba-452c-b6bb-fcbcf8141fe0} - - - {a48a9096-bcdd-4d5b-875c-a3823ff83d39} - - - {019ddcb5-06b1-44b1-8681-4c789b113442} - - - {b6899c49-41f5-49e5-b46d-e8cdb8b15aa7} - - - {b29a6279-80a3-4fe7-acf1-a0b3502c3e6a} - - - {cef4a0bd-7aa4-4b62-9480-3447e602428b} - {d0b0ef88-8859-41d8-b7f8-e7bb36aaa53a} - - - {f6fd43c0-e87d-4e3b-9370-748a9f53af8a} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {1acb6427-3259-41f6-a532-5a33851f8313} - - - - - {1acb6427-3259-41f6-a532-5a33851f8313} - - - - - {d10d104b-2dcc-44c1-b2dd-1478c68a44e6} - - - {65fb4766-2b6a-44be-9334-e61359436d7d} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {d811dc46-9448-43ba-91fb-7db0849a658f} - - - {dcb33093-e05a-49bd-9b94-12007b6f41ee} - - - - - {16002f86-8a16-4ab3-bba7-9917150303c3} - - - {7a465be6-2689-4e44-b513-5fa8c806fb8e} - - - - - {d811dc46-9448-43ba-91fb-7db0849a658f} - {16002f86-8a16-4ab3-bba7-9917150303c3} - - - - - {39e2070b-7df3-4f35-8aad-165ab2902150} - - - {fc767cf4-dda1-4b73-916d-bf34dae0ebd9} - - - {5e89ff3d-7eba-452c-b6bb-fcbcf8141fe0} - - - - - {5e5251af-73d8-4839-ba61-3d19b3aa35cd} - - - - - - 0.95820833333333311 - - - 0.30000000000000004 - - - {8e048db8-e707-4f0e-bf23-3e587af8923a} - - - - - Audio 1 - - - {d8ada998-56bb-4c76-8e8c-caf8ad4ab05e} - - - {e691bc77-873f-4976-8eac-f383af40df8a} - - - {1acb6427-3259-41f6-a532-5a33851f8313} - - - - - {fc90e34a-ce8a-4468-a33d-a946e5ee0fb7} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {084f442d-af2c-4a10-96d3-e4b852b6b59f} - - - {2c6fa0fe-8d86-485f-a607-08b04a70b556} - - - {1acb6427-3259-41f6-a532-5a33851f8313} - - - - - {2e44a158-13dc-4c18-8dac-e8063d2bbb83} - {f172ee7a-f682-4e5a-b383-0aa879cb1103} - - - - - - - {64dcb2a6-1eff-49b4-a027-f9b921608baf} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {3a127ee6-0fe3-48d6-a2fb-b20f30cd1aba} - - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{704e9f4d-45f8-4725-b9bf-fba8a7b8e544}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{704e9f4d-45f8-4725-b9bf-fba8a7b8e544}.xml deleted file mode 100644 index bd04f1bd..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{704e9f4d-45f8-4725-b9bf-fba8a7b8e544}.xml +++ /dev/null @@ -1,213 +0,0 @@ - - - - - Purple - - - parry - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {954a1b7d-4186-4f7f-bea7-c1c24cc670d7} - - - {fe3dc44b-0407-41d5-b5fd-6a18a9b96e0e} - - - {0bfbcbd2-5fbb-451b-afa3-ab8004492524} - - - {8dbadd6a-f5c1-49bf-b656-e85ddd0a2dc0} - - - {d2792bbf-0945-4ef5-ac7a-26c444949d0a} - - - {c7ab36e6-6a91-476a-b391-c212c1ad619f} - {63775a1a-fee2-40c7-8a31-e6f0ceff8a01} - {f4e693f0-b2ed-4017-bce1-acfa16bf8638} - - - {7571d388-965d-4183-bc1f-43fb8d417ff2} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {13c19639-d812-4317-b8dd-06192739b287} - - - - - {13c19639-d812-4317-b8dd-06192739b287} - - - - - {32d87d1d-f2c0-4cf4-b042-9ec1a6cebf15} - - - {3a65b4b6-2b99-44a0-af94-c79cb04f84b6} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {ba90dec0-7942-4b44-9cf1-beb22ebb98dd} - - - {c7b473a0-1624-4e99-8483-8c33026d4aa7} - - - - - {e6cd34b7-2644-4f16-921f-865237c66f74} - - - - - {8f4ede0d-7b11-4afd-abf2-6366ee111c28} - - - {82a2fa59-5983-4633-8d4f-43040cbede6f} - - - - - {ba90dec0-7942-4b44-9cf1-beb22ebb98dd} - {8f4ede0d-7b11-4afd-abf2-6366ee111c28} - - - - - {cd2444fd-aaca-41b3-bf36-e0a9e48c8486} - - - {36647e26-8bfe-4b30-9677-4a7e9415fc54} - - - {954a1b7d-4186-4f7f-bea7-c1c24cc670d7} - - - - - {f6d05301-d0ec-42f0-b133-5b9cbec56be3} - - - - - - 8.569958333333334 - - - {b987dc57-a718-4556-a1f8-79f606a0b33e} - - - - - Audio 1 - - - {711c3284-cba4-44ce-b586-0a861b99ee50} - - - {a2764f36-4daf-4279-a2b6-9ae4343353ec} - - - {13c19639-d812-4317-b8dd-06192739b287} - - - - - Audio 2 - - - {8c3ce0d0-519e-4d3a-a0d1-a9bb44ec0d3c} - - - {c36a51dc-83d0-4221-ab38-66ce96eff860} - - - {13c19639-d812-4317-b8dd-06192739b287} - - - - - {508a1b59-9d12-42ff-83e3-46efd12a6ecc} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 3 - - - {a2b0f5b9-4b57-4a4e-86bc-dd1f7d102952} - - - {446293a5-eeb5-49d8-aef0-cf125dba419c} - - - {13c19639-d812-4317-b8dd-06192739b287} - - - - - {af93c677-4204-4357-a988-4e3d34516f06} - {d9a6e7af-ba6f-4d9c-993a-2d24ed17a6cb} - - - - - - - {a7399482-4aa9-40f3-9db8-1de424e5bf1e} - - - - - - {9c768d1d-8156-4e64-9cdf-88dc5f9f35d2} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {51204083-b7e4-41cb-9bcb-7c02e19903a7} - - - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{760f17ca-6cd7-4e6a-89f2-9088d36d636f}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{760f17ca-6cd7-4e6a-89f2-9088d36d636f}.xml deleted file mode 100644 index eef03a2b..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{760f17ca-6cd7-4e6a-89f2-9088d36d636f}.xml +++ /dev/null @@ -1,147 +0,0 @@ - - - - - Sanin Rock - - - 2 - - - {840a4408-d248-4537-bba5-0ca37b0211c8} - - - {cd15222f-429f-4dfd-80bd-9d8d69df5e4f} - - - {17651589-b809-402a-b796-d36fb79c678e} - - - {dba342a9-9fb0-486c-9add-ed65e748e79e} - - - {fa513e16-2d0c-447d-87bd-b42f242d879f} - - - {cbc224f1-2dcc-451e-b5b8-c34718a35cdf} - - - {f5356a80-5960-4ca1-a3b3-94d63dbd4981} - - - {12d7b256-6ad8-46be-abe4-f8990ab84b3b} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {62424892-7fc5-4c4a-935f-7c78598c2182} - - - - - {62424892-7fc5-4c4a-935f-7c78598c2182} - - - - - {c9a0d9ef-19de-46ae-afea-a99c4a6f7473} - - - {424f2481-4cec-4241-b894-8d29b4541aaf} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - true - - - 200 - - - - - - {05e07f02-ca69-40ec-a03e-6f267ee96773} - - - {8bc2aca9-1ba1-436e-9d61-862e79b0b5b0} - - - - - {05e07f02-ca69-40ec-a03e-6f267ee96773} - - - - - {3204b208-9db2-48ff-8b10-b8382c25b8a1} - - - {55a43f82-1de9-4d1d-a3c3-b40bea419f91} - - - {cd15222f-429f-4dfd-80bd-9d8d69df5e4f} - - - - - {63dfbd82-0cce-4d40-b2b3-0d3114ff1015} - - - - - - 7.2536458333333336 - - - {fa80e91d-570e-48b9-b98c-ec6b8dab0db4} - - - - - -12 - - - Audio 1 - - - {35fb604b-832e-47fc-8c1e-2a06d5de099a} - - - {850a6aa4-bb37-4e75-bfb3-6ac025b81b06} - - - {62424892-7fc5-4c4a-935f-7c78598c2182} - - - - - {56a85294-fc16-48f0-b45e-705d68dfecdd} - {93512c4c-4913-4e6e-b3a1-e7b541c85d76} - - - - - - - {4560ea34-8c96-42d6-aea3-9c68fef5e5b4} - - - - - - - 1 - - - 2.60000014 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{79853392-663d-492e-905d-fdf5f27009e8}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{79853392-663d-492e-905d-fdf5f27009e8}.xml deleted file mode 100644 index 86a45a85..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{79853392-663d-492e-905d-fdf5f27009e8}.xml +++ /dev/null @@ -1,297 +0,0 @@ - - - - - save - - - 5 - - - {039afa92-b442-4b99-89f5-a9a681e5ab09} - - - {a346f261-f6a4-469d-9856-b58f257a7f97} - - - {46cbb861-f1c3-45d4-9471-e442c6d6639f} - - - {d985adee-78b1-4a7e-b1ce-4308da829452} - - - {f35d5548-f9b3-45f8-be48-19d78423b626} - - - {5fe8a501-1cdc-4491-be9b-ffb3286183e6} - - - {5ebb2df9-41d2-4c51-919a-322e37175abc} - - - {a02d45b6-c84c-4640-ac52-07f2aa09ba5d} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {ae2d17a4-bf87-4ffa-a2c2-216622659f0d} - - - - - {ae2d17a4-bf87-4ffa-a2c2-216622659f0d} - - - - - {d4443ddc-3c46-47d0-8222-ebcc53939e19} - - - {745bc57c-dbff-408d-b1a9-d8ba7bcc8aff} - - - {93fb17f3-d0a1-44d7-b7e3-9f060d84622a} - - - - - - - {5147fd32-37b0-4e0f-bd6d-e06fe36fc28c} - - - {3b6bfa87-a036-48f4-8af1-e3f0cdec1a44} - - - - - {5147fd32-37b0-4e0f-bd6d-e06fe36fc28c} - - - - - {535c8311-9bf8-4582-9389-b36087df2543} - - - {300ca8bb-cf74-4574-9c51-b84c74ccb94c} - - - {a346f261-f6a4-469d-9856-b58f257a7f97} - - - - - {cb5bfbf4-ef2b-40c6-b3de-6b2e76cfc72a} - - - - - - 8 - - - - 4 - - - 3 - - - 12 - - - 88 - - - {042666d5-a209-4c51-a8cf-08ecf6c14acd} - - - - - 10 - - - Audio 1 - - - {c4d0aa06-4aa0-4387-afdb-828ef20ecc6f} - - - {a04c7e58-8c42-462e-bf9e-cdcd3e5eff7b} - - - {ae2d17a4-bf87-4ffa-a2c2-216622659f0d} - - - - - {26f6b164-28cb-4298-9e0f-756162a4c1a2} - - - - - - - 1 - - - {3b69a668-ce56-4ded-946c-a2c92c042dbf} - {97511aae-f07a-4fd6-8b54-4c1aabac6dc9} - {0f86faa2-5d67-4a95-806b-7be85aa4589c} - {0cd52e24-a756-4edb-a850-6388a1739379} - - - - - {8ddde673-ea80-406f-808e-6abea3d4540c} - {1925cbce-a203-4591-bca5-8ee8c93677b5} - {a7818cbe-9a70-4fdc-8445-ead15377e937} - - - - - - - 4 - - - {4fa1308e-cf27-416a-a31c-4fd659a243a8} - {8005c63f-5976-4061-a315-e61347ecf220} - - - {4510bcc5-5516-4662-a0e3-ab074499c616} - - - - - 6.5 - - - {2b75288c-a721-49b5-92dd-4df0099f424c} - {3f0448a2-e70a-4a55-b0da-4691ea2b327b} - - - {4510bcc5-5516-4662-a0e3-ab074499c616} - - - - - 7 - - - {933f4390-e811-49cf-8d8e-2bee8288c954} - {15071b7c-c7af-4d8c-ac66-7f9ab6a5319d} - - - {4510bcc5-5516-4662-a0e3-ab074499c616} - - - - - 4 - - - {f3758f76-32a9-4a42-b393-381d2171f225} - {b2c0e8a6-ac61-4991-8f53-691cc45f60ca} - - - {4510bcc5-5516-4662-a0e3-ab074499c616} - - - - - - 1900 - - - 47 - - - 74 - - - 9500 - - - 37 - - - 0 - - - -80 - - - - - 3 - - - 12.5 - - - - - pitch - - - 1.5 - - - - - startOffset - - - 10.5 - - - - - pitch - - - - - startOffset - - - 5 - - - - - pitch - - - 0.5 - - - - - startOffset - - - 35 - - - - - pitch - - - 0.5 - - - - - startOffset - - - 19 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{7e1fd0ef-745a-450c-91da-5213908fad32}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{7e1fd0ef-745a-450c-91da-5213908fad32}.xml deleted file mode 100644 index 835add68..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{7e1fd0ef-745a-450c-91da-5213908fad32}.xml +++ /dev/null @@ -1,193 +0,0 @@ - - - - - buff sword 1 - - - 1 - - - {a4e936df-4990-4158-8b8d-22216cbd6ae0} - - - {7f0e9c5a-0488-46d3-a67d-b03232a8eb89} - - - {69cf8a1c-0e10-414f-8d0a-8db5b3844120} - - - {319a35d0-ee81-42fd-8151-bb6758ddb1ae} - - - {70267d7a-9d7e-484c-b087-23a75636b011} - - - {b67aa694-8812-4800-bd45-2528f8be0b1e} - - - {ff9c17c6-f55e-4f40-9c62-b96c92671a59} - {51f6b326-8794-48a2-b080-53adf3020912} - - - {c243851a-c249-4088-a78a-c723d99ccacf} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {233caf16-d368-41a9-af35-f973307f3b81} - - - - - {233caf16-d368-41a9-af35-f973307f3b81} - - - - - {dd4d1154-daa1-415f-9ce3-c9b7a9e49e60} - - - {b3aead38-d89e-4c76-8f81-ef16c87d7453} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - - - {84a4d2ab-51ab-4426-a0f2-2e8033a6a557} - - - {31683afc-748f-4b10-9b5b-7c21ddb8d8eb} - - - - - {4b067349-2fd0-49c0-85ed-81061f4303b5} - - - {04d82787-2f68-4bbe-bb5c-f66f90783f44} - - - - - {4b067349-2fd0-49c0-85ed-81061f4303b5} - {84a4d2ab-51ab-4426-a0f2-2e8033a6a557} - - - - - {facb743e-ee50-4a56-827c-b2f1f819b06c} - - - {89cb6391-3464-46f9-a6d6-12ee79075ba1} - - - {7f0e9c5a-0488-46d3-a67d-b03232a8eb89} - - - - - {665ed0f8-947d-4e19-9f4c-ab695ef78521} - - - - - - 4.1379374999999996 - - - {be2f9aa6-3cdb-469c-a359-aec09041c04c} - - - - - -10.5 - - - Audio 1 - - - {c84dd40c-39b4-4187-946a-0665b0f6271a} - - - {e4f9972b-f541-4659-8d34-77d603c881fe} - - - {233caf16-d368-41a9-af35-f973307f3b81} - - - - - 4.1000000000000005 - - - {17eccbaa-ac61-4a87-bb65-9dde7173c3c6} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {4526119b-6d41-4ba5-b26c-217fcacb2136} - - - {f6f40033-c012-47f5-bdd6-a139868f4136} - - - {233caf16-d368-41a9-af35-f973307f3b81} - - - - - {27a3c708-6f64-47ba-8f3f-55f486924dec} - {a406564e-8666-468a-ae8f-d04fdd55bcad} - - - - - - - {d3d1df60-b80d-45f7-8137-7749dda38e94} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {eb7e61de-c7ba-4a99-8f16-8d9360a1a9fa} - - - - - - - -13 - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{87be7995-3a29-4efb-984e-796440981332}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{87be7995-3a29-4efb-984e-796440981332}.xml deleted file mode 100644 index 8cebd782..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{87be7995-3a29-4efb-984e-796440981332}.xml +++ /dev/null @@ -1,153 +0,0 @@ - - - - - Sanin Butterfly - - - 2 - - - {840a4408-d248-4537-bba5-0ca37b0211c8} - - - {9fba5ca3-f214-4834-980c-f726e8f63ce6} - - - {3683dc03-8efb-4e94-9ad3-41c7e1d4b832} - - - {518e7af0-32ec-4444-9981-4bd2cfc37a8b} - - - {456f592c-ff99-4632-862f-9297d5414065} - - - {3096027e-658a-4c29-8604-6afbe7a5ef10} - - - {12be8a75-bbaa-43f2-ae74-d276e58e575c} - - - {3e15fc60-a8d7-48b5-bc13-018f50af8654} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {7da2411b-e27e-4fa7-9512-d38315a321c0} - - - - - {7da2411b-e27e-4fa7-9512-d38315a321c0} - - - - - {91fdc6f1-26f9-4e5d-9e97-2cb43675f96a} - - - {bec3a9c6-dffb-452f-bccb-a96dc7f995a5} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - true - - - 100 - - - - - - {6b3794ce-2495-4e51-a94d-8cf0734eb4d8} - - - {cf378bcd-3d49-4ff6-ab34-dd38379e2fcd} - - - - - {6b3794ce-2495-4e51-a94d-8cf0734eb4d8} - - - - - {73251748-9045-4145-9647-29f7b77fe35d} - - - {1691e9cf-63f9-4d1c-b2bf-b489069afaf0} - - - {9fba5ca3-f214-4834-980c-f726e8f63ce6} - - - - - {34cec9db-3e4d-4cbc-8fe8-10f2e3e5b1c2} - - - - - - 6.7825000000000006 - - - 3.2799999999999989 - - - {d7bd2680-e1ae-4f2d-af13-d0e212c39182} - - - - - Audio 1 - - - {7817ed16-fcd8-463a-bf34-fce7d683db34} - - - {7e143bfa-8bdd-4bc3-b485-4b8e61593dcd} - - - {7da2411b-e27e-4fa7-9512-d38315a321c0} - - - - - {509fdd2e-af3f-49ec-b7da-2d240fe86195} - {98573b3b-70b5-4b88-9629-40a85e672472} - - - - - - - {86233348-a65f-4367-a1e2-9172ee95f61d} - {6ea325d0-dad8-4fe5-aab0-ea8e27c92213} - - - - - - - 1 - - - 2.60000014 - - - - - - -13 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{87c1a6b0-a412-48cb-841a-1f4b9e6cdf23}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{87c1a6b0-a412-48cb-841a-1f4b9e6cdf23}.xml deleted file mode 100644 index 03734fac..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{87c1a6b0-a412-48cb-841a-1f4b9e6cdf23}.xml +++ /dev/null @@ -1,181 +0,0 @@ - - - - - Purple - - - sword draw - - - 1 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {3c036463-af8e-4edb-b5b6-d7a3a3aca9c8} - - - {2191e514-d412-4210-8efd-a734d40c13ad} - - - {da12e6f9-0871-48f0-ad99-b7e469639476} - - - {0b5fb602-d471-459b-9afe-f4d23437931a} - - - {7df11f45-10d8-470f-8f2a-b211b4ff66ee} - - - {da25ad38-4a3d-4d07-a471-f64ff8dea0e3} - {a4d7418c-ac06-469b-bff1-d02aa8cc2a6b} - - - {8df99f59-ffe9-4bd0-a443-98387aed6d5a} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {8ec8429c-0caf-496d-b6fc-4c5bb88548df} - - - - - {8ec8429c-0caf-496d-b6fc-4c5bb88548df} - - - - - {ad731af0-0118-455a-9b53-2c6e8316077d} - - - {c58d0210-52cb-4ce6-85bb-d0555036fa41} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {5d64515a-1bc2-46a2-b2be-b0b8a175b6e2} - - - {09398c61-ccd7-479a-9fbb-c3f9d2faabb5} - - - - - {2f0e34a5-a16e-46e9-8463-c07cf94a14d6} - - - {28f9863d-c0ac-45d7-86ef-6cf0e3d08fa7} - - - - - {5d64515a-1bc2-46a2-b2be-b0b8a175b6e2} - {2f0e34a5-a16e-46e9-8463-c07cf94a14d6} - - - - - {6f86c729-1b7a-477e-94b1-fdce04e7999b} - - - {79f721e3-04df-43c6-b968-97569e1ddbec} - - - {3c036463-af8e-4edb-b5b6-d7a3a3aca9c8} - - - - - {c290d38e-0fe8-4644-83c2-34927ec4a419} - - - - - - 2.5 - - - {f43340c1-4fe1-4ded-a92e-ef503792b06e} - - - - - Audio 1 - - - {c7e53dd7-e0a3-43ba-8718-12899f7aa40a} - - - {d8a6033c-4491-41bd-825e-bf49c4f9bfe4} - - - {8ec8429c-0caf-496d-b6fc-4c5bb88548df} - - - - - {397e4867-d8ad-4050-8814-1c24e76b3341} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {c111fd2d-326d-41a9-a5c0-3d74e14beb71} - - - {4d644ff5-73b4-4195-80f3-7e427029196e} - - - {8ec8429c-0caf-496d-b6fc-4c5bb88548df} - - - - - {11e819cf-de1d-4786-aa6b-5afa980a992d} - - - - - - - {474b72f4-e41f-42dd-a4d2-4589cb64a7d2} - - - - - - intensity - - - 100 - - - 100 - - - - - {5d8b9ca8-b28d-4407-a62d-38759466f9dd} - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{912358d9-0422-4ca5-8043-f792575b53f3}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{912358d9-0422-4ca5-8043-f792575b53f3}.xml deleted file mode 100644 index b1cec6d0..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{912358d9-0422-4ca5-8043-f792575b53f3}.xml +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Purple - - - Arrow Release 1 - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {5682712e-16b8-4b93-adab-4cb4226677ae} - - - {7b42bfcf-58b8-4918-aa7d-c9b77d9a5a05} - - - {1746cf8c-3874-480e-b6d1-4d16d52d4e16} - - - {5db93f35-13b6-4732-9edd-88583d99029b} - - - {7b41448f-b630-42c4-80ef-57dbef36276b} - - - {5959f4a4-1319-4154-b36d-a56e060795e1} - {4d72025d-3fe5-4cc8-9b73-c2f1b03d7bba} - - - {07e974a2-5839-4c86-ab3b-7d4df992d174} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {3ae9eb58-9786-4902-a7af-df1d8a9b5c7c} - - - - - {3ae9eb58-9786-4902-a7af-df1d8a9b5c7c} - - - - - {1fb60f85-e168-4f3b-b8b9-3e4a5d6adf22} - - - {59ce6a91-c397-460d-8c40-d31c530ff949} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {aa56252e-f284-4cf9-9fb2-03de1935a9ca} - - - {238671c9-a30f-4bd6-a36c-1506fc2ff45c} - - - - - {825246fb-74cd-406b-9781-bf384ddee7e3} - - - {eaf4ac83-a8d0-4e54-bd65-4d5b98a2447b} - - - - - {aa56252e-f284-4cf9-9fb2-03de1935a9ca} - {825246fb-74cd-406b-9781-bf384ddee7e3} - - - - - {4efbe212-d2c2-4f12-b137-910c186d7213} - - - {6e8eb91d-f28a-4ddc-b570-2c5be0ef408c} - - - {5682712e-16b8-4b93-adab-4cb4226677ae} - - - - - {c24e8bf4-3993-44d7-90e1-12495ed16dbb} - - - - - - 1.375 - - - {efa740e5-6b1c-4323-9d23-602cbfb915e7} - - - - - -12.5 - - - Audio 1 - - - {47e0ac18-1de5-4800-bc8a-508349288df8} - - - {5d8152f6-16ef-4a07-b47a-04ea3d6a3962} - - - {3ae9eb58-9786-4902-a7af-df1d8a9b5c7c} - - - - - {7a3ac8ce-a50d-45f3-b073-34915749cf53} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {e06360b0-a4e5-4671-991e-ff5bbddc204d} - - - {ed720e4c-da02-40bb-a755-9e47ffe485a1} - - - {3ae9eb58-9786-4902-a7af-df1d8a9b5c7c} - - - - - {2433c225-834d-4ee6-96c1-70adbead0975} - {39349ecd-5a84-4b26-a185-d680df14dbf2} - - - - - - - {0e1fceaa-f522-4f99-93bd-055f37108fcd} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {0210f01b-1b7e-4458-82dc-ebe17d3b204c} - - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{957fb018-fc61-4cdb-9127-67aa8993e0c5}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{957fb018-fc61-4cdb-9127-67aa8993e0c5}.xml deleted file mode 100644 index 23a19195..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{957fb018-fc61-4cdb-9127-67aa8993e0c5}.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Sanin Teleport end - - - 2 - - - {1fec1a40-11d9-47cf-ab5b-df5b3ba4a810} - - - {e6bd3550-147a-43fb-9bc5-718c7f685b58} - - - {8fdeb439-bbb6-494a-b66b-ec8abd25da7b} - - - {33e81810-cea5-46b1-9fbe-322a9fa96f0a} - - - {35524924-b5c7-43bf-8ceb-9a83041ba0ff} - - - {bb071dcf-7b79-4af1-a08d-a0cbff3a5ea8} - - - {b2780f53-7afa-42c3-855b-ee85f38ad990} - - - {6c6c7c1e-9347-4b00-848e-42c29b1b7f1a} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {5d2a06d4-97f6-41dc-a5e0-801841f51d73} - - - - - {5d2a06d4-97f6-41dc-a5e0-801841f51d73} - - - - - {594e9208-2046-4c7d-bf90-a43e245bc656} - - - {92d7107a-164a-45ca-b0a5-14e085afce94} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - true - - - 3 - - - true - - - 50 - - - - - - {b53c414d-0b2a-4fe9-9016-eccc10b1a2b4} - - - {1a9c13be-b84b-49d0-9361-6deb1faaab28} - - - - - {b53c414d-0b2a-4fe9-9016-eccc10b1a2b4} - - - - - 2 - - - {6c2dab09-2c38-4a5a-a4c8-428700d6c33b} - - - {62e774df-974c-43a9-a6a2-45278d869ccd} - - - {e6bd3550-147a-43fb-9bc5-718c7f685b58} - - - - - {f3fffac0-3e16-4575-a19b-2fae38bf3b6f} - - - - - - 7.7000000000000011 - - - 0.29999999999999999 - - - {72939219-931d-449f-8f58-9f4a1070929a} - - - - - Audio 1 - - - {f1f0d6bc-ebaf-497e-bd90-167a9886926e} - - - {7cd7fd9a-08c6-495a-9670-d0c9b94e1d1a} - - - {5d2a06d4-97f6-41dc-a5e0-801841f51d73} - - - - - {d6c94703-e92f-4d47-8b45-354be3217f7f} - {08cb7dea-a9da-4bd9-b335-7f1c86e4c8ac} - - - - - - - {553dc541-a5fe-47cc-9d83-64d6e7d3edb3} - {7761c135-d8c3-49f3-bd1a-98a4992e5d85} - - - - - - - 9.80000019 - - - 12 - - - - - - -4 - - - 10 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{993901df-ab53-4ad8-b440-c618a0e4aa0f}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{993901df-ab53-4ad8-b440-c618a0e4aa0f}.xml deleted file mode 100644 index 7b44074f..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{993901df-ab53-4ad8-b440-c618a0e4aa0f}.xml +++ /dev/null @@ -1,186 +0,0 @@ - - - - - Purple - - - bow equip - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {72451bd9-4879-4f3c-b4f6-f2265572b178} - - - {169a26df-da8d-4a53-a2fd-d46a7e984ed1} - - - {950d3705-22db-430e-8afb-4b7b8a213e02} - - - {05d4ad5d-98d2-46f9-ab68-c722055b30e6} - - - {4a3e008c-5f56-4d50-bf46-4e93f4fd4a6d} - - - {e52e41ac-7539-4902-bb04-9e67a8892f0f} - {85707e52-d916-411a-b62d-b2ce1a20c8c1} - - - {bf032995-f45a-49e0-9700-b01b1aef881b} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {20d89e55-d545-46b2-9efc-2fd733d5cae2} - - - - - {20d89e55-d545-46b2-9efc-2fd733d5cae2} - - - - - {131f4c4f-1e5f-4077-8365-3ef60d038cee} - - - {dc66d422-4db2-4619-994e-898a363772dc} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {dace4af0-c9d5-46e9-a881-af09c8c8503c} - - - {f0f95391-5eed-4322-a4bb-e15ac3b0eb22} - - - - - {7d2f4228-c89b-4bb5-9f35-086c550f2832} - - - {09d43671-f485-4936-b7fd-db9f49f6160a} - - - - - {dace4af0-c9d5-46e9-a881-af09c8c8503c} - {7d2f4228-c89b-4bb5-9f35-086c550f2832} - - - - - {ebe7ead8-6394-4c4c-a097-6f3267678331} - - - {d1fdb2d5-85f4-4b29-ba26-b134409e6dbc} - - - {72451bd9-4879-4f3c-b4f6-f2265572b178} - - - - - {5d539761-ceb3-4f85-8f2a-084d5bf21079} - - - - - - 1.1010208333333333 - - - {b8e21bc7-d616-4b96-92c6-a530ba132823} - - - - - Audio 1 - - - {cf60d123-ac46-47c9-afb4-7ef8c1cb5932} - - - {62e85a9c-12f6-4ed2-8293-da168121585f} - - - {20d89e55-d545-46b2-9efc-2fd733d5cae2} - - - - - {8ea0969f-07f0-4d85-a13b-8f44b5c37d61} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {d6fbbe25-4f62-4226-8c15-39522d982b9b} - - - {0f7cc7a9-00f5-4f72-b34f-fdfd9665ef46} - - - {20d89e55-d545-46b2-9efc-2fd733d5cae2} - - - - - {edbaf15e-6a2f-46c3-b0c7-9178064024e5} - {331479d3-949c-4b26-9d82-500cd259ce3a} - - - - - - - {98625f2e-289b-4ae9-b04d-630b4facf9be} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {4a36b820-5c81-442d-97be-b9d7953456d8} - - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{9d7b6ff2-0df0-49a8-9648-87a3db989bd8}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{9d7b6ff2-0df0-49a8-9648-87a3db989bd8}.xml deleted file mode 100644 index 3b010a15..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{9d7b6ff2-0df0-49a8-9648-87a3db989bd8}.xml +++ /dev/null @@ -1,279 +0,0 @@ - - - - - Purple - - - sword 3 - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {4a483c4f-416c-4954-a813-561b8f0ed678} - - - {1f820cd1-c0b8-422c-9075-e8410e18480b} - - - {8e296b1b-1a3f-4635-a0e0-7b78659ad38c} - - - {907ef271-2398-4ffc-a7d6-5340e57c4407} - - - {1eb98ff3-5a42-4f92-b031-ebb7f7f43d9c} - - - {939e8376-6e5c-449e-ab6c-03b174308f4a} - {5b6efd9f-a2eb-49b6-944e-a6a68682c4ad} - {6385d6a2-cbda-4d6b-ace1-0e0c0aea5483} - - - {0fb2568f-d36b-4a40-85a6-af111d6c5a79} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {2abdf585-d819-440e-96a7-25623a85d300} - - - - - {2abdf585-d819-440e-96a7-25623a85d300} - - - - - {8a18ad5b-0bf8-42b2-922a-17765ab68b29} - - - {7c981e07-84af-47d7-868f-d334c179aab2} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {717258e1-4073-465b-a977-9da56680229c} - - - {7459872f-bc98-4588-b237-1056d14afd9b} - - - - - {7b0337e4-9b1b-4e27-ae76-4d6f061dff16} - - - {d5001ede-169f-4f94-9bc7-f01d5b0d4622} - - - - - {4d55356d-b2d7-4a1d-8d4a-fda6902331ad} - - - {d0a126c4-1bd2-46af-b352-6758cacb03cd} - - - - - {717258e1-4073-465b-a977-9da56680229c} - {7b0337e4-9b1b-4e27-ae76-4d6f061dff16} - {4d55356d-b2d7-4a1d-8d4a-fda6902331ad} - - - - - {46ab4c19-516c-4d67-93ce-d41d18d00582} - - - {a51304d2-e2b1-4d82-9c3b-6463374c5b62} - - - {4a483c4f-416c-4954-a813-561b8f0ed678} - - - - - {d30a703f-7e11-43f3-8987-bee0cb724137} - - - - - - 1.8202083333333334 - - - 1.1875 - - - 6 - - - {a1442f25-8b49-4ad8-9287-d39846d97347} - - - {e0d2d86f-3ebd-4d9c-a3e6-6d295e358587} - - - - - 0.5 - - - Audio 1 - - - {11db66a8-2306-4d48-9b85-55bf5a6f4b13} - - - {7c52b1d5-35e8-4519-8c5e-9e11776313a4} - - - {2abdf585-d819-440e-96a7-25623a85d300} - - - - - {a6e2bf1a-b832-445f-b745-2fa32a452ab2} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {9d68d1f5-a32b-4913-880f-f68cf5e1e293} - - - {e677bbb7-91d1-4ef9-b95d-c34d743c70ee} - - - {2abdf585-d819-440e-96a7-25623a85d300} - - - - - 4.976 - - - 3.79999995 - - - {32fb788c-9449-4ab8-afb8-4565e44c1877} - - - - - -37 - - - Audio 3 - - - {2e31a094-6bc0-402c-b64d-cc13ee6fa8ed} - - - {eeae26d3-fc17-4c42-9d6d-24fa030c7659} - - - {2abdf585-d819-440e-96a7-25623a85d300} - - - - - {96d7fe7c-deca-4a8b-9543-36c05ffb4598} - {7c825d3e-78d8-4eb3-83ef-1d731fb58f85} - {8675054e-33e7-4475-aa94-c2644f351fa8} - - - - - - - {94c7366e-c4db-4fe7-9190-1839732dc6ec} - - - {7fb14a8f-4732-4027-9918-bc2dca891238} - - - - - {a36a830f-c9e9-49ef-8132-528305f7c986} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {2e3667ae-8c03-4191-b27e-970bb34b7183} - - - - - - {c856aea1-ea97-4223-8b28-7e3931c2a6b5} - - - - - - - - 49 - - - -17.5 - - - - - 0 - - - 1 - - - 0.25471893 - - - - - 1.8202083333333334 - - - 0 - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{9fe8877e-28f4-44bc-81f8-f82094b3f0f9}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{9fe8877e-28f4-44bc-81f8-f82094b3f0f9}.xml deleted file mode 100644 index 37daad4c..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{9fe8877e-28f4-44bc-81f8-f82094b3f0f9}.xml +++ /dev/null @@ -1,192 +0,0 @@ - - - - - Sanin Default Attack - - - 2 - - - {840a4408-d248-4537-bba5-0ca37b0211c8} - - - {f1baa8e3-66fa-494a-b115-931e083854a6} - - - {c45e22c7-1880-44b0-9c1d-e0e34991618a} - - - {441b7b6d-6e93-42bb-9e85-8886f2629175} - - - {b5c18a3d-538c-4687-8a21-d470ef2215d7} - - - {8f143551-607b-44aa-932c-3c87956c5dea} - - - {ac7c3df0-e55b-4499-b170-db87bd91dcc3} - {ef1c0f5a-7036-4c85-932d-e9458c4b8c19} - - - {f1e4af8b-8daa-4d95-8b3e-4b02e1f946c8} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {8d9baa68-27fc-47ff-af3c-852f8979efb6} - - - - - {8d9baa68-27fc-47ff-af3c-852f8979efb6} - - - - - {db919939-a3bc-4786-b70f-b69fba5e54e8} - - - {0dc9ea82-4ee4-403c-9179-ae52052d7dfb} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - true - - - 100 - - - - - - {471ed9de-84ea-498f-8fba-19af1d13c27c} - - - - - {2771d8a4-aaf4-4c2f-9868-251ce90412c8} - - - {27369e14-2a71-4caa-9e10-682fe782727f} - - - - - {2771d8a4-aaf4-4c2f-9868-251ce90412c8} - - - - - {d790c76a-33f0-483e-9122-8f997bd7a1cd} - - - {5a6f382b-bf0d-405e-9253-6340f5dd3fa1} - - - {f1baa8e3-66fa-494a-b115-931e083854a6} - - - - - {d181f03b-6b00-4235-acac-acc880f5477b} - - - - - - -22.5 - - - Audio 1 - - - {e1c2aaa3-30fc-4918-b44e-f5e42b67db12} - - - {2ffca4ba-85b1-4460-ba1f-2b5ce768a152} - - - {8d9baa68-27fc-47ff-af3c-852f8979efb6} - - - - - 6.8336458333333407 - - - 0.41999999999999982 - - - -5.5 - - - {fa80e91d-570e-48b9-b98c-ec6b8dab0db4} - - - - - Audio 2 - - - {cd23251c-60e9-4d4c-a1f8-c3f48cc252eb} - - - {22de66d8-0453-468b-b9b2-118c9700d7a9} - - - {8d9baa68-27fc-47ff-af3c-852f8979efb6} - - - - - {2bfa63b2-f0d2-4f04-a4eb-1b04a6532584} - {91815916-0c85-454a-932e-2ce4735392fc} - - - - - - - {e4ae61a1-f451-46fe-840f-35dc804026b4} - {27ab937d-bef9-4034-aed1-4e310fcefa80} - - - - - - {cb0decd3-d646-441e-8b57-d6b13e6684c8} - {ca7e7824-0f5e-44c9-bd94-b6275c8fe384} - - - - - - - 1 - - - 2.60000014 - - - - - - -13 - - - - - - -13.5 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{a085dafc-ac72-4c1e-8c57-a969df549e9f}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{a085dafc-ac72-4c1e-8c57-a969df549e9f}.xml deleted file mode 100644 index 941f00b6..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{a085dafc-ac72-4c1e-8c57-a969df549e9f}.xml +++ /dev/null @@ -1,1043 +0,0 @@ - - - - - Bow draw - - - 1 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {279cf0c4-81f1-4403-8368-16f60f6b24e0} - - - {d045f6f6-9ad8-4d98-a9ee-89722bfc5a10} - - - {0c15dff2-88d7-45f9-902c-29d4977a9925} - - - {f8853e5c-f432-435e-942c-2dc0d0bc915e} - - - {ac908289-6b93-4cbe-b4eb-1bc8459c1075} - {e35375d4-4a39-4daf-952c-3b4936b3c28d} - {0e2886d9-cf06-432d-9984-df2518f6dac9} - {bde90b14-b52a-4c88-b760-df11546a13e7} - - - {94430eeb-1ab7-44cb-b7e5-33785270016b} - {280a5629-f601-44fd-aaac-40ec6ff77486} - {10c35577-22c9-4e17-bf49-e686436e523d} - {1d074d5d-4541-432e-b3a2-5715e48c7725} - {bf9b6944-29f3-417f-a3fe-811118fcca54} - - - {10ce3ab5-c417-4b5e-8c1e-3f11cd077609} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {9b5acd15-4dd1-4b8d-8a25-2f24aa4f3276} - - - - - {389ff9e5-3646-403f-b1bd-1b79d4d645ce} - {c17b5b96-c734-4831-9197-baffcef57a0c} - {a29591fb-7e13-4b13-9a73-bdebf67f50f5} - {f1f1425b-1e0a-4b91-9173-afe340b79640} - - - {9b5acd15-4dd1-4b8d-8a25-2f24aa4f3276} - - - - - {f3e69582-050e-4354-a3e0-c11481ca2040} - - - {54c10072-01a6-4f5b-b975-d863051a0ddf} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - - - - - - {9cfc6fae-ecae-4992-a7cc-05478c27b49d} - {44b7a775-7a1d-4315-8b7e-e2cd7ec293d2} - {f2a7140a-0de3-4d47-8da7-8973ee96d1e5} - {7be369ee-6d30-41e2-8f10-802b21954a14} - {fc855323-c451-4a56-8f23-8ba3eed7caf0} - - - {eda3a405-c3c3-4397-8a76-2c64d17e73a4} - - - - - {fc17c51c-a680-4aa4-8cdb-369f194a2ed4} - {c02ef1ef-834c-4bd7-b9f6-5bd878c61919} - {974e9339-8cc4-43f6-9407-f3999d59902f} - {a7477e55-be12-4623-ab54-fedb63ec3e4e} - {f82d9e89-78a6-406a-b0b2-15d722ebc5d1} - - - {cdddb048-b409-4cfb-b3ea-49a99c1a8fa4} - - - - - {61e20686-16a0-4979-aedf-83c1bfafe3e5} - {5070f9af-7af4-40c2-a51c-248aa38ebc3f} - {f7f71e2c-599b-4b47-8b06-0e3558ca90bc} - {91284baa-01db-4bcb-bc6d-bb5e7913d853} - {602334b0-9e1b-4ba0-9a20-8df39c6e376f} - {92e57498-77df-47a5-bf6d-4957649aeb5c} - - - {4f509af6-8e16-4479-b279-35616e1e11ee} - - - - - {eb2eb37f-1844-4ab1-aa04-69b4c941712a} - {43a82db5-ff78-43fc-b5a2-566b6e97a617} - {424b1199-920d-4d4e-a59e-74710c80ba2a} - {2bff4ae2-3346-48d0-8012-0759a283e3b6} - {986ffb90-fde7-4593-a0a2-a3a61b9c67f5} - - - {c13de6fa-1a27-4bfb-9167-fad7df9f9366} - - - - - {4d7c39c5-04d4-4eca-89ad-01ea0229f72e} - {e266f071-b2da-4dd6-82f2-2d6a0895ca0f} - {fe775482-ad7c-4d5c-9721-60d59ec849c8} - {da5941d5-52be-4c56-b7d2-c93d714e47f9} - - - {6a006c9c-68b8-4245-a4a6-b5b355a662df} - - - - - {9cfc6fae-ecae-4992-a7cc-05478c27b49d} - {eb2eb37f-1844-4ab1-aa04-69b4c941712a} - {fc17c51c-a680-4aa4-8cdb-369f194a2ed4} - {61e20686-16a0-4979-aedf-83c1bfafe3e5} - {92e57498-77df-47a5-bf6d-4957649aeb5c} - - - {b0448908-4a37-4e9a-8811-8742cd08596b} - {357c7f3d-8974-437c-b796-ea62772e4749} - {7755bdeb-4335-4817-bc5f-e58ea3362e76} - {fc5e4f84-924d-4d67-b2ff-c9e3626473af} - {43c83757-8e66-42bd-82ed-e43e4ebdd15e} - - - - - {7c2667c5-1f33-4dee-9740-9be908bddfe2} - - - {7a23bb3a-a5ca-4bcd-827c-d15e943c1aa9} - - - {279cf0c4-81f1-4403-8368-16f60f6b24e0} - - - - - 0.19999999999999996 - - - 0 - - - - - 0 - - - - - 0.34999999999999998 - - - 0 - - - - - 0 - - - - - {f580fa84-265c-4530-a4c4-0f838da7079b} - - - - - - 1.375 - - - {126de925-a8e9-4b6d-8c86-2f595048bace} - {2b7c9bd5-b924-4e30-bbed-18b9ce3da8fc} - {025ee50d-0060-4266-a56b-33973db36142} - - - {40d46784-a42e-4a3a-88ab-a45f836f675a} - - - - - 0.19999999999999996 - - - {785c1beb-d6ee-4c80-a237-13c81e254a28} - - - - - 0.19999999999999996 - - - {8113a72c-dd27-4e39-bd6c-2f586335a574} - - - - - 0.34999999999999998 - - - 0 - - - - - 0 - - - - - -10.5 - - - Audio 1 - - - {b9c25999-b0d2-45c0-9f82-55797a4833e8} - - - {13c57a43-bb3b-4969-a87a-57dfa380711f} - - - {9b5acd15-4dd1-4b8d-8a25-2f24aa4f3276} - - - - - 0 - - - true - - - true - - - 0.52346584635028914 - - - 1.3025766953713676 - - - 120 - - - 120 - - - 14 - - - 1 - - - -3.5 - - - {d043de65-69ad-4773-a50e-781df9969dca} - {43018163-db8a-42d9-b9d4-1b4e1b8b3fd2} - - - {b1be207c-0353-45c3-9392-ea009f3fd22e} - {11c88d26-66c6-43a3-bc0b-f5557214e374} - - - - - 0.19999999999999996 - - - {2ba847d3-a542-458a-957b-728578b399cd} - - - - - 0.19999999999999996 - - - {d02f7d6f-062d-42dc-8fa6-bae297b64431} - - - - - 0.34999999999999998 - - - - - 0.34999999999999998 - - - - - -4.5 - - - Audio 4 - - - {7cd0ce1d-4c56-469a-a0fe-fd5128dc0aa6} - - - {a101be91-6843-4923-bd1b-c6cde375462f} - - - {9b5acd15-4dd1-4b8d-8a25-2f24aa4f3276} - - - - - true - - - 42 - - - true - - - 0.52346584635028914 - - - 1.3025766953713676 - - - 0 - - - 240 - - - 360 - - - 1 - - - 1 - - - {823e4ee7-3cb0-44d8-baa9-14babadaf44a} - {ffec5bf5-d835-4511-b7a9-9f4236a7d2a5} - - - {cbf886b5-32a0-4b59-a6ac-32147f57e8e3} - {b305f5a6-96bf-4762-8485-109c57b69035} - - - - - 0.19999999999999996 - - - 0 - - - - - 0.19999999999999996 - - - - - 0.34999999999999998 - - - 0 - - - - - 0 - - - - - 2 - - - 0.10000000000000001 - - - 3 - - - {d0fdbb4e-a1fe-4465-a50b-0b0c03d0958e} - - - - - -9.5 - - - Audio 3 - - - {db6031bf-b91d-4f8b-90d2-66ce2bf40d12} - - - {14125c7c-8a49-447b-ad78-e8c1d133da34} - - - {9b5acd15-4dd1-4b8d-8a25-2f24aa4f3276} - - - - - 2 - - - {c841aeb6-613f-4af4-8224-79464bad8ab8} - - - {fca07dd1-5a10-4a57-bc1c-227e7cbe9964} - - - - - 0.19999999999999996 - - - - - 0 - - - - - 0.34999999999999998 - - - 0 - - - - - 0 - - - - - Audio 2 - - - {58785512-48a8-4d61-a1d8-c1da964baa1d} - - - {204ea338-2a2e-48c3-8379-8f3956fd6ccb} - - - {9b5acd15-4dd1-4b8d-8a25-2f24aa4f3276} - - - - - 0.19999999999999996 - - - 0 - - - - - 0 - - - - - 0.35000000000000003 - - - {37ffd354-1aa5-4c30-905e-a1415e68bed9} - - - - - 0.35000000000000003 - - - {645115aa-a7a7-4c48-a8a6-06a76c554c86} - - - - - Audio 5 - - - {11eebf22-a1d5-4540-a746-365345ff5ba6} - - - {6db63d37-0bcd-4004-9007-29c502d61a04} - - - {9b5acd15-4dd1-4b8d-8a25-2f24aa4f3276} - - - - - 0.54638629706152808 - - - 1.3025766953713676 - - - {10ce3ab5-c417-4b5e-8c1e-3f11cd077609} - - - {ac908289-6b93-4cbe-b4eb-1bc8459c1075} - - - {4a0afe6d-8ed5-4a96-9ba6-58a3757cce64} - - - {43c83757-8e66-42bd-82ed-e43e4ebdd15e} - - - {fde96d88-a7f0-4e52-a7d3-f45369e771bf} - - - - - 0.54638629706152808 - - - Marker A - - - {10ce3ab5-c417-4b5e-8c1e-3f11cd077609} - - - {e35375d4-4a39-4daf-952c-3b4936b3c28d} - - - - - 0.54638629706152808 - - - 50 - - - {10ce3ab5-c417-4b5e-8c1e-3f11cd077609} - - - {bde90b14-b52a-4c88-b760-df11546a13e7} - - - - - 1.6729204507112394 - - - {10ce3ab5-c417-4b5e-8c1e-3f11cd077609} - - - {0e2886d9-cf06-432d-9984-df2518f6dac9} - - - {8750f178-9cb8-46d7-ab70-218d9bcac4b7} - - - {357c7f3d-8974-437c-b796-ea62772e4749} - - - - - 2 - - - Release - - - {10ce3ab5-c417-4b5e-8c1e-3f11cd077609} - - - {bde90b14-b52a-4c88-b760-df11546a13e7} - - - - - {f9a9768b-a851-4cba-93c4-bf701136ddbe} - {790138f3-38a5-4754-b890-c8636ca50ba0} - - - - - - - pitch - - - 7 - - - - - startOffset - - - 4 - - - - - volume - - - 9 - - - - - {890c3bc4-b0d8-4d01-ad44-690d8515a799} - - - {1fa15830-d11f-4d4d-809b-238583a36a39} - - - {f2a7140a-0de3-4d47-8da7-8973ee96d1e5} - - - - - {85c298ce-24dc-4a37-b270-1756850f694c} - - - {f6651f2f-a477-4354-bf35-d30f57f085c0} - - - {44b7a775-7a1d-4315-8b7e-e2cd7ec293d2} - - - - - {da75c8a8-dd37-46cd-812b-9e48db3c1011} - - - - - - startOffset - - - 11 - - - - - volume - - - 12 - - - - - 2.5 - - - {8770041c-8837-4458-92cd-c7b6772bdf3c} - - - - - {8770041c-8837-4458-92cd-c7b6772bdf3c} - - - - - {eabf1976-10e5-42b9-a9dd-71eca595e053} - - - {bc9f40ac-1b1d-45f1-bdb1-605566cdf3b5} - - - {974e9339-8cc4-43f6-9407-f3999d59902f} - - - - - {c93d338e-54f4-44b2-95b4-88c87c09a3b1} - - - {cc1388d0-bda2-45e5-b002-8c21ad15fd11} - - - {c02ef1ef-834c-4bd7-b9f6-5bd878c61919} - - - - - {a7b835db-af61-4131-94f9-fcf9dab5bf03} - - - - - - startOffset - - - 100 - - - - - pitch - - - 7 - - - - - -6.5 - - - {5f0f1e71-889b-41c8-b5e4-57d5e61391b5} - {b6745465-56d9-49dc-8ea5-68698bf0656e} - - - {47959e1d-4582-4123-b548-3ac47803c174} - - - - - -11.5 - - - {7c69814c-18ac-4152-831f-18721d9acd84} - {87276bb6-cc5f-4c68-a3ae-105a4dcfb456} - {268ebd76-bc2a-4679-9b4c-7a58b531acd0} - - - {63bbab8f-89ae-4070-8561-ce963b5caab0} - - - - - {bad52f38-bce2-4e19-a023-c20094a7240f} - - - - - - intensity - - - 358.974335 - - - -0.134672925 - - - 93.3333359 - - - 5800 - - - 100 - - - 3000 - - - - - {ee4ec9b2-8454-44d5-a92f-e35b98cb1193} - - - - - - {7c38e251-a4c3-4b5b-a600-7d827f761cd4} - - - {220c9681-04c1-486b-b4b5-cc2f5244976f} - - - {da5941d5-52be-4c56-b7d2-c93d714e47f9} - - - - - {3422fe06-4c18-4ce8-814c-197992096cdd} - - - {71497fbb-9e57-4767-b111-f39da11cb889} - - - {fe775482-ad7c-4d5c-9721-60d59ec849c8} - - - - - {270721de-2355-4462-85de-67c2b14a7008} - - - - - - 0.20000000000000001 - - - {f2a7140a-0de3-4d47-8da7-8973ee96d1e5} - {44b7a775-7a1d-4315-8b7e-e2cd7ec293d2} - {974e9339-8cc4-43f6-9407-f3999d59902f} - {c02ef1ef-834c-4bd7-b9f6-5bd878c61919} - {f7f71e2c-599b-4b47-8b06-0e3558ca90bc} - {5070f9af-7af4-40c2-a51c-248aa38ebc3f} - {424b1199-920d-4d4e-a59e-74710c80ba2a} - {43a82db5-ff78-43fc-b5a2-566b6e97a617} - {e266f071-b2da-4dd6-82f2-2d6a0895ca0f} - {4d7c39c5-04d4-4eca-89ad-01ea0229f72e} - {c17b5b96-c734-4831-9197-baffcef57a0c} - {389ff9e5-3646-403f-b1bd-1b79d4d645ce} - - - - - 1 - - - 1 - - - {d0fdbb4e-a1fe-4465-a50b-0b0c03d0958e} - - - - - 0.35000000000000003 - - - {fc855323-c451-4a56-8f23-8ba3eed7caf0} - {7be369ee-6d30-41e2-8f10-802b21954a14} - {f82d9e89-78a6-406a-b0b2-15d722ebc5d1} - {a7477e55-be12-4623-ab54-fedb63ec3e4e} - {602334b0-9e1b-4ba0-9a20-8df39c6e376f} - {91284baa-01db-4bcb-bc6d-bb5e7913d853} - {986ffb90-fde7-4593-a0a2-a3a61b9c67f5} - {2bff4ae2-3346-48d0-8012-0759a283e3b6} - {f1f1425b-1e0a-4b91-9173-afe340b79640} - {a29591fb-7e13-4b13-9a73-bdebf67f50f5} - {da5941d5-52be-4c56-b7d2-c93d714e47f9} - {fe775482-ad7c-4d5c-9721-60d59ec849c8} - - - - - - -13 - - - - - 0 - - - 0 - - - -0.2547189 - - - - - 0.19999999999999996 - - - 1 - - - - - 0 - - - 1 - - - 0.25471893 - - - - - 0.19999999999999996 - - - 0 - - - - - - 0 - - - 0 - - - -0.2547189 - - - - - 0.19999999999999996 - - - 1 - - - - - 0 - - - 1 - - - 0.25471893 - - - - - 0.19999999999999996 - - - 0 - - - - - - volume - - - 17 - - - - - pitch - - - 9.5 - - - - - volume - - - 6.5 - - - - - pitch - - - 5 - - - - - startOffset - - - 18 - - - - - - - 0 - - - 0 - - - -0.2547189 - - - - - 0.35000000000000003 - - - 1 - - - - - 0 - - - 1 - - - 0.25471893 - - - - - 0.35000000000000003 - - - 0 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{a3b0011c-1ef7-4fa7-84a7-d49a53e82185}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{a3b0011c-1ef7-4fa7-84a7-d49a53e82185}.xml deleted file mode 100644 index 5d113bdd..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{a3b0011c-1ef7-4fa7-84a7-d49a53e82185}.xml +++ /dev/null @@ -1,360 +0,0 @@ - - - - - Purple - - - Hit 4 - - - 1 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {884783c9-61da-4ed6-a6f3-16be017f26b0} - - - {6bbf5f4d-afd6-461b-94b9-9e58c433b30a} - - - {2bd15fe6-6bd4-4c1e-9716-8fbab92251cb} - - - {cba2ab79-fd8a-4ecc-963c-0e9b55b8785c} - - - {bca9eabf-0d4f-4574-b5b4-394418075b8a} - - - {16c6217a-27d2-4809-b197-d8f88ea887e7} - {f018ac37-3504-4a45-8d1b-7b316131f347} - {ae967359-fd8d-485d-809b-3f2a8603d05f} - {156dcf1c-4b89-4703-aa00-4b5da5302746} - - - {b3c2ebcb-5c67-4b82-9700-01c473ffcdb4} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {20de367f-1e3c-48ae-b2de-de0f962847c8} - - - - - {20de367f-1e3c-48ae-b2de-de0f962847c8} - - - - - {87eb938c-b213-4881-b1a0-222e27cbd298} - - - {a377a83e-bb1c-4537-a1a8-ddac2b5f9bbd} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {0bb1752d-b0f3-4b74-b208-eba0922c0a07} - - - {05c95468-f002-43d4-8a6f-60e9d4760b3b} - - - - - {452808a8-7644-4ee4-a47f-216ad2f538d3} - - - - - {c95463fc-69e7-4254-aca8-e6ae39712726} - - - {f8b6eaaf-1043-493c-afe0-347719d6b010} - - - - - {0e597f84-5b8c-49a1-87f0-2a09b4f7393e} - - - {2cc8e148-ca98-4aec-9b0b-1ad5906332df} - - - - - {c95463fc-69e7-4254-aca8-e6ae39712726} - {0bb1752d-b0f3-4b74-b208-eba0922c0a07} - {0e597f84-5b8c-49a1-87f0-2a09b4f7393e} - - - - - {adf6f334-6d5f-40a1-8a28-7a032f48c826} - - - {f61100e3-9656-443e-b4f9-b2b8926b543f} - - - {05f324c9-2fff-4913-8225-842ccb0dcb6b} - - - {884783c9-61da-4ed6-a6f3-16be017f26b0} - - - - - {1cc51b81-f354-40e5-bedb-88d381686c69} - - - - - - 0.050000000000000003 - - - 0.32500000000000001 - - - 0.014742308968027511 - - - -0.300000012 - - - {a8a851c0-4ebe-4182-9781-57cf0a486028} - - - {d742b0a1-ab42-4706-9c14-b9a8cbcec485} - - - {c907e405-b074-4509-a611-e558b6236d99} - - - - - Audio 1 - - - {709a71b3-e852-4065-a0ec-6fc5fcb18e5a} - - - {0899665f-4b55-4851-8fc3-491b6c6ae236} - - - {20de367f-1e3c-48ae-b2de-de0f962847c8} - - - - - Audio 2 - - - {ffc88e6d-61fe-44b4-b866-8a7751cad0bf} - - - {f26634b8-f404-493a-9c96-aeb8a1ef0ae7} - - - {20de367f-1e3c-48ae-b2de-de0f962847c8} - - - - - 0.46000000000000002 - - - {fc6fa4ee-ce1c-4d43-9650-75616e321505} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 3 - - - {11d151d2-71a0-44ca-aa3f-24bcb7b02249} - - - {3619301e-1433-4052-952b-1437f9a8b586} - - - {20de367f-1e3c-48ae-b2de-de0f962847c8} - - - - - 0.57262500000000005 - - - {31437fc8-7765-4622-a0a9-08faa249a083} - - - - - Audio 4 - - - {5ff08acd-8501-4baa-ba64-0a06d9520b68} - - - {1864c607-1375-4782-9a29-36f5a8a9572e} - - - {20de367f-1e3c-48ae-b2de-de0f962847c8} - - - - - pitch - - - 16 - - - - - {92d26cae-41c7-4a8b-a5ef-6bd53a11751b} - - - - - - - {b11b33d9-0b9d-4329-9028-39f9689adfef} - - - {341c81a4-7f8f-4761-9509-072b469617a9} - - - - - {22ca7fdb-465e-4475-8f79-2411e0614e93} - - - {bbd60ae2-674f-4c5d-8106-124af3cbe0b3} - - - - - {1ba26e64-06a0-4699-ba34-9c6689030539} - {6dc764ea-d2a8-45b9-8f3c-11a4f2a510bb} - - - - - - {ec7a903d-6739-4339-a526-e83e5fc0ecd3} - {b4f80b89-0529-4029-b62f-697d33d6aa5a} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {5105056c-b893-4244-8271-c67d3ef7b86f} - - - - - - {24adf533-d608-4860-96b8-076234fe6c76} - - - - - - - 0.050000000000000003 - - - 0 - - - 1 - - - - - 0.065000000000000002 - - - 1 - - - - - 0.060000000000000012 - - - 1 - - - -0.618999124 - - - - - 0.37500000000000006 - - - 0 - - - - - - 2800 - - - -8.5 - - - - - - -10 - - - -32 - - - -37 - - - 1700 - - - 0 - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{a5bedc1e-c97d-4030-ae58-fafe46b578b6}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{a5bedc1e-c97d-4030-ae58-fafe46b578b6}.xml deleted file mode 100644 index cfbeff91..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{a5bedc1e-c97d-4030-ae58-fafe46b578b6}.xml +++ /dev/null @@ -1,119 +0,0 @@ - - - - - Journal Open - - - 1 - - - {039afa92-b442-4b99-89f5-a9a681e5ab09} - - - {40265bce-a412-480d-9074-2d498709e9fa} - - - {dab74b84-2acd-4991-bc33-c03f8f8ce0af} - - - {56f01cde-4437-474e-8f7d-403bbce53f78} - - - {0fd75af5-0ed3-4fa0-8eff-f31b747a1004} - - - {0ce555e0-1535-4c4a-96f8-15ca980d753e} - - - {578fbb3e-b922-4802-863a-65d97fe3e6fe} - - - {2c0b12c3-0566-4f2c-bfa3-b7f938838a17} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {78e56e6b-850f-4983-a1f5-04ca0d7f1eae} - - - - - {bdedbbd7-c715-493c-9d55-31ad98e581ef} - - - {78e56e6b-850f-4983-a1f5-04ca0d7f1eae} - - - - - {442527c1-eb17-44cf-aa65-794b3d9dd08b} - - - {07f7503e-3b19-4931-aa49-fedf089ff3c9} - - - {93fb17f3-d0a1-44d7-b7e3-9f060d84622a} - - - - - 1 - - - - - - false - - - - - {bdedbbd7-c715-493c-9d55-31ad98e581ef} - - - - - -7.5 - - - {4956a009-eaae-4ff9-8736-afde926bb35c} - - - {59163562-b982-4636-af8d-219ccdd28525} - - - {40265bce-a412-480d-9074-2d498709e9fa} - - - - - {6ea947b0-94a7-4792-afb6-f72f73073d7a} - - - - - {a5d898c1-dce9-460e-9b3b-a410dc001f4b} - - - - - - {0ee7e7c5-0894-4cbb-8a8b-ef2a50b095b3} - - - - - - -17 - - - {f4896469-515b-40e7-8026-d2b4c2f68304} - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{b31f17b7-e0f0-4032-b2f7-08883084aefb}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{b31f17b7-e0f0-4032-b2f7-08883084aefb}.xml deleted file mode 100644 index c45e137e..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{b31f17b7-e0f0-4032-b2f7-08883084aefb}.xml +++ /dev/null @@ -1,107 +0,0 @@ - - - - - Nested Event - - - 0 - - - {47a8f39b-325b-4797-b98a-855a1d6998a6} - - - {663d24c8-95ee-4a87-898f-8c080b7aeea8} - - - {ffba8fcf-7a74-46ad-8be6-b4885846e748} - - - {849d7e25-822e-41ae-8ff5-add725a03af8} - - - {f5f3f203-a6cc-49cf-b317-7ae020e4e570} - - - {cef26087-f07c-4455-a663-da6c4bc65d06} - - - {d2b6acec-4c99-4682-ba4c-7df46a534afb} - - - {37d0bb02-365e-4068-8ba4-1b995813cbeb} - - - - - {7c693675-27a2-4d14-94c3-0cd1a026e290} - - - - - {7c693675-27a2-4d14-94c3-0cd1a026e290} - - - - - {8a4d6bd9-7052-4c82-b195-38ed9f37147e} - - - {63fc1e80-bcf2-4daa-b81b-f3232a16995e} - - - - - - - {a8f3ecde-1160-48cf-9b13-7eb03e0c402a} - - - - - - {400c533f-7f67-47b0-946c-5f9b140625b5} - - - {17de3914-daa4-46a8-a6f2-4060727dbb2c} - - - {663d24c8-95ee-4a87-898f-8c080b7aeea8} - - - - - {cbbfe723-985c-4fc2-a79e-f82c3c0e0608} - - - - - - Audio 1 - - - {31b5699c-750f-4f88-b5c9-e4ddf05a1ecb} - - - {655da303-64f8-469a-9cc0-2631ab93ab41} - - - {7c693675-27a2-4d14-94c3-0cd1a026e290} - - - - - {cebff3b8-c42e-4fa9-852b-731ce568a567} - - - - - - - {41fdc2bd-ab40-4ab8-bfe9-4a35503220d2} - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{b89ae3ee-ca05-4a36-b7e5-ad5a65e1a4ff}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{b89ae3ee-ca05-4a36-b7e5-ad5a65e1a4ff}.xml deleted file mode 100644 index c7807678..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{b89ae3ee-ca05-4a36-b7e5-ad5a65e1a4ff}.xml +++ /dev/null @@ -1,126 +0,0 @@ - - - - - Crafting - - - 1 - - - {039afa92-b442-4b99-89f5-a9a681e5ab09} - - - {97a8e4b4-0668-4d6c-a6cb-fbbe0b0fefc6} - - - {171a4291-034c-463f-9079-063a957d93ed} - - - {99a0a824-20a1-4cd5-93b5-053cff0ec9c6} - - - {c2fe9fb3-52f2-458e-83b7-5c52712754df} - - - {35290d78-8e9e-4272-ab7e-7a8dbd9e7200} - - - {8f0eb8bc-07ee-45f2-a98d-f880956cf029} - - - {9394cf9e-f65e-41af-b8ca-67a52206d1b2} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {ba012a47-c403-48fd-90ba-6f3c5f077742} - - - - - {883bf30f-5a0b-4f85-b400-92bc82f1b340} - - - {ba012a47-c403-48fd-90ba-6f3c5f077742} - - - - - {5d3e7a0f-ec1c-42bc-bd16-d3d529bde17d} - - - {96743403-e245-491b-9e91-61b8f9b20746} - - - {93fb17f3-d0a1-44d7-b7e3-9f060d84622a} - - - - - - - false - - - - - {883bf30f-5a0b-4f85-b400-92bc82f1b340} - - - - - {0953a2df-5e5c-4f72-b010-d5d66b556866} - - - {3007f8be-bcc9-4a18-b618-9823e64496d9} - - - {97a8e4b4-0668-4d6c-a6cb-fbbe0b0fefc6} - - - - - {36dce09e-5b17-49fb-9739-0a2825e10dff} - - - - - {5bb12ab8-424b-485a-8c16-3ed1479c414e} - - - - - - {dbc18582-98da-44ba-91bb-2c7a82645afd} - - - - - - 2 - - - {f1a12faf-c9a1-4d8a-9936-c908ce9d645e} - {01313bfa-2182-41a5-97e8-9cac49f18b00} - - - - - - - {1f006aa4-2ede-44e7-888d-12cfc0bd0ffd} - - - - - -0.400000006 - - - {1f006aa4-2ede-44e7-888d-12cfc0bd0ffd} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{bdc55829-ec2d-45b8-ae8b-0a0ba1e9229c}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{bdc55829-ec2d-45b8-ae8b-0a0ba1e9229c}.xml deleted file mode 100644 index 9bb99025..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{bdc55829-ec2d-45b8-ae8b-0a0ba1e9229c}.xml +++ /dev/null @@ -1,433 +0,0 @@ - - - - - Sword Block Redy - - - 1 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {a3138947-7b8c-4422-b96b-b11a81efa4bb} - - - {4c5a1f95-73c3-49ce-bc1a-646a26077ccc} - - - {db510565-d5d4-4cdd-b103-39fac15d071e} - - - {fab2f031-6d0b-4bcf-9f8a-096ded102729} - - - {0247b7c1-d5a9-4c5e-b6a0-0067848c0831} - - - {da75bf1c-7bfd-4e4f-b102-a1fdce5ac771} - {7fcd50e6-072f-4be1-bd51-76e2965bc825} - {9c0c38c4-e48c-41d2-9796-e2f1d2a9b57f} - {af4e442c-d80d-42e8-8a9e-aadcf57967ee} - - - {0ef5047d-5ee5-479c-8f9d-017cf533383f} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {d55820ea-912d-4a5f-a4d7-c32efb11aa2c} - - - - - {d55820ea-912d-4a5f-a4d7-c32efb11aa2c} - - - - - {6fbf5cf9-91e9-415e-8153-5e43670e4a55} - - - {fe2cfa36-dcdc-4f3d-8915-bdeb55f16202} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {a772ff3a-43b4-40b6-94e0-55916dcd0a6f} - - - {f596111c-c887-490a-8356-de1fd5d17eff} - - - - - {562d2995-ced8-4a99-88da-e515b71dae00} - - - {89273cf2-271d-426a-8cda-a2749fe9c5a9} - - - - - {4c231953-a8ad-4bdd-ac71-ba1b98141a70} - - - {8dd0294b-ad2f-4bfd-bae5-9ca5761b4ced} - - - - - {cd936137-589f-49fc-b5ba-625fe5bab565} - - - {9da92785-5709-4d8f-976c-293c0a6baa40} - - - - - {cd936137-589f-49fc-b5ba-625fe5bab565} - {4c231953-a8ad-4bdd-ac71-ba1b98141a70} - {a772ff3a-43b4-40b6-94e0-55916dcd0a6f} - {562d2995-ced8-4a99-88da-e515b71dae00} - - - - - {b9905b06-ba2e-489e-a12e-0a8c3f9e96f6} - - - {4c027363-8bad-4e2e-994f-bd75454de2cb} - - - {a3138947-7b8c-4422-b96b-b11a81efa4bb} - - - - - {65ec09ea-56b3-4083-a2d4-1375b452aa7f} - - - - - - 0.125 - - - 0.26693891280947246 - - - 0.71263899125446351 - - - 1 - - - - -6 - - - 6 - - - {1a9ae509-d5d7-4e4d-a400-da458729d361} - - - {2b22ca0a-0283-4ff2-b8e4-94b2a31cd196} - - - {f43340c1-4fe1-4ded-a92e-ef503792b06e} - - - - - Audio 1 - - - {9a5651cc-4095-4034-827e-5e2441dab888} - - - {40fba1d7-66e2-4aa8-895f-da6f5ed11112} - - - {d55820ea-912d-4a5f-a4d7-c32efb11aa2c} - - - - - 0.125 - - - 1.1875 - - - 0.50721267409387993 - - - 1 - - - {ddcdf7fd-a4e0-482e-87d0-224a79f9434b} - - - {e179ef98-764a-481e-a25e-a04e091a27b7} - - - - - -4.5 - - - Audio 4 - - - {f627e713-68f6-4951-977b-b2ed640b9552} - - - {1bae288b-d020-43db-a67a-a2effeffedc9} - - - {d55820ea-912d-4a5f-a4d7-c32efb11aa2c} - - - - - 0.8125 - - - 0.23779870828848218 - - - 1 - - - {a9a6dce0-6b7b-4b46-b80f-2687ee12d767} - - - {98f90c10-d94e-4a1c-b2f6-9fa8055eee67} - - - - - -6 - - - Audio 3 - - - {69bf076e-62ec-45ff-b658-6f06689deaad} - - - {69489619-2d86-4334-a562-8138d9f42ba9} - - - {d55820ea-912d-4a5f-a4d7-c32efb11aa2c} - - - - - 0.92000000000000004 - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {51e57e9b-2712-4de0-9274-ac4339780411} - - - {4c999229-005b-44af-994e-16b67afdc41f} - - - {3a95c3bd-065a-47fc-87d8-8a8ac6d1e04a} - - - {d55820ea-912d-4a5f-a4d7-c32efb11aa2c} - - - - - {2c864f77-2687-4ca9-a261-8f6e524e393b} - - - - - - - pitch - - - 1 - - - - - {297ebf94-4738-45dc-a291-37b48f18d7f1} - - - {4625a3a2-79b6-42fb-8a6d-aae0f10f2a41} - - - - - {31a56d56-6551-486a-93f3-e2fd3d9d9f6d} - {98809baf-e8fc-499f-9c57-358780242cd3} - {a6009e80-00f1-4bf4-a065-4444cb864049} - - - - - - {037e9c70-5f17-4250-882f-398c9ba71535} - - - {f0cf71fb-9912-429c-8770-2b1ce828c70c} - - - - - {bdf26195-0313-4825-9e57-4d32509e48f8} - - - - - - {39ca1b1c-871e-477d-a252-f352fa2dea5f} - - - {f1b4b19a-ae65-4c19-aa69-a1745cc8e24e} - - - - - {aaf271d2-5746-4484-8a29-423a2fe91688} - - - - - - volume - - - -80 - - - 416.666687 - - - 2615.38501 - - - -10.9777794 - - - 3192.30786 - - - 0.179758519 - - - -80 - - - - - {ba535724-0e73-4866-b35d-a101bf09058b} - - - - - - - 0.23140339074273289 - - - 1 - - - 0.25471893 - - - - - 0.39193891280947279 - - - 0 - - - - - - 0 - - - 21548.8594 - - - 0.434896529 - - - - - 2100 - - - -5.5 - - - - - 0.5625 - - - 1 - - - -0.436915666 - - - - - 1.3125 - - - 0 - - - - - - 0 - - - 1 - - - 1 - - - - - 0.8125 - - - 0 - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{bddad5d1-684a-41f8-840f-d2ba13964aff}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{bddad5d1-684a-41f8-840f-d2ba13964aff}.xml deleted file mode 100644 index 0cf3aae7..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{bddad5d1-684a-41f8-840f-d2ba13964aff}.xml +++ /dev/null @@ -1,394 +0,0 @@ - - - - - Sanin Rock Start - - - 2 - - - {840a4408-d248-4537-bba5-0ca37b0211c8} - - - {3b98949f-be8c-4885-ba95-5bd721715ef4} - - - {739474af-ac15-4911-aa90-d95dc2e27686} - - - {962dbbb8-0980-4515-a4e9-be4ac3c48cc4} - - - {83e9ddad-fd1b-4b1d-a657-35cb7f8cdc4b} - - - {e719565d-b341-4b8c-98e6-e233690babab} - - - {0d5366e8-bb88-4712-b8d1-425d4db5b69b} - {037a44aa-bb3e-4fd8-8f49-f230bf7a0625} - {1662f528-a6e4-4dd4-84f3-9922a5277403} - - - {460570ee-768e-4e15-bec6-4b9bfbecd8f5} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {e668ea51-8868-4dec-8266-b644959201f3} - - - - - {e668ea51-8868-4dec-8266-b644959201f3} - - - - - {72f18b9e-6bc8-4569-a7fa-7a85f6ae42e2} - - - {88af948a-3b91-4893-8f4a-109424e6801a} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - true - - - 295 - - - 0 - - - 80 - - - - - - {076e9228-c04f-46fc-b20a-d100a017fae3} - - - {211b367d-cd66-49ba-acdc-d337edb990ab} - - - - - {aa7a4096-97fb-4355-9657-cac1c10ce20e} - - - {3ad2fde7-e433-4957-b632-5435a603e397} - - - - - {ead3ed93-19ad-4ec8-abea-d66cd2c9f153} - - - {1f5eef8c-3ce5-498f-b2ff-2c404f0ce6c7} - - - - - {076e9228-c04f-46fc-b20a-d100a017fae3} - {aa7a4096-97fb-4355-9657-cac1c10ce20e} - {ead3ed93-19ad-4ec8-abea-d66cd2c9f153} - - - - - {9437ce91-02e3-4274-bc4f-2096689edb9b} - - - {ce797e44-0ef4-4466-94f1-fef678262321} - - - {3b98949f-be8c-4885-ba95-5bd721715ef4} - - - - - {3e602b62-3701-4140-9e7c-cd8715ad0629} - - - - - - 0.30000000000000004 - - - 1.8134166666666665 - - - {e7ff4dfb-5890-4c76-bca0-f0edd80067cc} - - - {44eda09a-259d-4281-b0bd-a3feb3c845fe} - - - {ad94f7b4-9a3e-4852-8a17-3592482354cb} - - - - - Audio 1 - - - {4e349f22-5621-4afc-9e30-faa98d3dd5e8} - - - {1e5cf9bb-accd-4d78-b7a9-7fd1094e8786} - - - {e668ea51-8868-4dec-8266-b644959201f3} - - - - - 2.7000000000000006 - - - 0.60000000000000009 - - - {0b9c2c8b-9bd0-4d70-b8ae-7877eb088c36} - - - {b39548c9-61e4-446b-8fe1-59b7df4d484c} - - - {e98f2cdc-356e-48ac-941c-015f07a4db36} - - - - - -20 - - - Audio 2 - - - {1eb7f972-304a-49fb-a45f-a7fc8955b974} - - - {06c53ca0-20cf-4f34-970e-cb3682f5e557} - - - {e668ea51-8868-4dec-8266-b644959201f3} - - - - - 0.57999999999999996 - - - 0.30000000000000004 - - - {9a92032d-f318-4de9-bc44-e96ea9dc24a7} - - - {72939219-931d-449f-8f58-9f4a1070929a} - - - - - Audio 3 - - - {960d2447-b319-4e22-b3db-32afa12ee5fc} - - - {cfb4d119-4971-471c-92a4-ab9a57fedd79} - - - {e668ea51-8868-4dec-8266-b644959201f3} - - - - - {260f2ec8-c626-45a7-b14f-718064af594d} - {94223569-5b6f-48b7-8723-85d7e2f8ca86} - - - - - - - {4009732d-491b-43cf-8762-c0a92ebcac98} - - - {39bffeb3-8519-49e7-ab02-1a68b6405cc7} - - - - - {f375931f-6e1c-4809-a085-b9614db5e403} - - - {4bf39315-a818-4b23-8596-e6b84753b691} - - - - - {ea69548e-1a22-48ef-bd02-37d0002ad9db} - {8f2c8865-549e-4c5d-ac35-33794d095db2} - - - - - - {3baa318c-8eaf-43f6-b35f-a392d5632c5d} - - - {02633c8c-06db-4c01-8dc6-eba12961721d} - - - - - {214a36fe-37f9-485f-be86-9f5c86834fd2} - - - {0ee357c6-5049-4681-898c-3fef074aa630} - - - - - {83f07438-1a98-4171-8b3b-34b2de37cf87} - {557fbf5d-953a-4ee2-9a6c-c53acf53fc23} - - - - - - {3b2577e9-3e65-48ac-8ce1-187c2584ce4d} - - - {774cf7c1-5e67-442f-b012-06952102a1d9} - - - - - {7e121f39-2908-4f65-8e8a-2be11b83c1d7} - - - - - - - 1 - - - 3.79999995 - - - - - 0.30000000000000004 - - - 0 - - - -0.2547189 - - - - - 0.5 - - - 1 - - - - - 0.90000000000000002 - - - 1 - - - -0.582136929 - - - - - 2.1134166666666667 - - - 0 - - - - - - - 0 - - - 0 - - - 0.0796555877 - - - - - 1.4000000000000001 - - - 1 - - - - - 1.2000000000000002 - - - 1 - - - -1.00000048 - - - - - 2.7000000000000006 - - - 0 - - - - - - - 0.059999999999999998 - - - 1 - - - -0.413001269 - - - - - 0.57999999999999996 - - - 0 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{bf655fb3-1898-4c8d-9bc1-b389c8084be9}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{bf655fb3-1898-4c8d-9bc1-b389c8084be9}.xml deleted file mode 100644 index a8cb2a0e..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{bf655fb3-1898-4c8d-9bc1-b389c8084be9}.xml +++ /dev/null @@ -1,193 +0,0 @@ - - - - - buff sword 2 - - - 1 - - - {a4e936df-4990-4158-8b8d-22216cbd6ae0} - - - {b65e4204-d86a-4b7a-9e4b-b01f965eeb2a} - - - {bbdce84a-69a5-41f7-aa19-e9f2c10f21e1} - - - {e7f1bf79-9ab0-4389-a236-9e14f1f7db48} - - - {4a15be24-9437-4a3b-8ef1-812f1c356cb8} - - - {69c18d79-f781-4758-853b-d0a1bb81b994} - - - {b953f696-f56d-460b-b01f-39cc0b6858eb} - {3cf413c6-9601-48d9-9bab-1333ad5aea84} - - - {bd144fff-f854-45d9-8e78-2ac39f2bf135} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {f54e1fed-81bc-47ea-bbce-3b01654f9efc} - - - - - {f54e1fed-81bc-47ea-bbce-3b01654f9efc} - - - - - {06588437-646f-442e-887d-0fc2c261f14f} - - - {992a2272-7c5b-4bd8-b7d6-96382ceccbed} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - - - {9cdc6c35-a075-4c22-a84a-4b4fec515ca1} - - - {b673705a-2885-4bb0-8b91-9c221eb09aad} - - - - - {182b0ca9-f8d6-4c15-965b-ffcfc752a6c5} - - - {d4510e28-97bf-4b4d-bbd6-e77612c546e2} - - - - - {182b0ca9-f8d6-4c15-965b-ffcfc752a6c5} - {9cdc6c35-a075-4c22-a84a-4b4fec515ca1} - - - - - {65b38b6e-e7ef-4fe0-8594-74eb16af92d6} - - - {2c4021e4-5601-4ae0-af69-f4b7fa3023f1} - - - {b65e4204-d86a-4b7a-9e4b-b01f965eeb2a} - - - - - {d18a8d3d-b917-432d-823d-7d79654791a3} - - - - - - 2.3276041666666667 - - - {25812da4-a46f-48b5-94d3-de2232e35170} - - - - - -12 - - - Audio 1 - - - {f6aaf854-ce91-42b7-9574-1394e5a8940a} - - - {c540305a-692a-4e5b-87e3-4a196fbe8838} - - - {f54e1fed-81bc-47ea-bbce-3b01654f9efc} - - - - - 1.47 - - - {228ac09c-707b-4c3a-877f-f2dbdd2bb6d9} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {b19b9e90-8622-405d-b1d6-30290ef1f83a} - - - {b550ac84-bc31-4c90-a40f-dd108302c0ff} - - - {f54e1fed-81bc-47ea-bbce-3b01654f9efc} - - - - - {6b522fc9-435b-4c31-ae43-4b442b51b093} - {37b3fa80-a34a-4611-8571-5f286fb438aa} - - - - - - - {12950910-f41e-4311-a498-28a2aaff47ea} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {209d94ad-681b-4412-ba71-4811cc027c48} - - - - - - - -13 - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{c3fb1082-81e6-4513-b225-5fce7bb5c3b2}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{c3fb1082-81e6-4513-b225-5fce7bb5c3b2}.xml deleted file mode 100644 index 881ca876..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{c3fb1082-81e6-4513-b225-5fce7bb5c3b2}.xml +++ /dev/null @@ -1,255 +0,0 @@ - - - - - Purple - - - sword 1 - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {da81d247-709a-42b6-ba1f-6cfdef9b10d1} - - - {101e0339-d6ba-4a5c-8226-0acc33740fac} - - - {111d9d70-5b62-42e1-99e3-e47173bd5849} - - - {ce79106a-347a-4435-bc95-b487fc553703} - - - {53bf8693-e752-4311-8058-aa4cbe744369} - - - {af019f25-3182-43dd-9210-7216ce963b98} - {4a873f6c-2145-4d11-a889-7cbe3311eb96} - - - {ac096735-3066-4c2b-bd66-2035043b0133} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {9fdbb426-ae3a-4b45-9e15-8aa84c3ff6f7} - - - - - {9fdbb426-ae3a-4b45-9e15-8aa84c3ff6f7} - - - - - {8a0358e8-3e3d-4f9e-b91f-c8df09eed8f6} - - - {79b474e5-f675-4eaa-8728-a63d530da018} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {fcf91aea-a215-4fbe-8f7c-6c7437b2bc6c} - - - {fa06f7be-6f2a-4d12-ad1c-d09efd37cfb9} - - - - - {359971bb-4c16-4ef8-b7ba-fc2b322aba07} - - - {8a0e06ea-7a5e-424d-bb07-33751f45a871} - - - - - {fcf91aea-a215-4fbe-8f7c-6c7437b2bc6c} - {359971bb-4c16-4ef8-b7ba-fc2b322aba07} - - - - - {a2fe5442-2403-4710-be8c-dab1c0bad80c} - - - {f0c510e6-4cc7-423b-8f25-e913f477003a} - - - {da81d247-709a-42b6-ba1f-6cfdef9b10d1} - - - - - {f07852b7-4108-4718-b672-844912d10089} - - - - - - 0.64658333333333329 - - - - 1.5 - - - {e010f8a5-7850-43a7-b78a-1219c3e35eb3} - - - {ad59242a-15e8-4873-a236-82658eb45459} - - - {51361f47-1071-42dd-9436-2338965081ac} - - - - - 2.5 - - - Audio 1 - - - {e6c3303b-4ced-4750-b086-d4893b41689d} - - - {ccf149e0-7b84-4ca7-8bf4-3c6cdc929371} - - - {9fdbb426-ae3a-4b45-9e15-8aa84c3ff6f7} - - - - - {7a423109-713f-48e7-9439-08fca9f4552d} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {758acb76-0eaa-4b7a-9574-185ee5139c74} - - - {f46cc91e-574e-4a1f-8e95-094c6c32e17c} - - - {9fdbb426-ae3a-4b45-9e15-8aa84c3ff6f7} - - - - - {1c814bcb-5f04-41bd-ba8e-7e3058967036} - {de4eb949-07b5-4ac0-987d-a7e48977e7c0} - {28fb8b69-8b18-4948-a42c-272ec429593a} - {566c9223-d8c3-47b9-bbfe-ea536f6f073e} - - - - - - - pitch - - - 3 - - - - - {1a10b688-cf8e-46d7-b5a6-3ec0e1978e21} - - - {02b6dc2d-6453-49d0-88ef-5044ed93a20f} - - - - - {fae1f3cd-522f-492f-adfd-b38359aaf0ca} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {e8d16241-d137-40ad-9b7d-7f1325134dd1} - - - - - - 4 - - - 496.308167 - - - 1.10827589 - - - - - - - 49 - - - -17.5 - - - - - 0.39000000000000001 - - - 1 - - - -0.390251547 - - - - - 0.64658333333333329 - - - 0 - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{c661b7e9-99e9-47b6-a62d-3100336852a6}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{c661b7e9-99e9-47b6-a62d-3100336852a6}.xml deleted file mode 100644 index 45a66010..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{c661b7e9-99e9-47b6-a62d-3100336852a6}.xml +++ /dev/null @@ -1,277 +0,0 @@ - - - - - raon shop - - - 1 - - - {c17b2701-f854-4202-9c96-2d97e0c77c26} - - - {6e1bee56-064f-4b9e-a87d-36c904e19728} - - - {560737f9-1e1b-4bba-a10f-7d56a84c1dbd} - - - {3c7f1493-b65a-4578-b66d-0560343324c3} - - - {bbc4e284-a6b1-4c31-a096-11b4bdf455b1} - - - {aceea49b-1441-40aa-846a-d995e292a39f} - {ed991723-266e-4224-8251-66b88bcb74f4} - {dee7781c-4440-4a13-a46c-71cfb5922f7f} - {9e91cb02-d4c8-420b-a77c-cab65e1093b5} - {2444bbee-a42d-469d-a76b-79de1255c726} - - - {b14697ba-0b12-4da9-9bda-f52eafaa6c85} - - - {672ab2b1-5634-48c1-8282-8deb02aea47d} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {d2738615-3838-4296-9ebc-85984f5094c1} - - - - - {12355294-1100-4da5-b76b-e6b9e423babc} - {eac9b646-9495-4ff4-9aea-c374d2127455} - - - {d2738615-3838-4296-9ebc-85984f5094c1} - - - - - {e7327186-79bb-4e74-bbb8-a9018c763a46} - - - {b059694c-255a-4e08-b607-f0784e92af7a} - - - {d592b5a2-192b-4e16-8eab-627cc65b086d} - - - - - - - - - - - {da3927c4-2a76-42d5-ad49-c0f4c42db1b6} - {c5b38614-74cd-46f9-8a3b-2a0d8bd85db0} - {79b63a63-cec0-44a1-a093-4b6de3b9fa17} - - - {818edac1-4db2-4cfe-ae68-6f134a33e8f0} - - - - - {da3927c4-2a76-42d5-ad49-c0f4c42db1b6} - - - {f7800d96-d42c-428c-8d6a-8a90bd32cc66} - {6613eab4-9d04-48dc-9458-9b19bb426845} - {4243162d-f988-4b0f-a0ca-5fba8daefffb} - - - - - {c7fd0878-ed31-4cca-b994-25f94fdb73b0} - - - {10b816ab-d756-451c-b47c-f346e076acd0} - - - {6e1bee56-064f-4b9e-a87d-36c904e19728} - - - - - 0 - - - - - 2.8846153846153841 - - - 0 - - - - - {54d4c8f2-1d26-40ac-a639-040fcd66287b} - - - - - - 55.384625 - - - 5.5 - - - {39497745-b64e-4d28-aac7-4c478a8d1d54} - - - - - 2.8846153846153841 - - - {34e806c6-beea-4ff7-8dfb-6a65c173326b} - - - - - 2.8846153846153841 - - - - - 10 - - - Audio 1 - - - {75bf965b-3c1d-4a93-9aa3-2509d8ba9187} - - - {3e20c06d-007b-49fd-800c-3fbfc4efd9af} - - - {d2738615-3838-4296-9ebc-85984f5094c1} - - - - - 0 - - - 50.518290458428069 - - - {672ab2b1-5634-48c1-8282-8deb02aea47d} - - - {aceea49b-1441-40aa-846a-d995e292a39f} - - - {e2fd30b1-5856-42bc-8eaa-aaa3e4e5d6b5} - - - - - 0 - - - 104 - - - 10 - - - 8 - - - {672ab2b1-5634-48c1-8282-8deb02aea47d} - - - {2444bbee-a42d-469d-a76b-79de1255c726} - - - - - 40.422136612274223 - - - 104 - - - 10 - - - 8 - - - {672ab2b1-5634-48c1-8282-8deb02aea47d} - - - {2444bbee-a42d-469d-a76b-79de1255c726} - - - - - {9237927a-0faf-4b81-8e49-1b111df40b58} - - - - - - - {885c812b-8d51-460e-8094-fa97970e8e36} - - - {b3a7f25b-b8f5-429d-87f1-6d37c0e2e549} - - - {79b63a63-cec0-44a1-a093-4b6de3b9fa17} - - - - - {22937080-0070-46a1-9602-bebd917bccbc} - - - - - - 2.8846153846153841 - - - {c5b38614-74cd-46f9-8a3b-2a0d8bd85db0} - {79b63a63-cec0-44a1-a093-4b6de3b9fa17} - {12355294-1100-4da5-b76b-e6b9e423babc} - {eac9b646-9495-4ff4-9aea-c374d2127455} - - - - - - 0 - - - 1 - - - 0.25471893 - - - - - 2.8846153846153841 - - - 0 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{c9b2cf82-db17-442a-ab5e-7f0b3bde7102}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{c9b2cf82-db17-442a-ab5e-7f0b3bde7102}.xml deleted file mode 100644 index 693bcead..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{c9b2cf82-db17-442a-ab5e-7f0b3bde7102}.xml +++ /dev/null @@ -1,107 +0,0 @@ - - - - - Nested Event 2 - - - 0 - - - {0162e111-f1a7-4332-9374-df0d0b524270} - - - {6065f54e-a8dd-42ef-ba06-608984887ef3} - - - {7b8c35cc-60e9-4f29-80c8-164fd6717c38} - - - {2f84a43a-f8fa-45dd-bf34-61e97b96f433} - - - {aace7c15-d6e6-4042-abb8-e3dc3c3e27bd} - - - {088cb3cb-cf6f-424e-92dc-8745df75202d} - - - {1181609a-14fa-4979-8c14-10c144930ad0} - - - {e93f4124-5a8d-4b42-bcc7-1f0ffe6a4c56} - - - - - {a7337eab-ceed-4f6d-bd77-b4d5b2808e9f} - - - - - {a7337eab-ceed-4f6d-bd77-b4d5b2808e9f} - - - - - {fc5598c8-4492-4337-aa96-d7719afc8003} - - - {a2c6f447-f36a-4b4e-90f0-82797dcb0020} - - - - - - - {d0e4770d-5274-47e0-a849-a7e9e5a46af6} - - - - - - {e723d5a9-cc6e-4979-8daa-9cbdcdec1366} - - - {376da802-bb6b-443f-8a10-531152cc343e} - - - {6065f54e-a8dd-42ef-ba06-608984887ef3} - - - - - {4bd1072b-ac20-440e-9032-a8f490bc596d} - - - - - - Audio 1 - - - {809f3f47-7b25-441d-8a8d-aec0ec7e6186} - - - {fa1aa177-772a-4558-b7d5-40fb6a4958be} - - - {a7337eab-ceed-4f6d-bd77-b4d5b2808e9f} - - - - - {10b0d9e0-1707-44a8-be0c-0928ea877262} - - - - - - - {be04107d-e6c5-4c6f-bfc4-bbdbe0af27cd} - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{ca4e1a72-c2ec-42f9-9b39-e09f3509ab6c}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{ca4e1a72-c2ec-42f9-9b39-e09f3509ab6c}.xml deleted file mode 100644 index 6827675d..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{ca4e1a72-c2ec-42f9-9b39-e09f3509ab6c}.xml +++ /dev/null @@ -1,527 +0,0 @@ - - - - - Controller - - - 1 - - - {c17b2701-f854-4202-9c96-2d97e0c77c26} - - - {cb757edf-b40e-448e-ab5d-fa0901a807f0} - - - {85d74516-5f71-4dc4-a1bb-aec1ce374c42} - - - {476392d5-86bd-40a4-b71f-7a45aaff6c8a} - - - {9fbd3326-be5d-40f0-8ca1-10f8badb8c93} - - - {5487b9af-65a0-48d7-a6a0-ad3df3c18c9f} - {a648145a-4295-4005-92a0-2a56f68b36f5} - {19907f79-9425-4054-8e32-555ebd9e77c2} - {d72bbba6-e138-446b-957e-d28c4644272d} - {2e509718-bbab-410f-bbc0-e87de42fb4fa} - {9f3cc949-ccd9-445f-8285-a7cfa2ec3d58} - - - {94ca6644-8ca1-41e1-8c4f-3ed52e7d6164} - {14dbcebe-5843-40b4-81b7-9dc59f294211} - {08e87ae0-2170-42b2-ace4-d1cac79dd276} - - - {5a6f1e46-bba4-42c8-b57f-147517cf2502} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {b3cc7705-4a59-46de-b3e0-307fd410168c} - - - - - {3d2b553d-4459-4f99-837f-4e232d2fb2f4} - {0f994737-4fc5-40ea-88e0-b8f294a05bad} - - - {b3cc7705-4a59-46de-b3e0-307fd410168c} - - - - - {99b8a0cf-8166-4917-8645-3cbdc3a72acc} - - - {1e446b4c-f23b-4680-997c-0d9f4e9fe833} - - - {86651896-a397-4a9f-b733-19d25b0f4f74} - - - - - - - - - - - - {beacd98b-c0a8-46cf-a65b-1ef868c1c7fe} - {64fc2c5d-925e-475d-815b-0b348c66b516} - {01c58481-f13c-423f-b300-66c3d3762afd} - - - {6d1d8d9d-1d6d-4d01-ad93-d7b9042488b8} - - - - - {e6dccb06-fdfc-4e10-afe1-75b65a31d2c5} - {2e6aeeb6-b9cd-44b7-95c2-16b44004980c} - {92c4c21b-98b8-4311-b936-2a6893e92965} - - - {287f74fb-50e2-4295-b832-2735ee3dfa40} - - - - - {f623c475-508a-4a7e-ab44-ba724d2071ce} - {b986a5d1-4044-4865-88fa-b7b33670f8a1} - - - {3ba6a593-efd0-46b8-9370-545d9d60e073} - - - - - {e6dccb06-fdfc-4e10-afe1-75b65a31d2c5} - {01c58481-f13c-423f-b300-66c3d3762afd} - - - {1d516c43-af03-4072-aa40-d7e6e97ee6b7} - {cc40902a-31b2-44b8-8b3e-95c25a94f15a} - {c0891dcb-d53e-4116-b836-b26004dca184} - {a328fa4e-cf3a-41da-8669-898d4607af8a} - {7f216ae4-c890-4f9e-b586-ebd4ad13b4cf} - {1d539a15-53ef-41d3-88e2-b6eca1270a5c} - - - - - {e9f4edc0-49b8-438f-aa16-099275b0dd4c} - - - {a3eaf888-8730-4194-bc6c-a3b5b394f1a2} - - - {cb757edf-b40e-448e-ab5d-fa0901a807f0} - - - - - 0 - - - - - 8 - - - 0 - - - - - {8b067b73-b457-4a39-b40b-7c2cd8809233} - - - - - - 8 - - - {6f8bc1d8-d517-4b9f-b4d5-361ce5132c5f} - - - - - 8 - - - 0 - - - - - 224 - - - 186 - - - 1 - - - 1 - - - {d3450509-1ac7-4fc3-a448-b4d6e8963754} - {f0872bf2-0561-48df-9bdb-7f9f6a01e2e4} - - - - - Audio 1 - - - {4d006d55-5ac8-45dc-b47c-db8ed454f1d2} - - - {b9985b42-4abd-4e6e-912d-8795e501183b} - - - {b3cc7705-4a59-46de-b3e0-307fd410168c} - - - - - 174.36647916666666 - - - {df0ec7b9-f90f-4129-ae29-568a20586522} - - - - - 0 - - - - - 8 - - - {21826a74-cc12-49aa-af8f-14027b9d9ef6} - - - - - Audio 2 - - - {54802142-60be-42e5-a89a-68d475dffdcd} - - - {69327be1-aecd-441a-87ba-71ff9e0ccfd5} - - - {b3cc7705-4a59-46de-b3e0-307fd410168c} - - - - - 8 - - - {dfa04a52-6ef2-4baf-b4dc-135d7a1c3ca3} - - - - - 8 - - - 0 - - - - - Audio 3 - - - {735c38c9-cce9-4458-b2fb-7022788cf041} - - - {5c1089d4-aa12-4c03-94b2-361bbdff7eb2} - - - {b3cc7705-4a59-46de-b3e0-307fd410168c} - - - - - 0 - - - Battle - - - {5a6f1e46-bba4-42c8-b57f-147517cf2502} - - - {5487b9af-65a0-48d7-a6a0-ad3df3c18c9f} - - - - - 208 - - - Overworld - - - {5a6f1e46-bba4-42c8-b57f-147517cf2502} - - - {19907f79-9425-4054-8e32-555ebd9e77c2} - - - - - 174.36647916666664 - - - 235.63352083333336 - - - {5a6f1e46-bba4-42c8-b57f-147517cf2502} - - - {9f3cc949-ccd9-445f-8285-a7cfa2ec3d58} - - - {3072e53b-6b08-4fd4-aa01-3745275fe4fd} - - - {1d516c43-af03-4072-aa40-d7e6e97ee6b7} - - - {01286ff6-0ec9-4d8d-afed-0b3b50931bc3} - - - - - 0 - - - 174.36647916666664 - - - {5a6f1e46-bba4-42c8-b57f-147517cf2502} - - - {19907f79-9425-4054-8e32-555ebd9e77c2} - - - {cc40902a-31b2-44b8-8b3e-95c25a94f15a} - - - {e32679c7-c007-4cb7-a661-4358e9f8cc72} - - - - - 0 - - - 22 - - - {5a6f1e46-bba4-42c8-b57f-147517cf2502} - - - {2e509718-bbab-410f-bbc0-e87de42fb4fa} - - - - - 224 - - - 186 - - - {5a6f1e46-bba4-42c8-b57f-147517cf2502} - - - {d72bbba6-e138-446b-957e-d28c4644272d} - - - - - {ff516ff3-e91d-434f-a029-c204bd166f8a} - - - - - - - {d5e1544b-0ef7-4a34-8ca8-0494019ed3ea} - - - {4040b145-e918-4396-8ef7-ef4f65c89c6c} - - - - - {4cc73982-a93e-400b-a103-ba9b0130adc0} - - - - - {6198ee2b-8e75-43f8-85cf-68a8cc50c584} - - - {17291455-fd58-4daa-a35a-3326e324f19d} - - - - - {a3070911-8ea5-4a95-9f6f-d30602878df9} - - - - - - {684fb5c0-494e-49a6-8a3f-3569f83c3c4c} - - - {6a1bd1ce-a4e2-4ff7-911a-75bf169f4081} - - - - - {49f80ab0-1c23-47cf-880d-54e2c3a79b37} - - - - - - {6bcc651a-e584-4346-969c-22c24725223a} - - - {2ab28e00-40c8-40d5-9f07-51355b081f4a} - - - - - {6d492c9a-05bb-4259-974c-3dd2de490e01} - - - - - - 8 - - - {beacd98b-c0a8-46cf-a65b-1ef868c1c7fe} - {64fc2c5d-925e-475d-815b-0b348c66b516} - {2e6aeeb6-b9cd-44b7-95c2-16b44004980c} - {92c4c21b-98b8-4311-b936-2a6893e92965} - {f623c475-508a-4a7e-ab44-ba724d2071ce} - {b986a5d1-4044-4865-88fa-b7b33670f8a1} - {3d2b553d-4459-4f99-837f-4e232d2fb2f4} - {0f994737-4fc5-40ea-88e0-b8f294a05bad} - - - - - 1 - - - 1 - - - {44359f5c-f1b6-4099-bb13-23652c422183} - - - - - 0 - - - 0 - - - {44359f5c-f1b6-4099-bb13-23652c422183} - - - - - - 0 - - - 1 - - - -0.660030246 - - - - - 8 - - - 0 - - - - - {82627671-970f-4b1a-82b5-3c49b3a4151d} - - - - - - 0 - - - 0 - - - -0.2547189 - - - - - 6 - - - 1 - - - - - - 0 - - - 1 - - - -0.607548118 - - - - - 8 - - - 0 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{cf8f194d-20d1-45a8-a508-c03c4223a87d}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{cf8f194d-20d1-45a8-a508-c03c4223a87d}.xml deleted file mode 100644 index 0e0902dd..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{cf8f194d-20d1-45a8-a508-c03c4223a87d}.xml +++ /dev/null @@ -1,188 +0,0 @@ - - - - - Sanin Default Attack - - - 2 - - - {1fec1a40-11d9-47cf-ab5b-df5b3ba4a810} - - - {3713798c-5377-4bd6-be32-546bebc7de77} - - - {061fed04-93be-4f3f-b50b-3f84da39378d} - - - {209a1c39-37f3-42fb-9e3e-3d129b70d117} - - - {15f4293c-c80f-4515-a80e-50f7ec6f2b6d} - - - {ea379d8c-a3e6-4f43-87a9-b9febb9c881a} - - - {d282aa43-3fae-460e-895b-46b18838f231} - - - {43c1d803-3975-429f-b8b3-29ea0586230d} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {f479b7be-106b-45f0-a593-8e807f00f23c} - - - - - {f479b7be-106b-45f0-a593-8e807f00f23c} - - - - - {26c0a9c5-6a3d-464f-9267-2ee7d1f9814f} - - - {1e9c0e59-6825-4442-b4f5-da6fd4077823} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - true - - - 3 - - - true - - - 50 - - - - - - {fff06665-f5fd-4b86-8f0b-2ed900fcf512} - - - {1259c17e-160d-4941-bed0-d7f45f098711} - - - - - {fff06665-f5fd-4b86-8f0b-2ed900fcf512} - - - - - 2 - - - {7c8950f2-2568-45c5-be2b-97c5083cc19e} - - - {b81129d2-d2d3-47f5-bc4a-efb601ede4b5} - - - {3713798c-5377-4bd6-be32-546bebc7de77} - - - - - {db33f616-017a-4144-bb88-f94c39fa8ee8} - - - - - - 1.875 - - - {4a009351-fa29-43a8-b996-18b7a642d853} - - - {9001ae30-02fb-4854-90db-4e2dd7fa4499} - - - - - -11.5 - - - Audio 1 - - - {480980ca-6cf2-4d8a-ba41-9b641ea0fb59} - - - {608c2827-7ba7-49b7-8d09-f03aa62146a2} - - - {f479b7be-106b-45f0-a593-8e807f00f23c} - - - - - {56b68095-543a-4483-840d-fcc92ecb67bd} - {3709eee9-51c5-4e06-a0d6-9e39c849fe56} - - - - - - - pitch - - - 12.5 - - - - - {02c0f369-883c-4f18-b3ad-0c066cfba22b} - {988434e1-c323-45ef-b2ae-e45e3f3592aa} - - - - - - - 9.80000019 - - - 12 - - - - - - 9 - - - 4 - - - 7647.40625 - - - 72.2634354 - - - 2.10344815 - - - 12.9310331 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{d145cf7d-9486-450e-b246-27e1715f2e37}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{d145cf7d-9486-450e-b246-27e1715f2e37}.xml deleted file mode 100644 index d73a3e00..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{d145cf7d-9486-450e-b246-27e1715f2e37}.xml +++ /dev/null @@ -1,412 +0,0 @@ - - - - - Sanin Teleport - - - 2 - - - {840a4408-d248-4537-bba5-0ca37b0211c8} - - - {b5e22f2a-7ac7-4113-bb3f-1956e89043c6} - - - {9547e873-7200-47b3-bd52-0fa31da5d7c0} - - - {d67e5204-3dd4-45bd-bbdd-1b84ffe17008} - - - {099fc239-118b-4561-bc1c-6f7f0deb9fc9} - - - {e18944eb-629b-4628-9de4-64cadb0042f5} - - - {e2882f25-8a30-47df-b818-9e9152f1460c} - {e0c71be1-2cf3-4416-898d-92ed5afca2bf} - {fffffd4a-c85c-4690-b17a-17ccdeef1da9} - {4793c0fc-e9f1-4008-a157-b1920962c011} - - - {1b4dc107-8fd7-4388-bc62-7d2409157d80} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {f1172e81-690b-41c3-bd5d-0d76c53c5f96} - - - - - {f1172e81-690b-41c3-bd5d-0d76c53c5f96} - - - - - {f6a9e76c-3050-451c-9fe6-4a2e7f9ed5e1} - - - {1bb315f7-6869-4dc1-97f9-daa15ec4b452} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - true - - - 295 - - - 0 - - - 80 - - - - - - {3edda8a1-fd39-4115-9ec9-372698b82f98} - - - {c05da264-126b-4374-99ed-9c75e6d386a7} - - - - - {c09aa621-2a12-467b-8060-cd09c070599f} - - - {94dcf9b4-c36a-4be1-a13a-57404f6368e4} - - - - - {6eab4265-8b2b-460d-bd04-cbe9928456da} - - - {637d8eb7-02c4-4179-b798-2b56c5bbe64e} - - - - - {92592df6-2927-4c40-9bf0-aab71dd20443} - - - {0f425cd2-4316-4da1-9776-7f5e5111c7d9} - - - - - {3edda8a1-fd39-4115-9ec9-372698b82f98} - {c09aa621-2a12-467b-8060-cd09c070599f} - {6eab4265-8b2b-460d-bd04-cbe9928456da} - {92592df6-2927-4c40-9bf0-aab71dd20443} - - - - - {f8419330-87d5-45b4-b795-08c05fdaa07e} - - - {6611bbdd-45b1-4bcb-8958-aaf22ac83001} - - - {b5e22f2a-7ac7-4113-bb3f-1956e89043c6} - - - - - {b7b1c2e7-5faa-4d54-949a-e941573ab949} - - - - - - 2.2000000000000002 - - - - {a73a565e-f28d-4173-9850-7e212a418a39} - - - {e2c7c067-b807-4220-99ad-d8be0a8228b9} - - - - - Audio 1 - - - {9079e1a8-a04c-4975-8089-c6eb4170a74a} - - - {7bdbe0de-9ba0-4e58-a71e-f855911ae9f2} - - - {f1172e81-690b-41c3-bd5d-0d76c53c5f96} - - - - - 2.4000000000000004 - - - 0.94822916666666668 - - - - -10.5 - - - {f83805d4-b42f-4026-8a56-38e75ac08254} - - - - - -18 - - - Audio 2 - - - {4d0183eb-7275-4ca0-997f-53c6ce1aa03d} - - - {229517fc-afc9-4305-b88f-de2e27087f53} - - - {f1172e81-690b-41c3-bd5d-0d76c53c5f96} - - - - - 1.4000000000000001 - - - 1 - - - - {0926bb0b-4a70-4e57-a8e7-f06e35933d61} - - - {e2c7c067-b807-4220-99ad-d8be0a8228b9} - - - - - Audio 3 - - - {430d2d83-b7b5-456b-a04f-d43fec5b5a17} - - - {e5126630-8438-4e95-b11d-7dafe8e1a696} - - - {f1172e81-690b-41c3-bd5d-0d76c53c5f96} - - - - - 2.4000000000000004 - - - 0.94822916666666668 - - - - -13 - - - {f83805d4-b42f-4026-8a56-38e75ac08254} - - - - - -9 - - - Audio 4 - - - {83dd5350-4b2f-48a8-8ce2-b9cba78a6dc1} - - - {5fbc75d4-4dfe-4b26-b28a-8a85df1a5353} - - - {f1172e81-690b-41c3-bd5d-0d76c53c5f96} - - - - - {472a7235-0f69-4b41-8df4-d5ffce7a192e} - {2714ad16-9b9f-4ac6-b5ec-124858f5262c} - - - - - - - {e2a62e46-4568-45dc-a312-dc5be5fa4417} - - - {d7bdabcc-de1e-41cc-b000-813ade8aa214} - - - - - {be3e0242-60d7-4ca7-a53c-28a69f722307} - {522ca1b3-0ca2-481e-8aa0-3c27abd323d3} - - - - - - {77936c5c-f25b-45a0-b3d4-c39a13f74098} - {3170c6a5-5659-41af-96ed-66fbce282d9b} - {753fa605-b8c1-491e-87e3-954ae1a7d4d8} - - - - - - {ddc26392-efbf-47f6-93ab-881a991b1488} - - - {8fbba2de-b334-4be7-8169-a57f5e255a95} - - - - - {8d9865af-7032-4769-9789-8f5918e369a4} - {e701892e-2d9a-4924-b6f0-35f736184989} - {8a74931c-7678-48c9-b93e-e24ba13ba976} - - - - - - {9f7f2782-4ae1-48f3-806c-cb79a80e89fc} - {4b19a891-c865-4f61-946d-094bf7283515} - - - - - - - 1 - - - 3.79999995 - - - - - 1.2 - - - 1 - - - -0.124480329 - - - - - 2.2000000000000002 - - - 0 - - - - - - -13 - - - - - - 90973 - - - -66 - - - -16.5 - - - {f83805d4-b42f-4026-8a56-38e75ac08254} - - - - - -21.5 - - - -80 - - - - - 0 - - - 1 - - - -0.124480329 - - - - - 1.4000000000000001 - - - 0 - - - - - - 477695 - - - -37 - - - {32fb788c-9449-4ab8-afb8-4565e44c1877} - - - - - -20.5 - - - - - - 2500 - - - -20.5 - - - 600 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{d1898c9e-b1e0-48b0-8994-9aec7856477f}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{d1898c9e-b1e0-48b0-8994-9aec7856477f}.xml deleted file mode 100644 index b104c02a..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{d1898c9e-b1e0-48b0-8994-9aec7856477f}.xml +++ /dev/null @@ -1,227 +0,0 @@ - - - - - Purple - - - sword 2 - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {a60e168f-c75f-408e-9b81-53d7e9a6ee0f} - - - {edd9fa91-7da8-4355-8083-1b7a9c46ff1e} - - - {6f1b52d4-9713-4f7d-a110-3020dc229777} - - - {6184948d-0d9f-43ab-a00c-85430347135a} - - - {1f05491d-93d0-4f83-9c6e-c4a021978aad} - - - {e5ecf561-652a-4d12-9a24-e43530536079} - {04862db4-8ebb-4aad-a88e-319d05d0dc1e} - - - {863d7e92-f6f5-4850-b549-b292e6c2ad98} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {640c89e7-3937-4ad2-a0cd-7859d8e98a90} - - - - - {640c89e7-3937-4ad2-a0cd-7859d8e98a90} - - - - - {7d9d49fc-2afa-437c-9674-adc000ad29b9} - - - {d76e626a-69e1-4b85-87ee-c4019feba9ac} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {fad1470c-7aa8-4476-be7d-7cabedda3605} - - - {66d4df4f-7bf3-4da9-b1de-815d15653435} - - - - - {06c6cbb0-69d1-46c4-858c-4355ca94f343} - - - {bde179a8-06e9-4d74-bf99-d955abf9844d} - - - - - {fad1470c-7aa8-4476-be7d-7cabedda3605} - {06c6cbb0-69d1-46c4-858c-4355ca94f343} - - - - - {4a26d156-2e8e-49ad-8556-0092e841a2e9} - - - {2327f99f-0d2b-489a-9c06-72b64b9f3795} - - - {a60e168f-c75f-408e-9b81-53d7e9a6ee0f} - - - - - {ae85d90d-93fd-4713-81b4-7e1ec5267eeb} - - - - - - 1.1599999999999999 - - - 0.84375 - - - {9ad3ce08-8553-4d87-a691-70edd3b45188} - - - {dbdf0633-d22b-4d14-a967-34499bb707bf} - - - - - 2.5 - - - Audio 1 - - - {d0d4ff28-284a-41d1-99cb-cc1fcaf1dc67} - - - {3ffa0249-4beb-4d58-b218-083120244db4} - - - {640c89e7-3937-4ad2-a0cd-7859d8e98a90} - - - - - 3.0451177562260532 - - - {b4a0f572-1dda-4b93-b57d-bfdecd3ee9b3} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {faaaae4f-cc76-419b-87cd-1491f4a5b1be} - - - {72a10437-3457-452f-8780-2b7363ed5cfe} - - - {640c89e7-3937-4ad2-a0cd-7859d8e98a90} - - - - - {5eda4169-babe-4a99-95f5-057cbccf981b} - {e4c215a2-2870-4888-a376-3d316112dd7f} - {1de4d9dc-fb10-48b2-a89f-8fbbf2470a7f} - - - - - - - pitch - - - 1 - - - - - {2d1bc215-08e9-4527-903c-adb86bfd34ab} - {be6e3773-f89f-447b-bea8-b6f6d8ee96cc} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {7d04102c-493f-43d2-8cc0-5b289cba3673} - - - - - - - - 4 - - - 245.36496 - - - 0.393034458 - - - - - - 49 - - - -17.5 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{d7acbbad-1f37-4794-a5ab-4ae4d1b2b7b5}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{d7acbbad-1f37-4794-a5ab-4ae4d1b2b7b5}.xml deleted file mode 100644 index 6ca91020..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{d7acbbad-1f37-4794-a5ab-4ae4d1b2b7b5}.xml +++ /dev/null @@ -1,360 +0,0 @@ - - - - - Purple - - - Hit 3 - - - 1 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {8baed7ed-ec91-4eec-8c59-5bbfc33ce4e5} - - - {ceae95d4-6328-4621-b960-f2a9eb5baa5a} - - - {5cfe82fe-0356-4a8e-a8f2-186e53afb15e} - - - {d80a6dbe-9e09-49c3-b753-88ab94d66309} - - - {815547ee-8dc7-4bbb-bb44-7f8e3b91bc0a} - - - {a9b89a52-99e8-410e-a424-1f8f011c5745} - {9e00ef2a-0366-451d-a77e-79128c0cb97d} - {5ab4c59c-179a-4773-b4ff-451699e7754e} - {ba73444b-5956-44bc-a446-94242226a3cc} - - - {c8980b81-4dc5-4c34-a9b4-931937ca58ca} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {fcb991c2-5155-416a-adf7-6ae1d01e14f9} - - - - - {fcb991c2-5155-416a-adf7-6ae1d01e14f9} - - - - - {ecb616b4-97d5-4aff-8ace-7fb15d3916fa} - - - {77704a5c-1973-4731-b770-b86a64907cfb} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {ad692475-b64c-452a-a4e0-aa8efdbcf4b5} - - - {6f15053c-2a2e-4ff9-84f4-4cfdbe08fca8} - - - - - {5f8fdf3b-dc73-4305-9e86-2c0c70ecc600} - - - - - {13bc9e5c-37ff-438c-b32d-4a5f514fb1ae} - - - {06495966-4e57-4e10-8884-65cedbb0e1bb} - - - - - {515da0cd-6e11-4064-8642-e990191cbe0d} - - - {22896d12-4d8a-44bd-adb3-15746b30ae82} - - - - - {13bc9e5c-37ff-438c-b32d-4a5f514fb1ae} - {ad692475-b64c-452a-a4e0-aa8efdbcf4b5} - {515da0cd-6e11-4064-8642-e990191cbe0d} - - - - - {5465b030-53bb-4041-8b64-fdf0f45055a9} - - - {82505c63-af8a-40ce-8160-6daad9346e3f} - - - {b4e1bea4-78ea-4be5-af20-62b89f57acf6} - - - {8baed7ed-ec91-4eec-8c59-5bbfc33ce4e5} - - - - - {53e47b6a-50a3-4c14-83c0-cfb37838243d} - - - - - - 0.050000000000000003 - - - 0.32500000000000001 - - - 0.014742308968027511 - - - -0.300000012 - - - {dec81931-378e-4ce1-90af-cf130a1ee3ca} - - - {fb8d14b1-a781-4986-bd67-559544ded043} - - - {c907e405-b074-4509-a611-e558b6236d99} - - - - - Audio 1 - - - {ffc0db42-eb57-44c2-b9fd-ea191a3324a5} - - - {296ea647-e2a2-4677-a964-05264ed747a0} - - - {fcb991c2-5155-416a-adf7-6ae1d01e14f9} - - - - - Audio 2 - - - {057ca39c-babc-41fd-9882-728d35d9a698} - - - {e092314d-1f15-481a-857e-1a4d11948b90} - - - {fcb991c2-5155-416a-adf7-6ae1d01e14f9} - - - - - 0.46000000000000002 - - - {65b12bb8-87dd-43e4-853c-bd69c7f1eb9a} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 3 - - - {6c106441-48e2-4b81-b9b4-898262e800e3} - - - {1116ba7d-ecf0-4d4a-b66b-c55110fe5c1a} - - - {fcb991c2-5155-416a-adf7-6ae1d01e14f9} - - - - - 0.57262500000000005 - - - {31437fc8-7765-4622-a0a9-08faa249a083} - - - - - Audio 4 - - - {1476fd6e-d258-44a8-a663-d056ad0f57e5} - - - {e8ef5e6a-4810-41ae-b496-e0e2c438eeb1} - - - {fcb991c2-5155-416a-adf7-6ae1d01e14f9} - - - - - pitch - - - 16 - - - - - {dd2e0917-b332-4de4-9d9a-e770c02e7c51} - - - - - - - {193372fa-b4a0-4352-b044-b56086e5f348} - - - {6a4f8c01-2b12-4130-8c7d-25de00baa7b2} - - - - - {e5686be4-b6cc-4a40-97ec-11d39fbbe6a8} - - - {f4b81193-b9c6-4550-8944-74c12ad93c50} - - - - - {aa6ac1ad-9a25-4715-a5a1-f55773dc8ed4} - {539049d0-dd48-4cfd-a15c-bd26b2a11f18} - - - - - - {8ae9b8b8-5b43-4fb7-8c88-2c8cb3185114} - {9e4777f4-489f-4c20-a551-b2033d8e8cbf} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {a0573233-29fc-4c78-8388-75547832ba27} - - - - - - {fbe15be7-c657-4444-89b9-2b57b37f633b} - - - - - - - 0.050000000000000003 - - - 0 - - - 1 - - - - - 0.065000000000000002 - - - 1 - - - - - 0.060000000000000012 - - - 1 - - - -0.618999124 - - - - - 0.37500000000000006 - - - 0 - - - - - - 2800 - - - -8.5 - - - - - - -10 - - - -32 - - - -37 - - - 1700 - - - 0 - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{d81573a0-ef70-4901-8daf-93ff9c2068b1}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{d81573a0-ef70-4901-8daf-93ff9c2068b1}.xml deleted file mode 100644 index 871474d1..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{d81573a0-ef70-4901-8daf-93ff9c2068b1}.xml +++ /dev/null @@ -1,193 +0,0 @@ - - - - - buff sword 3 - - - 1 - - - {a4e936df-4990-4158-8b8d-22216cbd6ae0} - - - {f9d166a6-ac3c-4bf2-8e47-731690602f06} - - - {f04a9efc-ed3a-42d3-92d9-79c11ddfb006} - - - {b84fac52-cee8-4dbc-a1a7-8bab18c8669e} - - - {9c50d7fc-0720-4678-9488-1e817d29f367} - - - {3d2c5a47-f58b-44c2-bbf7-9562566da851} - - - {cdbdcad4-b9ac-46d3-991a-588b2db4aaf1} - {82005150-3d28-446b-971a-a60a615d5a03} - - - {e1016dee-e8e8-4b26-9051-fb4bc1ecd179} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {bee77f7c-042b-47ac-a181-f91cddd0a67a} - - - - - {bee77f7c-042b-47ac-a181-f91cddd0a67a} - - - - - {a30d4a63-09b9-46e2-ad74-0f7523ccee34} - - - {7ecfa5f3-a4ad-48ab-9ed0-e0b58bf054a4} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - - - {113baed9-f3b2-4b68-ae11-f7e208aa816d} - - - {b3175807-0b24-49de-b8e7-a36926ea6340} - - - - - {4240b086-20d6-4fc9-bc7d-014ba622d374} - - - {f7f78614-ac42-401f-88ad-246445f66d59} - - - - - {4240b086-20d6-4fc9-bc7d-014ba622d374} - {113baed9-f3b2-4b68-ae11-f7e208aa816d} - - - - - {2aa6d972-f9c7-4e93-8c0c-c0d4dcf07861} - - - {17a6f84a-3bff-4d28-86c4-6814b7526fe6} - - - {f9d166a6-ac3c-4bf2-8e47-731690602f06} - - - - - {928244cb-6784-45c1-897f-38a99d5c3aff} - - - - - - 1.5517291666666666 - - - {511514b0-9d00-4a71-9956-145217a25316} - - - - - -12 - - - Audio 1 - - - {0e656183-a0fc-4d09-a68c-22b562c89c90} - - - {3ae45755-6fbc-4f55-8ffa-b34d792ebd49} - - - {bee77f7c-042b-47ac-a181-f91cddd0a67a} - - - - - 1.5517291666666666 - - - {8793ae03-7a70-4bf7-a627-2727c2687147} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {0217059d-250b-4585-be88-106dd58a6840} - - - {1f248abd-38f4-40dc-83f7-a358280866f6} - - - {bee77f7c-042b-47ac-a181-f91cddd0a67a} - - - - - {d75b846e-be9c-4aa2-a2e4-428181b2117c} - {2ef0bbfa-8708-4175-9fc5-a6bc4ce18104} - - - - - - - {06222c69-2fbb-451f-b62d-7d408c1e33a5} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {935cae68-dd8a-49a3-a85a-4b7bfd8dbc94} - - - - - - - -13 - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{da36283c-7937-4c25-87ae-7832150b0efa}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{da36283c-7937-4c25-87ae-7832150b0efa}.xml deleted file mode 100644 index 7b7c092c..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{da36283c-7937-4c25-87ae-7832150b0efa}.xml +++ /dev/null @@ -1,153 +0,0 @@ - - - - - Journal Page Turn - - - 1 - - - {039afa92-b442-4b99-89f5-a9a681e5ab09} - - - {945726f5-095b-4c74-a94a-8ce7450a9110} - - - {89a0dd6d-c17a-4b11-a342-88d6444e34e4} - - - {8ca62cff-78bd-4e28-93fe-acab2a8f25c5} - - - {7a9da812-ae52-4275-afb4-177c35fbaf17} - - - {ac3c7409-961b-4e3a-9a60-c51bb8b60719} - - - {60da662c-6827-4180-a6dd-d858456fac42} - - - {f5468f43-da9d-40f7-99fe-ea1c9df536f2} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {c107a6de-19a6-4165-a04a-73762588a130} - - - - - {1de47199-e3bd-4ae3-a6d3-449fcf45a233} - - - {c107a6de-19a6-4165-a04a-73762588a130} - - - - - {1939921d-f1db-48db-b3e5-7fbecb8231f0} - - - {8f851414-7948-4cbb-8b08-a9faf3f4901d} - - - {93fb17f3-d0a1-44d7-b7e3-9f060d84622a} - - - - - 1 - - - - - - false - - - - - {1de47199-e3bd-4ae3-a6d3-449fcf45a233} - - - - - {044b3252-2d8e-4878-a55e-7eef8849bc8e} - - - {109f96ea-6353-47e5-9a30-de9880b403ab} - - - {945726f5-095b-4c74-a94a-8ce7450a9110} - - - - - {9d53359e-5991-497c-9aa4-26e5b3c63f39} - - - - - {a737cc7f-c1b8-42e4-aedd-37ae3f3b1d16} - - - - - - {efd39897-cfae-498f-b2af-399869d5b3d5} - - - - - - 1 - - - {24854453-4211-4a44-9464-035452861289} - {d6b46973-5e20-44a6-82e4-5887eab5f67d} - - - {40c4b5c7-0504-4d0c-9089-8aab5152f2d0} - {06a8253d-3d7f-400d-b340-8a7ec94a57f8} - {c264513b-a09b-4577-bf4a-96f775a1de34} - - - - - - - pitch - - - 10 - - - - - startOffset - - - 11.5 - - - - - {9820f82b-6992-4d9e-8447-04f30bc25f8c} - - - - - {9820f82b-6992-4d9e-8447-04f30bc25f8c} - - - - - {9820f82b-6992-4d9e-8447-04f30bc25f8c} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{db35e481-15d0-4668-ae73-a4fd88044a78}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{db35e481-15d0-4668-ae73-a4fd88044a78}.xml deleted file mode 100644 index 8b980061..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{db35e481-15d0-4668-ae73-a4fd88044a78}.xml +++ /dev/null @@ -1,232 +0,0 @@ - - - - - Menu Close - - - 1 - - - {039afa92-b442-4b99-89f5-a9a681e5ab09} - - - {c1f3fbde-4c47-498c-b6be-8537f090f5ae} - - - {86a96261-bfb2-4b67-be4b-6f435664d25c} - - - {b13e8cde-1b74-45b5-ae78-a0a04edc9928} - - - {d15d8fdd-9e78-4355-a052-b8938282f1de} - - - {b26c69de-a0f5-43f7-928f-66fa27456abb} - - - {2c5a7028-f7c6-4d95-8ce1-5789098907ca} - {33f5227f-479d-42f1-bcb6-66736968eb37} - {2d478510-cd99-4d8c-8203-8e42812ecd35} - - - {036f2052-4f0f-4f38-add4-cf1f17374143} - - - {3be44d3b-9c65-4308-9744-3ac0ecfac6d9} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {8f06f1bb-599c-4712-91c7-8c51ce999f1d} - - - - - {8f06f1bb-599c-4712-91c7-8c51ce999f1d} - - - - - {4c829f81-19cb-4942-b486-42eab125e233} - - - {06855486-2e31-4834-ae27-eb9b26dab90c} - - - {93fb17f3-d0a1-44d7-b7e3-9f060d84622a} - - - - - - - {a5786619-9919-4641-8124-d8f3a548f927} - - - {2310ed2e-8b83-4173-ba01-fa7bf27779d5} - - - - - {19160927-6db4-41eb-8070-7d23742baef6} - - - {f367d646-2350-4893-b0d9-3648fc56813c} - - - - - {b212574b-362a-4a59-a070-960635f4ba7e} - - - - - {a5786619-9919-4641-8124-d8f3a548f927} - {19160927-6db4-41eb-8070-7d23742baef6} - - - - - {c54c20bd-4b3b-4923-b805-d9ac628748b8} - - - - - {376d5a1e-227f-440d-baaa-79e7165b89c4} - - - {bc666d75-be55-40c2-a026-6c04e9cface0} - - - {c1f3fbde-4c47-498c-b6be-8537f090f5ae} - - - - - {498936ca-38fa-415d-be3c-6eaaf5b15775} - - - - - - 3.2726458333333333 - - - {7b495f40-63ad-479f-a09b-9139ad95820d} - - - - - Audio 1 - - - {97cbae27-dbbf-4215-9594-2c726c1083bb} - - - {64814738-3072-45ea-bada-2f4921e76c63} - - - {8f06f1bb-599c-4712-91c7-8c51ce999f1d} - - - - - 2.625 - - - {41638452-368c-4fff-8de9-4ce231b01bee} - - - {2aa1004d-2995-40af-a18e-5a6f4fb01ade} - - - - - Audio 2 - - - {0359651d-77ab-4241-a5d4-a3d1cfc5e5e4} - - - {23a41652-bd1f-40a4-a108-009d836544dd} - - - {8f06f1bb-599c-4712-91c7-8c51ce999f1d} - - - - - Audio 3 - - - {6ab226aa-65ea-4b4c-8ca9-2d8ecdf221b6} - - - {b5b2f4e0-fcf9-47a1-b1fd-cc2ce514d035} - - - {8f06f1bb-599c-4712-91c7-8c51ce999f1d} - - - - - {e2bcf468-a2a7-4bb1-b18c-3ba572b353b6} - - - - - - - {aaf5d0e6-b559-44f8-a7e8-d7d93870d0a6} - - - - - - {f562631a-484d-48ec-bbb7-05e689ab149e} - - - {e3655dd2-13c4-4ee9-9cad-1b0c252c5751} - - - - - {b3cae374-ead1-4cae-9dc3-e86aee3d84e7} - - - - - - {5ec71c66-941b-458a-9991-d6c1e71fb302} - - - - - - - - 0.875 - - - 100 - - - -0.504005015 - - - - - 2.625 - - - 0 - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{dc8f8880-efa6-4c97-a9bd-3cb60acf7e03}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{dc8f8880-efa6-4c97-a9bd-3cb60acf7e03}.xml deleted file mode 100644 index e11d847d..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{dc8f8880-efa6-4c97-a9bd-3cb60acf7e03}.xml +++ /dev/null @@ -1,190 +0,0 @@ - - - - - buff sword 7 - - - 1 - - - {a4e936df-4990-4158-8b8d-22216cbd6ae0} - - - {cdfb1372-9148-4527-9152-9e285d16a998} - - - {334f99bb-5629-4719-98c8-61b539c64d32} - - - {d3d2af0b-76ad-4c65-a394-29eb6a23ca1d} - - - {64d64931-6743-4361-9fa2-a10c7721bbf6} - - - {dc869b9f-2f32-4583-9f8b-a3d87d01e650} - - - {b1ab08b6-f461-4b90-bd82-cfda52b11a67} - {1d49f326-e772-421d-9396-7441ada71719} - - - {e21e737a-01e2-4e80-9622-ba822c02c524} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {486b246f-9998-4081-9e6f-a1a7b8e36149} - - - - - {486b246f-9998-4081-9e6f-a1a7b8e36149} - - - - - {b8ec7238-0d51-4251-8e5a-a72abe90ecb8} - - - {234aaf71-310b-4cb9-a3ea-eb31b2c37f03} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - - - {46c32801-5c46-42ae-b75e-f172a15d5551} - - - {c8e6ef16-ff92-4934-8447-404bd5c89687} - - - - - {e7962f00-39f4-4c00-a9fd-f106ff359118} - - - {b7596e9a-cb2e-4277-8839-644fc216bcfa} - - - - - {e7962f00-39f4-4c00-a9fd-f106ff359118} - {46c32801-5c46-42ae-b75e-f172a15d5551} - - - - - {1ecd5b3c-7fac-477c-b548-04e082caec31} - - - {a7e96b5a-4cec-4807-a2f7-37c0d20fbd8e} - - - {cdfb1372-9148-4527-9152-9e285d16a998} - - - - - {00ebd43a-848e-41ce-a450-a8b6702f52ec} - - - - - - 5.8241458333333362 - - - 0.90000000000000036 - - - {a75ef117-8a0c-4995-b089-1998731d4d85} - - - - - -8 - - - Audio 1 - - - {afef7473-e16e-450c-b33d-595387e5649f} - - - {a8874f8f-0201-4e26-88fd-d9dc25020568} - - - {486b246f-9998-4081-9e6f-a1a7b8e36149} - - - - - 6.724145833333333 - - - {c9f045f6-8a48-47e4-ae7a-f481f643a499} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {6d81d986-a215-40b4-b914-02382fdc3da4} - - - {f8a8ee7d-7cd2-4d61-8301-5c678deae99a} - - - {486b246f-9998-4081-9e6f-a1a7b8e36149} - - - - - {0134def6-c0a1-4246-8b2c-d6c103e822f9} - - - - - - - {bd2d94bd-6a21-42ed-8b49-e7183ffa8af5} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {a42c6643-1666-4add-ba44-356d2b8285b1} - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{df0ec7b9-f90f-4129-ae29-568a20586522}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{df0ec7b9-f90f-4129-ae29-568a20586522}.xml deleted file mode 100644 index e9b6eb09..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{df0ec7b9-f90f-4129-ae29-568a20586522}.xml +++ /dev/null @@ -1,2562 +0,0 @@ - - - - - Battle Spring - - - 1 - - - {c17b2701-f854-4202-9c96-2d97e0c77c26} - - - {57f0aa37-0601-4e7f-917e-38019daf3679} - - - {c7603d3a-ccdd-4afa-b3bb-0fac4d5ee4e3} - - - {23767bd3-4414-4322-a8e0-ad2fd1a75131} - - - {51cc5ef2-65b4-49be-a771-1d0aae09bd58} - - - {1c0d9a6c-b2fc-40c3-b4f4-15ca9a1e5909} - {354da968-8afd-434a-9a9e-344f3b7019e8} - {1d242e53-b254-4fbf-8859-52a9cca283c4} - {00bbf5e6-471d-4cff-984c-dd0ee7d80ef3} - {546ad873-2fd9-4ca8-bd0b-5ee9ad144442} - {f6ac6fd3-cb64-4138-b423-bddeb1d2c6b1} - {bdb0bc67-fa68-4ba3-8bc9-7424a3c43022} - {f78f0819-76f5-4240-ba3e-2c1f9f3b38a2} - {a040e79c-88d9-4262-9317-6884160cadbc} - {69055451-52ab-47c8-9459-7cf370961f80} - {a26bda76-a240-4eb6-a25f-1b71ebe6a78b} - {b16d1d4e-6e0f-494d-b62c-694cd2dd2b19} - {376f43e1-cb30-42cb-89db-39ffcff01f4b} - {c97de750-4be8-4825-9fd2-dd3d11b652b9} - {8309ad86-a9dc-4a04-8eb8-e2ba78857bdd} - {601a0d5b-4042-4d20-894a-50cf641ecf3d} - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - {8c7511a3-2750-417c-b8f9-b616d12ac99e} - {c0fadc6a-57ce-4c2d-bb18-e6c66946d67f} - - - {fdec90d7-306d-48a1-be68-958270319fbd} - {ff2489e4-d2d1-4d55-a646-4b914ee40979} - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {ca85e2d5-495c-4e24-b4d3-d1869fc7ea21} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {358fda98-6c88-4ea3-9bc4-2f411af327d6} - - - - - {98c5a225-74d0-4acf-be71-77865e6b5ce2} - {88266923-2f13-44b1-97f4-c0db9ed4624b} - {85d8c74a-15e7-44ce-bbfe-3bb2b0576fb2} - {39780697-0366-47fe-98c9-1e96601b8aa5} - {b8f81b17-673c-4715-ba2a-4b9d42a63e6d} - {a775eb9b-2740-411c-9085-677010678cdf} - {d38d5b38-7828-408a-8131-0722a1d23098} - {2b491b09-181d-4d9e-b042-684101f7788f} - {dbb01a99-6a7e-42ac-bf41-779dd9b15297} - {a59f02f3-595c-49fa-8ff1-12b37890eb52} - {749ffd24-096d-4faa-9bb0-e835f8d8a510} - {493557f6-1d61-4de6-9368-29554c049a32} - {08efee44-7da0-49a3-9722-3dee8d0a5d9a} - {121e1c7b-db21-4be9-afb4-8f7b6075f5a5} - {d9dbc53f-4d9e-4134-8f1d-a5768e543851} - {13d6b7f2-2257-488b-b3e6-6049e7e11459} - {104c72f6-e505-4c1d-8ff8-769fa76c3b39} - {b738878f-1615-4dcb-8fc7-38aea796c98c} - {baf83098-d806-4825-8f86-7800b91a1e10} - - - {358fda98-6c88-4ea3-9bc4-2f411af327d6} - - - - - {05b1f78f-de0c-4999-b8e2-d04c199a9088} - - - {fe1fed49-fd43-4c8c-be11-94e38b88432c} - - - {a326ce92-cdbf-4300-9a82-3cb555767be9} - - - - - 1 - - - - - - - - - - - - - - - - - - - - - - - - {0ce88493-3933-41a9-9aaf-dfeeecfde30b} - {185a28ea-19e4-4294-a324-338b2cb74366} - {26290abe-b3fa-4233-9a80-734fc9193bf8} - {1640202d-6e12-4c24-92d9-3b78bd3659c2} - {68a61827-7957-4f87-9fc4-dffdaf194a71} - {3fce2d10-8563-4f70-9ca0-edeeb53ad7b6} - {00805cfa-d58a-4664-a709-3f0d98012e38} - {789930ac-9756-486d-98f8-e2e9255c6648} - {9023f5cb-26e1-42b3-addf-117dd6d8004f} - {2367db64-d6aa-41c4-bdce-23e66eaf7f13} - {c93e5757-9ae6-46c1-84be-1228afeac8b2} - {223f8096-1a17-41d1-ae10-d2ecb006204f} - {c847ad07-29f8-45ab-a761-0b6277b86ae6} - {737eb82e-d807-4c0d-a282-0f25fe083eaf} - {eb39298c-5abc-4929-a58e-55eca036cc7c} - {ae8a0c05-bfa0-4d83-bd96-5bb97f6359be} - {60ba1fb6-5369-45b3-a765-990f40b44939} - {b64494ef-d2fe-424c-86bf-1b8bcf2f7494} - {c075f57a-b4ca-41ec-ac5d-14d477c227ce} - - - {84e92454-ec58-4854-9ca2-4e9241310b33} - - - - - {73c5c8ed-a1ed-41b5-b923-6fd91d01e148} - {35ea9c53-1890-46af-91c2-ee39703e285f} - {c031754f-90ce-4aba-b7d1-45cfe4899a4c} - {a21426d7-5698-4fb8-8e79-597a6937ea69} - {564aa384-471c-4753-9678-090b877db5c4} - {6872677e-84ed-4373-b51b-f51ae8b1c9bd} - {ec00cfe5-197d-4501-9bee-9843aa1a39aa} - {19ff22f6-0aa0-4220-8513-bf8c3b59fecf} - {4c70474a-d2ba-4ca4-884e-64783578acf8} - {d32fb609-f45a-4283-a496-6508bacbbd56} - {5b50c7d4-214f-49ae-a008-2716b2cd6844} - {db9f1d0e-50dd-4a7d-9580-b9370877d086} - {be6a0d82-c2a5-4e52-b4ff-b422b01357d8} - {a358919c-219e-4911-96d6-aac7e511cfaa} - {b4a5036e-3135-4ffa-85a2-5cf7cd4f6929} - {2c348276-986e-48e1-a1a9-8d11dd2cb7c5} - {5c52a870-be10-41cf-a660-47133e1822cf} - {15bcc927-e4e3-41b0-9603-01081fa05bb9} - {7d1cfe3a-ac52-418a-8749-90e9a3252629} - - - {c9d59f47-43aa-42b2-a70e-b3712c602e79} - - - - - {0ce88493-3933-41a9-9aaf-dfeeecfde30b} - {5b50c7d4-214f-49ae-a008-2716b2cd6844} - {08efee44-7da0-49a3-9722-3dee8d0a5d9a} - - - {c74f040d-b0f3-4076-8a6f-a3b6480331c8} - {b5140f48-63a6-44f3-b11c-9cf17360b48b} - {f7623cb9-8156-415c-a859-b2aac0503c25} - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - {ca9d2a39-11ce-40c9-accd-d488fe1af1b9} - {6e8065e3-73f8-4bf0-84a4-5bc668b08150} - {e06bcb84-dfef-4b7c-a586-33ea278df947} - {4eca36fb-c267-492c-8706-617fd7b8cd25} - {d96fbc31-ee14-42f4-b837-1d88d0172eb3} - {7f9034eb-c57c-48ea-a601-d929e1c54a15} - {df277aff-ac76-4e85-9109-0555fc475d14} - {ffbe3be4-3b07-4408-bd3a-d9450734b866} - {21a5a626-8dcd-49f8-bc27-ccfa7f08a146} - {10bd267b-b8e7-42f1-806b-7f9df88a670f} - {a295345c-4510-4d94-bfb1-6f0aabc161cc} - {af6c1581-6507-49b0-92d4-1f67d8243b0b} - {bdb0280d-9f47-4f9e-afec-100b8fef64d7} - {cf6f4cfa-1638-41dc-9340-25e89e3d3dc7} - {97e27766-450a-42e7-8276-134da16554c2} - {212d7d6b-e4f2-44b3-9e7e-9ba032f374e3} - {98a243d6-c15b-4f15-bd16-106f2a1a5540} - {cef465ea-5686-4c05-a19f-90c3a64378b3} - {058faca7-6dde-4a0a-a67c-889a8a5b1631} - {6f0c911e-4bd6-42a8-a8d6-c1a82d9dcafd} - {1df8fb68-0fd2-4e7d-b605-7b537c2cde9a} - {f42d2b30-2ae3-4db8-966f-f289f52235db} - {feb5c152-511c-4cf3-ad06-f656df6bf625} - {40f28084-5cf7-4e8e-a227-17c3b49bda92} - {bf9ae831-e35f-42cc-bf73-dae2a8c7153d} - {281c5c36-dfce-42b5-8e24-01eda2c2e0c3} - {79f41f48-5fe4-48c2-964d-43af9366697b} - {92f974a6-18b8-47e9-99bb-bdd4757bc892} - {0bdbbe0e-1b9a-4192-bbc3-d8e63a3a06ce} - {4ca1df82-3d92-4e85-b301-cdbb86dc4229} - {caeac191-665e-426c-89e2-73044a467f4f} - {29879f50-b559-417c-9e51-a7bbbb3c9f43} - {db1e5352-7394-4013-ab89-29d591b9b502} - {7a583a2f-9a11-499d-9287-c122572e6830} - {79651758-add3-4caa-98d0-24068025fb5a} - {2deae167-f54a-4ae9-b1bb-35825f334d62} - {78a9c2c0-83a4-4761-8b4a-b82c0ef2711e} - {e3c0e04e-8b50-41b5-a8db-cf40c6d2ea75} - {794ab90d-4679-4104-aa0b-1df0d98c618d} - - - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - {9aec17d6-b5e9-420d-b9f5-1b068af22e0d} - - - {535fce3e-2330-41d0-8217-e51e74d96ae5} - - - {ffda38d5-f649-4791-a189-4229aee72ec4} - - - {57f0aa37-0601-4e7f-917e-38019daf3679} - - - - - 0 - - - - - 5.4761904761904763 - - - 0 - - - - - 0 - - - - - 9.2307692307692299 - - - 0 - - - - - 0 - - - - - 9.2307692307692299 - - - 0 - - - - - 0 - - - - - 9.2307692307692299 - - - 0 - - - - - 0 - - - - - 4.6227770605139309 - - - 0 - - - - - 0 - - - - - 9.2307692307692299 - - - 0 - - - - - 166.27752338538048 - - - 7.6190476190476186 - - - 3 - - - {44359f5c-f1b6-4099-bb13-23652c422183} - - - - - 0 - - - - - 2.3076923076923075 - - - 0 - - - - - 0 - - - - - 2.3076923076923075 - - - 0 - - - - - 0 - - - - - 4.615384615384615 - - - 0 - - - - - {d63da027-09b2-4a32-a385-e7508d63bf54} - - - - - - 174.36647916666666 - - - {260c9658-5b87-40a9-96df-4e718e990294} - - - - - 3.8095238095238093 - - - {1c28ce59-8a24-4d9d-a83b-a30d2a295a77} - - - - - 1.9047619047619051 - - - 3.5714285714285712 - - - {83ea8e5e-ab90-4c7a-bbe0-bee6d0636174} - - - - - 9.2307692307692299 - - - {8ba8acbd-22ab-4795-a463-c06df0985765} - - - - - 9.2307692307692282 - - - {5e893f6c-e5ed-4e87-9757-2208372f2920} - - - - - 2.3076923076923075 - - - {519e769a-7ccb-4c36-819d-091509b77c76} - - - - - 9.2307692307692282 - - - {27f06ec5-f6eb-4809-8ca6-8943e36c2085} - - - - - 4.615384615384615 - - - {a0d140af-a0d6-4099-91f0-92b0033970cd} - - - - - 2.3076923076923075 - - - 6.9230769230769234 - - - {7a97ae28-8136-4769-8cb3-efdca3d8e9ce} - - - - - 4.6227770605139309 - - - {3ace84b0-0988-44a8-a5cd-7c340d8a8d70} - - - - - 1.7307692307692306 - - - 2.8920078297447001 - - - {82f45d7a-05a5-46fa-9357-24be5491ee61} - - - - - 9.2307692307692299 - - - {b934b845-9af5-4e45-9264-7ae80ba3339b} - - - - - 9.2307692307692317 - - - {41d55e1e-f6dd-4cd9-ab89-c439637f3238} - - - - - 2.3076923076923075 - - - {d9e7d1d3-5596-4624-b345-8e3946c4ba93} - - - - - 2.3076923076923075 - - - {04e2fdcb-329a-44d8-8905-1f3b9b5b0f42} - - - - - 2.3076923076923075 - - - {fd98ce10-8681-43cb-9b84-d2188bde9831} - - - - - 2.3076923076923075 - - - {83b13208-fea1-41c6-a25e-bb70ccaff17e} - - - - - 4.0384615384615383 - - - {5ef3ae35-491d-41d7-b30a-45dcdce185aa} - - - - - 4.615384615384615 - - - {537793a3-19bb-46f8-8b7c-8ef96f0229bb} - - - - - -6 - - - Audio 1 - - - {f3fb85a0-dcb8-4b1a-be13-ee8129880c60} - - - {7024cf2a-0bab-44b1-8079-65b91b619fb5} - - - {358fda98-6c88-4ea3-9bc4-2f411af327d6} - - - - - 0 - - - - - 5.4761904761904763 - - - 0 - - - - - 0 - - - - - 9.2307692307692299 - - - 0 - - - - - 0 - - - - - 9.2307692307692299 - - - 0 - - - - - 0 - - - - - 9.2307692307692299 - - - 0 - - - - - 0 - - - - - 4.6227770605139309 - - - 0 - - - - - 171.9918090996662 - - - {63df7eaa-f5d1-41ac-97e2-a23fe2b91320} - - - {c5433d65-5260-4b70-a39c-ffce343578dd} - - - - - 0 - - - - - 9.2307692307692299 - - - 0 - - - - - 0 - - - - - 2.3076923076923075 - - - 0 - - - - - 0 - - - - - 2.3076923076923075 - - - 0 - - - - - 0 - - - - - 4.615384615384615 - - - 0 - - - - - Audio 2 - - - {69f1bf6a-998b-4791-b496-a12abe448444} - - - {b2f12d9f-0c7b-47e7-8e32-a90e580c49c8} - - - {358fda98-6c88-4ea3-9bc4-2f411af327d6} - - - - - 0 - - - Start - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - - - 0 - - - 104 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {376f43e1-cb30-42cb-89db-39ffcff01f4b} - - - - - 63.420380528237622 - - - 126 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {376f43e1-cb30-42cb-89db-39ffcff01f4b} - - - - - 164.37276148061858 - - - End - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {601a0d5b-4042-4d20-894a-50cf641ecf3d} - - - - - 86.267028198549525 - - - Main Loop - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {c0fadc6a-57ce-4c2d-bb18-e6c66946d67f} - - - - - 36.92307692307692 - - - investigating - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {c0fadc6a-57ce-4c2d-bb18-e6c66946d67f} - - - - - 53.076923076923073 - - - Seen - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {c0fadc6a-57ce-4c2d-bb18-e6c66946d67f} - - - - - 160.56323767109475 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {8c7511a3-2750-417c-b8f9-b616d12ac99e} - - - {8f441b82-68d4-4890-819e-79c532ad5901} - - - {ca9d2a39-11ce-40c9-accd-d488fe1af1b9} - - - {ed2220a8-8718-4eec-833c-9d0f4e881e6c} - - - - - 61.730769230769226 - - - Combat start - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {c0fadc6a-57ce-4c2d-bb18-e6c66946d67f} - - - - - 32.307692307692307 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {601a0d5b-4042-4d20-894a-50cf641ecf3d} - - - {4bd35c34-a812-47c3-9dc1-4f4ef93621d2} - - - {c74f040d-b0f3-4076-8a6f-a3b6480331c8} - - - {cd7c513c-91cd-4efd-a862-158aba4d09cf} - - - - - 90.087047194904287 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {e0afa17e-2c72-4462-a94a-ecbeb5287add} - - - - - 93.896571004428097 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {a1d8298e-fc21-4b55-928d-3a3c680d0b82} - - - - - 151.01516088941327 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {38a4d853-8960-46de-b91c-85ef52edaffe} - - - - - 154.81902789821333 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {5ea38ceb-bf10-4e66-96e1-7f818ae01611} - - - - - 97.706094813951907 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {5e0f1930-b54a-4a6c-bb91-789b924243c5} - - - - - 101.51561862347572 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {67704239-fc76-4d73-a2cf-105fd802df6c} - - - - - 105.32514243299953 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {7c5871ae-4249-45be-8efb-1023a056bd59} - - - - - 109.13466624252334 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {22e19d95-fbc9-4b51-87ec-3bcbd17fafeb} - - - - - 112.94419005204713 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {220aa9f2-a3bb-474d-8284-10f1ad346b89} - - - - - 116.75371386157094 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {e4112451-f9b7-4d87-8775-c601706ce981} - - - - - 120.56323767109475 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {e03b0349-6d78-437e-bb95-48fcb0336748} - - - - - 124.37276148061856 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {38d2c97e-0874-40f8-acf2-37b043d12ca8} - - - - - 128.18228529014237 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {0213ed96-602d-4577-8456-ad0f7bc20c7a} - - - - - 131.99180909966617 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {be8223d4-dfdc-438e-9ae7-a35c4a286b3d} - - - - - 135.80133290918999 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {3cc22759-78a9-4d45-85e3-1377e8775b25} - - - - - 139.61085671871382 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {a088871c-7d69-4db2-b45d-d272005dbbd9} - - - - - 143.42038052823762 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {63f80bf8-8afe-4802-a9ff-5b93d5d8b104} - - - - - 147.22990433776141 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {025be380-2fa3-4971-9246-60d1115b8e52} - - - - - 63.420380528237622 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {c77ec3cf-b086-476a-89ea-4e0a31707223} - - - - - 67.22990433776144 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {da987419-b765-470c-aee3-68eb8e73dc61} - - - - - 71.039428147285236 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {f39dc064-43b0-461e-86b6-2ec365942028} - - - - - 74.848951956809046 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {a70d7b2a-2d91-4602-a048-029b86f52aa7} - - - - - 78.658475766332856 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {0ce8b9d3-c5db-4c6f-8cf3-891352ad6c8a} - - - - - 82.467999575856666 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {a056ebef-723f-4295-bf11-0ca62e7864b6} - - - - - 86.277523385380476 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {1f572230-e4ae-4b62-a502-f91b57cb5be4} - - - - - 90.087047194904287 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {984a7d88-d291-4909-892b-d81915ebba1f} - - - - - 0 - - - 61.730769230769226 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {8309ad86-a9dc-4a04-8eb8-e2ba78857bdd} - - - {75c525f8-6501-4aab-81cd-d35085cab40c} - - - {d96fbc31-ee14-42f4-b837-1d88d0172eb3} - - - {108024b2-31e1-45b4-b86a-3797d4ed49d4} - - - - - 36.92307692307692 - - - 16.153846153846153 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {8c7511a3-2750-417c-b8f9-b616d12ac99e} - - - {e9e57171-bba5-4d14-9fee-f7553a54df06} - - - {b49a0287-14c6-42b0-a991-35a2c0c75000} - - - - - 0 - - - 55.384615384615373 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {b16d1d4e-6e0f-494d-b62c-694cd2dd2b19} - - - {08ccf486-58c1-4f68-b60c-c187a40954f7} - - - {e06bcb84-dfef-4b7c-a586-33ea278df947} - - - {fe0fe475-4861-4b54-a8b2-404afbd66a44} - - - - - 9.2307692307692299 - - - 27.692307692307693 - - - 2 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {c97de750-4be8-4825-9fd2-dd3d11b652b9} - - - {a08b3d39-1ab1-4c83-adeb-cf2d51237b78} - - - {1277448f-66ad-45c6-8c0a-663c26e6fc62} - - - - - 0 - - - 55.38461538461538 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1c0d9a6c-b2fc-40c3-b4f4-15ca9a1e5909} - - - {9b13d27a-fcf2-43c8-84ae-88fdef62c81f} - - - {cfe95e41-990b-4c81-b678-f49ce6f285f8} - - - {83c96bcb-4ae8-4ec0-a3c6-3292ba365791} - - - - - 36.92307692307692 - - - 16.153846153846153 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {1fbdf579-76e2-4dc4-a8ea-45f1933a1cdf} - - - {914ccb66-3cef-4e01-8325-72b28ad1cf18} - - - {2deae167-f54a-4ae9-b1bb-35825f334d62} - - - {84d4249d-b13c-4a73-ab54-92f1fe4b7520} - - - - - 0 - - - 36.92307692307692 - - - {a759b92c-13a9-43d3-9d7d-a4eb809d0c91} - - - {69055451-52ab-47c8-9459-7cf370961f80} - - - {9df94cc7-828b-4cfb-8fec-965454b4062a} - - - {6e8065e3-73f8-4bf0-84a4-5bc668b08150} - - - {8ed10058-2bba-4523-931d-1b42733adc8e} - - - - - volume - - - -80 - - - 0 - - - -80 - - - - - {754ec9ac-2965-4350-a5fa-c25f519c276e} - {d946d3f5-8c4f-4740-928c-d4ddad70ab0b} - - - - - - - {7c3e84b3-6687-4101-a3d0-161671e982ef} - - - {6ebc652b-3d24-4fd2-b26f-7c2e71ad8d8f} - - - {26290abe-b3fa-4233-9a80-734fc9193bf8} - - - - - {0afd5b67-1944-48dd-83ec-dc9231a4c5f0} - - - {4e8ef2c7-9ac4-47d9-951d-ef6d9912ddcb} - - - {185a28ea-19e4-4294-a324-338b2cb74366} - - - - - {983f202e-4456-4f0c-b4ba-409b5e045787} - - - {b0e2b79f-78a7-4cc9-8084-c2f0908b3cdc} - - - {68a61827-7957-4f87-9fc4-dffdaf194a71} - - - - - {f3d2cf3e-8a8e-4c21-b4a6-3496454840d2} - - - {8c7fd83b-ce0d-42dd-aa0a-b99e52c826e0} - - - {1640202d-6e12-4c24-92d9-3b78bd3659c2} - - - - - {81576aea-272f-4445-877a-b41152759810} - - - {3a5d22cd-6f67-4cd7-b4cc-578921ceb588} - - - {00805cfa-d58a-4664-a709-3f0d98012e38} - - - - - {c3e47268-67be-4852-b053-5fd4c575ef77} - - - {a80d2e03-a91c-40ee-893b-e765fb7e76cd} - - - {3fce2d10-8563-4f70-9ca0-edeeb53ad7b6} - - - - - {550f5234-d8a9-421a-a8c0-aab1acdd5ded} - - - {95a704c4-ba98-4ed7-95b3-bd40c0696ba0} - - - {9023f5cb-26e1-42b3-addf-117dd6d8004f} - - - - - {8f348738-123c-4d80-a6dc-60ebff8ddd41} - - - {74f8248b-5607-4390-a93a-30c39fda1933} - - - {789930ac-9756-486d-98f8-e2e9255c6648} - - - - - {7ea5525a-5873-457c-ac91-2e23df65139e} - - - {833ca511-ebb2-4e50-8981-b8ee88e458e9} - - - {c93e5757-9ae6-46c1-84be-1228afeac8b2} - - - - - {8272b515-4bc7-4a8e-a86f-76bf3c776954} - - - {c15143b9-a043-4d46-886c-8755d718c361} - - - {2367db64-d6aa-41c4-bdce-23e66eaf7f13} - - - - - {ac35cf54-6c4e-47c3-8b38-b7961e85a24b} - - - {39258509-97d5-4b03-beb1-abb62b80fb6b} - - - {c847ad07-29f8-45ab-a761-0b6277b86ae6} - - - - - {23c14432-4405-41b8-9571-863abe850c5a} - - - {3e50840b-5ccc-4465-b365-d2c86cbc8f00} - - - {223f8096-1a17-41d1-ae10-d2ecb006204f} - - - - - {6c79bebd-a7e4-4222-9b97-94e1b52d70d4} - - - {7641d059-337d-46a0-aa34-5c073a35c140} - - - {eb39298c-5abc-4929-a58e-55eca036cc7c} - - - - - {e0767f21-8fe7-4b94-bd1a-f9f5c2a302c5} - - - {e81e8110-2100-493d-929b-98aa89b594ab} - - - {737eb82e-d807-4c0d-a282-0f25fe083eaf} - - - - - {d6a94488-a806-412e-b585-d3281417b8b4} - - - {dee04bb4-3951-4000-a788-675e36fd80a8} - - - {60ba1fb6-5369-45b3-a765-990f40b44939} - - - - - {32204658-d21a-44e2-a0d6-1ec9e9fca642} - - - {4cfceaf2-333c-43c6-af93-9fcb8595e576} - - - {ae8a0c05-bfa0-4d83-bd96-5bb97f6359be} - - - - - {b2457743-de01-467c-acc4-068cd05f2985} - - - {c4ee7182-41ce-45ef-b33c-9b60d42c209c} - - - {c075f57a-b4ca-41ec-ac5d-14d477c227ce} - - - - - {ca3ce9ab-3d64-45f0-87e2-9fffc54aea38} - - - {c91ca90c-55a1-430c-9250-671a4a08c677} - - - {b64494ef-d2fe-424c-86bf-1b8bcf2f7494} - - - - - {9088c002-bb36-491a-949a-158410659aa2} - - - - - - intensity - - - 100 - - - 100 - - - 5442.30762 - - - - - {9344a04c-ba97-4206-be2a-9bf82750fb03} - - - - - - 5.4761904761904763 - - - {185a28ea-19e4-4294-a324-338b2cb74366} - {26290abe-b3fa-4233-9a80-734fc9193bf8} - {73c5c8ed-a1ed-41b5-b923-6fd91d01e148} - {35ea9c53-1890-46af-91c2-ee39703e285f} - {98c5a225-74d0-4acf-be71-77865e6b5ce2} - {88266923-2f13-44b1-97f4-c0db9ed4624b} - - - - - 4 - - - 4 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 9.2307692307692299 - - - {1640202d-6e12-4c24-92d9-3b78bd3659c2} - {68a61827-7957-4f87-9fc4-dffdaf194a71} - {c031754f-90ce-4aba-b7d1-45cfe4899a4c} - {a21426d7-5698-4fb8-8e79-597a6937ea69} - {85d8c74a-15e7-44ce-bbfe-3bb2b0576fb2} - {39780697-0366-47fe-98c9-1e96601b8aa5} - - - - - 1 - - - 1 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 9.2307692307692299 - - - {3fce2d10-8563-4f70-9ca0-edeeb53ad7b6} - {00805cfa-d58a-4664-a709-3f0d98012e38} - {564aa384-471c-4753-9678-090b877db5c4} - {6872677e-84ed-4373-b51b-f51ae8b1c9bd} - {b8f81b17-673c-4715-ba2a-4b9d42a63e6d} - {a775eb9b-2740-411c-9085-677010678cdf} - - - - - 4 - - - 4 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 2 - - - 2 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 2.3076923076923075 - - - {737eb82e-d807-4c0d-a282-0f25fe083eaf} - {eb39298c-5abc-4929-a58e-55eca036cc7c} - {a358919c-219e-4911-96d6-aac7e511cfaa} - {b4a5036e-3135-4ffa-85a2-5cf7cd4f6929} - {121e1c7b-db21-4be9-afb4-8f7b6075f5a5} - {d9dbc53f-4d9e-4134-8f1d-a5768e543851} - - - - - 9.2307692307692299 - - - {789930ac-9756-486d-98f8-e2e9255c6648} - {9023f5cb-26e1-42b3-addf-117dd6d8004f} - {ec00cfe5-197d-4501-9bee-9843aa1a39aa} - {19ff22f6-0aa0-4220-8513-bf8c3b59fecf} - {d38d5b38-7828-408a-8131-0722a1d23098} - {2b491b09-181d-4d9e-b042-684101f7788f} - - - - - 3 - - - 3 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 1 - - - 1 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 4.6227770605139309 - - - {2367db64-d6aa-41c4-bdce-23e66eaf7f13} - {c93e5757-9ae6-46c1-84be-1228afeac8b2} - {4c70474a-d2ba-4ca4-884e-64783578acf8} - {d32fb609-f45a-4283-a496-6508bacbbd56} - {dbb01a99-6a7e-42ac-bf41-779dd9b15297} - {a59f02f3-595c-49fa-8ff1-12b37890eb52} - - - - - 9.2307692307692299 - - - {223f8096-1a17-41d1-ae10-d2ecb006204f} - {c847ad07-29f8-45ab-a761-0b6277b86ae6} - {db9f1d0e-50dd-4a7d-9580-b9370877d086} - {be6a0d82-c2a5-4e52-b4ff-b422b01357d8} - {749ffd24-096d-4faa-9bb0-e835f8d8a510} - {493557f6-1d61-4de6-9368-29554c049a32} - - - - - 5 - - - 5 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 2.3076923076923075 - - - {ae8a0c05-bfa0-4d83-bd96-5bb97f6359be} - {60ba1fb6-5369-45b3-a765-990f40b44939} - {2c348276-986e-48e1-a1a9-8d11dd2cb7c5} - {5c52a870-be10-41cf-a660-47133e1822cf} - {13d6b7f2-2257-488b-b3e6-6049e7e11459} - {104c72f6-e505-4c1d-8ff8-769fa76c3b39} - - - - - 1 - - - 1 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 4.615384615384615 - - - {b64494ef-d2fe-424c-86bf-1b8bcf2f7494} - {c075f57a-b4ca-41ec-ac5d-14d477c227ce} - {15bcc927-e4e3-41b0-9603-01081fa05bb9} - {7d1cfe3a-ac52-418a-8749-90e9a3252629} - {b738878f-1615-4dcb-8fc7-38aea796c98c} - {baf83098-d806-4825-8f86-7800b91a1e10} - - - - - 2 - - - 2 - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - - 0 - - - 1 - - - {3668569e-b376-4fc9-aab2-8f40701cdade} - - - - - 1.9047619047619051 - - - 1 - - - 0.25471893 - - - - - 3.8095238095238093 - - - 0 - - - - - 1.9047619047619051 - - - 0 - - - -0.2547189 - - - - - 3.8095238095238093 - - - 1 - - - - - 0 - - - 1 - - - -1.00000048 - - - - - 9.2307692307692299 - - - 0 - - - - - 0 - - - 0 - - - -1.00000048 - - - - - 9.2307692307692299 - - - 1 - - - - - 0 - - - 1 - - - 0.25471893 - - - - - 2.3076923076923075 - - - 0 - - - - - 0 - - - 0 - - - -0.2547189 - - - - - 2.3076923076923075 - - - 1 - - - - - 2.3076923076923075 - - - 1 - - - -0.189177349 - - - - - 4.615384615384615 - - - 0 - - - - - 2.3076923076923075 - - - 0 - - - -0.2547189 - - - - - 4.615384615384615 - - - 1 - - - - - 1.7307692307692306 - - - 1 - - - 0.25471893 - - - - - 4.6227770605139309 - - - 0 - - - - - 1.7307692307692306 - - - 0 - - - -0.2547189 - - - - - 4.6227770605139309 - - - 1 - - - - - 0 - - - 1 - - - 0.239197612 - - - - - 9.2307692307692299 - - - 0 - - - - - 0 - - - 0 - - - 1 - - - - - 9.2307692307692299 - - - 1 - - - - - 0 - - - 1 - - - 0.25471893 - - - - - 2.3076923076923075 - - - 0 - - - - - 0 - - - 0 - - - -0.2547189 - - - - - 2.3076923076923075 - - - 1 - - - - - 0 - - - 1 - - - 0.25471893 - - - - - 2.3076923076923075 - - - 0 - - - - - 0 - - - 0 - - - -0.2547189 - - - - - 2.3076923076923075 - - - 1 - - - - - 0 - - - 1 - - - -0.607548118 - - - - - 4.0384615384615383 - - - 0 - - - - - 0 - - - 0 - - - -0.2547189 - - - - - 4.0384615384615383 - - - 1 - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{e611bd37-9fb9-494d-a549-59c97d1588df}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{e611bd37-9fb9-494d-a549-59c97d1588df}.xml deleted file mode 100644 index cdde4b49..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{e611bd37-9fb9-494d-a549-59c97d1588df}.xml +++ /dev/null @@ -1,403 +0,0 @@ - - - - - Ambience - - - 1 - - - {c17b2701-f854-4202-9c96-2d97e0c77c26} - - - {41477c82-df83-4336-9cf9-bda6a14c48e2} - - - {280575ec-c125-45d1-b42c-0710e1482b42} - - - {499d4152-2582-417a-80ee-06749c9fbfa8} - - - {2a4442c7-1dc9-45c5-80f7-ef9e36dd51c0} - - - {fb46e4ff-1f4b-43e8-8479-461be41a3db5} - - - {e2a0237c-1693-4e1d-a3de-226eb2d4efeb} - - - {b9ded35f-f821-4470-8f72-b8ec5f9233c1} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {0b4f8f92-4601-4518-812f-03e200dec547} - - - - - {d96557df-2b6b-4d6d-ba08-f40a43ab3cf4} - {72e9d90e-d798-46e2-b5ac-f82c5cdb1d52} - - - {0b4f8f92-4601-4518-812f-03e200dec547} - - - - - {6db694f4-ec67-4c19-ae4e-04d3a3ccf405} - - - {26834b36-b767-4521-a1e3-de868520fbdd} - - - {53d4d5ca-8a6b-4ade-ac13-f77f272da70c} - - - - - - - {2b59980d-5aa6-4b92-99b4-d154e32a71e1} - {a5dbffe0-4779-4596-a0bc-82c407be00b1} - {8ff55ee6-e72e-4b3b-9d0f-f5f60bf928e4} - {a7411c38-8788-42f4-8578-f08f12bacf05} - {cc460463-071b-45c4-b7dd-2c14ce5329e9} - - - {d72c7cb3-1ccb-4e91-926a-26177adc524d} - - - - - {2b59980d-5aa6-4b92-99b4-d154e32a71e1} - {a5dbffe0-4779-4596-a0bc-82c407be00b1} - {8ff55ee6-e72e-4b3b-9d0f-f5f60bf928e4} - - - {c0e47b84-8ffc-4094-9bf4-46b418885bc2} - {10a3283a-a9b7-45a1-931c-c7e873d69072} - - - - - {080ab9ea-2922-4a72-9240-9b866284bff2} - - - {a25ff51a-161e-4bb6-a3af-15972b7c5062} - - - {41477c82-df83-4336-9cf9-bda6a14c48e2} - - - - - 0 - - - - - 11.5 - - - 0 - - - - - {a53f33b3-f6a4-4a70-969d-fcfb0afbacd0} - - - - - - 11.710687500000001 - - - 0.5 - - - {32df7628-4432-4919-a310-7daa95384b52} - - - {3a0897f4-a788-4455-9058-8c78a5561c80} - - - - - 11 - - - 1.0801041666666666 - - - -2.5 - - - {c07d24f5-96b9-4a85-9409-9067022add91} - - - {d475849c-ddde-4e89-ae2b-0fdfb2dd5518} - - - {d29c51b2-d6ae-457d-a606-c327b625234b} - - - - - 11.5 - - - 34.45795833333333 - - - -5.5 - - - {d28c5898-faa8-4943-af4d-165e4155df36} - - - {097fe95c-fbd5-4a8c-8be8-7c452d9fc2fc} - - - - - 7 - - - {bda9c64e-8a35-4e24-b0e1-d0d57989681a} - - - - - 11.5 - - - - - -7 - - - Audio 1 - - - {042795d2-1136-443a-b9f5-042dc894a6eb} - - - {2de8043e-9e55-421d-8e46-931bab98625b} - - - {0b4f8f92-4601-4518-812f-03e200dec547} - - - - - 0 - - - Start - - - {b9ded35f-f821-4470-8f72-b8ec5f9233c1} - - - {fb46e4ff-1f4b-43e8-8479-461be41a3db5} - - - - - 43 - - - {b9ded35f-f821-4470-8f72-b8ec5f9233c1} - - - {fb46e4ff-1f4b-43e8-8479-461be41a3db5} - - - {ea54ea18-38fd-4145-b873-f38f7b179369} - - - {c0e47b84-8ffc-4094-9bf4-46b418885bc2} - - - - - {dd628387-1903-4d74-9d55-397fd67b7c26} - - - - - - - {0857220d-e1fb-4624-9d37-23a9dc0d33ed} - - - {d50af902-bfd9-4043-acc9-959b40b32827} - - - {a5dbffe0-4779-4596-a0bc-82c407be00b1} - - - - - {2480d605-b5cd-4b5b-b01d-96f80870f28e} - - - {69ee282a-d37f-479a-9e1b-5e61879f474b} - - - {2b59980d-5aa6-4b92-99b4-d154e32a71e1} - - - - - {58a2de10-a165-46e0-b32d-06b45e2fc4b2} - - - {a010aa30-cdae-4427-b514-f3061d0199f8} - - - {8ff55ee6-e72e-4b3b-9d0f-f5f60bf928e4} - - - - - {5052d3b5-1de6-483b-a278-21537b8397a0} - - - {ae6fd2d3-818c-42ee-aec1-cc8456605ed4} - - - {a5dbffe0-4779-4596-a0bc-82c407be00b1} - - - - - {c25a1187-2705-4dba-b234-885e1a4faaf9} - - - {e937d837-7b45-48d8-a631-b43fd9c16676} - - - - - {282cb55e-8966-496d-9f03-75e3be679a05} - - - - - - 11.5 - - - {a7411c38-8788-42f4-8578-f08f12bacf05} - {cc460463-071b-45c4-b7dd-2c14ce5329e9} - {d96557df-2b6b-4d6d-ba08-f40a43ab3cf4} - {72e9d90e-d798-46e2-b5ac-f82c5cdb1d52} - - - - - - 11 - - - 1 - - - 0.25471893 - - - - - 11.710687500000001 - - - 0 - - - - - 11 - - - 0 - - - -0.2547189 - - - - - 11.710687500000001 - - - 1 - - - - - 11.5 - - - 1 - - - 0.25471893 - - - - - 12.080104166666667 - - - 0 - - - - - 11.5 - - - 0 - - - -0.2547189 - - - - - 12.080104166666667 - - - 1 - - - - - 0.5 - - - 1 - - - -1.00000048 - - - - - 7 - - - 0 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{eb97c031-e974-495e-8ac8-2c0fb4523b21}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{eb97c031-e974-495e-8ac8-2c0fb4523b21}.xml deleted file mode 100644 index 02ed63ab..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{eb97c031-e974-495e-8ac8-2c0fb4523b21}.xml +++ /dev/null @@ -1,137 +0,0 @@ - - - - - Dash - - - 1 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {122b20b1-c123-4b0e-ae31-ebc6ae9c9db9} - - - {df6580c2-f6bb-4f19-b257-4e2846198498} - - - {7f0831d4-ec65-4d48-b398-c9b009717653} - - - {af13b6d8-c633-48b4-a743-281458726f2b} - - - {12cbe190-adec-4c61-b85e-746ffc7eee2a} - - - {fd083ab6-6aa9-4cf9-9805-b908e7fe9522} - - - {b281f8a2-83ab-4525-be4b-6ac37b5986cd} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {1048640d-f475-4551-ba65-728e90922f91} - - - - - {1048640d-f475-4551-ba65-728e90922f91} - - - - - {3ebfc429-281e-4501-aeba-7bb5768900c9} - - - {42453aae-9629-423f-b713-4d0dfccef020} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {2c146987-5d22-464a-a01e-963f1b8fe5be} - - - {784b2271-f5d7-4282-809e-47aa9ab690e4} - - - - - {2c146987-5d22-464a-a01e-963f1b8fe5be} - - - - - {d30e2bbf-98b5-47c4-abc8-9fb34cafb048} - - - {6a2649b7-c4c0-4f61-98a0-df135792862e} - - - {122b20b1-c123-4b0e-ae31-ebc6ae9c9db9} - - - - - {cd8ac8a5-dffb-405b-8b4a-9980d15dafe6} - - - - - - 0.5 - - - 8 - - - {9e61281a-b5a7-4f9c-8a85-63ba09d9130e} - - - - - Audio 1 - - - {36496cf1-f2a9-4b73-91a9-02da01f509f5} - - - {f673036b-2034-449b-927f-0b3b6452d5c1} - - - {1048640d-f475-4551-ba65-728e90922f91} - - - - - {3efa9d99-7cef-4665-b3aa-cd32d1506d27} - - - - - - - {172d8929-064c-4e36-8f2f-dcfcf5ce1d32} - {8f2aa833-a753-41de-915c-df65ea1ea674} - - - - - - - - -11.5 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{ec8df4e7-e016-438d-955e-6c7f867eb623}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{ec8df4e7-e016-438d-955e-6c7f867eb623}.xml deleted file mode 100644 index ac87f1d6..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{ec8df4e7-e016-438d-955e-6c7f867eb623}.xml +++ /dev/null @@ -1,115 +0,0 @@ - - - - - Journal Close - - - 1 - - - {039afa92-b442-4b99-89f5-a9a681e5ab09} - - - {4faba7c2-6aef-4e85-8e0b-f0c627337835} - - - {fb523d65-25a0-4953-a996-74192ab1bca6} - - - {543d742f-2b57-45a7-b9fd-3e1fd3e3a40d} - - - {02b672d7-22d4-4219-9e53-ac44f699845d} - - - {dc9a4bba-1ef0-4286-8f8e-dcceca93be8a} - - - {ee3c017f-c6f5-45c5-975d-8bb0f2e16963} - - - {3e6cff36-84e6-4b2f-8366-cf0e7eeef339} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {547a9f7b-ae44-4a09-962f-0a367e2ae18c} - - - - - {118979db-9549-4b96-a51e-7d9921052158} - - - {547a9f7b-ae44-4a09-962f-0a367e2ae18c} - - - - - {13469103-5f96-4c12-956b-e644d6742802} - - - {a33d7648-5af1-4ace-979b-d738a805f1a2} - - - {93fb17f3-d0a1-44d7-b7e3-9f060d84622a} - - - - - 1 - - - - - - false - - - - - {118979db-9549-4b96-a51e-7d9921052158} - - - - - {d3cebf67-32fa-4592-9911-9eb1f509a999} - - - {0d060c7d-da6d-44f9-8eae-59c09daf8d53} - - - {4faba7c2-6aef-4e85-8e0b-f0c627337835} - - - - - {e00eff22-3dfb-4641-ba88-a62191a39eaf} - {ce0320ce-3256-4308-ac50-4073d931efb4} - - - - - {7729d30d-f1e0-43eb-a701-c402cd89902f} - - - - - - {7601049f-3367-4c3a-96cb-180faf22c315} - - - - - - {f449472d-716c-452f-b0b0-ea5c697584e7} - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{ee958b2a-b6d3-46c6-9603-3b29218df115}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{ee958b2a-b6d3-46c6-9603-3b29218df115}.xml deleted file mode 100644 index 8b3d2cb3..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{ee958b2a-b6d3-46c6-9603-3b29218df115}.xml +++ /dev/null @@ -1,204 +0,0 @@ - - - - - Sanin Teleport end - - - 2 - - - {840a4408-d248-4537-bba5-0ca37b0211c8} - - - {0218496c-0b8f-4b23-9211-78cb35173816} - - - {d7b0b09c-5af6-4fc3-a12d-f579a0eb0f66} - - - {94c14187-9809-461f-8e44-dd034c3cef2d} - - - {ac5d07c7-b2e2-4ca2-87a5-a06be49f89c1} - - - {d65d7827-e99c-4b8e-b9a6-90fb16b61d49} - - - {40d6370b-6fbc-478a-99cf-648e0e57d182} - {f7d4b6a3-49e1-413c-a33b-6b25c173a808} - - - {068ee355-796d-4c4b-ac52-25dcd2a86f6b} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {48d94165-8ddc-4546-8e6a-9429abf26b56} - - - - - {48d94165-8ddc-4546-8e6a-9429abf26b56} - - - - - {7c2c7da4-0347-49a4-9a79-7c7dfa3c3fb9} - - - {4f27fa7e-c206-42f3-800e-bd7f6bf8f82d} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - true - - - 200 - - - - - - {027f1a4f-e636-41ef-b364-984b5bd67860} - - - {611d6672-8a42-4bae-8915-f1dc4775b342} - - - - - {170e3c2a-e41a-4757-b92f-85adc83e8af6} - - - {51a9b4c5-8452-4d76-a4dc-530e655e8415} - - - - - {027f1a4f-e636-41ef-b364-984b5bd67860} - {170e3c2a-e41a-4757-b92f-85adc83e8af6} - - - - - {91218929-1423-4f42-930e-eac2a0698d04} - - - {b721582e-fb05-49f5-bb46-708ec2245aa8} - - - {0218496c-0b8f-4b23-9211-78cb35173816} - - - - - {bd904e37-c7fe-474f-bea7-c2a9644c8649} - - - - - - 7.7000000000000028 - - - 0.29999999999999999 - - - {72939219-931d-449f-8f58-9f4a1070929a} - - - - - -7 - - - Audio 1 - - - {216eccb1-8a23-401e-9ef5-20573f8cdd64} - - - {d3d4b5b5-ae22-45f4-ad02-1f16b6bde5ac} - - - {48d94165-8ddc-4546-8e6a-9429abf26b56} - - - - - 7.2536458333333336 - - - {760f17ca-6cd7-4e6a-89f2-9088d36d636f} - - - - - Audio 2 - - - {4684a051-7308-4d22-9400-b3529fbadc90} - - - {f96e40db-ac1b-45f8-8470-297f0b53a512} - - - {48d94165-8ddc-4546-8e6a-9429abf26b56} - - - - - {1255c7d8-695e-4854-bc4e-15383d02877e} - {cfdf0e3f-709d-412e-bfe5-9472d4934684} - {a0645af7-24ce-410e-8460-083614185024} - - - - - - - {5c5b55d8-9c76-49b0-b49c-7c47289251c9} - {0763656f-dc8e-42b3-8f90-283a2b69b832} - - - - - - {e68be155-1d31-4637-8a49-13ddfb2ddad7} - - - - - - - -13 - - - - - 1 - - - 2.60000014 - - - - - - -3 - - - -68 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{f3964545-fd34-4db0-9889-904b708152c9}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{f3964545-fd34-4db0-9889-904b708152c9}.xml deleted file mode 100644 index c1f4ea5f..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{f3964545-fd34-4db0-9889-904b708152c9}.xml +++ /dev/null @@ -1,121 +0,0 @@ - - - - - UI Hover 1 - - - 1 - - - {039afa92-b442-4b99-89f5-a9a681e5ab09} - - - {5242309f-d9e3-40b6-be4d-cb384d7225d9} - - - {ee353bcc-1781-4c5a-bafa-aff62de978c9} - - - {c4728164-431d-42d7-a8c2-68523ac8f345} - - - {b981ffd9-d8ca-41bc-9394-22a11f992caf} - - - {44f127e6-d304-4344-a3a0-f43af05deacf} - - - {5120475e-faec-4a89-8f9e-465bdbf61bc7} - - - {8a670d92-fe19-4e75-b593-68f141b94f66} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {926f5a07-6c3b-40d3-ab95-feb5a69b9c5a} - - - - - {865e8469-f941-4e5d-a959-897242345aae} - - - {926f5a07-6c3b-40d3-ab95-feb5a69b9c5a} - - - - - {023add85-bc79-4131-a912-76b7b3db404a} - - - {c79052c8-1a9e-48b0-9e69-5bea5ddfffb8} - - - {93fb17f3-d0a1-44d7-b7e3-9f060d84622a} - - - - - true - - - 1 - - - - - - false - - - - - {865e8469-f941-4e5d-a959-897242345aae} - - - - - {6d060a47-08b6-4524-9121-3ea475599a23} - - - {4cb6bd5e-9c6e-4956-8ba5-3e5ae345cba2} - - - {5242309f-d9e3-40b6-be4d-cb384d7225d9} - - - - - 1 - - - {5930718c-ab88-4d27-933b-c1a5a2044265} - {f16d06e1-0d45-4e92-9b82-bca3351ef5e1} - - - - - {7ff6588e-1d91-46c9-aa17-2b180dad75b8} - - - - - - {80dd75ed-955a-4789-9b4d-ac55213bda5c} - - - - - - {2e604db7-d09e-4bb6-9165-22d35428ca82} - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{f8a949ce-df56-4d08-8bf2-45c50c1fe849}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{f8a949ce-df56-4d08-8bf2-45c50c1fe849}.xml deleted file mode 100644 index 45718354..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{f8a949ce-df56-4d08-8bf2-45c50c1fe849}.xml +++ /dev/null @@ -1,193 +0,0 @@ - - - - - buff sword 4 - - - 1 - - - {a4e936df-4990-4158-8b8d-22216cbd6ae0} - - - {627edf19-891a-482d-8687-bf10ca37c925} - - - {29ed3512-4440-4674-88cb-2537305789ee} - - - {36f8e354-202b-4d17-87a4-001594c0e83f} - - - {08bfdf3d-458a-4727-b929-257293f57ffe} - - - {baa38b3b-24fa-4c9e-8a43-da99e9cf42ca} - - - {02bad589-9199-4a38-bcc2-a9529dfa820c} - {fd0b61e0-f576-49c3-816c-2ad025468509} - - - {e35168c7-3c5b-40af-a535-792f1744d70b} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {eda94f15-3aed-477a-b06a-dc50808620b1} - - - - - {eda94f15-3aed-477a-b06a-dc50808620b1} - - - - - {3609d1ed-9984-448a-ba08-e9597b6ad4ba} - - - {8140aa1c-e12a-4cda-8ec7-5af78bfa8ad9} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - - - {8f741c52-c76f-4558-bff2-c417743bd552} - - - {0c5c3d2a-eeb2-4528-9a2f-cf64f976a724} - - - - - {e0b9704d-e5bb-4418-993e-c1ac77521605} - - - {840afa57-58df-43a0-9a84-be7ff84e0a18} - - - - - {e0b9704d-e5bb-4418-993e-c1ac77521605} - {8f741c52-c76f-4558-bff2-c417743bd552} - - - - - {98b7fe4f-26bd-46b0-b13d-64c7ff26a388} - - - {dd4698ee-ec7d-4232-9446-3ab96d884056} - - - {627edf19-891a-482d-8687-bf10ca37c925} - - - - - {3f38d456-638b-45de-82ac-b241a3b1b7b6} - - - - - - 1.8103541666666667 - - - {300cea94-aba4-46b9-81ca-48155865efec} - - - - - -11.5 - - - Audio 1 - - - {2dbed8db-0f00-4ea9-81e9-260396cd4736} - - - {2c992dad-b9a3-425d-b2f7-2203c7875060} - - - {eda94f15-3aed-477a-b06a-dc50808620b1} - - - - - 1.8 - - - {fe590165-7a55-4661-bc25-14de13227d24} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {13429453-716e-426e-a389-c88e80f2d8ad} - - - {8331895a-f94c-411c-850f-4d100cd98c68} - - - {eda94f15-3aed-477a-b06a-dc50808620b1} - - - - - {890fa279-aabc-423c-94fe-86dedfac335c} - {0e0bc241-f41c-44c6-855e-0cb78bbf79be} - - - - - - - {a4b1ab20-df88-4c50-8955-7e3dc8369b10} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {b91aa550-919c-4825-9d8d-081c6ba06b53} - - - - - - - -13 - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{f913207d-2c7f-44e5-986c-bcda59cf84c8}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{f913207d-2c7f-44e5-986c-bcda59cf84c8}.xml deleted file mode 100644 index 5a9cff51..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{f913207d-2c7f-44e5-986c-bcda59cf84c8}.xml +++ /dev/null @@ -1,183 +0,0 @@ - - - - - Purple - - - sword sheathe - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {f46c1d2f-5da8-4e69-9c9c-b278e72af81c} - - - {ff5d3069-75be-43cc-9498-09318848bb5c} - - - {3b3cc981-71a9-48d0-8dea-2ebe8d0440d0} - - - {bbc4234f-6e72-4800-a936-8bba3a938e51} - - - {0de6a309-092f-4cf5-bccc-52b87c33ef50} - - - {972baa0f-ab6a-4e68-b8c8-a5a5ed1d1b99} - {b80630a8-69ab-4f0c-898f-7822952b47b4} - - - {b0d2e6f3-8659-4da3-9382-d53bf45a7303} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {51aeb202-c5b0-4312-a440-25352fc3e81e} - - - - - {51aeb202-c5b0-4312-a440-25352fc3e81e} - - - - - {2f05a4f3-386a-4b24-b851-92560e9736ea} - - - {0c96d567-3d80-4b13-a9bf-badbd69ceb21} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {341f294c-7ea6-43a9-b285-4a64f79c10e4} - - - {9b815675-7ac2-444b-8d03-063ba3e19325} - - - - - {20a0c7e9-13af-4583-99c0-e2a9b97d2656} - - - {d59ff357-4097-47f1-8793-edb94ac2b76d} - - - - - {341f294c-7ea6-43a9-b285-4a64f79c10e4} - {20a0c7e9-13af-4583-99c0-e2a9b97d2656} - - - - - {cbf941b1-e64d-4c8b-b0a7-09012853322b} - - - {e2f8fbc8-c804-41c3-8bb9-a3fa4032b566} - - - {f46c1d2f-5da8-4e69-9c9c-b278e72af81c} - - - - - {634fad27-29ee-458a-9989-8b5806bbc5ea} - - - - - - 2.5 - - - {e179ef98-764a-481e-a25e-a04e091a27b7} - - - - - Audio 1 - - - {a5398f8d-ed03-41f5-aca7-e514e81634ad} - - - {6e189e46-fb4b-4ad0-a4ff-6bfd44bf6a58} - - - {51aeb202-c5b0-4312-a440-25352fc3e81e} - - - - - {46a07c00-3be9-4bb9-8654-98c43ba6368a} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {db4abadd-eac0-4926-aaa4-fe9e8db55c4f} - - - {61dc2b85-cadd-4bc5-96b8-7fa1064345b2} - - - {51aeb202-c5b0-4312-a440-25352fc3e81e} - - - - - {26bc9764-5b82-4dc4-9c2d-92bc7f93fc11} - {3d1b73b1-a6b8-494e-91f4-d8eb04b25047} - - - - - - - {4b439de9-0aa8-4f1f-93cc-3e86b2eeb608} - - - - - - intensity - - - 100 - - - 100 - - - - - {1dcee239-0edb-4680-b18e-07f83eb8f4f3} - - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Event/{fe9c257f-f874-4f18-b2ad-79202c3cf9a8}.xml b/hwanyoung2/Content/Illusions/Metadata/Event/{fe9c257f-f874-4f18-b2ad-79202c3cf9a8}.xml deleted file mode 100644 index 2d4d21d4..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Event/{fe9c257f-f874-4f18-b2ad-79202c3cf9a8}.xml +++ /dev/null @@ -1,189 +0,0 @@ - - - - - Purple - - - Arrow Impact 1 - - - 2 - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - {bece32d8-9605-4d4d-8aec-a5cfd5860e8a} - - - {4d117511-5c63-41c4-be6f-165dffff6955} - - - {03f35747-be7f-4af8-9dc8-1e8b848fa6a4} - - - {51a16e1d-190f-4770-a900-fb1877a874fe} - - - {1ca1cb98-b1b8-4645-b892-a5802380fb17} - - - {c9bd1a08-4693-4443-930d-4172c5b9642e} - {6e060a76-16d1-4072-a9c3-c9da88e18f25} - - - {4781d0cb-3e1e-43fc-a397-5cf15a4fa64e} - - - {9c5265c8-c3c8-41f5-9212-f803a3d9a96e} - - - - - {18602fd8-eef8-422a-9a66-84fc04c6053b} - - - - - {18602fd8-eef8-422a-9a66-84fc04c6053b} - - - - - {f6c598fc-a1a6-4095-87a8-997155b44eb3} - - - {f19e4b29-b86e-44f5-b6f8-6a215270169e} - - - {b652127b-31f3-4ae6-b245-1a19a8f778fb} - - - - - - - {b6a0bead-7361-4931-9700-049bf644f948} - - - {a00574c3-2355-4941-8de4-f2976caf0bd4} - - - - - {0c5b2fc4-bc16-42c3-a281-7ea1c15c1d46} - - - {f4b165de-0339-448b-9d64-350713b5b53a} - - - - - {b6a0bead-7361-4931-9700-049bf644f948} - {0c5b2fc4-bc16-42c3-a281-7ea1c15c1d46} - - - - - {4102ec7c-976c-42d1-a846-b77f28797898} - - - {9af98548-1c29-4c20-be78-c9dba3f8e6fe} - - - {bece32d8-9605-4d4d-8aec-a5cfd5860e8a} - - - - - {903088e8-8951-435f-8c6e-1f39af9bf47b} - - - - - - 0.57262500000000005 - - - {31437fc8-7765-4622-a0a9-08faa249a083} - - - - - -14 - - - Audio 1 - - - {433bc42d-591c-4a80-aeff-f6562926dd81} - - - {8cf41db4-d2a7-4e62-a5a4-04f454ca5e49} - - - {18602fd8-eef8-422a-9a66-84fc04c6053b} - - - - - {f7193239-c141-4354-9e82-2feda18c812b} - - - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - - - - - Audio 2 - - - {4c9c2868-8779-4b8f-bd5b-6e2eef4500a5} - - - {43754641-d9c0-4440-b991-8b10e1badcc2} - - - {18602fd8-eef8-422a-9a66-84fc04c6053b} - - - - - {edd4cec2-e844-4d76-9829-f5f5fddae52b} - {7410ed62-df9f-4d40-ad79-7a9765dab7c9} - - - - - - - {b0c18293-c8ea-438c-94f1-3df9e785f2ed} - - - - - - intensity - - - 147.435928 - - - 100 - - - 100 - - - - - {e59b4571-29c5-4a5c-99d3-11a0d5874bd2} - - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{039afa92-b442-4b99-89f5-a9a681e5ab09}.xml b/hwanyoung2/Content/Illusions/Metadata/EventFolder/{039afa92-b442-4b99-89f5-a9a681e5ab09}.xml deleted file mode 100644 index 3cd94d32..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{039afa92-b442-4b99-89f5-a9a681e5ab09}.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - UI - - - {edd2a6c2-ac8e-4e58-9518-64c404c730dd} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{58f76323-7476-4fc2-9d75-933801901ec4}.xml b/hwanyoung2/Content/Illusions/Metadata/EventFolder/{58f76323-7476-4fc2-9d75-933801901ec4}.xml deleted file mode 100644 index f7619884..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{58f76323-7476-4fc2-9d75-933801901ec4}.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Combat - - - {edd2a6c2-ac8e-4e58-9518-64c404c730dd} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{840a4408-d248-4537-bba5-0ca37b0211c8}.xml b/hwanyoung2/Content/Illusions/Metadata/EventFolder/{840a4408-d248-4537-bba5-0ca37b0211c8}.xml deleted file mode 100644 index cc82b8c6..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{840a4408-d248-4537-bba5-0ca37b0211c8}.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Sanin - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{a43f3731-e8de-4701-b58a-59dfaa4f5473}.xml b/hwanyoung2/Content/Illusions/Metadata/EventFolder/{a43f3731-e8de-4701-b58a-59dfaa4f5473}.xml deleted file mode 100644 index 6fb9541d..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{a43f3731-e8de-4701-b58a-59dfaa4f5473}.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - Master - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{a4e936df-4990-4158-8b8d-22216cbd6ae0}.xml b/hwanyoung2/Content/Illusions/Metadata/EventFolder/{a4e936df-4990-4158-8b8d-22216cbd6ae0}.xml deleted file mode 100644 index ac640955..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{a4e936df-4990-4158-8b8d-22216cbd6ae0}.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Buff Sword - - - {58f76323-7476-4fc2-9d75-933801901ec4} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{c17b2701-f854-4202-9c96-2d97e0c77c26}.xml b/hwanyoung2/Content/Illusions/Metadata/EventFolder/{c17b2701-f854-4202-9c96-2d97e0c77c26}.xml deleted file mode 100644 index 958a24e7..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{c17b2701-f854-4202-9c96-2d97e0c77c26}.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Music - - - {a43f3731-e8de-4701-b58a-59dfaa4f5473} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{edd2a6c2-ac8e-4e58-9518-64c404c730dd}.xml b/hwanyoung2/Content/Illusions/Metadata/EventFolder/{edd2a6c2-ac8e-4e58-9518-64c404c730dd}.xml deleted file mode 100644 index 7abd4499..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/EventFolder/{edd2a6c2-ac8e-4e58-9518-64c404c730dd}.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - SFX - - - {a43f3731-e8de-4701-b58a-59dfaa4f5473} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Group/{53d4d5ca-8a6b-4ade-ac13-f77f272da70c}.xml b/hwanyoung2/Content/Illusions/Metadata/Group/{53d4d5ca-8a6b-4ade-ac13-f77f272da70c}.xml deleted file mode 100644 index f4472334..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Group/{53d4d5ca-8a6b-4ade-ac13-f77f272da70c}.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - Ambience - - - {58918826-40a2-41a4-b684-dd40c9177f5a} - - - {4060fa79-83e2-402d-8999-13b695b9ae48} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - {eb900779-96df-45ac-8750-985edfd667e3} - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Group/{86651896-a397-4a9f-b733-19d25b0f4f74}.xml b/hwanyoung2/Content/Illusions/Metadata/Group/{86651896-a397-4a9f-b733-19d25b0f4f74}.xml deleted file mode 100644 index c7239767..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Group/{86651896-a397-4a9f-b733-19d25b0f4f74}.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - Music - - - {5047e16c-3530-4d51-aa51-e502772af489} - - - {d9e41cc8-d553-4fd9-b0c2-6bb3191e8af5} - - - {e37097c6-86bb-45e1-870c-0f4c64f14fe7} - - - {d7235d8a-e7e3-43ac-a282-546d105c15bd} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - volume - - - {bd152394-7942-4a68-8b92-6b24d23baf86} - - - - - volume - - - -80 - - - -80 - - - - - {75d1f8a9-c627-47ba-affc-ef830304606b} - {449f6347-2391-452c-9754-32bbe32ae572} - - - - - - {414ea5fb-77df-4641-bacd-cb91b7662213} - - - {e4d7a5b6-e767-4c77-a678-326bcf6f8c2b} - {b56f9f74-ab39-4fa3-a5c2-df2d3aa95a8f} - - - - - - - 0.95000000000000007 - - - 0 - - - - - 0.0070621468926553663 - - - -60 - - - -0.636023164 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Group/{93fb17f3-d0a1-44d7-b7e3-9f060d84622a}.xml b/hwanyoung2/Content/Illusions/Metadata/Group/{93fb17f3-d0a1-44d7-b7e3-9f060d84622a}.xml deleted file mode 100644 index 3ac413c3..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Group/{93fb17f3-d0a1-44d7-b7e3-9f060d84622a}.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - SFX - - - {20957e42-7fe1-49fa-93ab-6f91e22c7fc4} - - - {dcd81ba3-4dec-4c06-85a0-6817dc37ddff} - - - {d68161e0-aeb4-415d-bf3b-87063c3206cc} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - volume - - - {7e9214f5-ae45-4a0a-9395-b376e9083a66} - - - - - {73d55db3-5444-4e4a-b3cd-e750165bb0b0} - - - - - - {48744f48-f347-45e0-b0f5-fe2a82908967} - - - {cad9e5e1-914c-4637-b319-0386e0bf528d} - {bf3a7e54-5bb7-4c07-ab89-9a23863ec14f} - - - - - - 0 - - - -80 - - - -0.499387503 - - - - - 1 - - - 0 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Group/{a326ce92-cdbf-4300-9a82-3cb555767be9}.xml b/hwanyoung2/Content/Illusions/Metadata/Group/{a326ce92-cdbf-4300-9a82-3cb555767be9}.xml deleted file mode 100644 index c367ead9..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Group/{a326ce92-cdbf-4300-9a82-3cb555767be9}.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - Combat - - - {08fa7a72-4f74-4865-8c23-1488cb7caf17} - - - {f7f1eb31-5fe1-4a6c-9f4f-129330499484} - - - {86651896-a397-4a9f-b733-19d25b0f4f74} - - - - - {27a897ab-d0cb-47df-adf8-8525932298c8} - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Group/{b652127b-31f3-4ae6-b245-1a19a8f778fb}.xml b/hwanyoung2/Content/Illusions/Metadata/Group/{b652127b-31f3-4ae6-b245-1a19a8f778fb}.xml deleted file mode 100644 index fa3e8cb2..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Group/{b652127b-31f3-4ae6-b245-1a19a8f778fb}.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - SFX Combat - - - {c886fbd8-f4b4-4592-9570-bc591f2a6171} - - - {79d104d9-fbd7-4501-a094-c4d8473ff41d} - - - {8612610f-90f0-4c4d-a546-e092b1ccfbf7} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - volume - - - {980d1663-951a-45ba-a4f0-0ff37bd4ff8c} - - - - - {88020000-4e31-417a-b767-744b3faa8364} - - - - - - {48744f48-f347-45e0-b0f5-fe2a82908967} - - - {727977cf-0c0a-432a-90df-8c3143b71b58} - {79318bfc-f476-4d10-ac19-00b13810f136} - - - - - - 0.0014124293785310734 - - - -80 - - - -0.63271004 - - - - - 1 - - - 0 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Group/{d592b5a2-192b-4e16-8eab-627cc65b086d}.xml b/hwanyoung2/Content/Illusions/Metadata/Group/{d592b5a2-192b-4e16-8eab-627cc65b086d}.xml deleted file mode 100644 index 51a2c077..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Group/{d592b5a2-192b-4e16-8eab-627cc65b086d}.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - Overworld - - - {9ee79e58-2cfe-43c2-9c4c-7813f9d69000} - - - {c3dce3ad-a672-43d5-bdfb-231b7a0a8238} - - - {86651896-a397-4a9f-b733-19d25b0f4f74} - - - - - {4234b8df-6de8-4cff-bcd4-d86aab774501} - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Master.xml b/hwanyoung2/Content/Illusions/Metadata/Master.xml deleted file mode 100644 index 4bf157e4..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Master.xml +++ /dev/null @@ -1,67 +0,0 @@ - - - - - Master Bus - - - {157bbb60-9360-4598-9eba-b7d0e52b7c9e} - - - {b75d56e5-bef7-41c6-8fad-f74ce38bf502} - - - {654372e8-5093-4a09-9a2e-fec48858f3e4} - - - {69156779-4c9f-4c75-933c-0886f67a1e32} - - - - - volume - - - {98a68b56-1849-4356-a06a-ff9d41063582} - - - - - {58c86f3d-906f-4c1c-82c6-d1a8eef8c3e9} - - - - - 2 - - - - - {e7184b4c-1ff9-459f-8add-f4f256efc13c} - - - {3286984f-46b8-4e27-8c25-ae90a51f692f} - {67334594-9756-41d8-9519-85d9e7fa5739} - - - - - - 0 - - - -80 - - - -0.585169137 - - - - - 1 - - - -1 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Mixer.xml b/hwanyoung2/Content/Illusions/Metadata/Mixer.xml deleted file mode 100644 index 9953e6be..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Mixer.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - {b50159a7-8ba7-4499-a92a-145a6421ce1d} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{04805e1a-46af-4e59-8f30-61c185704a6b}.xml b/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{04805e1a-46af-4e59-8f30-61c185704a6b}.xml deleted file mode 100644 index e4eb6520..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{04805e1a-46af-4e59-8f30-61c185704a6b}.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - Combat General - - - {18af223d-abd8-4074-9e25-0c1698cedc53} - - - {6bfb6829-c11f-487d-86dc-6fd4483ca585} - - - - - 2 - - - 6 - - - Value A - CombatStart - Invest - Seen - Combat - End - - - true - - - 1 - - - false - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{19a692fd-c93c-469f-9c4f-be8de3f421b3}.xml b/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{19a692fd-c93c-469f-9c4f-be8de3f421b3}.xml deleted file mode 100644 index cfec2f79..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{19a692fd-c93c-469f-9c4f-be8de3f421b3}.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - Release - - - {18af223d-abd8-4074-9e25-0c1698cedc53} - - - {d0fdbb4e-a1fe-4465-a50b-0b0c03d0958e} - - - - - 2 - - - 2 - - - Value A - Value B - - - true - - - 0 - - - false - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{3478e07a-a821-4e84-bae8-33d08271914e}.xml b/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{3478e07a-a821-4e84-bae8-33d08271914e}.xml deleted file mode 100644 index f7626365..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{3478e07a-a821-4e84-bae8-33d08271914e}.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - Controller Transitions - - - {18af223d-abd8-4074-9e25-0c1698cedc53} - - - {44359f5c-f1b6-4099-bb13-23652c422183} - - - - - 2 - - - 3 - - - Overworld - Battle - Value C - - - true - - - 0 - - - false - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{44a9c0ce-ce50-465f-8774-2a97a178d5e5}.xml b/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{44a9c0ce-ce50-465f-8774-2a97a178d5e5}.xml deleted file mode 100644 index 574bbe24..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{44a9c0ce-ce50-465f-8774-2a97a178d5e5}.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - Camp_Shop - - - {18af223d-abd8-4074-9e25-0c1698cedc53} - - - {3dd03d4c-ef23-4d03-a152-62b3a06b6509} - - - - - 0 - - - 0.62999999523162842 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{4a57376c-93f2-4221-8239-f5e1edb10f90}.xml b/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{4a57376c-93f2-4221-8239-f5e1edb10f90}.xml deleted file mode 100644 index 8337d32e..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{4a57376c-93f2-4221-8239-f5e1edb10f90}.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - MasterVolume - - - {18af223d-abd8-4074-9e25-0c1698cedc53} - - - {e7184b4c-1ff9-459f-8add-f4f256efc13c} - - - - - true - - - 1 - - - false - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{4ccf98a7-b0d4-4b3d-9045-9d227947ccc2}.xml b/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{4ccf98a7-b0d4-4b3d-9045-9d227947ccc2}.xml deleted file mode 100644 index 9b887ed7..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{4ccf98a7-b0d4-4b3d-9045-9d227947ccc2}.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Music transitions - - - {18af223d-abd8-4074-9e25-0c1698cedc53} - - - {c64e33ea-feb5-4063-9326-a0044c8182f6} - - - - - 0 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{4f5651fe-0cbe-4971-bddd-6acbdebc0e94}.xml b/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{4f5651fe-0cbe-4971-bddd-6acbdebc0e94}.xml deleted file mode 100644 index a03fdb4d..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{4f5651fe-0cbe-4971-bddd-6acbdebc0e94}.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - MusicVolume - - - {18af223d-abd8-4074-9e25-0c1698cedc53} - - - {414ea5fb-77df-4641-bacd-cb91b7662213} - - - - - true - - - 1 - - - false - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{68f991a0-cd03-4258-9004-e13a216f7d1c}.xml b/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{68f991a0-cd03-4258-9004-e13a216f7d1c}.xml deleted file mode 100644 index bdeeb6b0..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{68f991a0-cd03-4258-9004-e13a216f7d1c}.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - SFXVolume - - - {18af223d-abd8-4074-9e25-0c1698cedc53} - - - {48744f48-f347-45e0-b0f5-fe2a82908967} - - - - - true - - - 1 - - - false - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{83c52070-7030-4ff5-a320-fc528ba4c2ca}.xml b/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{83c52070-7030-4ff5-a320-fc528ba4c2ca}.xml deleted file mode 100644 index abbf7189..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{83c52070-7030-4ff5-a320-fc528ba4c2ca}.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - Menu - - - {18af223d-abd8-4074-9e25-0c1698cedc53} - - - {c54c20bd-4b3b-4923-b805-d9ac628748b8} - - - - - 2 - - - 2 - - - Open - Close - - - true - - - 0 - - - false - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{d9737e04-cf64-4905-a553-6f2c070ed7be}.xml b/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{d9737e04-cf64-4905-a553-6f2c070ed7be}.xml deleted file mode 100644 index ff12b44a..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/ParameterPreset/{d9737e04-cf64-4905-a553-6f2c070ed7be}.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - music volume - - - {18af223d-abd8-4074-9e25-0c1698cedc53} - - - {4b5529eb-301d-4656-817e-b9b4eca08072} - - - - - 0 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/ParameterPresetFolder/{18af223d-abd8-4074-9e25-0c1698cedc53}.xml b/hwanyoung2/Content/Illusions/Metadata/ParameterPresetFolder/{18af223d-abd8-4074-9e25-0c1698cedc53}.xml deleted file mode 100644 index 22efa0a9..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/ParameterPresetFolder/{18af223d-abd8-4074-9e25-0c1698cedc53}.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Platform/{44345994-b449-453f-9198-e8f3accd1e71}.xml b/hwanyoung2/Content/Illusions/Metadata/Platform/{44345994-b449-453f-9198-e8f3accd1e71}.xml deleted file mode 100644 index 968bc151..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Platform/{44345994-b449-453f-9198-e8f3accd1e71}.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - 0 - - - Desktop - - - Desktop - - - 5 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/ProfilerFolder/{5688ced9-196a-4f38-ac60-89dba003a6bf}.xml b/hwanyoung2/Content/Illusions/Metadata/ProfilerFolder/{5688ced9-196a-4f38-ac60-89dba003a6bf}.xml deleted file mode 100644 index 57bb9279..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/ProfilerFolder/{5688ced9-196a-4f38-ac60-89dba003a6bf}.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Return/{3668569e-b376-4fc9-aab2-8f40701cdade}.xml b/hwanyoung2/Content/Illusions/Metadata/Return/{3668569e-b376-4fc9-aab2-8f40701cdade}.xml deleted file mode 100644 index cf47d9c4..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Return/{3668569e-b376-4fc9-aab2-8f40701cdade}.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - -80 - - - Eq HP - - - {54a6d9d3-a607-45f0-8f33-231b9aa47968} - - - {651c527f-8035-4977-8e5b-87651601a3b4} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - {ac604936-0011-4fea-a533-329e5e773a2e} - {0c9a4a82-88f2-4610-8050-9d37c36a90fd} - - - - - - - 3 - - - 5053.00928 - - - 1.24203444 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Return/{6fe28c49-a86c-47c3-9e41-2f69efcdb1da}.xml b/hwanyoung2/Content/Illusions/Metadata/Return/{6fe28c49-a86c-47c3-9e41-2f69efcdb1da}.xml deleted file mode 100644 index 01f57be0..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Return/{6fe28c49-a86c-47c3-9e41-2f69efcdb1da}.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - 2 - - - Reverb - - - {f2ad5200-b765-42d5-b790-7735ac84069b} - - - {b6e0f9b7-2a11-4dfd-9bb3-4fec41d883ac} - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - {e50f367a-7231-4eac-a1d8-f5fa07b324a0} - {229ae741-0997-4f89-abfa-1eeb2549dd3a} - - - - - - 0 - - - -80 - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/SandboxFolder/{9b5289e5-cc1f-49b4-b43c-e27b25957a74}.xml b/hwanyoung2/Content/Illusions/Metadata/SandboxFolder/{9b5289e5-cc1f-49b4-b43c-e27b25957a74}.xml deleted file mode 100644 index 2056e8ab..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/SandboxFolder/{9b5289e5-cc1f-49b4-b43c-e27b25957a74}.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Snapshot/{1fdd81d6-add9-4e95-a5c1-b886d24d9052}.xml b/hwanyoung2/Content/Illusions/Metadata/Snapshot/{1fdd81d6-add9-4e95-a5c1-b886d24d9052}.xml deleted file mode 100644 index 4576e2c1..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Snapshot/{1fdd81d6-add9-4e95-a5c1-b886d24d9052}.xml +++ /dev/null @@ -1,109 +0,0 @@ - - - - - CombatSFX - - - {69156779-4c9f-4c75-933c-0886f67a1e32} - - - {de83949f-c275-47d7-b1bc-3ae3623f03a7} - - - {206463e6-9f5a-474e-8934-0cf64e9a431d} - - - {7351284f-2b05-4644-8022-25401e7bedb2} - - - {7c161bd2-37bf-427d-a1ea-793e71ada828} - - - {6dc7088e-42d6-41ea-8963-1f0165d9d1b9} - {b31f4a95-1c49-4607-8463-8d8b9869e945} - {53bbcb22-721e-476e-aad7-d681ab9adf23} - {45239791-c7c0-4d46-9bc1-9f51adcf926f} - {35e29ed7-f50e-4cec-b2cb-4fbd6c06fe38} - {af9b5fb1-3c73-4d14-964b-86e0e80288a6} - - - {01dec739-82eb-496e-a655-9657cd618ffd} - - - - - - - - - volume - - - -4 - - - {86651896-a397-4a9f-b733-19d25b0f4f74} - - - - - lowGain - - - -0.5 - - - {449f6347-2391-452c-9754-32bbe32ae572} - - - - - midGain - - - 0 - - - {449f6347-2391-452c-9754-32bbe32ae572} - - - - - highGain - - - 0 - - - {449f6347-2391-452c-9754-32bbe32ae572} - - - - - lowCrossover - - - 3800 - - - {449f6347-2391-452c-9754-32bbe32ae572} - - - - - highCrossover - - - 4000 - - - {449f6347-2391-452c-9754-32bbe32ae572} - - - - - {86651896-a397-4a9f-b733-19d25b0f4f74} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Snapshot/{2aa1004d-2995-40af-a18e-5a6f4fb01ade}.xml b/hwanyoung2/Content/Illusions/Metadata/Snapshot/{2aa1004d-2995-40af-a18e-5a6f4fb01ade}.xml deleted file mode 100644 index ef572462..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Snapshot/{2aa1004d-2995-40af-a18e-5a6f4fb01ade}.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - - - Music Under UI - - - {69156779-4c9f-4c75-933c-0886f67a1e32} - - - {4a0d1c45-a31f-4eb1-9b78-c28cb6c76f44} - - - {d7ba46c2-35d6-4c76-905f-ae42f0eb051e} - - - {631ff2e3-7237-4f62-9f77-9553387951fd} - - - {474129bf-6689-4f59-95e7-94f87cd25946} - - - {391b86dd-15b6-46f9-b32a-0cf97ec5b16d} - {b3465afe-3895-4e81-a621-b6e854f19fa0} - - - {1a0cdaf6-d42a-45b1-b622-8e5b44f6b804} - {13cb1b09-feed-40b8-8952-c3df154f75f1} - - - - - - - - - volume - - - -10 - - - {2a39f169-94ba-4782-8373-12f19c82edc9} - - - {86651896-a397-4a9f-b733-19d25b0f4f74} - - - - - volume - - - -20.5 - - - {53d4d5ca-8a6b-4ade-ac13-f77f272da70c} - - - - - {86651896-a397-4a9f-b733-19d25b0f4f74} - - - - - {53d4d5ca-8a6b-4ade-ac13-f77f272da70c} - - - - - value - - - 10 - - - 762.820496 - - - -1.17777634 - - - 910.25647 - - - 60000 - - - -0.577777863 - - - 1403.84619 - - - 10 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Snapshot/{c5433d65-5260-4b70-a39c-ffce343578dd}.xml b/hwanyoung2/Content/Illusions/Metadata/Snapshot/{c5433d65-5260-4b70-a39c-ffce343578dd}.xml deleted file mode 100644 index 8331d2d4..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Snapshot/{c5433d65-5260-4b70-a39c-ffce343578dd}.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - Combat music - - - {69156779-4c9f-4c75-933c-0886f67a1e32} - - - {4afbd7fd-0782-4932-9f68-99bc387028e7} - - - {c1c242ce-2ae3-467c-9af1-54960ce3a9a9} - - - {c5dce12e-8f06-4088-9359-69879ba45a86} - - - {6aebe3b4-e2c0-4ebf-9fa0-6dcc7ca089cb} - - - {56bec9bf-3ec1-489c-a14d-f169c3d19c76} - - - {3b2ecd9c-d590-40f1-b7e4-9e0a8e62d7f8} - - - - - - - - - volume - - - -80 - - - {272027de-6410-4bf1-a5e7-7847513006fe} - - - {d592b5a2-192b-4e16-8eab-627cc65b086d} - - - - - {d592b5a2-192b-4e16-8eab-627cc65b086d} - - - - - value - - - -80 - - - -80 - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Snapshot/{ea89b782-922a-4abb-a044-c6d594f1f1a7}.xml b/hwanyoung2/Content/Illusions/Metadata/Snapshot/{ea89b782-922a-4abb-a044-c6d594f1f1a7}.xml deleted file mode 100644 index 39d733af..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Snapshot/{ea89b782-922a-4abb-a044-c6d594f1f1a7}.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - Music Normal - - - {69156779-4c9f-4c75-933c-0886f67a1e32} - - - {dcc12283-1a47-47d4-b2b2-822ca43e7159} - - - {3bd9650d-ac72-4634-b9e4-b25e1db40344} - - - {22df2809-9a90-45b0-9b85-69cedc586946} - - - {9e22bb21-00a1-4e6e-9f33-b178564060ed} - - - - - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Snapshot/{fca07dd1-5a10-4a57-bc1c-227e7cbe9964}.xml b/hwanyoung2/Content/Illusions/Metadata/Snapshot/{fca07dd1-5a10-4a57-bc1c-227e7cbe9964}.xml deleted file mode 100644 index 462b07af..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Snapshot/{fca07dd1-5a10-4a57-bc1c-227e7cbe9964}.xml +++ /dev/null @@ -1,127 +0,0 @@ - - - - - ArrowDrawHold - - - {69156779-4c9f-4c75-933c-0886f67a1e32} - - - {92de702f-2af3-4410-86f1-f4e929d01dc4} - - - {ea44afa3-39fc-4dd6-b604-7408c04495e4} - - - {0fefa852-94de-44ea-a061-ac696515dbe4} - - - {6079c9a6-4b6a-4946-9b51-e974e79decfd} - - - {aaa001c4-8cc7-4cf9-9819-c83ed31a0a3e} - {61782f03-b410-4df1-8bcb-133fd94ba71b} - {69dbee01-5148-44cd-a28d-db3a39c51682} - {eb5804dc-4b37-4d26-8cf9-ac8d33647e2d} - {2ea96c70-f570-4384-bc2c-592eec4ecdc2} - {77a0247d-b0c8-4d69-a73b-d1ee62c22b1a} - - - {022cb45a-f0f5-4c63-b962-5f4e9c2ea0e7} - {c1f0c9d8-4038-4e8f-a623-bfad6fe9ffae} - {40e4e408-91b8-4557-9a7c-9c38e0c63b0a} - {3b9a8584-6748-4332-86f9-4e62f8f16f2f} - - - - - - - - - volume - - - -80 - - - {86651896-a397-4a9f-b733-19d25b0f4f74} - - - - - volume - - - -8.5 - - - {53d4d5ca-8a6b-4ade-ac13-f77f272da70c} - - - - - volume - - - -3.5 - - - {3668569e-b376-4fc9-aab2-8f40701cdade} - - - - - frequencyA - - - 1756.47424 - - - {0c9a4a82-88f2-4610-8050-9d37c36a90fd} - - - - - qualityA - - - 0.100000001 - - - {0c9a4a82-88f2-4610-8050-9d37c36a90fd} - - - - - gainA - - - 0 - - - {0c9a4a82-88f2-4610-8050-9d37c36a90fd} - - - - - {86651896-a397-4a9f-b733-19d25b0f4f74} - - - - - {53d4d5ca-8a6b-4ade-ac13-f77f272da70c} - - - - - {ac0156d5-fdee-4b48-ac6c-2bffcb52ba19} - - - - - {3668569e-b376-4fc9-aab2-8f40701cdade} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/SnapshotGroup/{b50159a7-8ba7-4499-a92a-145a6421ce1d}.xml b/hwanyoung2/Content/Illusions/Metadata/SnapshotGroup/{b50159a7-8ba7-4499-a92a-145a6421ce1d}.xml deleted file mode 100644 index d9dee150..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/SnapshotGroup/{b50159a7-8ba7-4499-a92a-145a6421ce1d}.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - {2aa1004d-2995-40af-a18e-5a6f4fb01ade} - {ea89b782-922a-4abb-a044-c6d594f1f1a7} - {1fdd81d6-add9-4e95-a5c1-b886d24d9052} - {fca07dd1-5a10-4a57-bc1c-227e7cbe9964} - {c5433d65-5260-4b70-a39c-ffce343578dd} - - - {69156779-4c9f-4c75-933c-0886f67a1e32} - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Tags.xml b/hwanyoung2/Content/Illusions/Metadata/Tags.xml deleted file mode 100644 index 198a9359..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Tags.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - Master - - - diff --git a/hwanyoung2/Content/Illusions/Metadata/Workspace.xml b/hwanyoung2/Content/Illusions/Metadata/Workspace.xml deleted file mode 100644 index 5d6c6399..00000000 --- a/hwanyoung2/Content/Illusions/Metadata/Workspace.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - ../FMOD - - - {a43f3731-e8de-4701-b58a-59dfaa4f5473} - - - {98848e40-bf8c-4b4f-a105-2f1b0db360ef} - - - {6f3e935c-7e4a-48ad-bb9e-f3fa03f07e6b} - - - {18af223d-abd8-4074-9e25-0c1698cedc53} - - - {304ad1ad-e2ac-4278-a677-ff55a1bbc62a} - - - {9b5289e5-cc1f-49b4-b43c-e27b25957a74} - - - {4f34473d-1e56-44db-8dd1-60284d90f95e} - - - {69156779-4c9f-4c75-933c-0886f67a1e32} - - - {5688ced9-196a-4f38-ac60-89dba003a6bf} - - - {44345994-b449-453f-9198-e8f3accd1e71} - - - diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_BesideTable_Close.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_BesideTable_Close.uasset deleted file mode 100644 index ad557bd3..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_BesideTable_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee1adb676b73bc0abc142f17fecf71a85120b4995118e05efadcd7f31a0bf9c9 -size 15785 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_BesideTable_Open.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_BesideTable_Open.uasset deleted file mode 100644 index f9fcf3f2..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_BesideTable_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2650f02e7ed19501a14b1f4b38ae48e6a18bdf239cb90ae75f394150c18d6dbc -size 15727 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Box_Close.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Box_Close.uasset deleted file mode 100644 index 78847826..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Box_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:396f06794cd91d2b68c4dad80e95bb7630d2e6b5a7d3d9ee40e278ebab7d3c8f -size 18831 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Box_Open.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Box_Open.uasset deleted file mode 100644 index 9b97f742..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Box_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b858d39627b5357a3f4aa14ed6982737840a65c5e762cb5af01119a067a5e67 -size 18803 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Closet_Close.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Closet_Close.uasset deleted file mode 100644 index f7ed0d21..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Closet_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aad6cdb6a13f93153383cb1f28b0cf8d43eea1d546f670986ff68b316b086502 -size 23410 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Closet_Open.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Closet_Open.uasset deleted file mode 100644 index f0e8a2f3..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Closet_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72495ed349e35ce1a79bdf9da5abf81d272ef29bb18674a12a8733a8389fbe94 -size 23364 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_HalfChest_Close.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_HalfChest_Close.uasset deleted file mode 100644 index 8f53e3de..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_HalfChest_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a0ac96ba565a147c22bfb4ec93f661b8217608b8c8105096521a3bfd2e3b5fb -size 12326 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_HalfChest_Open.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_HalfChest_Open.uasset deleted file mode 100644 index 699c3c35..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_HalfChest_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:600d226be39ce5fa18ddc49772cb01822e56a53c48086d7239aade2e983f549a -size 17629 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Mirror_Flip.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Mirror_Flip.uasset deleted file mode 100644 index a0756d96..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Mirror_Flip.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ce4d439f94dab236ad81259d526dc9e68c4dd440c0e65e62c33f8771c658e2c -size 20291 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Mirror_Hide.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Mirror_Hide.uasset deleted file mode 100644 index 2a46896f..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Mirror_Hide.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d288fe18223e048e31c28b587b9bfcbae0248f14344ee3ad0d8d0197fe6ac0c -size 20295 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_ShelfCabinet_Close.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_ShelfCabinet_Close.uasset deleted file mode 100644 index fcc27709..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_ShelfCabinet_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76d891362e22a1aab67edfe4ec2cdcfe56ac8096e588106224a429031a2d1291 -size 20673 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_ShelfCabinet_Open.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_ShelfCabinet_Open.uasset deleted file mode 100644 index 35b5c9b3..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_ShelfCabinet_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e27d99dc1ec09c9ab4f7ccc3c69c7c29c8419774d77635fdce6eb57768bbc384 -size 20694 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_StorageCabinets_Close.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_StorageCabinets_Close.uasset deleted file mode 100644 index 65224c97..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_StorageCabinets_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3c28231db3e7936da1d44ad1293966d276bf3f7f34ed29173bfa523aee30b8e -size 21876 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_StorageCabinets_Open.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_StorageCabinets_Open.uasset deleted file mode 100644 index c06db05f..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_StorageCabinets_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eba4d384f9e6378ccb89d95bfff97141bf3d309b2491992b672cde7f5a85dbb4 -size 21783 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Tabletop_Close.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Tabletop_Close.uasset deleted file mode 100644 index e069124c..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Tabletop_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9a3738fbb2bde49c05a533364b48620cb34aaf19d5445226f27eb95d2d028b7 -size 15111 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Tabletop_Open.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Tabletop_Open.uasset deleted file mode 100644 index f86d5ddc..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Animation/ANIM_Tabletop_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be4246e6a9b1ae5b9c3e738ffe088de243d6978cee9cd708a5c023a8defc8b72 -size 15118 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_BesideTable_1.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_BesideTable_1.uasset deleted file mode 100644 index ebb155ae..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_BesideTable_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d55478980f6a4a956cf0d153a88a8bc9d91fbe81a996fb8b0fe1c2e11174fc0 -size 108477 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_BesideTable_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_BesideTable_2.uasset deleted file mode 100644 index fc17a767..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_BesideTable_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50ef2bb5c402a8cc70edd184ea0561d4eeb8b2783b136a1808a447a8096c57b4 -size 39648 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_BesideTable_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_BesideTable_3.uasset deleted file mode 100644 index 57cf82f7..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_BesideTable_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1b455023aa063587802cacb10e04400864ce9d740bf793639e0db0275891f25 -size 38601 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Box_1.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Box_1.uasset deleted file mode 100644 index dc72ca0b..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Box_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fc2d0ba9dae93e4207820a77d8f0e55727dac88a250ef4258a2ba5f0330ee62 -size 108363 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Box_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Box_2.uasset deleted file mode 100644 index 710b8f94..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Box_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c98da6f77f52526561994c3b0716bff48cefc312bbb99d274542a7d32ed2c9f -size 37971 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Box_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Box_3.uasset deleted file mode 100644 index 095def42..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Box_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79f9d961d406d7270de673347c524c50d5117c000d387074df067e7242f148df -size 38852 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Candlestick.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Candlestick.uasset deleted file mode 100644 index 6197a1b7..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Candlestick.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf05e527598910005322f3246a131bed0a6c4210d28a917f7fdb1c3d03dbf91a -size 82168 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Closet_1.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Closet_1.uasset deleted file mode 100644 index 0eadab6e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Closet_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0a7081b12859e62c42405c6f747055bd1faf1f65d8a03598d54013ca4213776 -size 109321 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Closet_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Closet_2.uasset deleted file mode 100644 index 60719529..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Closet_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42e92dd103b098b58467a59490d5bb45476f676b90619cea6c484faa7de71684 -size 39027 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Closet_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Closet_3.uasset deleted file mode 100644 index 2684fbab..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Closet_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:930938a9c149e4633ade162cc706f4eee12067470b27e41ba6a9a8e43365f50b -size 40592 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Halfchest_1.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Halfchest_1.uasset deleted file mode 100644 index 610a7cdc..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Halfchest_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8142deb3a2324c5faf93ce8ef921af28abe0a2bc83889d522bd24645bb14b5b4 -size 108713 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Halfchest_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Halfchest_2.uasset deleted file mode 100644 index 815dfa30..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Halfchest_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87219ac4f86ad60440a598f0f376b068595d5a33ca6a515686ff9320e31f402c -size 39201 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Halfchest_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Halfchest_3.uasset deleted file mode 100644 index 365a1545..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Halfchest_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea67f87b65750852223a7b88460219aeba945307382ed3896c94961f122e7ac4 -size 40970 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Mirror_1.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Mirror_1.uasset deleted file mode 100644 index 62872071..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Mirror_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c87d70294722396acd175e916fa0c4f49559814105f7c4296cad9dfd0f89133 -size 94997 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Mirror_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Mirror_2.uasset deleted file mode 100644 index e31ea86e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Mirror_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba275c42dec9113b99af86533fed86d3121a71f79d20a3edf589d51793cd252d -size 38344 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Mirror_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Mirror_3.uasset deleted file mode 100644 index e7c1ccb2..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Mirror_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd707d45b35562861be2f854306b840eb1b145e55adb3e259df9aea4b1b61b50 -size 39901 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_ShelfCabinet_1.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_ShelfCabinet_1.uasset deleted file mode 100644 index d272f23e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_ShelfCabinet_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f976e881cac39b59e8813d8b6432b55cf75c9ee1eab78548d66b9e3c0cb6e26a -size 108538 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_ShelfCabinet_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_ShelfCabinet_2.uasset deleted file mode 100644 index 9d66517f..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_ShelfCabinet_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dddae95b22ba8b40225bcbd51c4416cafff4b2f9c292b08240151ee5d5425a6d -size 37358 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_ShelfCabinet_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_ShelfCabinet_3.uasset deleted file mode 100644 index a242a31b..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_ShelfCabinet_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:558e6b869fba318dff3444ae32458d65148ed199213ddadd7cd523381a70ec04 -size 38341 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_StandLighting.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_StandLighting.uasset deleted file mode 100644 index b4f03044..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_StandLighting.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cf996748ae086ac42a96ef1a3ecb373b8039fb1e72a26a76ce9b60fcb1740cc -size 101258 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_StorageCabinets_1.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_StorageCabinets_1.uasset deleted file mode 100644 index e568b50b..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_StorageCabinets_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd1cb2d015577562f5a3e67c9c92006f1918bdf149493e08fb9e9186b81ca42b -size 109118 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_StorageCabinets_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_StorageCabinets_2.uasset deleted file mode 100644 index afd723fa..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_StorageCabinets_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13bbddf5a4267fd44d5ef8faa3c4718139d956574b972db872764df9c4db59a0 -size 37337 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_StorageCabinets_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_StorageCabinets_3.uasset deleted file mode 100644 index 468f72ef..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_StorageCabinets_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfee57717a28bbcb329cff0aa380aee9a7cab76d01a89f0e0a8675b2b514995f -size 40420 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Tabletop_1.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Tabletop_1.uasset deleted file mode 100644 index 23143039..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Tabletop_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5de97396a3999c8db020553600d38685579bf7a1f78af32452d3826963803d04 -size 108124 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Tabletop_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Tabletop_2.uasset deleted file mode 100644 index d83d637a..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Tabletop_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2393c32bf7bef70ad00c2cc81a758571ebd6a4bab3c04769dc114c62873fe392 -size 37205 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Tabletop_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Tabletop_3.uasset deleted file mode 100644 index fecf644b..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Blueprints/BP_Tabletop_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a812e5b3efa717bb001b29f127d88c02426fba4d8e4e3021ecb5780c97069f5 -size 37318 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Icon/T_KeyE_Icon.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Icon/T_KeyE_Icon.uasset deleted file mode 100644 index 818f4fc3..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Icon/T_KeyE_Icon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:732a910e3906664598a3f182a172ab04c8757444342ca5fd372ab2edfa84f61f -size 14809 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_BesideTable2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_BesideTable2.uasset deleted file mode 100644 index fae51f8b..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_BesideTable2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab2f15ba42e685db80c483bede5ef4424f866b3d00260d8a2c7797c4fc1fdebc -size 11680 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Beside_Table3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Beside_Table3.uasset deleted file mode 100644 index 64283138..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Beside_Table3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:815ca7e854c6e5f192ce860c7bdd426bb9c7e0144f20867796f8d58fcf5b30d5 -size 12515 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Box_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Box_2.uasset deleted file mode 100644 index ac3f7e0e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Box_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a36faf579732d68022b8d5667489e06f9edf40cbb3b0ced4f75496d71bb3a9f5 -size 13337 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Box_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Box_3.uasset deleted file mode 100644 index 48c4e8bb..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Box_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8390946d9dcf8b9d9ec0d1fb43396ba569950df0e3f9b0af492f710f223e3562 -size 15107 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Closet_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Closet_2.uasset deleted file mode 100644 index 0bef0331..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Closet_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc2bd99eb10695b1f445ee611f3ca303d4ff32d1dada35bff0d84c0ebb75ab5b -size 15694 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Closet_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Closet_3.uasset deleted file mode 100644 index 92574962..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Closet_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:982d171d6fbab5275e32ed560d0ade2ae0565541c9a6bbe68f493bdc9098415c -size 17349 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Halfchest_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Halfchest_2.uasset deleted file mode 100644 index 628264f7..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Halfchest_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b5d81c0d39a3ae247ed59ee3a0525c6048f452a48249f1cf4143755dedd6c86 -size 16289 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Halfchest_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Halfchest_3.uasset deleted file mode 100644 index f1ee4625..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Halfchest_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5776da3e9ba7cb339bcb4f68ccce7868eb70e5636b26e1072d5290487cfb1eb1 -size 18545 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Mirror_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Mirror_2.uasset deleted file mode 100644 index 97dd32c3..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Mirror_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d430cbd0e888f6ed93e8098012c75f697293e0a5d1d296f6261de6803b928e1 -size 17699 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Mirror_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Mirror_3.uasset deleted file mode 100644 index 3813b273..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Mirror_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7181ad719b397fc678808ec9a925285984a3282bcedee58c0e70b3bc9116aa3c -size 19919 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_ShelfCabinet_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_ShelfCabinet_2.uasset deleted file mode 100644 index cf3b9b22..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_ShelfCabinet_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:105fea19921f1167e42a25a180cb085d8ada98098a816c6a32adff8fb9b1284d -size 12387 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_ShelfCabinet_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_ShelfCabinet_3.uasset deleted file mode 100644 index ff521e43..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_ShelfCabinet_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec0b60269a9b91f0d12d8a1424b642505d4a6e47e8bf4a30a2dd970d90499d52 -size 12262 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_StandLighting_EM.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_StandLighting_EM.uasset deleted file mode 100644 index 9102adcd..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_StandLighting_EM.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d715e41366263224e2c9c6f369ca67f9b93d5d6dab98e2f2500a6a39dd1f912 -size 12496 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_StorageCabinets_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_StorageCabinets_2.uasset deleted file mode 100644 index 2ae0a382..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_StorageCabinets_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97f741f994cf94bfd9ba928824de519f967919555b7f76023f0834c2bda2bdcb -size 13676 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_StorageCabinets_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_StorageCabinets_3.uasset deleted file mode 100644 index 22cf734e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_StorageCabinets_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22208cca3e4d3c82188ef9f825b52a6e1ee97c416a2e474486f7df019c9baffb -size 14717 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Tabletop_2.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Tabletop_2.uasset deleted file mode 100644 index 2356e3b8..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Tabletop_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad238565658c03b7276f3a236949e9b8afcb1f4fb15cccf1eda06ecb28ce5ce6 -size 14643 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Tabletop_3.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Tabletop_3.uasset deleted file mode 100644 index 652bde81..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/MI_Tabletop_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6687f805d88299db27501cef17bdb127f8278589245eb50f3d9dd672ef14c480 -size 12981 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_BesideTable.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/M_BesideTable.uasset deleted file mode 100644 index 639eb84f..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_BesideTable.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6d4d117b06a8d1e32e38ffae3e02a5109f165014b06e14269a552ee766b98d9 -size 13600 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Box.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Box.uasset deleted file mode 100644 index 9d5600ef..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Box.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c046bde6ad6ddfa0240fdf789dd372dbfb18474ec05a8d1bf29adda2854e246 -size 15336 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Candlestick.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Candlestick.uasset deleted file mode 100644 index a0966312..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Candlestick.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f824e72e9a1617ab30786fa3d0b055aa6ddd7582ff08d701f6d89a6fd11e900 -size 14253 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Closet.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Closet.uasset deleted file mode 100644 index f7c98abd..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Closet.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c875c469d08f470b601101fb3a2edc5018997ef0a0f8d05bbd502b7003f525e3 -size 17499 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Halfchest.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Halfchest.uasset deleted file mode 100644 index 719ee206..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Halfchest.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1462b3ee3f4c8580dd00c5a17ab9fb5925cbc15a491d24a16daee9407ea0416f -size 16077 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Mirror.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Mirror.uasset deleted file mode 100644 index f964f0e0..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Mirror.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3b42042951761632b723e446d89b93f16cec2290c41e3d19b6913693f45583f -size 18347 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Mirror_Glass.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Mirror_Glass.uasset deleted file mode 100644 index d78a191f..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Mirror_Glass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc0889bef2b0c705f4cc742a47fe7259b77c85bb212ec927c24fd6724226247e -size 11115 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_ShelfCabinet.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/M_ShelfCabinet.uasset deleted file mode 100644 index 8dad48d5..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_ShelfCabinet.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2e64f4608d1d2c35b26cd8583dac9316f1db0ab3809fb0801c3aaf94370cdde -size 13534 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_StandLighting.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/M_StandLighting.uasset deleted file mode 100644 index 8bd20e4e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_StandLighting.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ab5dcbc487c7cb1bff7cb2c31c4388d3f6cdc38613083b97995148fde50884a -size 14748 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_StorageCabinets.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/M_StorageCabinets.uasset deleted file mode 100644 index 556d4c0f..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_StorageCabinets.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a85a8543679afb9cd364802125b8032260268595168a5505a2641570cd4a3dd7 -size 16746 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Tabletop.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Tabletop.uasset deleted file mode 100644 index 97cdef51..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Material/M_Tabletop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e42f55b64e46e6a77e27de492b95085b16cebda5d81e31f8f017588c88d1297f -size 13991 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/BesideTable/PA_BesideTable.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/BesideTable/PA_BesideTable.uasset deleted file mode 100644 index fe13dfd1..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/BesideTable/PA_BesideTable.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41926378543c2478583d6dcdb4d9639fe4401ec2f297ca2511755f7b34097c59 -size 10020 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/BesideTable/SKEL_BesideTable.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/BesideTable/SKEL_BesideTable.uasset deleted file mode 100644 index dd07539b..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/BesideTable/SKEL_BesideTable.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6d50610bd1a22fabead0ee04422e4ae52b41cdfd2ee8b79293cc1c662bef23c -size 7320 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/BesideTable/SK_BesideTable.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/BesideTable/SK_BesideTable.uasset deleted file mode 100644 index 0ba28e0e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/BesideTable/SK_BesideTable.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c9a5dbc67e8ecc05323447367e92c4c5aab8f2802ec2b8bfa0c26665db5ed22 -size 496487 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Box/PA_Box.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Box/PA_Box.uasset deleted file mode 100644 index 4577dab5..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Box/PA_Box.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76f93d308a4bc31b80c8aa8c3cadcf77f9d1c0c3f434ed23951108709a76a4b6 -size 8360 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Box/SKEL_Box.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Box/SKEL_Box.uasset deleted file mode 100644 index 5d6a673c..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Box/SKEL_Box.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:633b3c084c823e164ed0847e6cb0d13d3da75115ab17e98cefc648e1b43c7220 -size 8226 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Box/SK_Box.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Box/SK_Box.uasset deleted file mode 100644 index b378dd79..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Box/SK_Box.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f84ba3ed64192491fc9a3b86ba86bc4ef49a93912fc15d7f673f7c8492da6be2 -size 1769899 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Candlestick/SM_Candlestick.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Candlestick/SM_Candlestick.uasset deleted file mode 100644 index 9db9f2c7..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Candlestick/SM_Candlestick.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82686ee4031b7971b1e080416fa86f6f23ad78addec48104e0c054ba0b10ea1b -size 109164 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Closet/PA_Closet.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Closet/PA_Closet.uasset deleted file mode 100644 index 630c6c06..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Closet/PA_Closet.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4814d9aa07163619b3adebd718ebf485f703522b4db27eb6e1b7ff9d6d117ec7 -size 13136 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Closet/SKEL_Closet.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Closet/SKEL_Closet.uasset deleted file mode 100644 index b5919e70..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Closet/SKEL_Closet.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b278f57b4e7777c91b98770e832609977f1c569aff9c147090cb7b81405e4492 -size 10118 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Closet/SK_Closet.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Closet/SK_Closet.uasset deleted file mode 100644 index 8ddb2dee..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Closet/SK_Closet.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b110482a36999a39f26129852b30e8bc59dce00068b7c76eaf9c78c4a7224377 -size 1234326 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Halfchest/PA_Halfchest.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Halfchest/PA_Halfchest.uasset deleted file mode 100644 index 208c771f..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Halfchest/PA_Halfchest.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71e847edba43538b141ebe4f827f15b7102d869330953d64eb661946dac24ffc -size 10874 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Halfchest/SKEL_Halfchest.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Halfchest/SKEL_Halfchest.uasset deleted file mode 100644 index 44a574a7..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Halfchest/SKEL_Halfchest.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4446506c65e0287db56ec3c492339c4285b9af2311bbbc546ea8490be8a953e7 -size 7950 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Halfchest/SK_Halfchest.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Halfchest/SK_Halfchest.uasset deleted file mode 100644 index 06a500d0..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Halfchest/SK_Halfchest.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbd8e5b40a84a1a30d1ffa9950418e2b26434fdcf83a71e205427dda4afd3ff0 -size 2464486 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Mirror/PA_Mirror.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Mirror/PA_Mirror.uasset deleted file mode 100644 index be7fd92a..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Mirror/PA_Mirror.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:180e5382fd4f7bcb54e90774fc8c7fc08e67c9c666c0baf8c54e3a7d1bcf730d -size 10571 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Mirror/SKEL_Mirror.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Mirror/SKEL_Mirror.uasset deleted file mode 100644 index 96504002..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Mirror/SKEL_Mirror.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21aa47d0992a0a928af0386cf4bdf5c22996c98c227a12316ee9c9ef409e6a14 -size 8465 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Mirror/SK_Mirror.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Mirror/SK_Mirror.uasset deleted file mode 100644 index 7be8ad93..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Mirror/SK_Mirror.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79c5c08b6dd40c0a43664f944fac07c00e2e2433bd10acb10e6e61c47cea7234 -size 1074099 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/ShelfCabinet/PA_ShelfCabinet.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/ShelfCabinet/PA_ShelfCabinet.uasset deleted file mode 100644 index a91cce98..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/ShelfCabinet/PA_ShelfCabinet.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d62e75cf9c29ad5ab807c3ba523753b86e34a05eacee9bd2450aecce5d54e859 -size 11846 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/ShelfCabinet/SKEL_ShelfCabinet.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/ShelfCabinet/SKEL_ShelfCabinet.uasset deleted file mode 100644 index 839bbc59..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/ShelfCabinet/SKEL_ShelfCabinet.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13ecfcfdc46c04351391ffdf83c825158dba6ae95e3aec2ddb346b59ec65b95e -size 7729 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/ShelfCabinet/SK_ShelfCabinet.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/ShelfCabinet/SK_ShelfCabinet.uasset deleted file mode 100644 index d3fb4c00..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/ShelfCabinet/SK_ShelfCabinet.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcb4442d1547b65aff85ab8a3de7c4327da32fe9fad74957fd3cb9d7ac3f9573 -size 1025499 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/StandLighting/SM_StandLighting.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/StandLighting/SM_StandLighting.uasset deleted file mode 100644 index e403f70e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/StandLighting/SM_StandLighting.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f0db0de96e8c7bacb5f85c118815fd2f1243d9802ca6931e3165020a46c407d -size 181887 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/StorageCabinets/PA_StorageCabinets.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/StorageCabinets/PA_StorageCabinets.uasset deleted file mode 100644 index 709a1fc9..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/StorageCabinets/PA_StorageCabinets.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a4235b8f017fd40fc9a21f92007f1a2cddefd31103fa6823c9e73b42c42afb -size 8937 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/StorageCabinets/SKEL_StorageCabinets.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/StorageCabinets/SKEL_StorageCabinets.uasset deleted file mode 100644 index e2d8db64..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/StorageCabinets/SKEL_StorageCabinets.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b107d4c6aaf9fbaf325b6b78e77ed7d1ca1e759cd08362dafa0aa423b98e0eb -size 9372 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/StorageCabinets/SK_StorageCabinets.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/StorageCabinets/SK_StorageCabinets.uasset deleted file mode 100644 index 0a217c7d..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/StorageCabinets/SK_StorageCabinets.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a689abb38659e4019bcc8aaac73a433b7c545e7785a1d887d60f1d12d0c6c449 -size 1734616 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Tabletop/PA_Tabletop.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Tabletop/PA_Tabletop.uasset deleted file mode 100644 index 2a02971e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Tabletop/PA_Tabletop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f55e875cfc6e0fe501c88dc8b59e4bd5dfd37fd22a9d85359942bfc1cb8994ad -size 9962 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Tabletop/SKEL_Tabletop.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Tabletop/SKEL_Tabletop.uasset deleted file mode 100644 index 8419d4a5..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Tabletop/SKEL_Tabletop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd790df016c6eda27bff28f6e50e614831a7fa844a0d0baab4d23fc106117acb -size 6898 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Tabletop/SK_Tabletop.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Tabletop/SK_Tabletop.uasset deleted file mode 100644 index b35cafcb..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Mesh/Tabletop/SK_Tabletop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76562ee96eff98613ea791dcd965d7cd2f31cf022f4a13cca9ddabec8715db57 -size 1805344 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Box_Close.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Box_Close.uasset deleted file mode 100644 index b10e2135..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Box_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03f34f94f995df5f84e97c19aaf1fec0955539e5b379770653880c63c691e286 -size 252295 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Box_Open.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Box_Open.uasset deleted file mode 100644 index f947e129..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Box_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0e4a384b1e630bd9642169234f0201479019e56ed6fed702b1b95b5b2fe26a3 -size 253442 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Closet_Close.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Closet_Close.uasset deleted file mode 100644 index 2bc1e621..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Closet_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e39839c0010bea3493bdd1feb20152f609a182686d0575d3a4f10d1235a1f28 -size 368510 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Closet_Open.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Closet_Open.uasset deleted file mode 100644 index 5aec25f1..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Closet_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01a5f1f461125177c751521f3dc6d35b48b73749b0e483a1811c9b629bbf3450 -size 367001 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Halfchest_Close.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Halfchest_Close.uasset deleted file mode 100644 index ffcb7627..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Halfchest_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6d44bf2f6ca2e887ce3d290f46aa53253af0c7984e5a5f97c3ad993cc144311 -size 318224 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Halfchest_Open.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Halfchest_Open.uasset deleted file mode 100644 index 8a562a2e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Halfchest_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7356918e07fec9005845f6d634e731971d3d5d1db36e158381da3e0efefcaad1 -size 357357 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_StorageCabinets_Close.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_StorageCabinets_Close.uasset deleted file mode 100644 index fe2ed825..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_StorageCabinets_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f83f05183db8a493e63897cbb451cd9b3ba54f8d285b22f70a874e0a47055e45 -size 224997 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_StorageCabinets_Open.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_StorageCabinets_Open.uasset deleted file mode 100644 index 259fea5c..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_StorageCabinets_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22a7ad0b0aeb7f9d421c434ebf533f6ff019a357acd106f4ddbb14a4f4dca6ad -size 262148 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Tabletop_Close.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Tabletop_Close.uasset deleted file mode 100644 index 08e1cb00..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Tabletop_Close.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aca6021e11774f865ad3d3095492146566b768b34dbbbac7c2577594ce06a26b -size 218545 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Tabletop_Open.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Tabletop_Open.uasset deleted file mode 100644 index 64fc50a6..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Sound/Sound_Tabletop_Open.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b01b52fffd136648e42dce2edf3c4e7747253ddc95be86deeed0c9e7866ca71 -size 226046 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_2_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_2_BC.uasset deleted file mode 100644 index 0c0fa132..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:208bc0dd11f8abb7c76bbb9345bec073625f6236d658d96e21fdf39eff0df55b -size 4245322 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_2_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_2_N.uasset deleted file mode 100644 index 113f4706..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:911b83d875a7506182f438d29c9f2c397f34bf53817b251ed1b88f672667c53e -size 6760064 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_2_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_2_R.uasset deleted file mode 100644 index aca64cf3..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_2_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd103dfdd3fd17832c452b5c1f7ea88888ef5c2edf6ee0d669c9b89e2524b7c8 -size 1594316 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_3_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_3_BC.uasset deleted file mode 100644 index f46f4485..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_3_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e25f78e77fef6ccb7bca91acd20edcdbe3f651aebbf158066a3cd95d359a5bc7 -size 1225317 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_3_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_3_M.uasset deleted file mode 100644 index 613cdc44..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_3_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15785d42f7ff8c9acf63d9424b82735b3e019cf6acaaa607aa36f6ce74c8489b -size 349774 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_3_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_3_N.uasset deleted file mode 100644 index 74aeaf34..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_3_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e738a2aba6ee19a8e688817e38b170c94e836a36f2e5d868850757b4f1d277c8 -size 195776 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_3_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_3_R.uasset deleted file mode 100644 index 1de604e7..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_3_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbd25ae34d4c0d8564ce6622fbe82b2cfb1f02834ab42d0a2216ac0a7d0ca6bc -size 183087 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_BC.uasset deleted file mode 100644 index f6c43b34..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1690c9d8b34716f92ce26730ea8066a49958d5821b0b9dd78750a734902992a6 -size 2180641 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_M.uasset deleted file mode 100644 index 9f3dc9f6..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b31bbd69041fbb4e88a5e8f3b49150dfbb2d81fb35b0865c8ae2923bdba0e6a8 -size 18158 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_N.uasset deleted file mode 100644 index 7839b9fb..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1766c490b21d68dcd236ab7429377ecb5da0838dcc25f9c767c69eae8807a29 -size 1197126 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_R.uasset deleted file mode 100644 index f102a4e2..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_BesideTable_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d37c8db574cb5d347bca9436e5b075fbf4e3e71ed56d45e62de31877046d2166 -size 41167 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_2_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_2_BC.uasset deleted file mode 100644 index 47919989..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bee3b1ad948d0c753418d6b87657598f40fe89fd3527f44e5c12d9607bf0c51 -size 4769786 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_2_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_2_M.uasset deleted file mode 100644 index 9538211d..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_2_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:367e9bc9b9fe22c0e078be39b539c1f4e6dfc02b218f8e43ae431f8f87b0fa89 -size 18658 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_2_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_2_N.uasset deleted file mode 100644 index 3aaa0f1c..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6804c28c698eef1d85cf966771b0cb9dec543c0814124595fee0f97f30a0fa3 -size 2798548 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_2_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_2_R.uasset deleted file mode 100644 index 940a00c7..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_2_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b434424f566b741d8c60f15c114491ca768b250654742a09ab5be84a0db97e34 -size 1400415 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_3_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_3_BC.uasset deleted file mode 100644 index 785dd80c..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_3_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd7c2815ca4ef671350ae059fa6e185d4d78ad098a561098e18fb8989d4813a7 -size 2336908 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_3_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_3_M.uasset deleted file mode 100644 index aca5a83f..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_3_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:003858ae465169ac0cd2d4812bc2e3b803a94e5a6ec31b7bdad0c47dbc77e367 -size 347549 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_3_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_3_N.uasset deleted file mode 100644 index 255751be..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_3_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e293d41a1e983dccd8832ae11acd6ce87e755c5f5ae3bc6a204c94cd35d609fb -size 245492 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_3_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_3_R.uasset deleted file mode 100644 index 85e9fe63..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_3_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acdbcf09be1cd2e2cc5e600fa0df8d21484e8afe8a44c5fc959dc94ba27498a7 -size 370791 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_BC.uasset deleted file mode 100644 index e45b64a4..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf1d75d40b21567eaf57389aebf689fd0c9158b4b6d9e695c1b55911348c8d3e -size 5273086 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_M.uasset deleted file mode 100644 index b1d57b81..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e07f0f780695a01f5d23f922477f716ea996ca7e8277d65f9b4d06754ef91bce -size 566821 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_N.uasset deleted file mode 100644 index 1fdc5c22..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a13c564c6d0ff18b03d9bed4d95f8f359ddd9a4f84d57121ca23dee0937e696 -size 5179670 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_R.uasset deleted file mode 100644 index 46b0ce7b..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Box_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12188f2367e88e01960cd6316766c674aacb3a5b466d2cb1b9f905c6689b31d6 -size 2230837 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Candlestick_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Candlestick_BC.uasset deleted file mode 100644 index f808250d..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Candlestick_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d5b70a13dbcba74d41c0a083d3d3416e3435cea95ae66fa4fef2e8f6b4ff23d -size 5761401 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Candlestick_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Candlestick_M.uasset deleted file mode 100644 index 267a274f..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Candlestick_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebb0984107d0754bf3e1ccdf5d24af2fa0e6055f3aeb4f118eb415562cbe2234 -size 865085 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Candlestick_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Candlestick_N.uasset deleted file mode 100644 index ec46e55e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Candlestick_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bae75eb15125f695c34a86dc097cfbcf5ab1d0c7bab6a8f71baaba5244973f61 -size 7582049 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Candlestick_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Candlestick_R.uasset deleted file mode 100644 index e0669ad8..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Candlestick_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c794570c89b3bffcd3466a513490862810b3d6729973f57a2d8d875e4806fad -size 1823193 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_AO.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_AO.uasset deleted file mode 100644 index a6e30bb2..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:401d7a8e36063b14cde0e0056b7f22af80fd6d52d78be87bb6f8302d11b29d14 -size 1971199 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_BC.uasset deleted file mode 100644 index 00eb8d81..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:087dd39a0c23118da590018bf6ee875245dd8c1a9f702ff267185255db4bef4b -size 6680064 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_M.uasset deleted file mode 100644 index b8eec3e6..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70b9b9d240a38e7b7e8e9de1a9e2de1b60c9a41f9ec69cee0c0035c6c8c7eabf -size 340287 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_N.uasset deleted file mode 100644 index 82ed5c74..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2780e7326dfe24b462e5e7ebc087613a67237485fecae246449600eee9ad5075 -size 6145921 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_R.uasset deleted file mode 100644 index 7c9cf8ae..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_2_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2058ffac3dd1ae2acebf49c9d8c129b7060e3f9275647b579f2ffe9f79d9eb2c -size 2394745 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_AO.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_AO.uasset deleted file mode 100644 index 5e67089d..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:961b3a8bc9758889380790bdbb5ee8eca5c59b7fae8828dc06f8a7a97087ae7d -size 1181140 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_BC.uasset deleted file mode 100644 index 38873020..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9ecb25de1aec3136212e02cce821e21d0a5052cf4a7c5cfb8a98e019d7fa326 -size 6134813 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_M.uasset deleted file mode 100644 index 7d44501c..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52aac56b3221f9f5d1b6174de133f11c341ce571ca6845471177fb2e5a6dcb7b -size 1483554 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_N.uasset deleted file mode 100644 index 3a24af39..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:114014d628b172aff1b7e842554a4700d9d75773a1047bbc7560b54bc3aaa281 -size 1825433 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_R.uasset deleted file mode 100644 index 35e1907e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_3_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ea90ac8c39bb365ea4c7b45f3d2d4f10e69a1d28980add50d5667ba6a6bcace -size 1810855 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_AO.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_AO.uasset deleted file mode 100644 index e0864976..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c83498116fb4449f8df04088cb7cc797f783fd038f0ec70aa1efc43621b6a94d -size 1887600 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_BC.uasset deleted file mode 100644 index 39e1faaf..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec57b7b7944fd5ac188b84aafa9db773e06128b00d39511f8de4b07879b7e784 -size 7175779 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_M.uasset deleted file mode 100644 index 5d2f0cc2..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29cc29df2378b2bd19d9f44f798649ea908eeed71d55e11312d93a43245a7288 -size 186322 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_N.uasset deleted file mode 100644 index 944fae91..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bb663fb92980b589412ced565f34545a5de7af60888350b639bdc8255befb7d -size 7090300 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_R.uasset deleted file mode 100644 index e9923c41..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Closet_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a240c4bae945d2cf16c7485826761ac9d1a3d5fc264144cad3270ea765990b10 -size 2421784 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_AO.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_AO.uasset deleted file mode 100644 index ee300355..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:605db0244b7d527fb5db8e16854ce745555e9dfaad8e1a686d8b02077d36d7ff -size 879383 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_BC.uasset deleted file mode 100644 index a5df4923..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d45668edacf0342b00ed9f30265e5368a86ecd31cd1fa85235ae58732450c05c -size 8493095 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_M.uasset deleted file mode 100644 index 1b6fd4e0..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:592836accb3ede74ba0b04458831841d589ff06c25730e23d765cb5a05966ef5 -size 1359743 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_N.uasset deleted file mode 100644 index 3781ed64..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cfc2a1432d6053c70f7cba0c24f20bae853f262ac717772cc4d2826cde10626 -size 6699702 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_R.uasset deleted file mode 100644 index 0230068e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_2_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ac4322857ca01e9bbc73e9841d1aac81cc3ed93be85420643fb0f57d17f6e12 -size 1846718 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_AO.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_AO.uasset deleted file mode 100644 index 1c221a2d..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fa7293a8cb6b79796c7838250be3c553b911dfc32a080f93f81078703a4ce2a -size 1684357 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_BC.uasset deleted file mode 100644 index c125fef2..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34ba77494e3cd21ab14f2b024e590bfdc05ef23c9f34f65eb006a7552fb790b7 -size 7024845 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_M.uasset deleted file mode 100644 index e9f780bc..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abbdfd72404f4c09288d0fa79c563bb874f9649df6470f52dbce4e6d3cb5adc8 -size 2460023 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_N.uasset deleted file mode 100644 index 62573a5d..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cebdeb95e50507d13b466f1e1d9cbca84e938839869593b9f35e56a9ca90a90f -size 1116782 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_R.uasset deleted file mode 100644 index ff208710..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_3_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33b26ed71d3edf9db3f44c6200c02a45b61fe4a537572a88bcf55cf1c31f7e79 -size 2565646 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_AO.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_AO.uasset deleted file mode 100644 index 15462d12..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4857a1a602c3546a9068785a83bedd4f2e04205bcfd3c4d69193a2fa1e2515f -size 879114 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_BC.uasset deleted file mode 100644 index d826e564..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc3a35e0ddb664f82a419f3aa26fa170926275d5067670fdab10e044cc2cf460 -size 7650565 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_M.uasset deleted file mode 100644 index afa52928..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1026ffeca1126a0e89ec6b074b6468703d1025c0507cee63c40c50b1038bd9a6 -size 395903 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_N.uasset deleted file mode 100644 index 6979667b..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b22572f9ff12f0fdd5af46ee6bb0bb272381f87b2e92e0f1ab2afc6d5f9f2d86 -size 2775527 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_R.uasset deleted file mode 100644 index e5aeede5..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Halfchest_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a7fbbce4eeb9f16b225863b83f2f03dcce59addef16ebbd7602aeb6a2db8c25 -size 1668872 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_AO.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_AO.uasset deleted file mode 100644 index 44d425e3..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66dd5a7672b5baffb1ab21fc1e17e3571ff2b9d040ddebaf6938b3e68fb72e80 -size 2081496 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_BC.uasset deleted file mode 100644 index b6a1e824..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e9e3ee0121889a7bdd7e9c7da780fb9495795bb5c4da55e3165e6a6186f0d64 -size 6729228 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_M.uasset deleted file mode 100644 index 8d964345..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ceaad4565cb37934f3feef33bcdb15966c8a298f054e336676220d92666b6a2 -size 636020 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_N.uasset deleted file mode 100644 index 4cc13ea3..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fbcfd43834622e04ead214a02a6ae4a74ee046dc617ab218cce5b2dfacd2d5d -size 6695324 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_R.uasset deleted file mode 100644 index da75219e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_2_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b44d558c3f0331ddfba0c80fbe73001e2a107d6cdbdefdc1bfad2d3247e0333 -size 1797603 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_AO.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_AO.uasset deleted file mode 100644 index 04c66a95..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:153d899698b9c8dc6378ec7c6edbb54a037b262b6ece4a457c03927e31e30810 -size 1897467 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_BC.uasset deleted file mode 100644 index dd498816..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4687978b83c20c0003f98cc93aa1b90d9d7da29b75d15a046295ef12b7e8bea -size 4565313 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_M.uasset deleted file mode 100644 index f8e77b83..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e6424cfc751aecc1da0bc44b11c9f3051f3a3cfe405105b9396df527d72e496 -size 2042626 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_N.uasset deleted file mode 100644 index 28829eeb..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cef69ba49e7f44782d4332c84272c24e0ed3cfa0820bfaa7f1a096eaa1102b8 -size 3325186 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_R.uasset deleted file mode 100644 index 09028aac..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_3_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd99f925f7e53f73f4d8a79129c9b1ece05025da1244241e92a3e789de6e0e30 -size 1988015 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_AO.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_AO.uasset deleted file mode 100644 index 197b881d..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cddd5b406e372cb4bba0c5ba4ca03c25a3fa338b659592ca23fc9f1c43c70a10 -size 1030361 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_BC.uasset deleted file mode 100644 index 54e1c4f3..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31e06c292fb0d0a6feb60eadddf3650929902d62ba9666fb28e2b73c56de177f -size 7805758 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_M.uasset deleted file mode 100644 index 6c591953..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32811e8d9c16f47aad0f66285cb5a2c678ddd603a51531ed3fae559fddc93d74 -size 636091 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_N.uasset deleted file mode 100644 index 6a0e6854..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f69f414bb61e85f7025692a9f9d9e2878367388d4d74b86f256db1d712e8536f -size 3616163 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_R.uasset deleted file mode 100644 index 6b0e21bc..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Mirror_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e381404497c93326e0aa3a28731eb4c5985dc1c5b0efaf7967d8c46f221f504 -size 1641489 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_2_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_2_BC.uasset deleted file mode 100644 index f0e52ad8..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57fb0d55e486aba262a5c32a87ae4c1408b2e88badb453fc1907aad40f8d98eb -size 5726652 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_2_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_2_N.uasset deleted file mode 100644 index fec59650..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a555d8a29457eb02bb044a932b506d47363d8ac2e0de780af14106cb18843568 -size 8917775 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_2_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_2_R.uasset deleted file mode 100644 index a79736a7..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_2_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80a9b810f14f21870e55152584b5f41855a696949d2b7db8568c5155c895e9c3 -size 2023416 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_3_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_3_BC.uasset deleted file mode 100644 index bdaa5bd0..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_3_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1ea78813df6d912a3df219e3c10a3a62175cc3507d9aad7d30fc5c81fb33ae9 -size 1504358 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_3_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_3_M.uasset deleted file mode 100644 index 6368fdd9..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_3_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90b530dfea3ff05191d5fd2b47f07d1c1bae762f19cca8ebc2566aa256e28359 -size 356479 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_3_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_3_N.uasset deleted file mode 100644 index 799cf930..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_3_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1083464ce6c8b9e27f9d8eb7da2741bd3be609de0612b3f47e6c6fcad3eeb10 -size 799130 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_3_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_3_R.uasset deleted file mode 100644 index a8dc3e6a..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_3_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:036cf82205bbeaecf93f7f3cf37783604610bc99739711667dbe7f8ed68352ff -size 244478 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_BC.uasset deleted file mode 100644 index 3f9ffdab..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01bbb0d9e0a6ac94780e5735331695be2c5c41ce6727739ee8b3fd143930134e -size 5576354 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_M.uasset deleted file mode 100644 index d178e738..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:273322de098ee4e456bd91b2313e422f16d5bf5bfae00818b30eb991505d2270 -size 44958 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_N.uasset deleted file mode 100644 index 92e67873..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d54fd0a79c49628e57ebcdc89dffbe45397ce49cce616b620ce30a8d64f03d87 -size 7231853 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_R.uasset deleted file mode 100644 index 38156a19..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_ShelfCabinet_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99c6d408509de99a76e0cfdf9b05edc2d7eec29e2210b9306fe0dd23eddc481a -size 1087361 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StandLighting_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StandLighting_BC.uasset deleted file mode 100644 index f815a854..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StandLighting_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9daf425a806168ad924382f0cfe1e48f2b1b19aeace2c49c685a86e6f5b4cfff -size 5717943 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StandLighting_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StandLighting_N.uasset deleted file mode 100644 index 53f1e8cb..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StandLighting_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b383342fae9b8a8d2354359728da09e44bdf65de0896d6cbf5fe80170b570c7c -size 6596230 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StandLighting_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StandLighting_R.uasset deleted file mode 100644 index 599114a2..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StandLighting_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89c7b14ed566c1adebb118bb54a84cfd6391594e7c3e16dbc616c1a50a9c9fdf -size 1939257 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_AO.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_AO.uasset deleted file mode 100644 index 35fe32f5..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:121406360d890816022dad5f391baa31f3307095cf1d78087d7c28bf5807f916 -size 2017646 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_BC.uasset deleted file mode 100644 index 088f7f3d..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f1c29329dff1cd43432cb2f6c98cb69fc856ccb1b89438a108196152041ec88 -size 7591654 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_M.uasset deleted file mode 100644 index 5328d5d3..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c6cdda0989f51e13f063b8dcbccfa30c08660353a3035398f4f6dfd25c27290 -size 413701 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_N.uasset deleted file mode 100644 index 24f06804..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c190ba45268ad51a6f031899f3a77e574578fcf602ceee468c18dcb62bdd88c3 -size 4042054 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_R.uasset deleted file mode 100644 index b9144420..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_2_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c5c55f8aad8a0bd485672d6e69409365717f329ea5acb1174a287cae1658e6e -size 2233671 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_AO.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_AO.uasset deleted file mode 100644 index c42b20d0..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1deb5f14357455752464e03df8a0a26e574f365c8c6a5871f8c02de6b47b745c -size 1761421 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_BC.uasset deleted file mode 100644 index 89138fca..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdd368cef3182dfc3ea016e29e38cba87e7f3c53d1233071212540347f058874 -size 6436011 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_M.uasset deleted file mode 100644 index 9ccc9324..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1e7ae32af0cc74dba1ca2e48f2370a597348dbd6ea6b58c25a788a79c114c6e -size 1775369 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_N.uasset deleted file mode 100644 index dca614d7..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bba92fa3dc1cd9328c6e4b354cc2e279479c0cbc928ea5d34cfd1154347281e9 -size 2913592 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_R.uasset deleted file mode 100644 index 31065960..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_3_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37654344310f3ad615e2cfd578654a706247b04615c832ce274cc47418840311 -size 1687999 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_AO.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_AO.uasset deleted file mode 100644 index 6eb06d8b..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06e883b57f703b2ba958ff5df5925d62adf3dfbddbd075dc2b170e5051e51a30 -size 1353256 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_BC.uasset deleted file mode 100644 index fd7ebf28..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:016a465c4dd169c71de4b9ebfa834adf298dd2177948b6a0b10db0fb4326ab48 -size 8318678 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_M.uasset deleted file mode 100644 index c79b5138..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2571200a8492b40bbae1d110b83fca930fad7a939d241f0662477bac9add232b -size 532502 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_N.uasset deleted file mode 100644 index 117c566e..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:852c20974435c524e725df355af5aa895e5b85ab8bb92d528355102ef0efa431 -size 7165007 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_R.uasset deleted file mode 100644 index 9f24ea1f..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_StorageCabinets_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:126d676be6340dcc7a887561aeebd868a3d9a59d7c87876a000d438fe35b5585 -size 1401070 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_2_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_2_BC.uasset deleted file mode 100644 index 61b30367..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32bd68db3fe4ae378042cebbec037bee9718743194a14aeb9b583609a96f8928 -size 6482718 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_2_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_2_M.uasset deleted file mode 100644 index 390ab131..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_2_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ded2435722594e29ce86f954d10736c66929d1d247179061f68a0580505eb98 -size 54108 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_2_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_2_N.uasset deleted file mode 100644 index 585f7d30..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:056435ee5cb99dd8a9f6198abec523e2cc7c230a5aec62e3fe0626292ab04c04 -size 8091913 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_2_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_2_R.uasset deleted file mode 100644 index 0f9db314..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_2_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:694cb267713d5d567638c599254014acdf14440b311738622b4bfd7e6af85bb1 -size 2657004 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_3_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_3_BC.uasset deleted file mode 100644 index dc175df0..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_3_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90138f4eecb3b7a38002627f5d5562464fae6da519e3aecf03838ac85d02124c -size 1789329 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_3_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_3_M.uasset deleted file mode 100644 index d8e257ee..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_3_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7de23835ce1ade30ae374335f0f65ee0bb8f3f99c76b405a6c65fa4e2951893e -size 477305 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_3_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_3_N.uasset deleted file mode 100644 index 408d5696..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_3_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6680af7835296dbfb85362f8ce666952c7bb2e4fa0e1afaa0ac31ab4353885f -size 287105 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_3_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_3_R.uasset deleted file mode 100644 index 60efb2b9..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_3_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f972b8c3dc246cb2c0d1365a53f2f8a8e9a4b5b9f8ef7012cf986ef5057f927 -size 278174 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_BC.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_BC.uasset deleted file mode 100644 index b660fe2c..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d00fd301c80a10d9276ea1f2aa503bebdfdb236282bac97712ad607132a2f6f -size 3129012 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_M.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_M.uasset deleted file mode 100644 index 02b0fabb..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef673609c872296164c4184cf56964320cfb5b70d2d8e736ea0c54f076262983 -size 16838 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_N.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_N.uasset deleted file mode 100644 index 72bc7d79..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac2790aef993aeb412b912c1652d9fb8c4480edbaf9b616b4712dfce49b1be2d -size 3156217 diff --git a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_R.uasset b/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_R.uasset deleted file mode 100644 index 0201026b..00000000 --- a/hwanyoung2/Content/KTInteractionPropVol2/Texture/T_Tabletop_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:067eae7ad1906a438e5cb5b650c2ec89378bdf756ef10ce7b3338f337a69f3b9 -size 85212 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_1.uasset deleted file mode 100644 index 1d0e84ae..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a8ff953d74cabde04cc9c39bda9e63a203b8fd6c0ad7cfaa4fb79dc6eb31029 -size 30451 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_2.uasset deleted file mode 100644 index e5e933c1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:419066713b2f266f9647d5f231fb0e0d29c1e7de8c3c51503b4412974f2a9733 -size 33561 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_3.uasset deleted file mode 100644 index d0521391..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a43fe6f1b431a8c717541e02fe2c43354932045e00ad8015a95a8b5630f191d -size 32655 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_4.uasset deleted file mode 100644 index 0a441936..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81b9451b10bb032d79132e9ba8b7313fe1205de6363144f45ae93d22c4179af3 -size 33728 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_5.uasset deleted file mode 100644 index 2660e4b5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6da7c05646e749611f53d61ca51df309b875c90b282ca175d21d78d08923c8c -size 33030 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_6.uasset deleted file mode 100644 index 83172f1e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfc3f573680985a659488dc926d9002afb28fc0db356549179d01646af0ab48a -size 33677 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_7.uasset deleted file mode 100644 index 113c9b33..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ff68e0ceb20babd9573aa094d4f7c5a6882052ee152232ae3366c939edb0fa1 -size 31127 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_8.uasset deleted file mode 100644 index 8c5de532..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton01_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:157e15680cf339e8b14e2fff1a5c8fa6233c328bbbdfd2a208f579e470ea87a3 -size 32344 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_1.uasset deleted file mode 100644 index 2cc06994..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d825a171e7b4f15204e11e0365b8ca63d61df325a3ca2c9fa49aca8705dce7b8 -size 33648 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_2.uasset deleted file mode 100644 index a72ed984..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1776c7ac36b7eb00b04847db63bb9ac4a3e9c526ab102d7a0f2603fe24b34db1 -size 35094 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_3.uasset deleted file mode 100644 index 0215ff1e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81f5a011b56bd0aa1ef0ee639fcfe4791b3190becf0a2626d8a54de5b5dbe27d -size 35249 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_4.uasset deleted file mode 100644 index f15f33e7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fda49a9abd13a661744b2d006f7cc093c5b4b0f04c4ea083924645dff4e46761 -size 34405 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_5.uasset deleted file mode 100644 index 2fb09468..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0865afebf275eb7bbac4f247ab3b7b7e36f4d9b8c56dc8ad96f001d0f7cf0bed -size 33611 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_6.uasset deleted file mode 100644 index e629e23c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3aaac9c6fcbddbb76e0f8d5fc801dc7dae63a549e8297d94f95f1c9ea7ae4dc -size 34231 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_7.uasset deleted file mode 100644 index fe645595..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4631178dd5f6cd87224112d3fcec2ecafcefe9b667fc50ff10319f3d542a9989 -size 34476 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_8.uasset deleted file mode 100644 index a69b605f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton02_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3610c2836b2c7ed0874accddbf516c7734cc9718927b9088c41ddb0eb3018d6d -size 34091 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_1.uasset deleted file mode 100644 index 75f284c0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72d6aa992849e13bc2cc5ad07666d157467953fde9d99871ccda8f92a680b0ff -size 33955 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_2.uasset deleted file mode 100644 index 98a1e900..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4da90038766f2f95b09c9aa3af5be7a62a56a65807131fc7b7c0531c65534e71 -size 34774 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_3.uasset deleted file mode 100644 index b257f4f9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:641c574d0a4294a310a3a2f4e40030eac453d46ccc818ae38bc9191d8cd369ab -size 34589 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_4.uasset deleted file mode 100644 index 8a766419..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d6d7ad2d0a4c83602969cb7565a97492399ac2dbd45737b23293bac7185cdc6 -size 34537 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_5.uasset deleted file mode 100644 index 408d6923..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d75a9757005563f7535395ef21f0d4a0f556b31f2e4e165cb54a5a354e512656 -size 34049 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_6.uasset deleted file mode 100644 index a49cd102..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19d7549d84ae32cb39a624db621c9735ad03b106c0d9972845e27aa07e922854 -size 33566 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_7.uasset deleted file mode 100644 index b187ed04..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa55808e24151864d18561ac3786b96bae97d6be13bc9f375def0d2ba63ec83e -size 34800 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_8.uasset deleted file mode 100644 index 73a82b0a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton03_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1979f23f2832f7b6090cc736afaa5df4f7859f7ece84920a4fa600c4ad54ada4 -size 33080 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_1.uasset deleted file mode 100644 index 2acb8521..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64d00b857e1db32d286d61e83840f05877356760c86647284011c27e328aef65 -size 30175 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_2.uasset deleted file mode 100644 index 138d5baf..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ef4e3a285b73de047caeb7995565a20cd82ff462b6b11a26a1943704c78fd37 -size 35000 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_3.uasset deleted file mode 100644 index 8194eee4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa30331e7636e87bf363847e93d63c0813da7b9865b48fc465f5b0e5ad02351f -size 33665 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_4.uasset deleted file mode 100644 index bc563b1d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ffe2f91ca9760aa4d4c0f1ca32a1db30d7f69c5d74d4a0142a483188e0b9609 -size 31595 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_5.uasset deleted file mode 100644 index 8c62e462..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c124d3fd2cc8c0285454803549d0fb66672041722d9565023adaa353c0ed6cd -size 34255 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_6.uasset deleted file mode 100644 index e0748938..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09b764210ed2f75f8868e25e9427b77765d8d540a3bfe7d87cd02d6559f83bf8 -size 34137 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_7.uasset deleted file mode 100644 index aeac0c0f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55c54344a134e8dbf9cfef15c83d532355a6db4048086ba3b3e64d3c54a7038c -size 35759 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_8.uasset deleted file mode 100644 index f1e6f49b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton04_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e156a90d7e8430a631552b052b27968dc2021dc7f896e5492219d5d02d23c75 -size 31708 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_1.uasset deleted file mode 100644 index 97b69cdc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5aedc63cc61e6433b7e314969eca85c42f14798b652ecb353645c126fb4b60ec -size 33751 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_2.uasset deleted file mode 100644 index 529b2455..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7486c34bdec8b3e3c5a19608f89bf9095ee222325e04d2d0d22371a35aeaecc -size 34599 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_3.uasset deleted file mode 100644 index 04ffaa36..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffd16825df7c8d51c7b173dcc687dc1ab0b01594b222c6fa752897208841b64e -size 30819 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_4.uasset deleted file mode 100644 index 1f457e6f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86bf6805688ec5f836fba1508ec8ae909cb28b1808f628800a329bad242e5696 -size 33898 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_5.uasset deleted file mode 100644 index 595d96bb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68eec4cdcaac6bc3ee88cde03e9513335efdd4fad7272ab2674f9d4ef93be577 -size 33893 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_6.uasset deleted file mode 100644 index d5c2c408..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bc673a531e453c3d88f26bb239d9400d0e66fb8d0532894f12f5d7815278ba1 -size 33627 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_7.uasset deleted file mode 100644 index 41421fc0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2319515a67b4529b4b52bd11f9aa61b563a14c598270c2ba03c39b70d9401f71 -size 34166 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_8.uasset deleted file mode 100644 index d7cdcab6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton05_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b12c55f9d6c8b56de5e02fc7b8d8d0e0b769f1b89a2b40005334770f2989ccc -size 32102 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_1.uasset deleted file mode 100644 index 6d0f918a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd6e8392fa387659c375452b24ffbf16d0dd6e4d2f7f33d4534803d59131bed0 -size 34604 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_2.uasset deleted file mode 100644 index af1cf4fd..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f33c01e2a877fb179d5fe97456582f2a716e793bf1456e5b5e7098177599206e -size 34994 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_3.uasset deleted file mode 100644 index badfd046..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e5cc2c18d5a49d8af1d9274ee51fb2da2059b3fd55aca112b468fa683aacb76 -size 35381 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_4.uasset deleted file mode 100644 index 0c3759a8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75b319ae643366515e00a8b6e597dc77986a643162effbcc621d9525a59bfcdf -size 34643 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_5.uasset deleted file mode 100644 index 95bdef0e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54f85cbb57e111fcd3f2482b87189801f1fb93b5fc0d658a5d56f4cb213452d1 -size 35816 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_6.uasset deleted file mode 100644 index 448ac464..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1228e37f26f88e4c6472926e16454e6bd6bb80c98e6b399d3e48f62db85bf579 -size 29284 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_7.uasset deleted file mode 100644 index 27fcb14f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:904692752e098ae0c171edc1405a4137e25b056f16fe731fdd66f02a3a0c9dd3 -size 36028 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_8.uasset deleted file mode 100644 index c52af1b9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton06_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:affeb340874c0faf274533cd945d91ea5edbfc15db0c8f36923e4036fe1e6a03 -size 30032 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_1.uasset deleted file mode 100644 index d5351cc5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc6c8c04293ca5b25c5f209af6f56aaf8f16551717876c6309ccc801fb01ad68 -size 34372 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_2.uasset deleted file mode 100644 index 12c91316..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:878a6e8a4b6c0bd1567afdbe003d343a67004456056d6e9b356becd2cc0c5bc9 -size 31679 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_3.uasset deleted file mode 100644 index 13c325be..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a31144dfc1f50c4800430454aec5637b0484d2abbf1c25639ff51f93046fa14 -size 35163 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_4.uasset deleted file mode 100644 index e77c2087..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b2530ee774fbb35ab1108f24db0b4ab568ab7a84eab308b8b711958df27f8e0 -size 34588 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_5.uasset deleted file mode 100644 index 1222c718..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dc0582abea1943f57c9313fdae4e25caa5efbdaede7bde1d4b7b27e4f3e94d8 -size 34127 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_6.uasset deleted file mode 100644 index cf772603..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:139b197ebd3d60c6a28ba53832245ff80125f45afdac08de1907c8d3d1ebf646 -size 32348 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_7.uasset deleted file mode 100644 index f3f14e1d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f3f3d27f8cc883aeb908195d7351b205e5c6dbee6188acb24ee2faba6cdec07 -size 35109 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_8.uasset deleted file mode 100644 index 90075b75..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton07_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2b86132a8736e1eb8ac4e0f30a449330c07512cb3128678db4e6dfe5a8c918c -size 35266 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_1.uasset deleted file mode 100644 index 60c373e4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:589f02d22fb9f7f047b1ae2db21fbfc20794b8a1ec43627d319e37b3a24c2468 -size 34963 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_2.uasset deleted file mode 100644 index 086a575b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:458a4c5854030d68be0809a28e4a6ef8172d6b316bddfd8443dd9649a1923e70 -size 31540 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_3.uasset deleted file mode 100644 index ce8693e0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d25a14ade1f8ea7779f77aad57f0fe78cae5763004aa04e6d4ce2af7cfb4a8b -size 31779 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_4.uasset deleted file mode 100644 index 9a713846..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76033d682dcdff397d04d61a75e4fb98b403392629b2ee1713f138fc88314de8 -size 35678 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_5.uasset deleted file mode 100644 index 10ef39a6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:982d8c29e79c47b8b1fdd2b7ab09d13f63aea067cc80fb8bcc137af470797e6c -size 34253 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_6.uasset deleted file mode 100644 index 3cf2e175..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd0025fd6d7730ca620ce0b7a0b76ec5f4d43ebbfeb09b984298447056f922c5 -size 34445 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_7.uasset deleted file mode 100644 index 3af5568d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88e68837fbb1c885dcecefbfd94796a768fa544f09a449041f019d700590be6e -size 37166 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_8.uasset deleted file mode 100644 index 87f61ce4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton08_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5081d85edea3f67a29baf5ebffb680588948ee0d1ac5b5bb68e5a878e49215db -size 34935 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-1.uasset deleted file mode 100644 index 2d5aecc6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c60a29f1f907269855e0cd9d866657543de52ab5670b7cd94e11fecbe788b685 -size 33634 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-2.uasset deleted file mode 100644 index 57bb997d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71d60f9d46e1eca97ab4b045700a451e1597e8083d688ecd17278940ae856178 -size 34734 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-3.uasset deleted file mode 100644 index 4a49406c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b90ec822b53363e2675f0ee8ee0004f6d35849eec593749529ecd7279b8e3799 -size 34292 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-4.uasset deleted file mode 100644 index 6923eb05..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0880141d67fd7a1ab5547e2419122906cad3e49f0bc1e26b71652664cfa933b -size 33438 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-5.uasset deleted file mode 100644 index 54949473..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efbb45d4d7cfcc92c21a4a9ddf5980121d1180f7a6387883da011ea33c26341f -size 34639 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-6.uasset deleted file mode 100644 index 2b633a66..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc0fc8fccb8fef5ddc4ca5c6d2ab6dbb4851867bf2d3b48ae3775cac010a4526 -size 34426 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-7.uasset deleted file mode 100644 index 4d77748d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05d6ce51c312f1e73b78bc46b50daf2500f8d9cf29f8d8aa96d8f51a631ea50e -size 34753 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-8.uasset deleted file mode 100644 index c2e117a8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton09-8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb02f0a9161ddc65fc193c355c71bf67f0ec2cde079e0308baf27b9bb51df8dc -size 34260 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-1.uasset deleted file mode 100644 index 3210e4b3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd2ae74657ec38041e4d6ae978936ddc17f00ad66850f089eca164c72c1acb3b -size 34918 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-2.uasset deleted file mode 100644 index a4a46071..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0587b25e2e982824635bbcf5a4d4c97a5b06b35436c84c3246222a79007f79c -size 35128 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-3.uasset deleted file mode 100644 index fed7b6ea..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e92a5f08e4e3b13944c51f31e4554d4f0ba7d423e56eb7cf298d1a09af2aac56 -size 34516 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-4.uasset deleted file mode 100644 index bb8151d5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3d9cca1ad2c420f8b58c85ae982f0bbc76d9e3c63c0fcb2b918810dad19d379 -size 33145 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-5.uasset deleted file mode 100644 index a471ee12..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad17bd4496fac32f35e123d80a56ca6f380383aa43907b82c61f234d9643b7e -size 34175 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-6.uasset deleted file mode 100644 index 17ac384d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36e3c9cb81d4d7119725ab241c23c912494b52db2ca3c4fbb6237c4639e524ad -size 34519 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-7.uasset deleted file mode 100644 index b7e2cc4f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:904a5fe8978fd88f2e8ac2b102d7aa22135bec8f02c7fbb6c398c2d9ccc693b7 -size 32952 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-8.uasset deleted file mode 100644 index a24d76d6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton10-8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2976422edf8e13a835d0d4b97b542b47ca454b73aea2209fa3fb45f6329c8103 -size 32745 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_1.uasset deleted file mode 100644 index 27f99d6d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a10c0dfa1feb963927f1b582d30da0126f9ddb18276e7151790ffc869a688182 -size 36377 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_2.uasset deleted file mode 100644 index dbe49987..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6780d3eb55a6e80fa053e960e97766e5cdfcb49ed9ce902810b94fb6d994b052 -size 35291 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_3.uasset deleted file mode 100644 index 22566852..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:479c2b6b98a3a1801965a1fee02cad78c0b90e262712659a975bd56a68e2ee09 -size 32888 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_4.uasset deleted file mode 100644 index dc451e05..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f39558b834149014b43f1fdd6a569e2d8bbd40355db41a372907c374bc42098e -size 32657 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_5.uasset deleted file mode 100644 index 0e7a308b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b071de9d6c9fe59228d3ce2f569efeab535ba327862c78ae391bcaa374852214 -size 33677 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_6.uasset deleted file mode 100644 index db3e453c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0d6071cd41652b385f6102c20bf38abf37f47b04625b59d646c59906f7ed52a -size 35752 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_7.uasset deleted file mode 100644 index 745769f8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0b3f1c5cd1b7de62c7bace748eba8f79bf49981bfc572b56d79da00ee0404fc -size 35906 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_8.uasset deleted file mode 100644 index 35ff9d84..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton11_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4296f7a325690231f91822561a988548cc69478698b2e576d4b38444040ec7e -size 35472 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_1.uasset deleted file mode 100644 index f789e46f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2972e63fb86777aefe695a8d8ef2985f9c6e6a688f9399f07393913c2cde8e10 -size 35676 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_2.uasset deleted file mode 100644 index b6e266c6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92f02676a79f1ed2c40a6d6b13892017b13141f96c83809b887005dcadc69bac -size 35497 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_3.uasset deleted file mode 100644 index fbb7b837..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e92b5b9666034824cc09ba978c466ee298d116058e3b1ade819143a91d32703 -size 36710 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_4.uasset deleted file mode 100644 index c9eeb8c2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:622440905f55ff099f70d9e59aa23b390d2080809a605425c05eb99426831735 -size 34831 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_5.uasset deleted file mode 100644 index 9dfb22e3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19452dac00ed2727c8566affcf946bb7749fbbf3a0fa15f80d2a7e3361b54c52 -size 32239 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_6.uasset deleted file mode 100644 index 62d29959..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3468a308f804dc535c13e967d41dc5c1fdded46470b7aaedd04f8cca0d51cb2d -size 35745 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_7.uasset deleted file mode 100644 index b4ad0a97..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6e6a3202434485748901ad1e4ac0efc517ca4e1f13441e6072de83707ad8dd8 -size 35836 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_8.uasset deleted file mode 100644 index 0ca88f26..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton12_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b18c149f09dd41b7679f4f3180d45fb3da4f6b0d909079f9c911080a5ff2c35 -size 35800 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_1.uasset deleted file mode 100644 index 8a15ba1b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d08df89e4dcb074f7f3875c484ae917182c5ae946a2a1573ee809a9117d769f -size 31978 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_2.uasset deleted file mode 100644 index 14c672bd..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc8393c857a137a3f4e9fd96073312ba20b2e74a6956f26d96bd4cb37ba014a3 -size 34880 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_3.uasset deleted file mode 100644 index 82ed428f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cecfec0ef8f135e6df5946ac27830d1071a5b2bfe0bacc09ff1e5174e20578f1 -size 34861 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_4.uasset deleted file mode 100644 index 84dd2805..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6229ee7eeee016e56bc3563a7c2ab90e33ebc007aae111e7a0fea37ecf9568e2 -size 35148 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_5.uasset deleted file mode 100644 index 27fe0582..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85a27799018a80ebb9484138e06eb9e041b61810756321943bea66991903bad7 -size 32909 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_6.uasset deleted file mode 100644 index 41d3338b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7d953d5160e60085f5eb939e78f8e6dc6a974de4f2ddb17dc7e9843951d42d5 -size 34553 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_7.uasset deleted file mode 100644 index 8eda0a65..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edd9393ed4ba3696da5a2b86e734ea4048f7ff6d7f5bfa7f9af14186dacdb75c -size 34940 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_8.uasset deleted file mode 100644 index 945ae2a5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton13_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f80a3eb97c11b5802d222887679159439aee0aaaa60580a9cee21579eb301ba1 -size 34471 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_1.uasset deleted file mode 100644 index 67c9c72d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:320a119918dac1fcec2cbcbe6cd2134d30d1ab5c590cbacf4383992cd370a143 -size 34773 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_2.uasset deleted file mode 100644 index 904fb09a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffda035af99a623d4909c68723f71bcce62e39147acdf90425429bc840721472 -size 35569 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_3.uasset deleted file mode 100644 index 008afb4c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80a86c708edc1673acc7a720a1fccd8e82fbe2283117b210bb7a865521a9f048 -size 34362 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_4.uasset deleted file mode 100644 index 79cad191..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c373cfda5ecd92ceacb9d60e8e3a709f4d534cb0aebde2bb2420e8da295016f9 -size 35801 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_5.uasset deleted file mode 100644 index 9ac0a5bc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5a6a9546848e930fee1748b80594b4846a4fc055b1c4fbf1b1195a21861007a -size 35753 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_6.uasset deleted file mode 100644 index 2e09befb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74e2d65833e804b28ba643803c1deb7746b04793be4c4a48126f2e23043a334f -size 33346 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_7.uasset deleted file mode 100644 index f8c80029..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3871d96290e4a557974b19d86624629530be56512c755da3159dcc21b6283f6a -size 33378 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_8.uasset deleted file mode 100644 index 200df717..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton14_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a205a6b2025d444c8643f6a4b566e2dd849584662ac4405864d59ffe64eb1fa5 -size 34049 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_1.uasset deleted file mode 100644 index 9a7d5597..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeec170db7aa190fad0fb012de22a63bc980f5ac383f1daa2d2e3c5acb0e2f75 -size 34456 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_2.uasset deleted file mode 100644 index cbd9d622..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70ad9e65dd086616e95479237e54d0d6c0735cc8ff185d715ea2bbbe5aaff335 -size 32510 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_3.uasset deleted file mode 100644 index 8145b685..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ddf1787a5f06acbf0423111f987a6ed228ba5c64a982fa5543f7c8dc72efbb9 -size 33992 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_4.uasset deleted file mode 100644 index 68d55f68..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43484488c9867a61f7aa3a044985c829cb5f32832c82f9983a71698db758b108 -size 35404 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_5.uasset deleted file mode 100644 index a2d633b8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bdc89809d5f609cbe0332d197d44816aa094f18b478478a31ea840a83058419 -size 35875 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_6.uasset deleted file mode 100644 index 93d66804..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:523510d765b2064ad681ff09c1d95ae665abe3bc25762b6fde49e08d0449e7e0 -size 35892 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_7.uasset deleted file mode 100644 index a941c94d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07f070e34390e00a042a616d12c989252cbc0ce8fba01a0bdd93e5e40bdfca0f -size 33075 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_8.uasset deleted file mode 100644 index 82f019e5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton15_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3182acb06e86922bcbf0e28e114c442c59c86e25c7e0cbbd75f37f57eb10e7e3 -size 33618 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_1.uasset deleted file mode 100644 index 38fa3850..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3df4707ba60205c08346bc445ba1ad68067844e22a50a2625cd9e23f841adee -size 34779 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_2.uasset deleted file mode 100644 index 7fd227cb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e6bf228b1dad827e4033beaa807441d93809689e7b335f24d59dcbaa33d9b96 -size 30059 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_3.uasset deleted file mode 100644 index be4b7b5f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2713b4f0116e7157281835123edef4e6560fd50d27dee97d9bac7b8b4bd2c5c4 -size 34352 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_4.uasset deleted file mode 100644 index 5fee37fb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8ad0c276077170e268d127bdf94cad4a1319766895a65a8fe9468b949768a13 -size 35831 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_5.uasset deleted file mode 100644 index eb1f9f03..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72be5503e0b8aa91309caad5a4a761fe54ee7f106bff961f9f75b9ca626bba0f -size 35241 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_6.uasset deleted file mode 100644 index 4e755fda..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2693bb84a45cc38b24c935246ffa7984cc631d6297a25fc209571e69bc0a9d4 -size 34555 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_7.uasset deleted file mode 100644 index f347f2ec..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76af923f418f32dd4be28b653c7629ac44299f765fdab59d1482b31306d3fa63 -size 34597 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_8.uasset deleted file mode 100644 index 83a20743..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton16_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4f70639dc57d4ba115900583a0c1c65296ad3809a8d19356897f4692ac5f7a5 -size 34650 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_1.uasset deleted file mode 100644 index 536eb8c7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e65bb89a1b7d161dcd435d53067e5556853d32e5ef2bbbe2c94345dfd6fd9539 -size 34988 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_2.uasset deleted file mode 100644 index b8d5e7df..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c851ca8af947280b3b010ed44b673b201b752a5747f1b01bc143fd27e4f4b00a -size 35048 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_3.uasset deleted file mode 100644 index 20bb90b2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef686d9974dbea0dd6053bffb9afe6b9c1825756efbe60cb35c29b16671a94b4 -size 29231 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_4.uasset deleted file mode 100644 index 814ae7f8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c2064bc4aea9dd874666a6eb3d9677ac0c8a2eec8b36e72a39253afd9fe2628 -size 35483 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_5.uasset deleted file mode 100644 index dde77bbb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef7415262149f46ec62373565d30a1f95e49e420639ff156e7c6c154071a8b2e -size 34924 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_6.uasset deleted file mode 100644 index 929cbc01..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:316cf222804ef615a1a41531a857ead57c15d2e0fb7f78164576ea2203f3c6e4 -size 34126 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_7.uasset deleted file mode 100644 index 26020e68..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b64246946b8b7d2ffc54e3f1e41a830a57c76950cfb12967bfce37354cdbebff -size 33408 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_8.uasset deleted file mode 100644 index 87c3b6c1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton17_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0972da26ddd31e061c3d446dcb0cdb2ac8d8d77a6443d20af6eef22e3919cb9 -size 29978 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_1.uasset deleted file mode 100644 index 7afeabeb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ce41d55ee8a1e98fa42f7d4f14d01a88bcaa4f6065d102635b00ec2b8294ccc -size 34095 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_2.uasset deleted file mode 100644 index c0724ab7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea4cbcbea5314b333993f459b9e729ad47edf012052cb3989916343e33aeefa0 -size 34147 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_3.uasset deleted file mode 100644 index 7ff99d77..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46866e0eb00ab4ab6e7e443f0070f09508610e6d9140a57f35908c1098b4533b -size 35556 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_4.uasset deleted file mode 100644 index 03b58153..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c89741fc6fc85e17f3f776f2b01ee1ec01a3131d314cccd7ccb69010bfb66d25 -size 35490 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_5.uasset deleted file mode 100644 index 0f1f816a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7a72f07b9e150b3c7fcebec18b8ee25d1235a0e1e63335af64fae3884764021 -size 35082 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_6.uasset deleted file mode 100644 index 9806d4b6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b96ceb90c914ec0b9f5719e701cee3864c1d451b277aaac3b5b5f0e10614808b -size 37370 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_7.uasset deleted file mode 100644 index 677c26a2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55c81c03ddc22062c590685c4cd0f971c36c83bc842efa38eab60fdc12d07b08 -size 36077 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_8.uasset deleted file mode 100644 index 1620e32b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton18_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f71eebdfecd7c97359840ea2e07b7c12b718266458eafe54da85f5f504376ed -size 34680 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_1.uasset deleted file mode 100644 index 160abbda..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31f8cc0adaee67c28cfdc3b30963f01f450320dfba2690c071dbb653e93fd921 -size 35493 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_2.uasset deleted file mode 100644 index 46a86f41..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03e4ca7a318029fe415a0b6161c93d4ed0dd83e018888e6759e7c4836ef0859a -size 34241 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_3.uasset deleted file mode 100644 index e6c67134..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68a0df68ae8ce3822975c3d673246ce0013847e8cfb1d1c0ff904a2ab12d17fd -size 33584 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_4.uasset deleted file mode 100644 index 853209c7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae84db9d0e649d0616a4ec818abbf56247c5ea4180f3e53ccdfa8a5f111a057b -size 35191 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_5.uasset deleted file mode 100644 index 275e8f6a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc29e302a277de3d78c062e66bbec160579a26153c3ea2983de60ac03da97d94 -size 34686 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_6.uasset deleted file mode 100644 index 3e098055..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e50e2710287b6e8399d9bdaad262a4bcda1aee4dda900d511a389b40beec77d -size 35038 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_7.uasset deleted file mode 100644 index dbf1b254..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42b61045a16105bd5350aeda348098cf0a2beab8a0cf12cc06c92f5371aaa7f0 -size 34536 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_8.uasset deleted file mode 100644 index 7430147a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton19_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba675091435afc931cd17860db467dbdbc336cc422fc2652790a8e671a3d124a -size 35185 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_1.uasset deleted file mode 100644 index 96be7629..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d457d88c356399907fb2b26f41046c7561deeedcdb8240cb1b3152ff62eb03e -size 35030 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_2.uasset deleted file mode 100644 index 1302f645..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cdb57fcf7942ca6a3505d22211c68aba5fcb6672562b656836e4eb72f49c8c5 -size 35904 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_3.uasset deleted file mode 100644 index ee1cdb8f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7e9b95c757053aaf1b77de520ab9d443e8089d9d668f948cecbc84802af655b -size 35966 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_4.uasset deleted file mode 100644 index 690ccbe6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1022ef07598e41214d2690119dcd060c52f88a379b44d2921a22e14b4c558d97 -size 36095 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_5.uasset deleted file mode 100644 index 9e16f0d1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0330ade716a7b5fcb2ad0a605fd76f0f98270a2dd34e3e96bfd121f3a51ac879 -size 36099 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_6.uasset deleted file mode 100644 index fd8c7b38..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dd9a8dbb8c230b0f0635ace9d7eea37eb045103dd8fbc34c38a136a7b9124df -size 35174 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_7.uasset deleted file mode 100644 index 814defb5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c3cf4540cf8837e7932a8e59ee07c0f6887a96b10a16fb7781c8b0a6a6ea35b -size 33965 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_8.uasset deleted file mode 100644 index 7411ce91..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_botton20_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bb5bce002cb5a0e0ba0dc1e55dbcfd6024014af8c9b6ff23459030eb929e317 -size 35229 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_1.uasset deleted file mode 100644 index 48b41d49..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ace71eece0c8d1e127000e29bdb0a018c7aae9493091b6cb0e8796116fc13be0 -size 28674 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_2.uasset deleted file mode 100644 index 8a4d74e9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfa0dca3e95729df7d7e7be64bc7c2d27bc8ccb796d7be2121605960331ea0a5 -size 26969 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_3.uasset deleted file mode 100644 index 2be4f76f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ffe11a076b5b839a47abd7627528ebf04a516ee58c0fd3c32b7b32413478968 -size 26576 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_4.uasset deleted file mode 100644 index 7462aaf3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:050ac641dcdfa576400231dbeaa14dcc40cb34559a7883545f74d869d5ed10b4 -size 27610 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_5.uasset deleted file mode 100644 index 0e9323ab..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fae1238e49f2c70cb4da2931dd0dfe931fd7ebc4b07b8c2e396486ddd0b199e -size 26459 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_6.uasset deleted file mode 100644 index 5409440f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:432fcccde7dadc42a857bd2ab6ff6518f19807dcae925ba04ebd204f8adf087f -size 26471 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_7.uasset deleted file mode 100644 index e6619353..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50da0dd4e3216f90eefa9f18ef6a2781df3d039cb663c2eae13e6854db2a6295 -size 29921 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_8.uasset deleted file mode 100644 index 22bcc75a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c11f575a6bbdda640745f42a5eb7705a96d2cfe23b9189dc8843426e1681fa8 -size 28072 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_9.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_9.uasset deleted file mode 100644 index 042a6016..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fire01_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dd5b6d20b69a99270be58540b96179d38f94fb472c7b4070803bd71398eeab8 -size 28723 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_1.uasset deleted file mode 100644 index 369bb20c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b24a37a2b36c6d1fcc6a15f4baab5304eda609338450143ffe1db0b20ce4977e -size 30808 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_2.uasset deleted file mode 100644 index d76ab5a6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f108d833c7a36bb4adc6a5bcb5a2f19b154d2a461ba8e77ae911cd5610d3840 -size 27408 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_3.uasset deleted file mode 100644 index 67a450c2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a24f67542cc333762738a916ff23104429bf839fd18ad0b00c4a111492c34ad9 -size 28465 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_4.uasset deleted file mode 100644 index 1151c042..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96ed647c1859fbf833e2dd07b89d02c4b97b2865fdc046feed996c1af3b42058 -size 27778 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_5.uasset deleted file mode 100644 index 1867fd6f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:018a27d2673b76acd508b47cb1d6ea09fa022a711fa5b93cd8bab4ea39b65615 -size 27610 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_6.uasset deleted file mode 100644 index 9973379c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47043b839db954c547550c243e1d077e508a4bcbbad7f4311b95b600c9965a57 -size 27496 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_7.uasset deleted file mode 100644 index e70f2874..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2790105026f6498f06619e4e202991f15974e0d6d1a0b835dc3e761ce15616a7 -size 29926 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_8.uasset deleted file mode 100644 index 3adb08b1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7042c6e8d6ea8a7933dd0c9fc2da61947d26afeebd96bcf7704e20702062bee -size 27748 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_9.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_9.uasset deleted file mode 100644 index f2a8d393..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly02_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c718d5e4885ae8883ff20139317eeb01d78834ef48764befd8568cef5ef24b5 -size 27279 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_1.uasset deleted file mode 100644 index 67554763..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bfc789b98828d610774e5e0694c9aad5613dec0fe67e5c67028050a4bc9551a -size 28904 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_2.uasset deleted file mode 100644 index 83653181..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab014ef7f053ff5fc47307271a305137526255d8be138369bec277953cc40fa5 -size 28493 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_3.uasset deleted file mode 100644 index 317a500a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14a085814d4e3cc38a094789568738a63332ab49c40e59faa6730af44542d256 -size 28682 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_4.uasset deleted file mode 100644 index 2bc54964..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69a756f4adcabcbbb54dc8505a35edc59321826964b95d26c44a525c76cbdfd4 -size 28600 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_5.uasset deleted file mode 100644 index cfca8eb1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c68f8ca098eead4bf85a7e1cd8f5d510a7ee42e64a4db9f4591956def82ae91 -size 30529 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_6.uasset deleted file mode 100644 index 7612391e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01364004ca8e2dd6b0a1ee75a2c11791bc67b209fc489e222c84d28a9522bd47 -size 28554 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_7.uasset deleted file mode 100644 index 7f9ec3a7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d62a5ea472ab82dfc570d111aba68b99b8653611024b3e53d7ca40d56d218a3f -size 29616 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_8.uasset deleted file mode 100644 index e06d6112..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04bfaebdda0b201b1ff4726a0968a063bb70a5c51a13c6d30f2bc91a11eeed86 -size 29189 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_9.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_9.uasset deleted file mode 100644 index ee01511d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly03_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e55859ad030a12790dcd529ab3ca78950d866fb90d7044f0f54e178cfa74afb1 -size 30587 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_1.uasset deleted file mode 100644 index 17ce4f38..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b06907e3ffc94bc34b9f7bd53287db2e041e2496edbd461974b083a069553d28 -size 30479 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_2.uasset deleted file mode 100644 index 88a1bf34..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf337606be7f3a0afb2c814d4414a2a206d66f7bd1e9c288279b5346156ab8d2 -size 29674 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_3.uasset deleted file mode 100644 index 078e8886..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91581bc00f5976128e9d5d0cb5da5b25c1da9f01aa36ab14f671814e31cddae2 -size 28519 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_4.uasset deleted file mode 100644 index b0ffa781..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8680d035f65008c273856eacb5e7e33e860c815b7857c6ca84fd136368c0dc2c -size 30096 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_5.uasset deleted file mode 100644 index af8b734b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d53ec730e192ee77b0e0bbd016969f50ae6a2017abbd9565a158639b89359b81 -size 31718 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_6.uasset deleted file mode 100644 index 95b12558..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f662df6dfcb5abcb8efd349c36bcc07d3acc7fadf3a1cca043127214baee3764 -size 30688 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_7.uasset deleted file mode 100644 index 27273d38..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:187872c760301680bbf1b5e0569dc4c77cdccbc4767417a7a6f16296410b32e6 -size 30399 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_8.uasset deleted file mode 100644 index 6c63d951..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37801142dd387a656670781def50c934004269b339b87f98cc7e209fec991e3e -size 32286 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_9.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_9.uasset deleted file mode 100644 index ae69da52..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly04_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be8cfb6812fa65baedaf7fbcc0bf803d8b42b4357ad1623f47e3548510fae482 -size 30364 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_1.uasset deleted file mode 100644 index 11cf74bb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee257e4ac5d8c3ec42614481963eac664c9cdfcf2a3905a88667bd79bdcac5c6 -size 31362 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_2.uasset deleted file mode 100644 index ba673521..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5d2893de45446af93ac856e4eacd3d02f45b2b00574cf4cbd0cd861ab07b94c -size 30877 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_3.uasset deleted file mode 100644 index 146503e2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:526e06c85443d8464e5f37e09440632ccc7d87943bba66d278c36e1067159192 -size 30600 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_4.uasset deleted file mode 100644 index 287b98bf..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04f1017b04c52a9a55a3971f246545394967acd8d2b28569c5a7c1bb8b1a04a1 -size 30967 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_5.uasset deleted file mode 100644 index 09761ac5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09d820c6779f594b8d9b076b03eee88afb7b96bc7dad5d93ccd4f5338a299acf -size 30512 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_6.uasset deleted file mode 100644 index 511b089e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f42e54c057144f9b875c0f86499778bc3349c219fdb261ecdf052037f7a15a5 -size 32553 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_7.uasset deleted file mode 100644 index c5ae4366..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:535609d176701bce7fb15a612b6e25e9780cdee6bbc2092889a7f969dce38ff9 -size 31494 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_8.uasset deleted file mode 100644 index 1befcabd..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1f4d4e35803fbe2468ce394bb74f70dd0216ef91fd864fc69f6a9f4f2133f2a -size 31652 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_9.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_9.uasset deleted file mode 100644 index a477b68e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly05_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab4cfa7f8f59cc8c9cd32802df284c0e46af676428f62fdd0fe267d1fe053c59 -size 31957 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_1.uasset deleted file mode 100644 index f9ab3502..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:890f3e14b570d5ad69dd4f2585cfc8e4ff3479675d3c12b2637699b321aa25c4 -size 29825 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_2.uasset deleted file mode 100644 index d3fa868d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:129a07ae649dd8acbd3080d0884736178ba8d1af210a5ee9d521954ef163d993 -size 29114 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_3.uasset deleted file mode 100644 index c5d970fc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d787253cbfa285d851a5729f77a5b5d04dab9483066f0570120230dd31a42ae5 -size 29293 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_4.uasset deleted file mode 100644 index 7244be60..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bd48d9dd2cc915435f0905149aa2f0c0a04f3e1ed2e4746b2437842a7015963 -size 29966 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_5.uasset deleted file mode 100644 index 86f844da..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9487c8095afab2aace38ebef38a65350db33ea16ccd977abbb859f12c86b91c5 -size 32107 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_6.uasset deleted file mode 100644 index 6da5e668..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60e4871075cf029a2a96c86e646ac1e8c013e26fa7c5d39ebc8652c13263a824 -size 30507 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_7.uasset deleted file mode 100644 index 9c5f6bd3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34c6a55271286ac694ed8e02a5498558c2b40c5629d02214ae1ded4e51d4c974 -size 29511 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_8.uasset deleted file mode 100644 index 0dbd6300..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:192fd4196f61d78119d5bcfb64eab61474db48c55fe159aa68c4244e954e17b1 -size 30739 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_9.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_9.uasset deleted file mode 100644 index 867df446..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly06_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4da04704893064d1522306f25e046f6ff0253c821dc2f4f80f63bc4aaf93ee2d -size 31464 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_1.uasset deleted file mode 100644 index ca35a4b3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87f6c8bdbfae8e53e86f463f856b205a00ebcd7addf4176ddd54862ef84da89c -size 29047 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_2.uasset deleted file mode 100644 index c572c21c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6be0edaebb5a1caeeb78597a162f34486ccf45cea1d7fe794231deaa3dab3b7 -size 30651 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_3.uasset deleted file mode 100644 index 65729457..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dad27234377a04328403a80e2f50390a3f800562675596a96db3dbeb2110c86a -size 28621 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_4.uasset deleted file mode 100644 index 5b2ce314..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2549169114c799a39181aceb034254b1f2b82a2b933a9cce672ce029c91c4770 -size 28434 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_5.uasset deleted file mode 100644 index c4185b22..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:485c123f733c9c9327b52f7d7d5eea1cabe09c9ffbb514492d5316a688e427f1 -size 29973 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_6.uasset deleted file mode 100644 index 863767b2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb3ce92a2fd51a079a800d084b16d8fb6518ace907457a958ded242ea187566b -size 30961 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_7.uasset deleted file mode 100644 index b6b43222..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba6ac435a5db18c20ea21b7bb7bebc09046f051b380b50f33233036d2633b25a -size 29952 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_8.uasset deleted file mode 100644 index 93e99325..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:787185432479219edc0da9a92b8706f82eebb02a21b831d61c7479e6b700eaed -size 31583 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_9.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_9.uasset deleted file mode 100644 index 6bb7a39d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly07_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02693ad6847ce39f764a3692bc124f6b653fe940333799d4084a5ce53eccdad2 -size 29768 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_1.uasset deleted file mode 100644 index cdb04255..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbeffe6c84d992e187324688eb0a39598a63b0571c19bfab713a7c9a860dee4b -size 29288 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_2.uasset deleted file mode 100644 index bca64855..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d2d21044edb26bb087cfb1f067ce12875b42792ac364184192290489e2af680 -size 28481 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_3.uasset deleted file mode 100644 index 05efd337..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:313c8666df87dc39e7a1d1d8c3430c8ad9ba581b454597450fa42ad2a7329269 -size 27928 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_4.uasset deleted file mode 100644 index 38342b00..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d277f8564ee02a83e01d8f16ca8338b88bd0e249ca114705c6c145b2f0a2e83 -size 27915 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_5.uasset deleted file mode 100644 index 715c98c6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcede5fdc3bd6f77e4906546d8ec6a79477dacafb0c662e10a54dbf3146a1111 -size 27322 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_6.uasset deleted file mode 100644 index e522b1c1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:832462ae37337a01a28fca415519cf368dcfe9a8a79d00ddb870a3a5f67a3740 -size 27585 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_7.uasset deleted file mode 100644 index 970c7fb6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c2e5601048c59e76b4f36431e3776f705072faab3424c7a0604b4e99c24270b -size 27994 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_8.uasset deleted file mode 100644 index 166c28fb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66e70a5df4028197375492ed2b4e0c914d5fde6d450589f26e0bec248edd4dad -size 28476 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_9.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_9.uasset deleted file mode 100644 index f91ebd7e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly08_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:398ba2698d0dc19f2253185c150d741b762e0c99a3ef131ec455cd5fd405c1bf -size 27521 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_1.uasset deleted file mode 100644 index d50d60fb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ccfe3a7aef9710b5030b51af0f97007dc6201606ff61ac622f14badb5e8f7e7 -size 28813 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_2.uasset deleted file mode 100644 index db7373e1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec30dbcdcca5eb6dad971b5794f6433a1fbbfe81cbc29649237d71b944bfb91d -size 28847 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_3.uasset deleted file mode 100644 index d387792f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4424277dce2ba574b5f189a6dd1f049fe20009606b6a81ee834761f8196962dd -size 27046 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_4.uasset deleted file mode 100644 index b119df38..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ed186b405c151270adbbf8c3717d3b685302132664accf7a1a1c9acd5d66ff8 -size 29227 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_5.uasset deleted file mode 100644 index 971add63..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8939fded419870dbf1c0435c81ecb0ced30d0318640943e43e064d4ccde6bd60 -size 27884 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_6.uasset deleted file mode 100644 index 430d8a92..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a6b93d795e4aff0a01959e6ac1b6a4ff7fcebbac717537837e4fe3d154af86b -size 28746 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_7.uasset deleted file mode 100644 index 6dc4a922..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:283f27e285b02bf269c7ec4e1359762698d5cd2e6c6d56222142e6a7fc80c09d -size 27520 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_8.uasset deleted file mode 100644 index 159b274f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc7e5347acb0f9149d05f4b2b5de32cd921dbf3bbab0ab7bfa1c8669f9df93b0 -size 28032 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_9.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_9.uasset deleted file mode 100644 index df94fd9c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly09_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:801db857a161ef825c1545eb3eb4b702d99b680f0485f7fb0e061a7b850139e7 -size 28506 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_1.uasset deleted file mode 100644 index f074cf25..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e97d2a1a98a227bfa9e0bd145bad241ddff86ce81aaa7f8140bce3eaab0d5d2 -size 30195 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_2.uasset deleted file mode 100644 index 25f04852..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52197284938523a9c8bcda6ff0b5ce2232b941a72e4b41da1168412feebeaf32 -size 29792 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_3.uasset deleted file mode 100644 index b77f0b26..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cbf1a5cb70a21b29c08df38d0239a788566ff09da4079d25d61b167888e3d46 -size 30297 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_4.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_4.uasset deleted file mode 100644 index 06fd4348..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db658d1b87c57204426abb013048085d5d7ec03fa16c08ac733a98773b45819b -size 30033 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_5.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_5.uasset deleted file mode 100644 index 18397379..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4328c9a0c2d3f87615b49fc59102ce2ad0d668672aa0e0b282cb4c1c0a47818a -size 29548 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_6.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_6.uasset deleted file mode 100644 index 04cdd419..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99694ff35fe7373b6341e058467a069e9eeb4f8cf6c78d9f1740bb3d35fcaed2 -size 28998 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_7.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_7.uasset deleted file mode 100644 index 327572ca..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b388a0d6fe0dcb6245a864b66ac56cf74eb0a811d0d402f979c7a16c21c92ed2 -size 30939 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_8.uasset deleted file mode 100644 index ef56ba5f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b699db446d1a64af545d23d2f9d058e331dc959ef6559bb894a2aff9058e8043 -size 30075 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_9.uasset b/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_9.uasset deleted file mode 100644 index a6e7a53c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/M_fly10_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f23e54cd05bb2d54d6f03151f12bb63901e18aeaff745010c7a9bae73a3dceb -size 31396 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_Bullet_01.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_Bullet_01.uasset deleted file mode 100644 index 3bba666b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_Bullet_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fcb6152aa15342e642a7e9569a453100befd4a4eb125188077285dd7158934b -size 20228 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura.uasset deleted file mode 100644 index 95749fe5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34a595d3a6063eb1fa31e992d457f96ce8c3cb1b8d9f2b7fa8b6c5d5a06aac85 -size 25834 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_07.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_07.uasset deleted file mode 100644 index 343cf0f9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:270d082bc38995dd9626bb09831c5caa9d77b6fd8e9b22c66f834c0d6c8e86c9 -size 18696 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_07_en.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_07_en.uasset deleted file mode 100644 index 45121811..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_07_en.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a28eba75ba30a181090226583a15358f8996f5f44a59a2331abc7699868343c -size 23250 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_10.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_10.uasset deleted file mode 100644 index a517f8da..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44ef63cd6634e30b9d2ecd749d01f30780d83060833f705ffcc52609d6fe3fb9 -size 20779 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_21.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_21.uasset deleted file mode 100644 index de136d79..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_21.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4cdd23ccec1b14f77ddfdd1880108495098a672a599ff8a34a88f46cf98277d -size 28378 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_black_1.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_black_1.uasset deleted file mode 100644 index 01810e00..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_black_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26588d9f686f0311db4f8771e9b0a44c2f4d223fd6420a0f4ddb86d983ae7e13 -size 21908 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_botton03.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_botton03.uasset deleted file mode 100644 index 3cc7b268..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_botton03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad49f855b5fbe8370117f8ec61c9c83c553c48f64abca8b0135b6c47ecf64168 -size 18122 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_botton03_15.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_botton03_15.uasset deleted file mode 100644 index a06eda4c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_botton03_15.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ac8ef98a99b5569bf5a0029a09a6591a3ecdc1418b9e572c012f60f24486ff6 -size 18295 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_botton03_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_botton03_3.uasset deleted file mode 100644 index faff9816..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_botton03_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56b82b4c5fee57c81392b6b37bd07a1f1ce3279ab5f4b5cc330b9b5ab901c4cd -size 18893 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_bt01.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_bt01.uasset deleted file mode 100644 index 088def4d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Aura_bt01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2401bdb7217e714f19f075c19f6fa5c690f3bde7e47a713334ffea57995ba0dd -size 22732 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_11.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_11.uasset deleted file mode 100644 index 40f9a25b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f8a6fdc524f40183933c1f8ef8db617b162515d81f94562857d05c131b8760e -size 9965 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_8.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_8.uasset deleted file mode 100644 index a8c46780..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0270ee3c8c9fe3fc8c14a4c8d4e7c54f14ad013afd91573477265e507dfd8cf -size 9857 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly05_09.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly05_09.uasset deleted file mode 100644 index 9cbcbc0c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly05_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e64050c1046f491f135e4739b154b4a77bd9f389ac3e54de59b25277b87a0789 -size 9717 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly05_3.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly05_3.uasset deleted file mode 100644 index 61ea982c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly05_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5b2b2afc07787b79f8df770e61cc6753f047ca350a7088523ac8e5987d76620 -size 10100 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly06.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly06.uasset deleted file mode 100644 index 01a4c47d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecd2a1af65558310d30aadf4904bcbbd694f7a4fc0b76518170047008e5b2554 -size 11032 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly07.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly07.uasset deleted file mode 100644 index 971c3203..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e5f9234b84d1f06c7e88d2339ab58cc445991fe024fa18f834e81dc7cc90eee -size 10911 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly08.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly08.uasset deleted file mode 100644 index 04db03e3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_AS_fly08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e8eadc133d24f65f7bf09af9366a2871169f7e37e38012c124b125a23066cf9 -size 9804 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_fly07.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_fly07.uasset deleted file mode 100644 index 12d0da44..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_fly07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04515e205e9bc94735b9fbac710aab77ac706851fdb490b84c993d6b6eaf9c60 -size 9950 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_head_09.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_head_09.uasset deleted file mode 100644 index dc93247e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_head_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2403daddafbb41cd2485120a6748ff8f7a5e6b5a720e490eed5c6d86241d6a9e -size 10374 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_ring_04.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_ring_04.uasset deleted file mode 100644 index 9c205392..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_ring_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93b89be0a0d1b8aa94a26bafb1d7943e99e94f91148ac99a46ba55df4acebfb8 -size 23233 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_ring_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_ring_2.uasset deleted file mode 100644 index 74e0eae4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Glow_ring_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7f1bb07e71ead6bc183624dd0635328035fbbb2e1fc3ee8919dc80ee6619c6d -size 24928 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_TRAIL011.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_TRAIL011.uasset deleted file mode 100644 index e9346927..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_TRAIL011.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38e0ae9268f398ce403ca548dcbb30232fa59feda3eb06c4c1e6f558cf06aff1 -size 22140 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Tech_AS_fly07.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Tech_AS_fly07.uasset deleted file mode 100644 index a842a2e9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_Tech_AS_fly07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11dba765cbc776d727461b63c113153705083c3045886dc918ac4fda2bc46948 -size 9603 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_scifi.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_scifi.uasset deleted file mode 100644 index e5edb819..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_scifi.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2320f0be3ecb3433693c8aedbf9c8c25fc26b99e89b7bb4e31c9aaf275e166ea -size 13923 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_shape18.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_shape18.uasset deleted file mode 100644 index 2f09fa3b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_shape18.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c197a472f8718837250fe358c2202e9195825f235ca6ffe0c518547fb56d129 -size 20361 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_shape_15.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_shape_15.uasset deleted file mode 100644 index b8cf3e2c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_shape_15.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe3e0a22d946daf86c92abc21a259119b7c95a7fb8ee737af99da9072050e777 -size 17587 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_thunder.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_thunder.uasset deleted file mode 100644 index f75ea22c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_thunder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29af1ef55e95fee5596b2e2b017c9cdd0635058c78b70691dc8765935db46ec8 -size 11630 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_trail_tech.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_trail_tech.uasset deleted file mode 100644 index 73389d4b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_trail_tech.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b5053d180c40191cd0004e4a6a2b947504132d16e9be53c83603b953e36640b -size 21378 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_trail_tech_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_trail_tech_2.uasset deleted file mode 100644 index e2255196..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_trail_tech_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8172c07596873a39fd8db90a94f4c8e860c55cd4f54932f50e51db0f691dcf1e -size 22367 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_wwin_13.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_wwin_13.uasset deleted file mode 100644 index 5d54d2eb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_FX_wwin_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fd9024006eb301a2a6b2bd8335bc8716ecf13d1f47c00f383024c96335c6fa3 -size 18838 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_17.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_17.uasset deleted file mode 100644 index d6470807..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_17.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bf756c480c4cbe7ccfc9d92ddfd6760c92c220acdac5f4229d990067dd9a250 -size 26396 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_24.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_24.uasset deleted file mode 100644 index 7136b24b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_24.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08dafd23f7758b8d71e243128a268c6470f4286a7edaea0907ee74e1057a12b9 -size 29184 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_BT10.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_BT10.uasset deleted file mode 100644 index e2fd7d98..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_BT10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad3a94b15c866d20dff4406f25b1fa68b74769d476b919e6405b6287c41f1c9 -size 25885 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_bt02.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_bt02.uasset deleted file mode 100644 index 201522db..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_bt02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ab2daf92f4fbfef443a583c63779dbec96afae0534d5fd615545154a4695157 -size 25605 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_bt11.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_bt11.uasset deleted file mode 100644 index a7c8fc25..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_bt11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a76f219b7cf4c5517fa71a45bc70fa350ae6d6c5437e46799001c298a5dc4fde -size 25317 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_bt15.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_bt15.uasset deleted file mode 100644 index eefab229..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_bt15.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b568e8d282fb34d77783f1e23205be21b9e47010f4b3680a6dd554d9a4fd686a -size 25951 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_bt20.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_bt20.uasset deleted file mode 100644 index c276096d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_fire01_bt20.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18a1bcb32d936ccc931605e976472e9a0fd788b2a0333eb0bcce5aa98321fda8 -size 26432 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_hit_fly.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_hit_fly.uasset deleted file mode 100644 index 3efb43d4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_hit_fly.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d7e4442423cc8399647bf447666f0c717cc6bda9f611175b31024261c25c295 -size 20216 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_ring.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_ring.uasset deleted file mode 100644 index 5a6df246..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_ring.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4701be9df667081bfe8e7d5ea1b2858d8a3272945b06e2ff362296cbba0c7639 -size 26043 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly006.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly006.uasset deleted file mode 100644 index 649086cb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly006.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2448445276ea6cb57330e0a5debd12c73264513a4e9b5140f93b16488939c7d9 -size 17248 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly007.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly007.uasset deleted file mode 100644 index 3a94024a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly007.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7f45bb55e1600fbe456cf4c6b8e7502148a49dfc5b3aadf67b5d87a625db2e4 -size 15735 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly05_2.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly05_2.uasset deleted file mode 100644 index 3d1dd5c5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly05_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4f0d55e84a7f74e43221ad86522d5bb7384b7f6ccf1a654ad909c86137ad1a4 -size 14648 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly08_10.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly08_10.uasset deleted file mode 100644 index 226fc172..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly08_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c1d12543f4ba4657232dfeb19eb3ea5412700a2fd6fbff72e68206a897ca16d -size 15846 diff --git a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly10.uasset b/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly10.uasset deleted file mode 100644 index 8a522fa5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Materials/PublicMaterials/M_wave_fly10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7948d386164c9c78f82581ddaa9e62d83b3447f87962fc452147381e7b5f286d -size 16632 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/Aura.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/Aura.uasset deleted file mode 100644 index e21f7861..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/Aura.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:954098501cb4776d962ac748d236f775d519ae36ad2b534c9029e9a0136552fd -size 58719 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/M_Plane.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/M_Plane.uasset deleted file mode 100644 index 48ac6f3b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/M_Plane.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4670e5fb7cc11489bd21b19ec02cd381989d821306d4dcbdd46da7047d240f7b -size 16673 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/Ringtrail.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/Ringtrail.uasset deleted file mode 100644 index 34bc6bc4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/Ringtrail.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08767c52a7221a3baec7601ee2d7ffe61abc33243b39b5fc09f36872208ccb02 -size 36464 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_Botton20.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_Botton20.uasset deleted file mode 100644 index b612caa7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_Botton20.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56b68f50ced610cc365515d2038a64ac1a16c92ef63b9df0ba603b29d03cb626 -size 15576 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_Potton01.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_Potton01.uasset deleted file mode 100644 index e8f81882..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_Potton01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c95f836a06648e99991a4feade1fd33e69a384d8112e085f091898b82859699 -size 15626 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_burst_fly03.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_burst_fly03.uasset deleted file mode 100644 index 6ff85da3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_burst_fly03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb05768bbb76c7ded5e449d7a9d62366d29a58dce8f517cfc246b24fd14f3304 -size 19773 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_cylinder_fire.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_cylinder_fire.uasset deleted file mode 100644 index b480c0fd..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_cylinder_fire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b680a46f86fcc5bf575d67ffe0231ed485efd4eb0b8094697d058cc9edf25d93 -size 19744 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_cylinder_twwist.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_cylinder_twwist.uasset deleted file mode 100644 index 1397ec1a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_cylinder_twwist.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ee62e1b2058d216a0b7a1f552d12f6e7a8ce556824822d55e6c33e56c8bb7e3 -size 35457 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_enegy.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_enegy.uasset deleted file mode 100644 index 2d7060e7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_enegy.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2ffe7446604c3c4d64354c2c7c62f3d37b43bae42e48f32e6fa321055434f94 -size 65056 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_plane_shape.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_plane_shape.uasset deleted file mode 100644 index d4f759e4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_plane_shape.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91f6f84ea6f73eda0e352049e478a1f2c4ab1e88b2855253c3b42b7a86a7da7a -size 15347 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_polygon.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_polygon.uasset deleted file mode 100644 index a6def773..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_polygon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b278d88a4c76441679082707bd3bf729202b52037d67cbc0e450ea2c09f15e3 -size 16074 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_ring.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_ring.uasset deleted file mode 100644 index 38c8e0f2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_ring.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ff801e931393a15c2fac76cceedcc5728f7711ba8f0445571110760cde86ca5 -size 274379 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_shape12.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_shape12.uasset deleted file mode 100644 index a1aa52b7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_shape12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93b664bbdb43cc808b7c6233545cee0ebdd77070c6015dddabb9d3bdab0d7a78 -size 24784 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_shape15.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_shape15.uasset deleted file mode 100644 index b0c09b31..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_shape15.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a5a04c3ed0f66b205a7cee60724743a15a2d2cd79e68f6af0628792b47ff0a3 -size 26602 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_wave.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_wave.uasset deleted file mode 100644 index 1c46eb57..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/SM_FX_wave.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e04ad8cb4fc9be87c9139c08e5ce0b9f7248145cc6131e4965a75689edfa30c2 -size 18049 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/SM_Fx_CylinderWindLine004_13.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/SM_Fx_CylinderWindLine004_13.uasset deleted file mode 100644 index dba9c28a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/SM_Fx_CylinderWindLine004_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b396c131b3e7e37a528e17f98c72be9f055a46ce8de298983395e200a33136ab -size 20656 diff --git a/hwanyoung2/Content/KTP_Effect/Mesh/line.uasset b/hwanyoung2/Content/KTP_Effect/Mesh/line.uasset deleted file mode 100644 index 623d3c32..00000000 --- a/hwanyoung2/Content/KTP_Effect/Mesh/line.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a567117a38d9e2e11001007ad6a889d2629f8360ef1288cdb96e88622143e02a -size 42282 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-01.uasset deleted file mode 100644 index 97e77a7d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe1694988ed629ded35ec7f72800574d8184ddad0d031d58da5983ab13ce3af5 -size 5925733 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-02.uasset deleted file mode 100644 index e0d3b151..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb6329ccbfb5514f6243d502e9071ae5d1cddfb1792be451f291fc46e7894cc2 -size 5918188 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-03.uasset deleted file mode 100644 index 47dcc27d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d00831176dede95afd16d5b5ead6048cea80d2e00e364c1ce0b840bbd21a4926 -size 5869279 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-04.uasset deleted file mode 100644 index f17f7ded..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c747953382353b46333722122e7b1a92601629482d8405cbfd323d4450dc75a2 -size 5911510 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-05.uasset deleted file mode 100644 index e62626e1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ce44676f66b4b37b28f5cc7d430db75df0b8db5ba411509d14089d613d3da97 -size 5894016 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-06.uasset deleted file mode 100644 index 9f22530e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e509395cd803c44b4fac9bfebf4272caccfe8edd25635a62073deaaadff7ee49 -size 5924236 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-07.uasset deleted file mode 100644 index 3e993aed..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:846f153287e31e0b2cc0e8acd471754ed0c36d6a7d4ee638280550f5a4181be6 -size 5894451 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-08.uasset deleted file mode 100644 index 6415317f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom01-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b281e982b433a758a6d420fbcc91f04508bcb59c13a2b55695554d6c1c06ab6 -size 5918084 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-01.uasset deleted file mode 100644 index 816130e5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34fc5ec6c27e0486b06169b7feee99969a565f611fef14ff735c75b979f530a1 -size 8275019 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-02.uasset deleted file mode 100644 index 8bce5fcd..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62c3429692cba65873ed13461c51d05ccc44e5b801cb50f4200ff775c5ac0559 -size 7559355 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-03.uasset deleted file mode 100644 index ade14ee9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c77dda655907323eabc2e7c26ed030d0349dee10787df13344b5031e2b25855 -size 7492769 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-04.uasset deleted file mode 100644 index bceab580..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:879552ff9e06d7566208f03dcd73cb7d81714ed28579dea72b2a7f08108cfc85 -size 7609694 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-05.uasset deleted file mode 100644 index 6725e570..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7638deafab56f48163515758ed63ee0c74b61ba2917accf56d35d47c455dd0ab -size 8349423 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-06.uasset deleted file mode 100644 index 9f45fc20..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c4c9e4fee75cfb8e91468cdcd75ede5d6917ac8f4eb772913c02fe76397fbdd -size 7625372 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-07.uasset deleted file mode 100644 index 3ca872bf..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:381b5a13440f966d2974ce148f9a04e08eb5486b220416ff2ae1390c8d3ef6b5 -size 7598246 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-08.uasset deleted file mode 100644 index 20ae1d0e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom02-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c14a49e385743fb3663a48ccf28cfac970567c47fd43ec54b61866f87bc906bd -size 7577803 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-01.uasset deleted file mode 100644 index 063b0ca8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa19a325b03059667185ff382301e9c5b5100e2fde81c6d7990e7b706f0a74a4 -size 6074934 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-02.uasset deleted file mode 100644 index 3dfe2db5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:614dbb73f255cbc1d2a703f4ef4afdc4395742a5721ace29304044a2e5415cee -size 6067808 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-03.uasset deleted file mode 100644 index 5069da90..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5af34e0afd43e7f208556119bef911c4970272fcac3f323642fce60126abf85 -size 6070604 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-04.uasset deleted file mode 100644 index e70e0845..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:587ec0611a9e89be1e8f1bd5658b0eec3825b1be7a223b241988631f04a2f80a -size 6052748 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-05.uasset deleted file mode 100644 index 79abbee0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bbc49eaf91e57ae310aeb4ea8d375badfffee19b5d666d633ea6dae90fcae9b -size 6110960 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-06.uasset deleted file mode 100644 index 1abde628..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8acf2c9937dfc28b07e137c506a916c3a3ae0051458974ae0365ed8072939a58 -size 6018418 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-07.uasset deleted file mode 100644 index b5d178a4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7acde31c0bf95ce5c1ffdb0043524f420477ea900f49590b29b4df9d00b966a9 -size 6016485 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-08.uasset deleted file mode 100644 index 933cd515..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom03-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:582a5da485e22ed040ce78e8eb13d8e781cab2a6484f98ae84c28dcb3e479c03 -size 6058077 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-01.uasset deleted file mode 100644 index 9ba9ee6b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29b2e1094129030fe14537b7dc81ed9f63ad4a486e7fe848b8536b1e8c072a3e -size 5627869 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-02.uasset deleted file mode 100644 index c682b9b9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b30e9bdaf53f602fe4ac9572b629dda8be3c8e1ed1300a0e0ae2fdb3266fe98 -size 5627568 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-03.uasset deleted file mode 100644 index 682d2c71..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ab4e6be510b130521f8bb8ef2b216fb5d56499210c94261f871c8397549d174 -size 5520782 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-04.uasset deleted file mode 100644 index fff1bcbb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1cdff4c736a918b02785eb00b472b4e9c30c25213dfd5f9a4a97437f23d9f36 -size 5529168 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-05.uasset deleted file mode 100644 index 4f77c3d3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c800f7fe708a8cf37d47add8464249a565dc1f15e1d978b162946bb8a6333fd -size 5586271 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-06.uasset deleted file mode 100644 index 92885542..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e88083ee1ed96a31c4aa926aeea411c2eeba84e2fe9d2c5fd020942d5dd00204 -size 5558739 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-07.uasset deleted file mode 100644 index c2d25221..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbe09221b5dd3b5c478fd8695d2c61e7900c7bc38176920d7cdf724d4bcf1737 -size 5615706 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-08.uasset deleted file mode 100644 index 82447a68..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom04-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24ff8379fa55e46e2dbdb4a7e68347ea8e0008bdfdaadd80061a4f935f0a2730 -size 5683599 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-01.uasset deleted file mode 100644 index 93ab3fb8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa5f0120facae1d77639479354d29496f319bfe5ebbcf92998c216d1cd629310 -size 5344427 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-02.uasset deleted file mode 100644 index 6641a9b1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c222a1f01ea29f4d67858c3b96354b3dbc5a37dfb2ed334a7df294986e28ac8 -size 5344270 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-03.uasset deleted file mode 100644 index 69b3453f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee3277307748c867c722af868219dc02d7bc2f13475f344beead7b1dcc308fbb -size 5443912 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-04.uasset deleted file mode 100644 index 6d413620..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:006599e538bf3810d71aa3ef2be120ec5319a0d0a1070fd452dfad2871562257 -size 5420197 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-05.uasset deleted file mode 100644 index 1fe1efe1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:530edb126030c834256ec3bcd3b0231f76a484e9575c09909e43dc6317134525 -size 5406174 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-06.uasset deleted file mode 100644 index 16c113cc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d827beb00efc6a9961ac713b5f4f73ffa3151e207a2344234e9cbcb7b02fd4f5 -size 5475503 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-07.uasset deleted file mode 100644 index 066efc00..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5130105f540a5d0a46bea3627eec5083201ee5a5527a8a1923fe64a5162f63af -size 5490618 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-08.uasset deleted file mode 100644 index f3bf32a1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom05-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d367899640b73a199b66b428230a02109da7f716131bcf2971082450260adac -size 5530572 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-01.uasset deleted file mode 100644 index b04e0057..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0b5380c0bbbab3e3d44cfc7d72fffb853513f29b80835e55352587117b32a77 -size 8169686 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-02.uasset deleted file mode 100644 index 34b91d61..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94c0834a486489915c27b0e33967a1cc2bb40297647dd734073a7e6f215e6d7d -size 8169686 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-03.uasset deleted file mode 100644 index 1ee610df..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26e56210693e28e24dd8e7bccebb8504a34d1d439ca97ceb769e7f60fc4c71e9 -size 8287466 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-04.uasset deleted file mode 100644 index f7a5c332..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebdb125c028d30d1906389ce46b638111b1df4726b455e5379f64e7d022d8e1f -size 8169686 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-05.uasset deleted file mode 100644 index f3758ffe..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5632f349b05aa732b47af40e69ed41660aa50c0b35f1da273bacf65579405f1 -size 8343153 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-06.uasset deleted file mode 100644 index b28b586b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dcb3422691972188dc988987e0dc54a69b389214ac0be6f6b4e150fb828cab7 -size 8284767 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-07.uasset deleted file mode 100644 index 71226b78..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37c35dadba98b80e94d46e4a6c1ece8df47db33b0bd1af3e3e6d0c79981906c3 -size 8264887 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-08.uasset deleted file mode 100644 index d49eb017..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom06-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de09dd394de500fe38dd27604cf8a402e05b1033a7bf4a026e740e2989d53e9f -size 8303527 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-01.uasset deleted file mode 100644 index 7d5c3b9e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22fac4a951027e662ccda83842b4c5b08246db42aed844f45ebd03220158a7a0 -size 5454683 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-02.uasset deleted file mode 100644 index 62388448..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e698b0f76691b0863efd12525f7cae4c2a651bf559cdeee33f4dba9c35b59d9 -size 5446613 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-03.uasset deleted file mode 100644 index 9ee90231..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e67353b980fa1119d93afd8199f9178aed039ea9258186db2d9494f3b470495 -size 5456972 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-04.uasset deleted file mode 100644 index 04cf13fc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b46a3f950ed2f72b8e995db71ea53ca18cd0717c2412561a5d5730d52d4268d6 -size 5458890 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-05.uasset deleted file mode 100644 index 7977eedd..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a04db0ac71853a558f6d83ec09b3b0e06378ae7b8e9b8c6b3ffcdc49a4756db8 -size 5386111 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-06.uasset deleted file mode 100644 index 8981be6b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad8b1103c6cf122bdfe3fd9c303bfb3f03febfe9a4cf588f5e1975d863478d35 -size 5394955 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-07.uasset deleted file mode 100644 index 3d62586a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:725f62d3c8cfbb07be6ddd4ce3b3e7e3c541dc59d5ff2fade524f6b142fbb9f3 -size 5390186 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-08.uasset deleted file mode 100644 index 6c69cdce..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom07-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:530a395b4451d2827a73c1220f109ce197c82c142dbb6e8eca15d541821fac55 -size 5487223 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-01.uasset deleted file mode 100644 index 9105502b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6806fa6be42d5062572c7f4fbe6f67f7c7d31293f0888fc97c121bc2c53a3502 -size 8252083 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-02.uasset deleted file mode 100644 index 9e565370..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:491387248beb40e3ffa1be51e4c60c3f5027b3ee4237d042dafd9efac403b55d -size 8170092 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-03.uasset deleted file mode 100644 index 39364e48..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de221159bbc5d3b0611c979b46ecb35d3cc212755cb2cf5b46bac46247fc270e -size 8182204 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-04.uasset deleted file mode 100644 index 83a773a2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e18006a722cd930fe0f54d3a005706789e3c3a6c608bf69f2f786f1353ff02f -size 8236765 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-05.uasset deleted file mode 100644 index 158c8b1f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:960e810dc0d49150c1fb805e625487d3cc0997cc2fb9891e7cdba88a3b930a8a -size 8315087 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-06.uasset deleted file mode 100644 index 361e92cd..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cecdef96cdbcc7ecfd7b8f66c178099c531f904a12de3ecfaa50bcd61129ce9c -size 8268351 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-07.uasset deleted file mode 100644 index cde90e9d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dec6449b3d9cf6521b02289b02ec6aeec45add92a38bf6f2b5678b625939e12 -size 8215744 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-08.uasset deleted file mode 100644 index 676ebbd5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom08-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3504aceb6de4d1e315247f78fb1459a1eba270bf6b6ac45a1721a61078d43fbc -size 8311682 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-01.uasset deleted file mode 100644 index 516e0ff8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d83a33603043d639f24335a376903f513c6b48c8a26a210dc2e14a3575e2b144 -size 5446128 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-02.uasset deleted file mode 100644 index fe5c12a6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:825ec1315bd7c91b7b13f615a736244c9e368736c34c385cae0e822a8aa0e386 -size 5419021 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-03.uasset deleted file mode 100644 index 3c4a96e2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b91d3b8975507742b4d5f19e9082f6fe82979e8775f125545c67418ced6e685 -size 5467510 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-04.uasset deleted file mode 100644 index d16f6b2d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a82bc8851fc213d85804369d2c75960c2f71d0ffa307e3307feb0b6bc852e03 -size 5420758 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-05.uasset deleted file mode 100644 index 8c3c81d4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e511b2a3b35f399f1a406883e8f88cc6a8550c5c154026c266b6d7904bb81aeb -size 5513074 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-06.uasset deleted file mode 100644 index b4fcd836..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57338c51c574eeedce26723a9154e3337e4e5ac4dd28f1b85bb735d78ab28c38 -size 5468425 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-07.uasset deleted file mode 100644 index f59c8369..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0137fd435aba04973244d3ed5f407e6807df9ad8db79b9ad8418e4b117fa7366 -size 5446128 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-08.uasset deleted file mode 100644 index c11eea33..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom09-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed1cb6a79c4ef5355a7d6217c3da2e2704cb126b75ae5d254663ad9b873e3cda -size 5425886 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-01.uasset deleted file mode 100644 index b279dea3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:382746a460c4c124c87cbd01fd853f2afbdd5c0e946e52a32bda9c1e5f99b795 -size 5959266 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-02.uasset deleted file mode 100644 index 66e9ac92..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df4db55014d8bbf601932f6b1c6a2148e48c08aafbea78fb1e6e57e06936f40a -size 5881146 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-03.uasset deleted file mode 100644 index 2f692f5a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ce2923ed2cc86715e48fefb489ca74e83ec551c3381e8608a20e28aa4457d60 -size 5960120 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-04.uasset deleted file mode 100644 index 1f97c206..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2c90b990ad3c05abf39f4786d8ce07b42e815cffe38a11101efced7c483b520 -size 5794376 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-05.uasset deleted file mode 100644 index 6c0ac21c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c28c7c84ae9f6c3cb1be9287a885e8e7870a2c2036906d2ebcd670f31c72eea9 -size 5835010 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-06.uasset deleted file mode 100644 index 755115bc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71d65663683b2dfef0226e54dd77bb3e8d782e9b29859b9dd4a75f867b200d4d -size 5917655 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-07.uasset deleted file mode 100644 index 5fb78cad..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4a9f6644b64c1024baeada7e944ac0544f13ba91c4c87e2745934a01d7ba7eb -size 5812872 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-08.uasset deleted file mode 100644 index 85f6e894..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom10-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:201db4cecd6691f9c888615d9ece0d2079375a972574f2ebc4673248551cf97c -size 5909401 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-01.uasset deleted file mode 100644 index 38ee357b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00b2f74880a4c4823e7a8867b71ce8bb99148d186666ec16e14cdc768c20e5d1 -size 7521527 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-02.uasset deleted file mode 100644 index b417db10..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:829a0387b08be45194a83266b027a4961950867c1dc6b44a542ca1a1ecbfafd4 -size 7559858 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-03.uasset deleted file mode 100644 index 4f6296b9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d01993af9f3ab49248234dc2c8432f7722ab21087b59ad23ceb628105b4e163 -size 7552008 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-04.uasset deleted file mode 100644 index 9acd3c20..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be63549a25ad9ef16c004b960f3193199cb2e5f1be8b53b79918a93c8e442f5b -size 7539774 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-05.uasset deleted file mode 100644 index 81593b58..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9f780aad8e9e45a8a0c284397edee86d61708c2daf5dce13c40f4b1a10ccca7 -size 7582784 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-06.uasset deleted file mode 100644 index 546057a5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bc8c83a043782267721ce4c654ae757a930c32c18ce326caec7476a23654362 -size 7521828 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-07.uasset deleted file mode 100644 index 23ccbc88..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:240c021dedf5bd631bbf8d769cbce4888837ce5db598fb8fe666dd63cd7a6b94 -size 7568273 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-08.uasset deleted file mode 100644 index ef5206be..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom11-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0d09312a08bd8ef13c28d7b06820d589d05ba414b61db0dc743f825bda6bf68 -size 7537103 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-01.uasset deleted file mode 100644 index 43566001..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ec149ff19657a7b01a6f3ec231758d81c774fcdb2ae3a4f3bef34303700741c -size 7571268 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-02.uasset deleted file mode 100644 index 3d793849..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d7b9a1e84f0cec9e2a15466e26a323d374f367f4139d6089321d46b4f3a2c60 -size 7507767 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-03.uasset deleted file mode 100644 index e5e0cf00..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc9fca9dc60e260915df3a849ee25734aee825d992c8b9c0f08f94013a1240fd -size 7467885 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-04.uasset deleted file mode 100644 index c78dcbfc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a1813cb8b89737ecdb6b1ce8b98f8f295b1feb0dc725f39aec9ab84e617c35d -size 7555672 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-05.uasset deleted file mode 100644 index 125d2211..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a90dd9c182ba8370a2c88178e5a24f11465ab25e0a736cd77a42157c8b47d8a4 -size 7479701 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-06.uasset deleted file mode 100644 index c790dfd5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd3e8fae8c1b8892a1cd1f194bf3cdad256882444da326f6fdae4ce258c396ea -size 7600181 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-07.uasset deleted file mode 100644 index 35df9b9a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:001b3d1cb84d9391b68d01fe30006006da14b63d10c1b55820762fd1c1b2871f -size 7567791 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-08.uasset deleted file mode 100644 index 7d8f0ba8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom12-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c395bc8f64147ffc52f86a70a6d9577f5a0de843c2d0423ce219a8d78594e0d0 -size 7570807 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-01.uasset deleted file mode 100644 index 3cdbfb5a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef725b8a28026722d01aff7bba90018083db4317db96a38d625ddfd421a0ea9d -size 5395415 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-02.uasset deleted file mode 100644 index 1f611323..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:724d14f5e67bbe03448a0f011af0ab85eefef58eddaa4efb1286e140c61d0599 -size 5296031 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-03.uasset deleted file mode 100644 index 798093de..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c083c37bce143a03e83963f522a38597ba9a303028cd11bb1ece33c125063de9 -size 5293031 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-04.uasset deleted file mode 100644 index fb4c02e0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8d560870ca90146e7fb097a06ce7fc5bdf28f0e22f557eb7a5568210326640d -size 5394037 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-05.uasset deleted file mode 100644 index ea69bb9d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6ef06c6d685284a0dc8d7a7ea37720c482187e72da8bb1516fb3cce355fc20b -size 5359355 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-06.uasset deleted file mode 100644 index 5f399099..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:226c53efc4e4848979c9e109ad8a5c4b208402ff7c30899f6683c888e15e7923 -size 5404048 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-07.uasset deleted file mode 100644 index e52d0fee..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0841bb8fc85539577e7436f1e7ee355851e32518ad7874fe4c057fb31db373d7 -size 5308299 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-08.uasset deleted file mode 100644 index e01c9bb0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom13-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9100a77cc888c6356f8b17b7f181bfa75ac8dd284af86658e37fdc8a215dcb67 -size 5306327 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-01.uasset deleted file mode 100644 index 9df7a9e2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5a1b4b62017251f298877bac74af16452bdeaba0911ca9f2daecfb7a30a818e -size 8450762 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-02.uasset deleted file mode 100644 index 67235867..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d654c3ca662d21374b74c9007803ceb15538e698e2844f3cf9ae67340ee728d -size 8437333 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-03.uasset deleted file mode 100644 index b5bb9122..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c434df3f0fa8e7233c4b1fc960d2be0f58cc981835fe7f2c56a63c8e5e5ee23f -size 8500911 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-04.uasset deleted file mode 100644 index d0f39fb9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e42901bf05cfd8721719d00e36e94c41b980213b3d8721eeef318f2bcf85cc6 -size 8466430 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-05.uasset deleted file mode 100644 index e0fdeb2d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd5f097158c434f019c19412728c1fb8da5326b7689d4e566cd34ddcdbfef729 -size 8514228 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-06.uasset deleted file mode 100644 index 3755cebc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dc2466c875d0824431b6504c5ebefc27e618b8291fb9a7549615e4ac3be7e3f -size 8588177 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-07.uasset deleted file mode 100644 index 15916d6b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14483495abea0485e713e3dfce3894989af7c34f6d8ce8fdbf893082bb287a78 -size 8597401 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-08.uasset deleted file mode 100644 index 75c1b030..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom14-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b3212389c1ebe3a373e2928fed291058cf5a335e336e13b63e2ad16529b115a -size 8432840 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-01.uasset deleted file mode 100644 index 909650f2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79148bd72e7ec152c7eff9e1c241b4632ae816703dbd851cc82a4320b1b29e82 -size 6741012 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-02.uasset deleted file mode 100644 index f59f1b90..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03c71d624e920313784fd4792ede6b4e4e774907cc8498260accda02fec804c9 -size 6743165 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-03.uasset deleted file mode 100644 index 1daa07d1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42fd39aebe92ffdac10f04342ef915addd02e0af72e37b7479359625c150e473 -size 6700784 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-04.uasset deleted file mode 100644 index c48c9406..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39c70e65b7da801dee2833efa1db5f8eedad016256f7f9a9d621576884d53b7e -size 6775058 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-05.uasset deleted file mode 100644 index dd2ee4e7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d400253ae6772f5239bdf83d9ed9292517c6ba1c46951d67c182efcd48a4d7d5 -size 6817540 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-06.uasset deleted file mode 100644 index cdd8d6ac..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfb4cf1d35edca7f1f8dec667fdddeeee247619a56eb67ed82731f69c261a1ff -size 6802430 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-07.uasset deleted file mode 100644 index c08c6042..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6525a26e52622090e944d4dab04773bb895588f695935ee5cc63f6c104798d5c -size 6624493 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-08.uasset deleted file mode 100644 index 67d46bc2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom15-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d261efcca835f6a884f58ebe354c3de323ae9beeddf832b41add2da3533c1c52 -size 6734009 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-01.uasset deleted file mode 100644 index c22b0057..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e244dc6319d54c753473508dadd6d6b9baf24a8274c8fcc2d19a32ca9a6d18af -size 7561026 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-02.uasset deleted file mode 100644 index f80b5aaa..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a21a5f2cd29c650602c5d05da1fb064c3a4f911ebb91ebad41ea34c389a6f20a -size 7520531 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-03.uasset deleted file mode 100644 index fb4f0f73..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b63b1ae8665db6a85027a35e56ef1c17662cbed1ed0485afe15abb7b74ef6f43 -size 7585841 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-04.uasset deleted file mode 100644 index 2727c0b5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c07c9dc21e37b8469f45cb9de7bebc5b59b1327906c9b51d45f63b0be36540c2 -size 7561286 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-05.uasset deleted file mode 100644 index d612365b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48ea370efd5486cebb1c03284c10a032310e6e67436c807344eb39c1ad44cd10 -size 7622748 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-06.uasset deleted file mode 100644 index 10f01e6e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:339829515e2ce19c06cc673a9be7a00958afa4fa560e4fcc271c18cfe2b7f6bc -size 7583532 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-07.uasset deleted file mode 100644 index 2eab4780..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9e2ce071a303d7be94b46fa492762acabf284df61da2ac36dcb5534cc264bf5 -size 7559715 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-08.uasset deleted file mode 100644 index e3c2d902..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom16-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fcafbde4fbde8777dc6069b3dc3dac9226e6308e3f3e380c5f6538bacac2fcc -size 7557836 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-01.uasset deleted file mode 100644 index 7bc36683..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac071b434d97d9c3b80b88b91ab81360cac6a6604e911b5b969c79ef26252c98 -size 5466092 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-02.uasset deleted file mode 100644 index fc926ec3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df82e63f2c611e76fa5279f62bed1dacff67acf99ddafd59ef09f1d2e04921f9 -size 5466092 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-03.uasset deleted file mode 100644 index e188144f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af3ba53a5ad547e846b768fa972785761dd5a0cb964878dd9664c856e7a889d9 -size 5399680 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-04.uasset deleted file mode 100644 index b8dff371..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c4056ccff5df15edfdc242a7a84cc049a2e5d2253e2c50420cffadaaebaf458 -size 5395642 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-05.uasset deleted file mode 100644 index 132d0b4e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1db21628cb36329e24d0d337084b4ff37612e3591e2cd5624ee379ed5a226a99 -size 5420022 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-06.uasset deleted file mode 100644 index 702ef56e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7200d6685421494353035671e39be89a9d5164bbe139617e326e76c0cc371e46 -size 5442002 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-07.uasset deleted file mode 100644 index 420f937d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d295f612709c9c19f113247c76d1e9cd82d716c7fa57ac236ad17d744d2a0c74 -size 5453760 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-08.uasset deleted file mode 100644 index 86683fee..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom17-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfcb5e2dbe5c24f04175ffc6a0a7bf3cf961f9dd61c9f13af1cb027687cfeee1 -size 5401005 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-01.uasset deleted file mode 100644 index 6296e8ce..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e836fb1a6837c7716bf48c26fdd0b8c8e570351287a76bd56f598db53570775 -size 7062525 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-02.uasset deleted file mode 100644 index 3a494666..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4197fc535768347dcd476021ac0acab76c02a5b443f59841edc8951a23aa3e54 -size 7009908 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-03.uasset deleted file mode 100644 index a353d42e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7ca92a5f6cdbe5721c0cfc4ef7175c2d3f5bf8cf92b66acea0f67144f65d267 -size 6953994 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-04.uasset deleted file mode 100644 index 451277b5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9bd566935c58de3e368ca4fc9511a61c6d2d628797767ba65c39e1f9952c292 -size 7071688 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-05.uasset deleted file mode 100644 index 44ec6e6c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb5f165330705abf6290b5186e7bbda21f3ebc3125603f58ccb7dc593f3d8c94 -size 7051021 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-06.uasset deleted file mode 100644 index 0db3ac66..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f6a16ede903917cb36b04fa528818d7d354fa95a20f597871e0e08ff2220076 -size 6932529 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-07.uasset deleted file mode 100644 index 93e93e54..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6f4d5ad8833b72304dcfc6ddf3f82438dbe824568316628059244bd56b6cc09 -size 7102819 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-08.uasset deleted file mode 100644 index e245d605..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom18-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5cc7b0d7aa7956d16a667e9bd11fa3cd7af6c5a85e54ecf0cdd0beaac27dfcc -size 7078977 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-01.uasset deleted file mode 100644 index 0cd4197f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be91efa258bba313aaf936dc659517b10149937c5467426473561d3d9d87bb33 -size 6140119 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-02.uasset deleted file mode 100644 index d196a3fa..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f718d6d9bc4972e9a61310b824c1840aff1b143dabbc7fe55808a853bd11c57 -size 6113933 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-03.uasset deleted file mode 100644 index b2dbae10..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b48232001d20fa13d4aedca9c97b5d84de8a3c5c50408c29c90e86e684b4a951 -size 6091577 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-04.uasset deleted file mode 100644 index 52220305..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6febb25b1c3c4e6161931014f2cfe4adbca002da40d1a0064424eeab94285071 -size 6119273 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-05.uasset deleted file mode 100644 index d927cc43..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4de14326fb9f10e275e3c41eb700262aa6c691600dff3c6a8b591abc779500f6 -size 6087825 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-06.uasset deleted file mode 100644 index 54714cd1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:890435ce473644497320dc1ad9584c892a54a19ad9510605dac6aff3ad39bfed -size 6121345 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-07.uasset deleted file mode 100644 index 8597e688..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a71226409fb0bf273b7defac5f83f525c4488191dffb02e46947f55818eab453 -size 6105921 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-08.uasset deleted file mode 100644 index 49fba8fb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom19-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49632744d85939a7e564572bdb5ec41e42204627a91bb398a5474e6cc8a34524 -size 6127177 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-01.uasset deleted file mode 100644 index b5081fc9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3eae28c78496d6dda39e8e1503327bb020ffb8a3a97f98cb158cfd77c2a06e07 -size 8171303 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-02.uasset deleted file mode 100644 index 28934f85..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f77ad11ebbc2471a173ee93d320c885d5438e9a71a1192396dbe8e931d1aa003 -size 8171303 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-03.uasset deleted file mode 100644 index a92e052e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf5eb56c9a57b3afe5c9b2f72b10bde0eee2b13584792bd36aed75592d7fb12f -size 8171303 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-04.uasset deleted file mode 100644 index be8129b1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23fbc6ce789448e883e789281e0bfd65f1161b94f71b46853d4fb4f8db89fb8e -size 8171303 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-05.uasset deleted file mode 100644 index ffc61449..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bebc5d0158289945aad1fa78756d64053146c65cad83e9c27e0e3f741262535c -size 8171303 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-06.uasset deleted file mode 100644 index cda86a2a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bf305fd571051dceaf4973f79d5769a995f0458adfba705fc7ab9ada39642a2 -size 8171303 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-07.uasset deleted file mode 100644 index 1474bd77..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:194a58c6690505a17b4dad781498d000f02f1221fabe25364974bd8369565625 -size 8171303 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-08.uasset deleted file mode 100644 index b0bed418..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Bottom/Bottom20-08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:691e8a3c37bb85ee4e3e94a073e08bf666f57622f1cb0b69076a06c14f1afab2 -size 8171303 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_01.uasset deleted file mode 100644 index dbb46bea..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6c4c02b10e93d4718ad443cba062c94e72826eb63c044730d5b38531b567322 -size 4439039 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_02.uasset deleted file mode 100644 index b1deb83b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b29d33ae165a4f7974302f7c18288962eddbe9028e78e171600c8e1c1db810e8 -size 5462370 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_03.uasset deleted file mode 100644 index 2cbf1f09..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a855e010b4615f7e8c58205cfc672c7c934c02129ce90c7a53fa88bc3ceb22d6 -size 5524624 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_04.uasset deleted file mode 100644 index 8c682d85..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f161c39e6d1e3aabd0ec1dc48056a4d0bfa45af84fc778ff815796907c942b3 -size 5558607 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_05.uasset deleted file mode 100644 index 5920ff1d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83def25dd5d97fb798d7f2d20f10bcbb835d1d2f8a362d98cbd9d6f98cfcb233 -size 5524619 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_06.uasset deleted file mode 100644 index 9af5788d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb9bd8a991f9eec09b463d424cc45d8c93f69416eba36af492fc4fbe595a1b55 -size 5525197 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_07.uasset deleted file mode 100644 index 4f730c6b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aa415ac8a147dc2cb5e1215930b9d9dfcc99fe9b606e3c09c86206fe029f5e1 -size 5559687 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_08.uasset deleted file mode 100644 index 628df92d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f3ff66079a656c09b6680389006eab225244dac0f40dc378b2c436a809a56a9 -size 5523790 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_09.uasset deleted file mode 100644 index afa62f6e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Explosion_01_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad9192a699e7cc85811d61ab896d9f9974deaa6147fd4944dd5f4b7e624ad51d -size 5524619 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_01.uasset deleted file mode 100644 index 4042e3ff..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88b5310e3cb7d8af5a9afbb55b4f8185471f295b5d9c1d3f72bf7bb575b482ec -size 6182879 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_02.uasset deleted file mode 100644 index a711e076..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84403a578948751065266c3dfddde780429c7e4434204a26467e9860d7792d41 -size 6195832 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_03.uasset deleted file mode 100644 index 772e0a8c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:895755151ccadf087089dce1d24f40a6f8955d494346cc748ba05311d471a614 -size 6315186 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_04.uasset deleted file mode 100644 index 8ca51792..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7affa1fddaefa38db1c46409c131ecbaca4c78ee36f2691014f965c350450ed2 -size 6133133 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_05.uasset deleted file mode 100644 index 54948f72..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a039d8d9b11de96db352fed1261deabb37f21e20d251b7c0835990879798578 -size 6096529 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_06.uasset deleted file mode 100644 index d702c35a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf22fd2093de4f84ad6a92a60ab5a1dfad8bb7b233ffe609785f9087c13dd7ff -size 6199583 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_07.uasset deleted file mode 100644 index 8f83b9d5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c17cf2d38356cb9bd530c4da2eca1f3ed8e1761cbaffbd7aa6b1141e34010457 -size 6096778 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_08.uasset deleted file mode 100644 index 37015547..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80a4f92bc04b94f4f1445603e22340dbd18778521dd108770366163bae998a80 -size 6096778 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_09.uasset deleted file mode 100644 index 524c2427..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_02_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03274097ef0ad25fbc3d08b92b7c738da869a2469bc90cd8b12d42da0a37d9f2 -size 6096778 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_01.uasset deleted file mode 100644 index 58c13349..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24cfc71c519cc348f8f06ff56b8847339d1ba813a98dc6233f02d079b9f4037a -size 4885953 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_02.uasset deleted file mode 100644 index 7bdc9781..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a30f47525cd6d183219a82b8c91f4d98ad94804eda2bc98cbcac38afd2b087cd -size 6116258 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_03.uasset deleted file mode 100644 index 54f1830d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:024adfbd4fef1b1141bcaa3973056ca47c08c4f4aee496acd6bd24f7eff38b7a -size 6116258 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_04.uasset deleted file mode 100644 index a2f9a9e0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66041c1983adf0b05de70a06101f9b69ed5527b29742e8ec611cee3f565b63d8 -size 6116258 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_05.uasset deleted file mode 100644 index 03c89268..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edb97ad890aa999ada957bbe527f4f62bcad02e6c6b9c185f4f969f4b2b37fb8 -size 6116559 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_06.uasset deleted file mode 100644 index f6fbf1c1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a947c6b98977268d02a777b40e4038bb43c81846df384570ab5fdbf8cc957329 -size 6116844 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_07.uasset deleted file mode 100644 index 2f01969d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82a3928dd92f5b919fae85c46408dae0ab8f388c7b39470be1d74f9739cb9536 -size 6116559 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_08.uasset deleted file mode 100644 index b6021941..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30d7d0bc517ddad2b5d9c6600f64263eedf552ca1fa2fc486360f44d000806f9 -size 6116258 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_09.uasset deleted file mode 100644 index 4dffebc3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_03_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c75a18039b8f54881faaa2d73e156332cee6cbe095236afd8707b821060aaa7 -size 6116559 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_01.uasset deleted file mode 100644 index d3d1770c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cb010c8afd01efca2a7fe9fee2bc6c83246d8cd9c63d072e110d31f0723e6b7 -size 4281797 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_02.uasset deleted file mode 100644 index 68b19875..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23c9ebe2f93c9dcb6874714617943529af5e3e5c2144057a427fc287b34f72b8 -size 4281545 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_03.uasset deleted file mode 100644 index 942a6518..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe5d08108f61b1ec0f8d56e3976ccabbce31c238b0b3252ec1a147b1b7ca2411 -size 4281797 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_04.uasset deleted file mode 100644 index e567b9e9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2416f2ec79fa34a91c0bc266c75a0e65e9a8f737ab730d3c6c251df44f70dc6e -size 4281545 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_05.uasset deleted file mode 100644 index c049ccaf..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8b339b8bfebe165767a3855ef48f29710af7501337d62991f8b561d198c339f -size 4281797 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_06.uasset deleted file mode 100644 index 052e2219..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d28d604475dfb7afeb2ea2d036539183fbe51954bd3c7f21d934051c93c962f -size 4281545 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_07.uasset deleted file mode 100644 index c50dfa95..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30e47fe894b0e9a8455ffeb5dfe3e797344831bcaad4ee0bc48e17464e5fd196 -size 4281545 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_08.uasset deleted file mode 100644 index 40e71787..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:847a78f5820fc7e4165124f9b9784a0530d8b961957ddc41b6c91cfb1a5098af -size 4281797 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_09.uasset deleted file mode 100644 index 16d04880..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_04_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7aebc83824d66c759a8194034d5a6f3ac4d76a17d28d66cfe2bb619ffdf8dfc -size 4281545 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_01.uasset deleted file mode 100644 index 487c64cf..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a63bd0dd0aa9a51f901e604416df235b32381c6fb0a9ecf3063eff6eb7fe30e -size 4833573 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_02.uasset deleted file mode 100644 index 504d4f24..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:047f97cdfcdd4b092b3158484af0d67f42daf953af16d29143405f812f8aa97e -size 4833589 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_03.uasset deleted file mode 100644 index 32db63e0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cc20324e7da94f2c36e7ddffad692aa5121578861adbf6d1da7d42ac317337b -size 4925495 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_04.uasset deleted file mode 100644 index 579800aa..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd1c8a437c641dc0d0edcd17ce0f65895e751ec6b732779033cc209e9f21a57b -size 4967857 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_05.uasset deleted file mode 100644 index 9155bc02..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cfb969d8681687f76033c2a982d23fbff7a62cfdfbe763118642f91845b4a70 -size 4948116 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_06.uasset deleted file mode 100644 index 45375c28..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cea820673870e60392d28319ae97a1ffecfae9be4b0c78129ab0fe047b795ff9 -size 4885818 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_07.uasset deleted file mode 100644 index bb8f3216..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94d3527cf6821002a00880bdaba290c851b5c58bba011cebda44fff1136ff5e6 -size 4911929 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_08.uasset deleted file mode 100644 index b56f0d8b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f5661c9199a01281803f726f9e3c0b5cd4fe467a88c677dac30195f3ce96064 -size 4920540 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_09.uasset deleted file mode 100644 index b7f46d5c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_05_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f275e901febc975bfd27cef0820a4a4425436c2dc50f657267ad7faf6f561c0 -size 4793598 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_01.uasset deleted file mode 100644 index 48e3f4b1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a62887d1117651d79812dbd05b184030e0fbbcbca0291113a3882f95c7ae6a4 -size 7257084 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_02.uasset deleted file mode 100644 index 3eed72a8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47dc53d7f7c65eab5cc80fb66df5e87cd788ca135104468b68eb5d4d5774ab50 -size 7206663 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_03.uasset deleted file mode 100644 index 83028b88..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95cb3ac711f6cd5f5a696263ef9667f83f98512045caf1713dcbc98b65579aba -size 7362419 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_04.uasset deleted file mode 100644 index 8fb107e3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb8ef166622a11881044f76c5c8597ba8320af941a27fdbc5c3ba8f23eb11e36 -size 7236013 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_05.uasset deleted file mode 100644 index 82513821..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22fe21ac9e87f3d4d4db83858924ea4bc2b5f7f212214d84e9e01f9bec42526f -size 7260747 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_06.uasset deleted file mode 100644 index 06404e94..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1036639c25cfd965c48b5e3cb7b4ecb8cb6702e1d506e3fcf82e153b3d819ce2 -size 7239447 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_07.uasset deleted file mode 100644 index 64dea74c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:198779d64fa727a49e156e309c1e82ced16ec8ce025402e2faa258b85f3d7d89 -size 7362861 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_08.uasset deleted file mode 100644 index f32c95c2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95e7c9a9a780e01cb90d1af55380a864a60ae39281765a90d42fecc88fce0f8c -size 7172552 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_09.uasset deleted file mode 100644 index 7cd28d39..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_06_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d00c69c95242311eb310e872fe1c63cb2e7c3cf4984ad1b63bb1e452773863a4 -size 7220500 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_01.uasset deleted file mode 100644 index fb0cde8f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c4ade0294da0c17d495c0256132cc7232982ac347072e3fa42bb18aacfe8332 -size 4246921 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_02.uasset deleted file mode 100644 index 43841f62..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9529c5fcb10e6a909f19504f8a5a64b11c0d4001cecfd3cd8d447b187aed4f3e -size 4247222 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_03.uasset deleted file mode 100644 index 72aad316..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c44d902644f9b5a0ab45e6db64410004e2e8270dacb53a0abfa38898fcc09914 -size 4246921 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_04.uasset deleted file mode 100644 index e32f6835..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92077713e30149fb64bb094c66088d27058edc4bf38a89788a06794ade2e7315 -size 4246921 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_05.uasset deleted file mode 100644 index 190b2810..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c75f7df37c64ab3c0e0a1d519b99a3f7af081a856c68860f63fbccc8a68cdf6 -size 4246921 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_06.uasset deleted file mode 100644 index 40e10e24..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0ff81dc3fbbbc6e0d14e72fe171767cd56e7ab7bd431f93c81c6d1c87076647 -size 4247222 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_07.uasset deleted file mode 100644 index a0ee5943..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:322291bad790f342cff3dc8f83c24745dd6660be4d7b05cac507847037103c40 -size 4247302 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_08.uasset deleted file mode 100644 index ecd859c7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d334b6f3aa4452f52a6ae9028d2e51b3dd6174c63535d91e863673ab5ba9b2f -size 4247222 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_09.uasset deleted file mode 100644 index ce5dec11..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_07_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58ad721d2ea559d74bf7def0cf1ab9cd899f54c6e065598a85f31cc903e550c0 -size 4247222 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_01.uasset deleted file mode 100644 index b15b7a35..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04758a367c441da663fee0f0ad3d3654a2d82ee8fafdf143a66b19100b5247d9 -size 5533414 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_02.uasset deleted file mode 100644 index 8b9a39d3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9409a5483ec36863f4a07dd43a612e987f84fce3d689f71e900521be83c66c52 -size 5547266 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_03.uasset deleted file mode 100644 index 1e098e54..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa05771c5f3931936897c30f89e3d808acaa7356b49297512e4ef2b40849c11a -size 5547266 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_04.uasset deleted file mode 100644 index 2fe5af2a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:621a3e4cb4624fd5722c993d677413b346d21dd797e405e9ad494882100f2527 -size 5546800 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_05.uasset deleted file mode 100644 index 6aa47c47..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ec539cfe8b0a82245d1087b9d2f62c7dda5e85e8f16cc53e556e55c6316cc0b -size 5534974 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_06.uasset deleted file mode 100644 index c42ebc59..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d8af416f848d1df1342a05c4c1b7ac6759cba6ba20fa999492ed8f8b17c6d79 -size 5547578 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_07.uasset deleted file mode 100644 index e804d80c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f349cb7cf9a341fa539dfb71edc0922e660f1da917ed5616eb46f9269f19809 -size 5535053 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_08.uasset deleted file mode 100644 index 556fbbdf..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:772d85b24b8cd0ae6a14f3a9400621609c2233d19e5445ed7c0a417e5a324ce4 -size 5546803 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_09.uasset deleted file mode 100644 index 34cb83d4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_08_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff47577ab86805b7a11fbee781182aa260d7bc731768a4c44c4f5f7db7097c9c -size 5536135 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_01.uasset deleted file mode 100644 index e2febb5c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:474405e541ad8fabc9f2db08b41f11d507dfd4e4bc18ae32a6592b35b854fe93 -size 4782057 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_02.uasset deleted file mode 100644 index 3f507a08..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8bec351cb44162f32e4ec20664326406a8284a32d0df9274b391e2efc535596 -size 4782057 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_03.uasset deleted file mode 100644 index 280a4dde..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fc5dcbdc608ccf926719f73f8fc2e5c1b6e8b2f8fd3f0f53059e31448f82973 -size 4782442 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_04.uasset deleted file mode 100644 index 8f1377be..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01f9e186e619b77fcd1c2e612beb1780cd9fb6e3cb213d413769e4cc1e1742dc -size 4782057 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_05.uasset deleted file mode 100644 index a678c70b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bffee3c5cd0975de9a438849eefe9f1776af98448451ecb7474f8a8261409a07 -size 4782057 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_06.uasset deleted file mode 100644 index 10cf1264..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43a1590b3b27b2466d5552473448ff87634121589da3cea3850f2a1be31ef799 -size 4781801 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_07.uasset deleted file mode 100644 index 39c7f619..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed2e08d38ba73786e8f1f0cbb23edf2dd92565f7adf5ae0d369f92956b822596 -size 4782062 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_08.uasset deleted file mode 100644 index 5363bc04..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24d384c2e6e061d46f6e19a0bf09e837fda8a4ceba19cb6eabe718c9d6a50f07 -size 4782057 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_09.uasset deleted file mode 100644 index 9476c74f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_09_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dfcf265ff270396757a7b2949d0e4bca4e17ce6a09e7bad58e8b973d323ba94 -size 4782057 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_01.uasset deleted file mode 100644 index 1395ac06..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:630752e44bb64335f1124aee441f31a7d1fa3387bcf8e20f61854555f3037323 -size 6112810 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_02.uasset deleted file mode 100644 index 0075e82c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19299db120d41b1cc2ea4a448fc74f3b479e2561843fb4100fe0ee7327ea9a4e -size 6028094 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_03.uasset deleted file mode 100644 index 4682979a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e9f594cc8f3b9f0b04784d25742f4c8926dab49644b25878d17cb85ac112f75 -size 6022918 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_04.uasset deleted file mode 100644 index 9192538c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e683968aa90ae3499204d7fe189b693028b980d5efb43bc4a81dec8ccd0ec5f -size 6078977 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_05.uasset deleted file mode 100644 index 83df3ce9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfa0061a5ec04b0ebc31c235865f84de86c3b20e4dd9a5437533dacdcd38741b -size 6098087 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_06.uasset deleted file mode 100644 index 2d171833..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62b15b45665a904fda753c38d53a0c22d8d3e974412711e673ef69fa5ba300d4 -size 6007877 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_07.uasset deleted file mode 100644 index aa0c66fc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8c5d1ae72aedd9edd2dfe2f501cc2511147dd7e4fabc106ecfc5a33fb57c95a -size 6029256 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_08.uasset deleted file mode 100644 index 04b9541a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d142c083a8b026ab07ff7e410b6e814040561412bfe4175f27a32ad84002bd0 -size 6102964 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_09.uasset deleted file mode 100644 index 2502e38b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Expolison_10_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac68238f05cf99bf2a574238a4e96f27f4810c0438d03f9a3821caf1bdb38274 -size 6091857 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_01_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_01_01.uasset deleted file mode 100644 index 2634f9af..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_01_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad9cbc882c39204a7c5aa294dc27d507be5a10998066b6ddcbacde90abc0940 -size 5629023 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_01_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_01_06.uasset deleted file mode 100644 index 9cec4c16..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_01_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45d6f09ee1fa659fdab7583a1b6ed6d0e9a37c33a22b1ba337c8ae5197917629 -size 3772659 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_02_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_02_01.uasset deleted file mode 100644 index 9726458e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_02_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb01b2c720b0c3eed4cae9cd1186b72974339934c0ba685aa66a7bddb57f74f8 -size 4503477 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_02_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_02_02.uasset deleted file mode 100644 index 74748087..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_02_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b464f84f9e49115cd430cb36a26722ed586c052df1bee207505d887f17231a6 -size 3829408 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_02_04.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_02_04.uasset deleted file mode 100644 index 28c06c4d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_02_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:637a3f78d07531f732bca7fd71d3588db0a92eba4711da40129b3d020467d028 -size 3107820 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_02_08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_02_08.uasset deleted file mode 100644 index e843ef2a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_02_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a46710aa464540084464bdfc2fd588aea85a24d21bf113507f527cca14f9f7fc -size 3610799 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_03_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_03_01.uasset deleted file mode 100644 index 0b7018c1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_03_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:426968de4596cfd1b527c11f6e1076ef6bcb016ea2ad3759673f666b2f84f513 -size 3110615 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_03_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_03_02.uasset deleted file mode 100644 index 710a4fe8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_03_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93defa299c198cbb23037ff9ddc950842126cf817873465c7478c880b6d75a66 -size 3948670 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_03_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_03_06.uasset deleted file mode 100644 index e8bed202..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_03_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6b90768ef42859911b04bc949fcfaa670d48806e47602de3be1f8b3d403246c -size 3151248 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_03_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_03_09.uasset deleted file mode 100644 index cbd05d02..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_03_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e408d8cd887f3dbc674b985484ee96af501805879f8a3bbc4d7d3ed2418c695 -size 3622045 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_04_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_04_01.uasset deleted file mode 100644 index b40e7b36..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_04_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f98d87b591cb0a3d9dc8686f7dc74fe244b4e44b31c5e9bc4a4b9d80a874c704 -size 3068930 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_04_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_04_06.uasset deleted file mode 100644 index b90b83ea..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_04_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5d927f06a4271cc368b60c9bf9c79d16155fdd538b2d6827283dea283743c17 -size 3160332 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_04_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_04_07.uasset deleted file mode 100644 index 8e477323..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_04_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:412bdfaf691a112be41ab4b4e136f73a5ca12c0ceb6ee5175dc8e07f79542bfc -size 3108640 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_04_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_04_09.uasset deleted file mode 100644 index 7bff2258..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_04_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00f3c745219c80cdf8b302cb652f5498dd6c38f8fc8ee5348965fb70645746ce -size 4444339 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_01.uasset deleted file mode 100644 index 9d07abf0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ceb8935273145d68620e4e91262dabd907dadc8ed4e6255f1e3d6bfc42dd6663 -size 2392318 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_02.uasset deleted file mode 100644 index c1e15a19..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d2a3f3d34835c81ba8ca753ba88dd53c93f0ab7c3f341b112528be925d21210 -size 4532087 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_06.uasset deleted file mode 100644 index 8fd47840..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:955f246923690f43b36ee5336354dc1d04bdb1b174e53e289393c508dd8721c6 -size 3133857 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_07.uasset deleted file mode 100644 index 6cefbb7d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fe572a272e032961a6e787870ed6c8c24764dd8531f3ab186fef0f398daac58 -size 3031624 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_09.uasset deleted file mode 100644 index 383fba2f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_05_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a8edbc8ddf6661d749e44c9d1a8ad5dab883b94946d3e598c7649c6a9e2516a -size 4426946 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_01.uasset deleted file mode 100644 index 60f7f5e2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e840d687500469aad3947a29120eb45858f4cd9162154219daab031d019efcf -size 3714003 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_02.uasset deleted file mode 100644 index 0827a3f8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6eff005d9ea9c53e3e115b52c0912705b39044b68dbb7e34308f6e4584ade050 -size 5798540 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_03.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_03.uasset deleted file mode 100644 index 1d33cdbe..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5cde92069e72ed498836cc845925b4f54a55a59fd51483be2046d9e72c01409 -size 4371476 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_05.uasset deleted file mode 100644 index f4733791..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f0f2ee6129444c5f14ac745abd0ab7c233ca8bad330211308c5042e37a54520 -size 5574642 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_06.uasset deleted file mode 100644 index 53e37c86..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4852b8b3f63b108371fbc89bec3373163073972ea6c708fa097c5fbaff0071b -size 3248673 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_07.uasset deleted file mode 100644 index ab4c7254..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c113de974bb4b4fa28cd44aa24afeeba8b21cc1bc19e68e538fe32c0a98b7792 -size 3016366 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_08.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_08.uasset deleted file mode 100644 index 58c3e352..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_08.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2307821a0c72978f22e16a8a29b34662630535ac869b339b764b42a975442872 -size 3508632 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_09.uasset deleted file mode 100644 index 4b1a6b43..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_06_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcbf1c3ec25abb0c016d14d614a626991276db2fd1da1289e3db47d3de4def83 -size 5065805 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_07_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_07_01.uasset deleted file mode 100644 index 32663839..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_07_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:044b9b480caccfaf4e139ad5c2b3d254742ac3920a5caa0f94218739f4f24447 -size 6814539 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_07_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_07_02.uasset deleted file mode 100644 index 07553575..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_07_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:725c7b4b03d392efbede418f7c2647845f38235de1f35d4206918be4714b4f74 -size 8205832 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_07_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_07_06.uasset deleted file mode 100644 index 9aaa671c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_07_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c597e12ce60d152503a7aff6ac1d417d51067fb597a29d6356fde90506aa6782 -size 4845801 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_01.uasset deleted file mode 100644 index 0e02b3d5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82f3483546b0e3d82cbf6a701c833a912868f0c5f9ce185ba74e02e201d999bd -size 4331960 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_02.uasset deleted file mode 100644 index 0267281e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef51fddedf20469552a4342b8c7a05c8ae2e92dd5849efd8ba4789f3d919afec -size 5696549 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_05.uasset deleted file mode 100644 index c0942610..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9478fe702e304878857dada6b91e6881c387e8252b46847bd4953fcfb0fadfa8 -size 6153813 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_06.uasset deleted file mode 100644 index 8c29e2f3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d1948dd81e8a42e0ded275482d0612077e374aaab4afe106bae7d235e8a7b1f -size 3769386 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_07.uasset deleted file mode 100644 index 0c198a8b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2cb19c3c3948e16fe0a8cc093544b84b349cfd13e62870f3e8fa89e846537de -size 4397121 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_09.uasset deleted file mode 100644 index 952a2ea7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_08_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b95be4fc823bf5781e5ec3702f8c05d32d8d388bd29321d6fb487ece799c185e -size 5621157 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_09_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_09_02.uasset deleted file mode 100644 index 2284323f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_09_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a95aeb64fa8972e8b18ce28c1e0e084c3a35a09a6aed7b1ce70aaa6843d2508 -size 4479642 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_09_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_09_05.uasset deleted file mode 100644 index 951c1730..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_09_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d8d198b5a1c550d585b9758e80e3acb6563b36abca18b3ffc914ec6a6376ce6 -size 4925130 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_09_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_09_06.uasset deleted file mode 100644 index 299c3cd7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_09_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dfe20521365a3f95d660e3eea770bf801e4c5cd0ad0b579e32f337951e3ef41 -size 4393590 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_09_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_09_07.uasset deleted file mode 100644 index bac606fc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_09_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b41e510910022b9b01a1d4bb9e226f2b22f17a9c4fcc440b6e07514492b298a -size 3746999 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_02.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_02.uasset deleted file mode 100644 index 9cb9f1a1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0df81002c928c244691d270d61651f6a653cbbf65854ff83b48e76b6ead541f2 -size 4410404 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_05.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_05.uasset deleted file mode 100644 index 02c496a9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:011fe04ea0ce658499881541e1f7023cc442de449d7576d23bc7c9e4efd5c358 -size 4880097 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_06.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_06.uasset deleted file mode 100644 index 9faf50ee..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8222e2262062e2be27860dbff4f4398ff876ed32a5673269c26aeb098088e458 -size 3184329 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_07.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_07.uasset deleted file mode 100644 index 4b45f167..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:184018e6295e9ae81e21e5151d5ce2889b567525e2f3e03059fc141ceb43a5e1 -size 3724127 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_09.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_09.uasset deleted file mode 100644 index 1e3b2f27..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/Trail_10_09.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26be51437b9b3b8f3b3088776a97112af5f79ee71b8b1c74d2d4e55319dbca1d -size 4343824 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_01_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_01_01.uasset deleted file mode 100644 index 416667b5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_01_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b40bda80b41ddc3a34277fce4ada7087706dd89b033cb2a6b0739ab88200a1e8 -size 3208169 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_02_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_02_01.uasset deleted file mode 100644 index 4cadffc0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_02_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27e69ea9e4ab56b07e420e36bc32436b0203253c684533994b1d311c8d81f54b -size 6180419 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_03_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_03_01.uasset deleted file mode 100644 index 8001d1a0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_03_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b69c31733553cc7cb1de104e6ffe66117b663680209e0cce33e6f956d2d8f03d -size 7100443 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_04_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_04_01.uasset deleted file mode 100644 index c865d72a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_04_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85062769aca29d7df0616290328c586ac8825da0b41721df25992a74c2c5e396 -size 3242145 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_05_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_05_01.uasset deleted file mode 100644 index 34045f19..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_05_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0347971db79ad52f001c88cc74be6080e002c38aec6bc41d6029dc617baff8a9 -size 4481923 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_06_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_06_01.uasset deleted file mode 100644 index b1643dbe..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_06_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6ced023428f1416535ff9ebef67fa27ebbd76902bbeb312d0242de10f35ded9 -size 7086884 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_07_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_07_01.uasset deleted file mode 100644 index 1d93e15c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_07_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a347f3602cc2a35c89929f56e543a0c0eaff9e54056cb8a07526ac30bae9600 -size 7374310 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_08_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_08_01.uasset deleted file mode 100644 index f8b12ba7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_08_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99bb25c4e3e4d9dc57db3a9237740774f342ee496c0c3bbd6c5d8f63e087b89a -size 7155013 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_09_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_09_01.uasset deleted file mode 100644 index 5ac68889..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_09_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1a743327197ae529d33e94872c0ed2516bd5b65f0a60757968f31935f6f1af8 -size 5050165 diff --git a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_10_01.uasset b/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_10_01.uasset deleted file mode 100644 index 4c32e98e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Particles/Fly/Others/energy_10_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69ca5078f21601f11183a0131ec13ebf3820ffadbcb26c19ac3414b78f75759a -size 3364558 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Arrow_01.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Arrow_01.uasset deleted file mode 100644 index 9223180e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Arrow_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ebdec26aaed9edc50416a7c40ba40170fda90a3d5038190a392f720083fdb83 -size 341995 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Arrow_02.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Arrow_02.uasset deleted file mode 100644 index 9d1a52a3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Arrow_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7c467e098becc3bb4158170adb340bab5b955ed99ba79b52ac4f91e7f113b97 -size 138818 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Arrow_03.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Arrow_03.uasset deleted file mode 100644 index 5c3e5efb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Arrow_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f06e3de16a901f2ff22dd3a646cbc1d8d5356f33e23a7568b558544c9e970915 -size 157279 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_01.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_01.uasset deleted file mode 100644 index 5edec2b6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e35b2e2be22f95c106ab68f16d1c77ed4d8cd8ab90b10c63e8e994e308179f3d -size 742174 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_02.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_02.uasset deleted file mode 100644 index 13f9093d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b3713b89c0ce090548dc5ae8dd87823b86ebb30a5d02701a18080561d7f0c7e -size 941847 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_03.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_03.uasset deleted file mode 100644 index 39cff676..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:647431d297a3d37b86b15dc0aabc256de92126c81c41c9d0928e34baa50b6714 -size 563417 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_04.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_04.uasset deleted file mode 100644 index d748ec80..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83274e1c4f25403b473dc5df2bcb6e240e7102e49bf21c7ebe3eefe6dab2fa63 -size 1103673 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_05.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_05.uasset deleted file mode 100644 index 2149bac4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3102849c952e9e9fefc957c98ff33f40a877ac5114fe3bbcb0f9871d318b9855 -size 1189052 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_06.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_06.uasset deleted file mode 100644 index f44cbfb3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29cea01f58424c997275183a2de2fc894670eadadb4c894e810a20bf23b6b57d -size 431235 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_07.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_07.uasset deleted file mode 100644 index 1789911f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Aura_07.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cb5327c7fd4db84c8b5c93594430b727231132f29bc10dd079fc4bc2a9c94ba -size 563889 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Ball.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Ball.uasset deleted file mode 100644 index df04c002..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Ball.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05e3723715ffe7acd636937431095951bc9fd1d1c36f6345b3fab4586541ddc6 -size 152881 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Butterfly.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Butterfly.uasset deleted file mode 100644 index 62400fe0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Butterfly.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a2ab0d52819d46d5f3db4e71fbee40719f95ef806a74636945b9b74ceaab69c -size 175048 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Glow.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Glow.uasset deleted file mode 100644 index 4aeffb43..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Glow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89c4267eee7046ccb85a726f298378519b4a8830d8199dd51b4045f0f5c7517f -size 124418 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Half_Light.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Half_Light.uasset deleted file mode 100644 index 7d9b9572..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Half_Light.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5f7b11233b9db681b87f57974423b65ddd41ec38a6b1b20a28e6ef974b9d34d -size 87983 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Lighting.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Lighting.uasset deleted file mode 100644 index cf29ee52..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Lighting.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed1d652ccf50821d20019134ecf7a97d2d5ca70d2918a94a16e04b62fe6f821d -size 410559 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Mask.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Mask.uasset deleted file mode 100644 index 885b9cfa..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51532a81e348a0d5cc8db84e6a3c0e1f14a1a49f85f9ad42ca5c7c38cddd9fed -size 78980 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Noise.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Noise.uasset deleted file mode 100644 index d119917b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Noise.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f9e87bb003e245c9182ee61ef3a183309f38f0f18a33c163f7291a0c9e18bb0 -size 338116 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Partech.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Partech.uasset deleted file mode 100644 index 913f0b67..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Partech.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76433ee548d1a5955d14dc3f1aed75937e35dde872b876a2c9c0d836b51f2960 -size 89895 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Ring.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Ring.uasset deleted file mode 100644 index 6f5dc293..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Ring.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14b215218a1defbbeea23e274e4bc2073a16cd1f5d90d7db60cd4aacd0583c22 -size 172393 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Shock.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Shock.uasset deleted file mode 100644 index aaa59311..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Shock.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8957d2dfefd52024a8966afe3505f85656f150614f93f5e4429211f0dbd6791 -size 344731 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_ShockRing.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_ShockRing.uasset deleted file mode 100644 index 82178961..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_ShockRing.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3e295f7301102dde2867aba2481619212ab0c4a04c643555f02444668ecf7f3 -size 234345 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Star_01.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Star_01.uasset deleted file mode 100644 index ae6a6019..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Star_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f221cd801efd80290bf30420053a413f81a1d21c967193eb17c6d5b7d03c4724 -size 123821 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Star_02.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Star_02.uasset deleted file mode 100644 index 36e16fcc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Star_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3450e48c9af6eae51afe069a6b9b9155dfc61ebe8486688800937bfdf96cc75b -size 116013 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Tech_01.uasset b/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Tech_01.uasset deleted file mode 100644 index df631f43..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/PublicTextures/T_Tech_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8537df170913cdaea97f8fbf3c2b8796263080ee4b58ceb0a3609c5f612cffb5 -size 106079 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_1.uasset deleted file mode 100644 index 6a4ec9d4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98792674b8c092f785a1999fdcf873e87be807e06c259892869697e3b3eb2763 -size 202835 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_2.uasset deleted file mode 100644 index 6514b156..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1217663827cc8c9937c1e727bc65ed3f3c1d0c23d3fe8bf9d2d9ca952b427762 -size 363998 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_3.uasset deleted file mode 100644 index 429dcd14..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e3dd5f866e514fb0610fa7fe011b27ba21d55cd270cb83f633fb7c0c3eb8ee9 -size 319020 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_4.uasset deleted file mode 100644 index 0d6a8d9e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:619c9c4f236cd5f9f64076251b37c5240f224bdb6a3dffdc1f3b2013e37b063e -size 356926 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_5.uasset deleted file mode 100644 index eb807bd6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae3fba89fbd8bc0a5b66b39dba065b3a91fca23316f6c61bb2a22fea43487a15 -size 359804 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_6.uasset deleted file mode 100644 index 64bb170e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5336a02490e230253d48d958a839c15400c966bb64873becf3f8c821e0523869 -size 329019 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_7.uasset deleted file mode 100644 index 721634fa..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d4e01bc541b15510a5eca64e67b804aa8465d336cf083ed9015e7bd4adb6028 -size 115135 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_8.uasset deleted file mode 100644 index 23edeb71..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom01_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4f36d2faff98c9697f680ea262507eab27acff388f075fb8a9539e99eb10ced -size 95321 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_1.uasset deleted file mode 100644 index ec9d4807..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90a02cdff8e13cd6a30f05eaa1f5266641e0b56a298a5f803058060815926559 -size 285879 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_2.uasset deleted file mode 100644 index 3c05f180..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbf7afb606269c3d821f8bc9c609df98cf36174ffae9d8ba6f5396537bb0aa0f -size 247246 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_3.uasset deleted file mode 100644 index 5e065c47..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f30658fee27933d73bcb3f1e26ad34170fc0a77049433faf7797ac549a1c5a3e -size 105424 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_4.uasset deleted file mode 100644 index 263616c4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8236efb9b0f6b1e16ae63acb091910418029ab416046a964a04d0fcb95969453 -size 441657 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_5.uasset deleted file mode 100644 index 64ce5036..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ee4411c1fee00f3aacce92bed0eb709018bb5a504343de01b7b9c8ed45caeb0 -size 274163 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_6.uasset deleted file mode 100644 index 6f9570cd..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78495484ceccc83f8e8f35f384c92801b27c2cc0fe486c3c30789f41af8ffc75 -size 168410 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_7.uasset deleted file mode 100644 index 103f08d8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a50213b22633223058f9149ba8ea9fd63200c8e546bd923199fdf3bf01b3cca -size 270496 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_8.uasset deleted file mode 100644 index 4f7146ab..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom02_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75b5b6f6cb57705753dc043cade8cfede896d169fd8683bd6152b26325b6883c -size 344935 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_1.uasset deleted file mode 100644 index 3a1be374..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e76550cf0f4cbbc5d060117bb382fe8e43990001e8a783b337ca1c702b9909c9 -size 344935 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_2.uasset deleted file mode 100644 index 990502f0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:704962f5938c61975dbe54db5051cf6e9922f738bd207d930c26cf70ee1505c4 -size 299777 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_3.uasset deleted file mode 100644 index fe3761da..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f51b1abb5c5243a0435dc2d70c0cb7d3af5a723b9b040d1ca1978121df468aa -size 278991 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_4.uasset deleted file mode 100644 index bb1d7100..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f17226bc82d6768051987b57f1d694b5d6c91e191de4c178eb4c050a194857c -size 360307 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_5.uasset deleted file mode 100644 index ee1467f5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29ba23092d83330e225866a213d9b6871bbc4e1ffc6e00b0ed560b8850249d63 -size 289929 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_6.uasset deleted file mode 100644 index be22fbf4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61d2f3daea7c839e84c59932d88af56c248f231fd4d47ed8d704226a7817fe29 -size 173150 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_7.uasset deleted file mode 100644 index 68acbdde..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34ce1797eaeb388c1d471ff7d5de573613365c8525669dfa233c168023cf01fc -size 382500 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_8.uasset deleted file mode 100644 index 49b41777..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom03_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:907d65befb254ed1417461b3c09af1443f521c0c2d3a13e36870c9e569ec6c61 -size 282870 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_1.uasset deleted file mode 100644 index 46ccacdd..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5621315bcd99a00b9be1a60f6621469a97a371a4fa7ddcd3b1329c4268722eb -size 408050 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_2.uasset deleted file mode 100644 index c244ebbc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8bf756d91421d4c02af0b8fc161aee0fac72cf4d7a406618321f62b8bef0333 -size 389188 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_3.uasset deleted file mode 100644 index 9f96496f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dd5f9c4692b7f5e2aa4dc6da93de4cf8c96693491d83b8d4fccba9195e461ed -size 215648 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_4.uasset deleted file mode 100644 index 0c07fc6e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22e0491bdfc077108180ef02fba29f69bf1afe9195bafbd7ea0b6180c637155e -size 125168 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_5.uasset deleted file mode 100644 index 8a9a6a67..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d4926cf000824a12a6056996c1b3c936e7b7781204cc70a2b929c824e823918 -size 375376 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_6.uasset deleted file mode 100644 index 447cc553..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d88bc5f98b344e6fd049e526f1bc62d8950f1664c9c72d2ffdd5c63125a102e1 -size 166948 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_7.uasset deleted file mode 100644 index 837ae22e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84dad78588ffa11aa295976a867c9da5f40bde5c7e27aa597ef907a3a275b9d7 -size 445060 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_8.uasset deleted file mode 100644 index 96810c1a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom04_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94c0b5be7bcfe6cc6604568f4e094bb886f5165f28895c5eb1fcdba253e5ced5 -size 202577 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_1.uasset deleted file mode 100644 index 01ea390c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fecc9f33928e0420929651df93bc4bd5bea5c567f35ddb51af3503a84d01b6a -size 350360 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_2.uasset deleted file mode 100644 index cac8a429..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14b592e868efafeefa316f4c39b57fbc0d8f8259c406ad4faa29e41a61a2c6ba -size 462202 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_3.uasset deleted file mode 100644 index 8f192aa2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41ea4a4050480ecc6320a2108b9421de936922573286a20ac66fdaebf57882f1 -size 161877 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_4.uasset deleted file mode 100644 index aef5f895..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e3864a0378ec4099606199ac7a642ce20dffbf70334d3f32c288db8b2c3827a -size 232147 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_5.uasset deleted file mode 100644 index 8e478dea..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f7735864e514a3e0dba9c1b46df09b810ea3e890caabe3ac954aec15a00b18c -size 255572 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_6.uasset deleted file mode 100644 index ee3a493b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:846584182d3c6fafd743956ea893a4772330d364780297ce6d0c7a79f6b8256f -size 269956 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_7.uasset deleted file mode 100644 index 493dc7d7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e1b321eb55f3d8e58d21f3d38f0f03ede20d62d8062c35d91b0bc047e6bb796 -size 258042 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_8.uasset deleted file mode 100644 index 5661bd05..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom05_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27616f47f81330ccf4aab1633deeda9be4d007c1de8b34f988761d0445c0ec6a -size 302976 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_1.uasset deleted file mode 100644 index 4f02b662..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e164ed09d55796c2c6eb1b762656c07ca23961fe9df9f2a5613ba6b0221b3cf -size 420760 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_2.uasset deleted file mode 100644 index d66cffd0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92b1c7c9c6393b0709cdde2d195ba4230b018e9393da79573902b36239ff7c9f -size 342127 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_3.uasset deleted file mode 100644 index 74b46fd4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4ee4c3132037654f6e9f94b5703a3b0ee0063f7dbc5b264e7f758e06f65acd0 -size 338846 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_4.uasset deleted file mode 100644 index 90f30dec..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6605f9774663b2edbed37fe6c3bcca78ed1955f3055bee64e1bd1dabf58c383a -size 441872 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_5.uasset deleted file mode 100644 index 4c33bb93..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b497a5be9f789fb89e55e8549a6254efe82293ee57ad74155ca27eed75eab4e9 -size 535331 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_6.uasset deleted file mode 100644 index 20aa2786..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41f9dcfa23cb050693fab75db4cf697adc4d3a885a9d097a3e4bbc617fbc3d7c -size 86930 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_7.uasset deleted file mode 100644 index c72dc2ae..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e13e556025a1c9a3fc8207eb0cfbef12c0159730ac8705d13f5f488cab9770c -size 317373 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_8.uasset deleted file mode 100644 index 68eb1cd1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom06_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dce2afac04562b24d57558c0c8be086f9f8664fcf26cb573183cab4e12e5977 -size 70962 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_1.uasset deleted file mode 100644 index f6a9f313..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b8a222db712e62be61250bcf8389234fca388270c4d20fc4ccc22f03862bbf6 -size 265217 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_2.uasset deleted file mode 100644 index 06bf40b4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89a02489f866d5bcada511338e973a6b94db3760f11284700c756f5f48d4f6a1 -size 492226 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_3.uasset deleted file mode 100644 index b7ffa688..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ace9118d23b60cc53640d0bf6cc76c64bbb6c5a2c93268481b6c83be9aafd25 -size 335056 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_4.uasset deleted file mode 100644 index a43442a5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5386cd241c99b9ee5be3e5feadd3a5d1fa5d5eff165ad889bd41b6f5bc155953 -size 256170 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_5.uasset deleted file mode 100644 index 17f73220..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d35c17d070c7bb361742df97f7ce80a8c5b9b40544c1125d2cf2c2d3d4cc994 -size 430400 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_6.uasset deleted file mode 100644 index ec2031be..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:682a435aa3583dff583a49d61f8791301aefc89a9b2afe0b977a13083b094660 -size 517715 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_7.uasset deleted file mode 100644 index def9fbeb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1abfeb78fa91930e930b1f1c4f3abb968b9be4249b584fb9abbebdc2f463e75 -size 250696 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_8.uasset deleted file mode 100644 index b5e1ba5a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom07_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5c2a4d6f1baa8a41fb0ee7d1ec81233961201468ddae3da598fab2e70b382e9 -size 475265 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_1.uasset deleted file mode 100644 index 6f1a3a26..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed9a2ca9ec25c1952ead084b888bece074c2570beeafa0db7b94a637b38b4fd5 -size 291655 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_2.uasset deleted file mode 100644 index 0bb1d58f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:615347553693d0a537b817a14b63fcd67d47f2e9d53ddb2dd5e3343a77c6afb0 -size 273013 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_3.uasset deleted file mode 100644 index e91c543d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a183a1c2840b498414af06515541945e09cc9e41fe1cd2375db340859516b6b4 -size 436706 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_4.uasset deleted file mode 100644 index 57c87fe9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fabad68b73ec7ad79323e58fcf4b2309df21aab466419d2be21aeedc0e701720 -size 485470 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_5.uasset deleted file mode 100644 index df2b3a4a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5131e8118b17b0f9252b6883cb3bdd672291ccd1bce5fc4c5fc1aa2bc1f0ea2c -size 432759 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_6.uasset deleted file mode 100644 index 365d0178..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbbb38fc37f0a9a54bdc8dbbefb9010f72d5fdc928217596f36e32b064a375e5 -size 151264 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_7.uasset deleted file mode 100644 index f405ac15..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63b01b2032faf2caa63536acc8bdaf73bf17c168bd2b55560d4c9f9d8622453a -size 246029 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_8.uasset deleted file mode 100644 index ca7475e2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom08_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20a7e1da5018d9390bfe78fc0c662a481c598c29ff76d96b0aa0d9e2424d025d -size 420760 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_1.uasset deleted file mode 100644 index 13011e4d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08d5f5d7665fb0dfed4c4b2741c8ad4bd72de2b837541119c9ec0e352fbfcf89 -size 576308 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_2.uasset deleted file mode 100644 index 62ddc774..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6843a80f1e369df5f3e72039fec41773895dc2d05b54d56f1099687b878e516 -size 538914 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_3.uasset deleted file mode 100644 index 4423009f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0228b8a9335f22aec3bc3eb884ff7e18febfffe827936155864b837fd75f424 -size 476248 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_4.uasset deleted file mode 100644 index f6da5fc0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:873505423f249e86d605a3a59d675200580fa92b9f88ca56fbe8dfb18a7049ec -size 484865 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_5.uasset deleted file mode 100644 index 18404271..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:522e332b916bc9d59b9cede620ee7fa85bbe836ebc0c4e826f516e2911f3f1c1 -size 530996 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_6.uasset deleted file mode 100644 index db5920bc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55c2a809a4063c618c359bcbfd16e9ceb6c5984573d00b16d6bddc64e4cf3eda -size 431878 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_7.uasset deleted file mode 100644 index 8ce81c9e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c06593a48c0ba3c8f1de22c1ce1c909750ca3fd2397e51e4a033d88f8ccd675 -size 598793 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_8.uasset deleted file mode 100644 index b049e91f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom09_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:527326afad4f69a1f858420422b0ee95e59d14521b3495a8b051fc587861bae0 -size 517594 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_1.uasset deleted file mode 100644 index dede10cd..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:709ccb7d7619ec0f92697d0ac46d92c8568cef899397a147f3b0aacb81c0a0a2 -size 314280 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_2.uasset deleted file mode 100644 index 26ecc38f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc21a41c62320e58b1233a2fe639a39828c69d9f638273d1bd6043ca938010a3 -size 500516 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_3.uasset deleted file mode 100644 index 6062bbab..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d78576d0be98806d948a668689b07e136bf27c102c401334de509878d1e2d0ee -size 503994 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_4.uasset deleted file mode 100644 index 11ae7d65..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c4e3209a21bf020fd8c61828676abbb8a3ce089932806df21d82a6bc79d9ba6 -size 431662 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_5.uasset deleted file mode 100644 index bd43fb1d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fad21eccf5a5457b475c2fadf7036ed41244f2e11672697cb46f5a0830bd4d0 -size 405832 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_6.uasset deleted file mode 100644 index 14a5f047..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a69da1930a1ca91fc309ba307e6485240e87acd90d99c36341bbb3bdfd9011ea -size 395717 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_7.uasset deleted file mode 100644 index b1899108..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:695d324bcb2bfe260d3a176e28ce29e7be5d695d77daedb4f3670647dc16dc7f -size 336533 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_8.uasset deleted file mode 100644 index f98f42d0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom10_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48bb4bcf5b1cfcd3a77684533f88e24f9960a54055059798c874ac1b85c6da67 -size 330234 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_1.uasset deleted file mode 100644 index ccd8717b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:446eeec8566734f853c817911138feb36399b61f6277d5578e62e5e3b405f55c -size 450340 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_2.uasset deleted file mode 100644 index 5a48a7c5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae31d65f7156724e5c3cdabf7445b10c78f4600c473cf3d69338aeb554cf40b1 -size 482429 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_3.uasset deleted file mode 100644 index a3172aaa..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51c3096f0a3aa6b33e56e7d4dc2cd0c88ee449d9ba9bb6fe74162ebca9956415 -size 396412 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_4.uasset deleted file mode 100644 index 388febfb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2791e98551f1ff31bb4c7790c15a0a701d1fd5ef625991e0bb04c64d0b5c20f1 -size 500395 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_5.uasset deleted file mode 100644 index 4ac57240..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f8e3a9d7560191cab9ce94b3f8b9ee7a252bc71a9d63916da22fd25a703ab4d -size 541392 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_6.uasset deleted file mode 100644 index 6f14d642..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3da2f4fcbd69b0a92da3c6314d1dbb410430b3110adc06a632377df11e21c8b5 -size 378124 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_7.uasset deleted file mode 100644 index 128831b9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:178288309fce08d5f91bd43a956032dd9221654730875b311423d1b086d150fb -size 400570 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_8.uasset deleted file mode 100644 index 1a2cf8e4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom11_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dde43eef4251aac796bc6385e8d59a41dd407e690d8f876673e938397a00dd5a -size 305985 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_1.uasset deleted file mode 100644 index 915ae9f3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7623f74d66fc6fa6bca49fe490f847eb19fbfce194e1b59df19c9511eb449182 -size 425721 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_2.uasset deleted file mode 100644 index eadb07d3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90db0597a3c592619e905bb10ddaf44910bb872d46c39e615ccf65a2a0be637c -size 506668 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_3.uasset deleted file mode 100644 index 72c4daa9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a12e2346a61be2abd9d7f98eaadf3f974f69b28e1257a73c9e0ad0102634664 -size 122005 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_4.uasset deleted file mode 100644 index 1a2a13db..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e2e8fecd8a463de45aa915fc0ba66f60d2d314767bd3d6c988e71b9044871a3 -size 323484 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_5.uasset deleted file mode 100644 index 77b8b795..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:635210c70f597d8a67b5a1e5e2928b5d5b1c2e5e9dbb08376ebc57b11b7bd863 -size 496316 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_6.uasset deleted file mode 100644 index d6088194..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57b02fef45412afa7a4e41cb83931eee8573b61ce1492dd74ab4a82d9c7bdf57 -size 783075 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_7.uasset deleted file mode 100644 index 856b3e4c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:719fd94db5d2125299f7bf72d3031b68073138e30cd3bd19620ca48870fb376c -size 437852 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_8.uasset deleted file mode 100644 index 3abed9e6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom12_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcf6b50d0f20973f4aabb469c0901d06f7b7896802dd8feaedd21a587c1def6e -size 410748 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_1.uasset deleted file mode 100644 index afd727dc..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60ca85fccd05f60e1a934138abe865a18d1cda0089c189990f7d95719b305c9a -size 357349 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_2.uasset deleted file mode 100644 index 5b749ec5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a30b31fec60a4183649b25114fee273b1d0de49f5c1595574864a7295c1e6ee -size 443166 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_3.uasset deleted file mode 100644 index 078ad291..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39c7e18fbf9985deadc618da4117463e7b219483c0a45a42df9210a65821916a -size 247598 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_4.uasset deleted file mode 100644 index 7b839999..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62319e604e1558c59f39a09c6b039b5a0907b23c2ef11a1f7168715563ff54e2 -size 505913 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_5.uasset deleted file mode 100644 index bfefaf3a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6784ae61c78f6b0c483d29803996bfeb9354bec6d784238e1bfbf5b43e58f8f7 -size 241541 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_6.uasset deleted file mode 100644 index 04242ebb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93a84284c565390e69015efbac670541bdd2560af24fcfaa469528dd38709db4 -size 508080 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_7.uasset deleted file mode 100644 index 64ef2828..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3c51db304147ac89bcf0e71a2bc1627d63b42fbc1799d7a88414de387004ba5 -size 490511 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_8.uasset deleted file mode 100644 index 3f83b5e9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom13_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43a3df9e021e7ed56d18b76332f4822d3ece1679f57727018f20cb5a87fadada -size 456704 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_1.uasset deleted file mode 100644 index c29df52d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:420b3fcc0872095ce3f89360278775e85947724e07c9c10c30070d51f1ee8925 -size 435123 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_2.uasset deleted file mode 100644 index b407ba3e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:023bde254ff5377b031f2ed24fa7c6250ed81134b7d5e6818f5c6217a1ece449 -size 396374 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_3.uasset deleted file mode 100644 index 1d70649c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:263070aaff293c81f06bd2cb38607c0980b01a2482d082070bcdda53fd0ae12e -size 259135 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_4.uasset deleted file mode 100644 index 036e51ad..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8358a36eed90d0bbad0c7993f6079380ab2a9f4c8e806e9004da72a4d96ad1cf -size 448073 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_5.uasset deleted file mode 100644 index 7c48604c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20ea4c401c8e763f37a8fca9af157ba9d5d0ffb9ba6319a6cc85122dcd333274 -size 382862 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_6.uasset deleted file mode 100644 index bed7e186..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0f7e4a0ad899fe67ba69300575213daccf88994f9b8cb58ceae6d7469a321ef -size 663083 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_7.uasset deleted file mode 100644 index 6b599913..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22a151fedf4e5d3bb0405a30830ccf9d1a720f6f06cd753d400b79479987f0b2 -size 753681 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_8.uasset deleted file mode 100644 index 96196b51..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom14_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6466eea9974c1c60209b935d94ac46bc845e0714d4feaade59bf0841315d9006 -size 408958 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_1.uasset deleted file mode 100644 index f9d042d6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f6de8e6b6fb8ff71165742f04c5a79120bdbaa40a0a997ac529b4e7b4674ad4 -size 300841 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_2.uasset deleted file mode 100644 index 90bb0f80..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4604147c5f1088f2410a0aa4a3e70747308ac1943aadd1bd44c059a538fdd87 -size 276948 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_3.uasset deleted file mode 100644 index 7bb562b4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ec9ba03c2c43f22605c4a30602861d4ab09ba475d493d9208f19dabb0a85e8e -size 331882 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_4.uasset deleted file mode 100644 index 0434caa4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f3ce1ff84e8c9a2a8ff07677400a3b2318ba8075bb9807bea4aed11ed549238 -size 328648 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_5.uasset deleted file mode 100644 index 0aecb921..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6e64f5d357cdc110e56e9d708dfc7a7bb1acd62fe9940a2b7e33c0665e89c88 -size 510814 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_6.uasset deleted file mode 100644 index 13587676..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a96b86101ae2065856a52ff18ab526ae6fbd1c083a911bd4fc1ba387d239019 -size 457904 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_7.uasset deleted file mode 100644 index ac198cf9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c2a9749729e890e4bfab806f605f59d2078b3e54bc26706610cd71f02f0962d -size 191556 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_8.uasset deleted file mode 100644 index 36b07543..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom15_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32ef1830feac9ef71e43b9838081e81ccfbe0f7350b49784f79a0dc3e2aa979d -size 249986 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_1.uasset deleted file mode 100644 index d9be5635..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:465285a8bbd2ea9861a80865fbdf39c4acc29a31350314373c15ba4fcc5c6b43 -size 427874 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_2.uasset deleted file mode 100644 index ae72f698..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba2e76be7d3a5b27ef7865d2d335426088116420f14bd0a23898855e831d19e0 -size 236178 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_3.uasset deleted file mode 100644 index ab662424..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d6ed26115c4d607c1095fa293966ec041df769dd82add35f5e2420abb5b15fe -size 421579 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_4.uasset deleted file mode 100644 index 8f6cb271..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16936f92b8de2398a5015a372feda63d716e968ef8293db4d5900b9eb343cf09 -size 294463 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_5.uasset deleted file mode 100644 index b2d5bc0d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bed0fa15c1165bb81e95df5efa8247b6af454a73eae9a2e1e68b609126614ce -size 733794 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_6.uasset deleted file mode 100644 index 1ec74eb4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1950789417e93fe1812f2c400400d32f18c24eed7e637e83ba31c03cb6bcda6c -size 706895 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_7.uasset deleted file mode 100644 index fc4e11b0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a91a07c4bc1eb9dfc8db3160fdb9c8259f45e0096cbe7190b4215890acc7a302 -size 440909 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_8.uasset deleted file mode 100644 index 4f25e047..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom16_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7d4a4240211ef474cef19d7bcf59bec983631ccb47df97f4c13dcd0a08f2ad0 -size 144412 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_1.uasset deleted file mode 100644 index 2afe8f86..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3e445213afcbdc254574e95c3bd2e677c7d702bda0fd2cf1f9acf5aa2b0fd5f -size 437764 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_2.uasset deleted file mode 100644 index 6e91d708..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75788c6d4210f834fe8d93157aec0e1469b65de9e75f463a247f803edbc6b3a6 -size 347107 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_3.uasset deleted file mode 100644 index 4b79d6e6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79709830f61bbbf6b992d435482aa8e2410e8744aac5a06f6aa4d11fe3a7af2a -size 237099 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_4.uasset deleted file mode 100644 index d2ee555c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d9106e8225bf4b5ded13eb85f0e59b39ce318101ad56beafccc47958543d276 -size 454148 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_5.uasset deleted file mode 100644 index 3463c2e9..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b797cd5b451fecb8d4858e97c9d4703a9859e5a37343c4f0a3e1dc3b7fb620d3 -size 501293 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_6.uasset deleted file mode 100644 index 52473e7c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33159a3ade117c9c1ebc6d12b8eea7e72eece4e51d208844e7efeae75eef2dd1 -size 408884 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_7.uasset deleted file mode 100644 index d30ec2ec..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19bec43da63ca8ab0a695b67ed7c47a49268531fffeb0fffd3ae82306e096140 -size 289737 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_8.uasset deleted file mode 100644 index fe8855c7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom17_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aad0ec5f7b6cb05d8d61e32c850dbb62eb11f3cf3d65669dfe0cba6a8354c9ef -size 158976 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_1.uasset deleted file mode 100644 index f2c886ba..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4413979d4443025e6a58bb4b81708aefbcb8a0eb4dd93e06606693cba394db64 -size 229697 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_2.uasset deleted file mode 100644 index db88d44e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:477c6863107478a9b7101dcec8ad544fc62773333953f17529806c190a1640dd -size 212146 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_3.uasset deleted file mode 100644 index 380dee1e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:818bf1fce201a611346354c2ac4bd14dc1fe50529c8c63a665baf5b6a6cb5953 -size 117371 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_4.uasset deleted file mode 100644 index 5c03287b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b26aa6906521b424a2d5bb546d74b5c29077cfea7a832624efc03cff3aef28a7 -size 466264 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_5.uasset deleted file mode 100644 index 915a63ee..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1da8a998211a8d8d36de5238ea74aa5597f43a4ac0d092fa61bb44149d2b15a6 -size 291656 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_6.uasset deleted file mode 100644 index 8f4903cb..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2c6d93a9a27529b4dae1a8f17636f297bb9863d86e5536d7a493a04f4add052 -size 60711 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_7.uasset deleted file mode 100644 index e8ba085c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1aec4e080b8235e43ee9bee0713c091a59471a2089edd695bc2d962503b10c96 -size 523461 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_8.uasset deleted file mode 100644 index 866a294f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom18_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:127e06ffaa892ad0ea426951036beb020856ff9813a8c2074edded5a614def83 -size 537872 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_1.uasset deleted file mode 100644 index 1dd46425..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a6120fab39c10e5a53fa94401e352ccae05d09c6706a7bfd4e1a558e01cb5ac -size 600854 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_2.uasset deleted file mode 100644 index d6ec7fa6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56c5f77678780b354e63dbb1e0e057a7985239a4b6827c03ba9175f8fa08b759 -size 314787 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_3.uasset deleted file mode 100644 index 3bbaf654..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12b0b30fcbbe9d27907e24449d1441de4009e21405ec1d31fdb47dec4163e8e0 -size 417915 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_4.uasset deleted file mode 100644 index 6eecb482..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acad3fb2ffa34baedcca825e3c3dc54ed163c188151d0a6824553c5248f9b62c -size 401027 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_5.uasset deleted file mode 100644 index 35930752..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e1feb092a005bc13d90305e0c454421cdf731636a45795ddaf1911b60b6ae14 -size 369716 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_6.uasset deleted file mode 100644 index e48adf89..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a4f4a75d57381697850cccd4c01849845b232ff2fb7f9f2aed5f1256a23766 -size 484814 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_7.uasset deleted file mode 100644 index ce78810a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a37199059f0662fda55169718cb591349c252677994a86eb6ef5bd391ffceff -size 488487 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_8.uasset deleted file mode 100644 index 0bd3a194..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom19_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67d5ca62a8f69d643499be1d157e32ac4eaa8cb45ce37cfe32a6a720ec9be5cd -size 661764 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_1.uasset deleted file mode 100644 index 3e5b9894..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:603d665f3fa592b7c81f03c28e334628d04fca045202bf06816b0797bd4437b1 -size 703882 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_2.uasset deleted file mode 100644 index 0edbb0e6..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76c069b3730d56b9415ff4cf6e2fdae686926f6a6c9313be15eca9a3e3e148c9 -size 500250 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_3.uasset deleted file mode 100644 index d36803ca..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb337280cedf81fa6caaee4a11f8691f0a5316a67edd2f080d5b8974f79600c0 -size 363075 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_4.uasset deleted file mode 100644 index 11806974..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:067d1622efc28693cb583b9b23d068070a4925c4b00e7e21f139a7b64fde1741 -size 396227 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_5.uasset deleted file mode 100644 index 947b4798..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:653742911f658ab365746982ff514693258004ddb359657075599e11deb318d1 -size 430148 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_6.uasset deleted file mode 100644 index d7884fa5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7c366a8a4a32f1667d9cd8bbce18b3e1ba0f665d31d35d1afba84aff3291e71 -size 278081 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_7.uasset deleted file mode 100644 index 9145d90b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d756eea42786b19cfb7934f34287480a57c63aa7f72b481bfd3ccabb6f906f95 -size 273459 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_8.uasset deleted file mode 100644 index 6b14b008..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_bottom20_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af59ad9a7db716713814e395d2cf5eb48362c30ca923cc80c93a0ac6edddc502 -size 421803 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_1.uasset deleted file mode 100644 index 2afef885..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6199dd53e1f54bec156fd1189f8b333ac4303f50d41267e8f219783540fc77c -size 225022 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_2.uasset deleted file mode 100644 index 37f314ad..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf800fd9a46d2d81675a68358f9b7f30fe134dc04a719c9fb639d66d4c0229fe -size 253594 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_3.uasset deleted file mode 100644 index 3e1029ef..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed0e3644304a6e18c464cf7d54b872163041545a6414bbcc8d64cd0b7c2035be -size 233227 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_4.uasset deleted file mode 100644 index 6d165d54..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f57ca7f3d88c233062aaafb4645b9e52c45ddd0d86d596865cc1042c45b09df -size 509104 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_5.uasset deleted file mode 100644 index 96918026..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16f77614b349e1fa9948528401e3974d9d8c414fbc08c90d3531cc78170a4248 -size 167175 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_6.uasset deleted file mode 100644 index 2e06c121..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb84ca3d86d4921a5d4aea0f840714ad86da87fbba05776bbdb1f50fe26c7dc2 -size 311165 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_7.uasset deleted file mode 100644 index e2625d55..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ece8ed603a2d51ba6c26e4fcdc5b907e81fac113b66d8eff0e828c0fc72729d -size 273636 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_8.uasset deleted file mode 100644 index 0cfd28e8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f764cd21b777269dc02819dd6783bafb9e78f8288b47bb9f02e8fe3ca3c8785a -size 129756 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_9.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_9.uasset deleted file mode 100644 index 46e4873c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly01_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60e83ce6ff98512f1a25808dfc8701bafcb21a88affada04bdd5e0522c79e527 -size 522852 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_1.uasset deleted file mode 100644 index d1a87ece..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a77893fc78fab35e1028afb83d1ec34b1efe850d3018d2356579befe505d2811 -size 421759 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_2.uasset deleted file mode 100644 index b4d8c411..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9945617eb8e8ae0e030d7ca950783ae89d378b2afac3441354cd809353d2240 -size 177398 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_3.uasset deleted file mode 100644 index bc88a946..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f81f98fb0faa4261c1c3e67fef51c34269c6f014ac1a2f77171354b5fdb3612 -size 232903 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_4.uasset deleted file mode 100644 index ee19f292..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91931fc1d2558de29bcfa2fe29a8ea072b406a1c9bb57ab7bf1aee0aef16d872 -size 140930 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_5.uasset deleted file mode 100644 index 85c7b7ea..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:182d8a93056fb32814d1e17f11bfbc5115902a8b124c846f77d6e32ecfc1f14c -size 242201 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_6.uasset deleted file mode 100644 index 669a6b96..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ed27da31e49d65f86a6a40ce9c82e3690fb8348cfeda36abe0f933c1174595e -size 189734 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_7.uasset deleted file mode 100644 index 8a1dc624..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41d845191f5766bcd29a332fad78d65d1bc9a4e5df5f70515df97a73452baa29 -size 261927 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_8.uasset deleted file mode 100644 index 8471c1ba..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53f3e677ba114df38ac082123eee32dcf122b8bec7d7f7565a21b89dacd4612f -size 195484 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_9.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_9.uasset deleted file mode 100644 index f1e26768..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly02_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1b2875ad58d0642ce7a5934ad51af38280ee70d4d6edfcb20bf3e1d09fa60cd -size 195162 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_1.uasset deleted file mode 100644 index 8cf5ca0f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d8acfcd1e07153076ee1ce4e856a2812ef9a02982c866ce678e40da7a856c23 -size 244589 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_2.uasset deleted file mode 100644 index b55f002f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3d2480c2b1d47cde9ee7b0f6ea8e45eca0be4d828f716d0a52f2ad479f42d04 -size 281540 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_3.uasset deleted file mode 100644 index 85852866..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bce11a02c41153ea0237ab27e08d10309e958765e6b90428a7496ff3efd3e85f -size 351706 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_4.uasset deleted file mode 100644 index 9549b05e..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:330401d002811bc5084b5771c05d83fc5c85364d1d7e2933e77582df31ef8004 -size 200861 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_5.uasset deleted file mode 100644 index 851d8fe1..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e195119633920eb1b584ec2bef63a2a31c3e9f3f3791735de8adc791b13dbb75 -size 379188 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_6.uasset deleted file mode 100644 index d40ba917..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98ac436458db5a4f30af08331d0ab5c2fca7e307e4a3dc3ed1e44cfea3cd2a29 -size 249224 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_7.uasset deleted file mode 100644 index fb7aeda5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29371e0d80614a91624a558b677d3d92ed4b59d82faf053a699b5e4226f15948 -size 436807 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_8.uasset deleted file mode 100644 index 9880ca30..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7b28e85d4df01eae12c51eeafd606bcd6dcdc471dab6923b6c522c0cd73f0fd -size 324463 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_9.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_9.uasset deleted file mode 100644 index fd5b0880..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly03_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b0fddd29b37e3beed5b7c670aea0063c545d5028272fc6e717f213719cb1bb3 -size 453721 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_1.uasset deleted file mode 100644 index f7ec888b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46647f3070292664f613536d8a3e05d9469ee6c44ddcf2f40921c3dd6af341f0 -size 398841 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_2.uasset deleted file mode 100644 index c030782f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e52ab690eb67b917a52a9b9c22823b38deede2280140bd488e3a28b3d642844e -size 256375 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_3.uasset deleted file mode 100644 index 7a32b8b5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efc12901e3b06efb647d38025e5da022347d064c54794a2b697e59cadc89baca -size 230569 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_4.uasset deleted file mode 100644 index 3aba0832..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4f395b3bf1965b374c18c41befac65362eeb4bfa7ba9d9d2aa91aa84b4cc125 -size 287156 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_5.uasset deleted file mode 100644 index f1dc2cbf..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:122ba65c7297d9dd9399418c5a594ddbee93abf29475087444983694fcb28453 -size 175388 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_6.uasset deleted file mode 100644 index 3704e75a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:506276138b71dd83c840845ac29cecbf566c18854f11d72097f2eb194229c15c -size 415592 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_7.uasset deleted file mode 100644 index 0ff01c32..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:daae56460324ee8eb4e86214f9a591da096c3c29b9c74e2edcc9962612e7d418 -size 171803 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_8.uasset deleted file mode 100644 index f28adc63..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba95d5cba4796f9e00995d1185a4263004b68a5ebf5a3e5b0a6a3a611c63563e -size 593661 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_9.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_9.uasset deleted file mode 100644 index 4d998c3f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly04_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73f673c1b64fa87f45ebf60d1f4cf5c4d0bf4948e8d77f715c0515cd684002ed -size 403886 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_1.uasset deleted file mode 100644 index cb6d123f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cdcbd125f655cb8caad4bbe6ce848056211473029f521923c3ec043ed01befa -size 564725 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_2.uasset deleted file mode 100644 index a899791c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:218d263253b6a9b0138d41e94f9381bd0d08c3d37efb9d5b2063ad2a08b91f75 -size 666827 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_3.uasset deleted file mode 100644 index bb89c9ff..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71762c79a8aaa9d4d2a0167d96a815d84c9647b14b3df36b71f9133e5eb6210f -size 757521 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_4.uasset deleted file mode 100644 index 18ab7757..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b34c6b2bc4f5ddda554e67c711d5f953681e9bfdacec2d37ca11c84089776086 -size 513334 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_5.uasset deleted file mode 100644 index 795182ec..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c048aa6a762b1d0516c496f73fd5a52555a934b0ef50dd2c6eb6e2fe3f407e7 -size 466480 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_6.uasset deleted file mode 100644 index 9dd67d8c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8aad41125afe50c529f58686043681c6eb4f073d27e32b6b7fef31fe7ca734d1 -size 563584 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_7.uasset deleted file mode 100644 index a41af8e3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b76e7c1f89537bfce635f2c1f154f0f4e2013b87d70975b1839d18cc38aee3b -size 423894 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_8.uasset deleted file mode 100644 index 06972bc7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:443e90becbdb18ace6436583928d705324dafa1ec8c60bfd9c7acc6bedb1a2f1 -size 448382 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_9.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_9.uasset deleted file mode 100644 index 8af2df18..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly05_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b00d148f9fc93b6b9297cca564b425d11fe242281a79f3e2768db5cbd00f0bf -size 462814 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_1.uasset deleted file mode 100644 index 8921ebe2..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c59cb5e6e03e806008c8d8eb15dfcb99a35712ca7671ea18572c00ea1d09dee -size 398184 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_2.uasset deleted file mode 100644 index 4bcec90c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32db684fc315f8893c86d9dae96b5cbaa6f9abe229f010abe219bc1a6b25b7f2 -size 349510 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_3.uasset deleted file mode 100644 index ede44c57..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06a69c78e891fc3af40139f9e80df558bf5daa0e60a5176c975fbc7767e1414b -size 381236 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_4.uasset deleted file mode 100644 index f9df85c5..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b559ad7b75955102f2cd5c2152d47526087b364caf67e4916de43f4647469e1a -size 523244 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_5.uasset deleted file mode 100644 index 4d7f6c19..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90f4197a35434a140ea1e9919db35105427ed587b2e7e64a4d325a5c98f78952 -size 348217 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_6.uasset deleted file mode 100644 index 0257f5f4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96e6aacbaf67da0fbeb886187c9b7f419e77768e5425401f2fd1c336fadd5b02 -size 597847 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_7.uasset deleted file mode 100644 index f6a3e276..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb67955392e9f31efb0e38764e82c2cafebe514c575efd402bd59ae26fed9056 -size 249269 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_8.uasset deleted file mode 100644 index 0515eec0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6e5c96f4d85ace887f7fc0196bb81d90c003515a439f56ccf64de890585c91d -size 218993 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_9.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_9.uasset deleted file mode 100644 index 4ba9d5ab..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly06_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:077da44bf445987d62e047b27c2564a6c89be07418b8f72435a73ad4b5675735 -size 363832 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_1.uasset deleted file mode 100644 index af4bfe72..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f22e0f0001c413fef1705ea39e3e984f40a421a54ef5ff25ab8c347a0ac7d9c -size 64907 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_2.uasset deleted file mode 100644 index 6b950211..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0a24a22c3503795f0355fff0e1d26f049ed8af57210ba311332e5606a0e611a -size 460490 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_3.uasset deleted file mode 100644 index 40229299..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1343b7f08cb91d700c6bd76c4aff9fc3ec47956bf31c88fedc087ea6f45a3da -size 184050 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_4.uasset deleted file mode 100644 index 2629763a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:826ff7e890825378dee87e8f3962180a262cecbdc172c7298fa0a20a1f36b070 -size 210881 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_5.uasset deleted file mode 100644 index 082cdd91..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5658010c4fe5e6657cff30f3895daf060b508fc2314645edacbf347ebdb31448 -size 268551 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_6.uasset deleted file mode 100644 index 34a9c50f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c922c3b0c1bef8f338caf15657fd18910e49af68a0032e8b693b0a0ed3e54c0 -size 351183 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_7.uasset deleted file mode 100644 index 1ec7b900..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7f0bd718291b69e01b371c66eafd3dbe91bb58291e9cdbc96d0ac20a7934ab6 -size 338045 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_8.uasset deleted file mode 100644 index 80d25672..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a79bba3f2f6d111d53f947fbd507f0f776a2f010e37abdef562314fe6657c30 -size 336131 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_9.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_9.uasset deleted file mode 100644 index 97e42802..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly07_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0acf103f30edf549ff1c2339a22806199e678fb0ff9848784f3733f54eaf590 -size 253068 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_1.uasset deleted file mode 100644 index ac8bbd0b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e7a4296eae3d8fd5ae174463e0b8a31f07e95bcae315c246d99869eba065fab -size 505972 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_2.uasset deleted file mode 100644 index 3c599a58..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7911de33d48a8ec702460cc8d1d7cb6fafb5dc7fb7fe4e24ccbb7726f48d1c87 -size 236677 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_3.uasset deleted file mode 100644 index cbd8f13d..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:790d926fe82f0446ef0555715ce1df11ff62efdb61e4102159ae2a9d19676d82 -size 216469 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_4.uasset deleted file mode 100644 index dd86329f..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c997f047ed42d6feadbad496b2d78846979b5d7a269edb1218571f0d1ec7e12 -size 227474 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_5.uasset deleted file mode 100644 index 78510802..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:052afc3c0f6077c318a678040e43eb3cf1ed7ef17e0c01f29c9823d8f96f635f -size 155272 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_6.uasset deleted file mode 100644 index d5472f03..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e5455dd523c65fff68249d678c07281a92de53005b937934620b912115290cd -size 148274 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_7.uasset deleted file mode 100644 index 7e32800a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d411755aafe0adaaa181a18adb6c2a8dd0d90d2bcdc19d1401b14f190613384 -size 253052 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_8.uasset deleted file mode 100644 index 818cf8c8..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:160f519f50b42b40f897c15f9e6a84ff9a98bf8a92a41d41acead80c1645ef39 -size 357802 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_9.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_9.uasset deleted file mode 100644 index e0d718ac..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly08_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa0aeb6dcdee61cb2358a50520fb116f35a04dcc6938952b2315107b9e598e99 -size 89352 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_1.uasset deleted file mode 100644 index 9ddde56c..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e40820702210a2e41db8a8962e96c4045548c9999ad24aac9b2bfcfa89cc31a -size 316883 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_2.uasset deleted file mode 100644 index 96034e20..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a77d85c3d6cd27a4680ae7d270f012ab550c40d8c24386eb40a6309d87fcb805 -size 224733 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_3.uasset deleted file mode 100644 index 209b4669..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d325974566c18a27206cac54bf821abbe315e9b4e0e16b02e6ec56e1830f1ef8 -size 178868 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_4.uasset deleted file mode 100644 index 5fad0ee0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dcb538d51d599dcbb272aa01b96a3fa204b16c3e15c0b5506c010af802e3c41 -size 306331 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_5.uasset deleted file mode 100644 index 456c7bc4..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:691737d1eaeeff428daee7f61ff3dbfef9c8eadaac5c8bacc5b9c57ac6a39ddd -size 171363 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_6.uasset deleted file mode 100644 index 395064d7..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40f41a7c26a27355c1901b3c3c6e37341b3247bc02a14061692d12c2a9b12da3 -size 271482 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_7.uasset deleted file mode 100644 index c2ce6a7b..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e05bda11f227c6ed95942804446bc946cb3dff78dea5ce7b3c8404daa62b0002 -size 180410 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_8.uasset deleted file mode 100644 index 10e80a57..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7565840e6b40a07aed676c761700e08212c25f04569dc590d75baccbd4087e5 -size 298348 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_9.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_9.uasset deleted file mode 100644 index be02c52a..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly09_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ed88de1fd8f76a0695fcdbbc3afb7d76a544d92444e1181a575c151cdbe0dfd -size 209750 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_1.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_1.uasset deleted file mode 100644 index 5018fab0..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c7d7ef70cc06acacd12a4df498aa88a4d7a4d553a4f9c8cef9b153e37058791 -size 166580 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_2.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_2.uasset deleted file mode 100644 index 8d730134..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c017c570d03d9d91c740dc4604e82351723c0d7aa9b3e4e630f83cc93bce245 -size 195536 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_3.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_3.uasset deleted file mode 100644 index ce714982..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6bf78ac2549125831f1bc72e344444c3b41b87b3209cbd27fba783e22e63daa -size 154746 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_4.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_4.uasset deleted file mode 100644 index 5908d817..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0c96c69bd10f80561f79a03f961109dd4f5a920f18f332d24783eada04c127e -size 208275 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_5.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_5.uasset deleted file mode 100644 index e4244990..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b717eb00b767ef75856961650a152a0f5762a04190aa5de73ed3e92a3634deee -size 142731 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_6.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_6.uasset deleted file mode 100644 index 0f1bf4bf..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9d44a2acf8e046000ee30d807020110d72ac84b14261f87751bcff60e68722e -size 118763 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_7.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_7.uasset deleted file mode 100644 index 5fb605c3..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6d41aa42305237a007e7afa02f951ea56fd5b8026da11fc42e106fb64c01903 -size 171041 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_8.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_8.uasset deleted file mode 100644 index fb0a8a98..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7f8042c5e8640bab005671fcec6f00f3b95d070c85490eb6bdc2b553af358b2 -size 98793 diff --git a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_9.uasset b/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_9.uasset deleted file mode 100644 index 8394eb90..00000000 --- a/hwanyoung2/Content/KTP_Effect/Textures/T_fly10_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46d0260142eff4772a2aa261f6bb4a1bf96d4286510b5a001a121406447e497b -size 195120 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_ArcheryAids_01.uasset b/hwanyoung2/Content/KT_Props/Materials/M_ArcheryAids_01.uasset deleted file mode 100644 index 4922388f..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_ArcheryAids_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a10a2bc4e37dbebed9d0c407473e5ebb96278bb418ad33168d227dbc721361bc -size 10060 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_ArcheryAids_02.uasset b/hwanyoung2/Content/KT_Props/Materials/M_ArcheryAids_02.uasset deleted file mode 100644 index 21e1ce71..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_ArcheryAids_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31e70f37f51f2e73f7251bbbb403056d1f92a3a11f53970144567ddea70f5d9d -size 9748 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Bell.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Bell.uasset deleted file mode 100644 index 8f1acde0..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Bell.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab9a1efff4f610658070aa964bcb62afce39f8757f967562eb4abb9bc950fe77 -size 10423 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Big_Zither.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Big_Zither.uasset deleted file mode 100644 index 6b6b2b57..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Big_Zither.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:860953d0e25662b621e3699ce48d02035f5cc2d8fe34625f9456d6cea26165f9 -size 12847 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_BowRing.uasset b/hwanyoung2/Content/KT_Props/Materials/M_BowRing.uasset deleted file mode 100644 index d85e8a9e..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_BowRing.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22315c6f5314d18a7deec926cee1077721cd3218d3f0a3ced1e8c3b3302e748d -size 9673 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_BullanggiJapoCannon.uasset b/hwanyoung2/Content/KT_Props/Materials/M_BullanggiJapoCannon.uasset deleted file mode 100644 index 6bb52d19..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_BullanggiJapoCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbb774dc9537991380a9d225a14a763b6732792fe0eee86130c259ccf8ffc6d6 -size 9535 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_BulletPouch.uasset b/hwanyoung2/Content/KT_Props/Materials/M_BulletPouch.uasset deleted file mode 100644 index 597e00f4..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_BulletPouch.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8432c3ca4409ba15d02898819e7231311c72eb2bbc2d97f7a2c5b579978db795 -size 10551 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Celadon.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Celadon.uasset deleted file mode 100644 index 033746d4..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Celadon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ea4fd06dd6897b65d5b5a0dfa71fa4d8991835663e9e36b23ad990237f2a1a0 -size 9852 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Cheoyoungmu.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Cheoyoungmu.uasset deleted file mode 100644 index 2d87f999..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Cheoyoungmu.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbdc9b34d82a9be5deb4fee9453e71f13e71cdea76b63537a668d6e68d9811e5 -size 11070 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Chord_0.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Chord_0.uasset deleted file mode 100644 index ba0a927b..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Chord_0.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dba9a6b291ebea0cc048b9b04a9cbe176cad27767ff80f2c774fe87e813da1b8 -size 8585 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Chord_2.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Chord_2.uasset deleted file mode 100644 index fc3067e7..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Chord_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44fb94ac4a0663fa213911306080ee8f63f00ab8652d6dc6fa4ef0720596a6e2 -size 10549 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Chunengjeon.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Chunengjeon.uasset deleted file mode 100644 index 9a4f0a68..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Chunengjeon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bede5433448e21b9fff5379d6e1e1a5d52b18a317603cbaddac7a77da2f8b00a -size 13594 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Daechuita.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Daechuita.uasset deleted file mode 100644 index f2019984..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Daechuita.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76b427e332e0d7165a73a0bace99625e57cefe78c239197e8f15622c1684564f -size 12176 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Donggi.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Donggi.uasset deleted file mode 100644 index 0793ba3a..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Donggi.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4072b2d93c2792face4345de2f518c09f747b4974ad620f7ddcaf6a6464a01b7 -size 12503 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_DoubleBarreledPistol.uasset b/hwanyoung2/Content/KT_Props/Materials/M_DoubleBarreledPistol.uasset deleted file mode 100644 index 1672a011..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_DoubleBarreledPistol.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e721becea2059878ef50082845783a4559d82abc22dd89bfc32af4deee26013 -size 10711 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_DoubleVictoryCannon.uasset b/hwanyoung2/Content/KT_Props/Materials/M_DoubleVictoryCannon.uasset deleted file mode 100644 index 345f30a0..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_DoubleVictoryCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc9547b03c832285817e9143ebc64821fbdffb22e8f4bf0cd4c4099719cf3dc2 -size 10495 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_DragonQuiver.uasset b/hwanyoung2/Content/KT_Props/Materials/M_DragonQuiver.uasset deleted file mode 100644 index 88d8ebe5..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_DragonQuiver.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2e8b768a36deccfb691411176dcd85a84f22f1beee9a8ff85f44326f87f823b -size 10301 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Dragon_Drum_4.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Dragon_Drum_4.uasset deleted file mode 100644 index 416f4432..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Dragon_Drum_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e5c940adf0bffaaca2e14415dcae9667abe4e38bed342b024c1174c2f204e0e -size 10517 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Drum.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Drum.uasset deleted file mode 100644 index 60428e8f..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Drum.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06e91ae072e21cafcc0e595cb741923b1616c5d83681b9bbf3f354bcb0149483 -size 9538 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_EmperorBow_01.uasset b/hwanyoung2/Content/KT_Props/Materials/M_EmperorBow_01.uasset deleted file mode 100644 index 3c47c890..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_EmperorBow_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96ca7b1f6c43500a67b69af79fc411227ea2b83ebe9ef532fbc14044f3629fd3 -size 9747 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_EmperorBow_02.uasset b/hwanyoung2/Content/KT_Props/Materials/M_EmperorBow_02.uasset deleted file mode 100644 index d19eff91..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_EmperorBow_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f58e6796ec288fe35710c6e11d8926cc2ca4be3c5311ec444dd1cb1252d028e -size 9681 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Flagpole_Supports.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Flagpole_Supports.uasset deleted file mode 100644 index efd3c3d8..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Flagpole_Supports.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41c96ec2265ca682233994236451a7d48b89043f74d78844bbf55baa395ba9fd -size 15525 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Flail.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Flail.uasset deleted file mode 100644 index c501ca66..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Flail.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94289b6007d7b7aaa5e17c2073671464c1a3d9ac89e42bf1086c74da01ca271b -size 10426 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_FourArrowsCannon.uasset b/hwanyoung2/Content/KT_Props/Materials/M_FourArrowsCannon.uasset deleted file mode 100644 index eadf2a17..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_FourArrowsCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:938e4a633e11b8d8b7e82df82fe55a117a34e3c974378d7b03f9130857d0dcaf -size 9573 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Four_Lion_Three-story_Stone_Pagoda.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Four_Lion_Three-story_Stone_Pagoda.uasset deleted file mode 100644 index 89bec77b..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Four_Lion_Three-story_Stone_Pagoda.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9138b69f5b8a3d5b9aaadf58ec4284c268aeeb853f6b8ecf05330b85a96ff92a -size 16355 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Fragment_of_Daejwa_Statue_1.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Fragment_of_Daejwa_Statue_1.uasset deleted file mode 100644 index bab902e0..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Fragment_of_Daejwa_Statue_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcdd9583d449cfbc12196030ce06301bb79d747dc3a5e8e061a34ccc5fe105da -size 11777 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Fragment_of_Daejwa_Statue_2.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Fragment_of_Daejwa_Statue_2.uasset deleted file mode 100644 index 129ff9d6..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Fragment_of_Daejwa_Statue_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:701414355924ef8876e46d888e19dc40f8cb79cffff71d44f69215a6e8ae0e56 -size 11843 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Fragment_of_Daejwa_Statue_3.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Fragment_of_Daejwa_Statue_3.uasset deleted file mode 100644 index d323107c..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Fragment_of_Daejwa_Statue_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e579c84dfc54bf3f99b0373a08a99f7d8277e68c49f9c0fb0349a27a0aa75c7 -size 11841 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gayageum_1.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gayageum_1.uasset deleted file mode 100644 index 9f8690a8..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gayageum_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df0c2c83ae4a8d89b7fa3cd0e9f7b493b0b0d932951945af42fd1f81d063d322 -size 8683 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gayageum_2.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gayageum_2.uasset deleted file mode 100644 index ccf6b571..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gayageum_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78276dab6513f6845923af23b3b8513b760fb827d802175888c9f0983d8da19b -size 7863 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gayageum_3.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gayageum_3.uasset deleted file mode 100644 index f1728de1..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gayageum_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d1a2836ee1791e69ff5824bc1f5f44158a3fff70cdc6041edd80ea180bcac3c -size 7373 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gayageum_4.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gayageum_4.uasset deleted file mode 100644 index 82f2c522..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gayageum_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31b612fb137da651337388474880ba167a47a6898e5552052ec436d948d8bb2a -size 9564 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Geommubok.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Geommubok.uasset deleted file mode 100644 index a57c96b5..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Geommubok.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6678862721e3c954536a018566a6b89328fe8995d02c1b7c5801605622cc50a -size 12267 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_1.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_1.uasset deleted file mode 100644 index c0522694..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e655760d3cfc0713cc36e624d4a3f207026cdc1adb12b15c9b04a81a12b1cc4 -size 9573 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_2.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_2.uasset deleted file mode 100644 index f557beeb..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37fdff9c8ac880565044140f73b894278617df0398e64c8db3b49505b8c55898 -size 8792 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_3.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_3.uasset deleted file mode 100644 index d47913d6..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3e10e3b4be73ce8770c32eb1e2008a85edc1b43005cb5c5be6210bba8644008 -size 11747 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_4.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_4.uasset deleted file mode 100644 index db17e4fb..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e63859c18c4aee30fe95144cbbc9d80541a07a8a103e73a24b84ea12776b1660 -size 8210 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_5.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_5.uasset deleted file mode 100644 index c128d094..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebb374f0598d384afc3245c95ec27dfdb0e782e174945a3c293861ab1e50945e -size 9990 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_6.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_6.uasset deleted file mode 100644 index 700e34e9..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29f19597ca16f446f8050d5eb6fecd1b7fce85372ec180eb65d7dfad020f46f1 -size 10913 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_8.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_8.uasset deleted file mode 100644 index 9479d801..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6a619b05d9d564d9ec2b55b7c6b3889af1c3f76b31902285698f74059c4b72d -size 9082 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_9.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_9.uasset deleted file mode 100644 index d08782d4..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gun_Drum_1_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f31546616995f922c2eb8af624234fec8d34517ecddee0c5553122d019970fe8 -size 8934 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_1.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_1.uasset deleted file mode 100644 index e6d9f48e..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf03af01f417ed46fd039f33dc9a8b91177c040f6bd0f9ccc494aac14462f37e -size 8355 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_2.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_2.uasset deleted file mode 100644 index ecb05b5b..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2787a2fff79b0b44d5e22475956de533b2c04de1cb66dd2621487c179457c3a -size 10384 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_3.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_3.uasset deleted file mode 100644 index ee8bb542..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e75a4fa7a7f3700cb1b6ea2f8e5b7651b4b0b5ac2bf2868aacf8f1b8eefd908 -size 10910 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_4.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_4.uasset deleted file mode 100644 index 23448fff..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2d68c83fca9e752b064aae5d0ff6f726321509fc90b9c517365e45ebd9ef0a4 -size 9536 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_5.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_5.uasset deleted file mode 100644 index 3b720ff6..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:177e2e3d3572ee159dd66f9cf953e8ae42bae9812f56c8c726fa2fc26a284477 -size 8792 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_6.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_6.uasset deleted file mode 100644 index fe8fe97e..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6d49f70a93a2d8a2d83b5cf04a7e16d76fad2fe3d280a9bf1f5d0a01ad0eba2 -size 14537 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_7.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_7.uasset deleted file mode 100644 index 3d3aa3f6..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f5f6d4d4b6767b4812fe8cceb508162e7d0e9304f5ee0e5cb8e6964ed393c64 -size 10917 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_8.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_8.uasset deleted file mode 100644 index 36b95a16..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:686d2dcc44b63a0329398edcc6bb7f4757e66901091be4d7b63c77af79e5d998 -size 8204 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_9.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_9.uasset deleted file mode 100644 index e488d100..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Gundrum_2_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fdce76a804b0a4da702784a04ba68418a0ee8f68c0bb3eb65c485000fe38be6 -size 13927 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_GunpowderPouch.uasset b/hwanyoung2/Content/KT_Props/Materials/M_GunpowderPouch.uasset deleted file mode 100644 index 7e77ece8..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_GunpowderPouch.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fbef9eaf6bde1e45c79fd2eddfa859e47bfe1bc8bf8c62f76d24c2ad73a18c5 -size 9744 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_GyobangDrum.uasset b/hwanyoung2/Content/KT_Props/Materials/M_GyobangDrum.uasset deleted file mode 100644 index f2082ef2..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_GyobangDrum.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d5535d98e29869895aac6286afafde8045d175f2ab0010be0954111d029e72c -size 10651 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_GyobangDrum2.uasset b/hwanyoung2/Content/KT_Props/Materials/M_GyobangDrum2.uasset deleted file mode 100644 index 6a1e95c3..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_GyobangDrum2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e30eb9cc584ffeae583f97d62705d5eb4f74a682d4d13ebabbf8500d2cab24a8 -size 11155 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_HornBow.uasset b/hwanyoung2/Content/KT_Props/Materials/M_HornBow.uasset deleted file mode 100644 index b31909f0..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_HornBow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4e2d72f35faffe9ceb5874efb2fb4c0a00a14abeffa5f1865caa5e42decfc3a -size 10217 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Hyeonja_Chongtong_Gun.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Hyeonja_Chongtong_Gun.uasset deleted file mode 100644 index 9e710d35..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Hyeonja_Chongtong_Gun.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6f3a1c3464e3375353e3e45d430d225f2bd686e3b30f5e02f96713235b1b213 -size 9944 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_JejuShamanicJanggu_1.uasset b/hwanyoung2/Content/KT_Props/Materials/M_JejuShamanicJanggu_1.uasset deleted file mode 100644 index eea2d3e4..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_JejuShamanicJanggu_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c321d80800ea8aa0a5b6c726d9e8d282e7ace4ceb6e90d90cd7659902ab04074 -size 9158 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_JejuShamanicJanggu_2.uasset b/hwanyoung2/Content/KT_Props/Materials/M_JejuShamanicJanggu_2.uasset deleted file mode 100644 index 8ae2afe2..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_JejuShamanicJanggu_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a21380df103666dca4ecf043a4d361deef4872855b1552736df0710222d52ce -size 11202 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_JejuShamanicJanggu_3.uasset b/hwanyoung2/Content/KT_Props/Materials/M_JejuShamanicJanggu_3.uasset deleted file mode 100644 index 636e8bf4..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_JejuShamanicJanggu_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:203671b7c9d7f7ba53134abaa09d040568102953564473357f8fafec48c35738 -size 11279 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_KoreanHarp_1.uasset b/hwanyoung2/Content/KT_Props/Materials/M_KoreanHarp_1.uasset deleted file mode 100644 index ef904a54..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_KoreanHarp_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79c7db5ef5babbc19cfe1dcb027abb215989a811fed3a67cb04a61c715eef4d2 -size 12152 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_KoreanHarp_2.uasset b/hwanyoung2/Content/KT_Props/Materials/M_KoreanHarp_2.uasset deleted file mode 100644 index 8ebfe7de..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_KoreanHarp_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb79ee04b687fe7c0c0f45031e059d739a8955496c70991acce699ee8729c6af -size 8701 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_KoreanHarp_3.uasset b/hwanyoung2/Content/KT_Props/Materials/M_KoreanHarp_3.uasset deleted file mode 100644 index 6fbf83fc..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_KoreanHarp_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:128a750ade81b9829f3380541005136b39860cb653a409b89ba23e00d7f3a942 -size 7901 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_LittleVictoryCannon_01.uasset b/hwanyoung2/Content/KT_Props/Materials/M_LittleVictoryCannon_01.uasset deleted file mode 100644 index 418c6cd2..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_LittleVictoryCannon_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:158a283dc01a672538cb23e4038769d1f27b63af589515f0f097331ceea9a468 -size 10564 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_LittleVictoryCannon_02.uasset b/hwanyoung2/Content/KT_Props/Materials/M_LittleVictoryCannon_02.uasset deleted file mode 100644 index c12586bf..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_LittleVictoryCannon_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71ff2123de91aceb5fcb696231a0e1b0ed39e6e3209a0e18a461e63e3a77b4f4 -size 10129 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Mace.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Mace.uasset deleted file mode 100644 index 0ce81fef..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Mace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9afee6835221e0b8964a50cb6e777353cb9382625cb4027bfaa19f0d8240929 -size 9865 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Narrow_Gun.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Narrow_Gun.uasset deleted file mode 100644 index 72a211c3..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Narrow_Gun.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06516460c84d9205e2238a496330702d2cc045e4ed2f6478c0843d5b528197f6 -size 9023 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_NewCannon_01.uasset b/hwanyoung2/Content/KT_Props/Materials/M_NewCannon_01.uasset deleted file mode 100644 index 875748fe..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_NewCannon_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:709a4b73c6edb52885ce12bb1ffe652e8e7e3524c6e55ae2a2517dee2f62fe62 -size 10191 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_NewCannon_02.uasset b/hwanyoung2/Content/KT_Props/Materials/M_NewCannon_02.uasset deleted file mode 100644 index 24e4a0e6..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_NewCannon_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5e645fb1f28007ff3bcd6c99a5e2f85028e19192b158095d9f9abca38b6391d -size 10276 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_OtherVictoryCannon.uasset b/hwanyoung2/Content/KT_Props/Materials/M_OtherVictoryCannon.uasset deleted file mode 100644 index 612a32ef..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_OtherVictoryCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5da900a7099829c0d66071d675951aa92dfa53d7d2fdd395aae5a42714b886af -size 10842 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Quiver.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Quiver.uasset deleted file mode 100644 index a92dd7fe..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Quiver.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:088cae5e2acebd8ecdc6c6717fbd050742443690ee9ac93656f409cf9293a940 -size 9943 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_SM_MoojangDrum_1.uasset b/hwanyoung2/Content/KT_Props/Materials/M_SM_MoojangDrum_1.uasset deleted file mode 100644 index ab35ebd0..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_SM_MoojangDrum_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba72cec1ecb445ed4e6753e841797a8c3fe951af44cf497039a0c1bacc1dcd80 -size 8988 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_SM_MoojangDrum_2.uasset b/hwanyoung2/Content/KT_Props/Materials/M_SM_MoojangDrum_2.uasset deleted file mode 100644 index 02a125c2..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_SM_MoojangDrum_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b8733c269b6ed6d264c448c545175cd28d9b1760388483bf041b2b2dd5d6501 -size 8338 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_SajangDrum.uasset b/hwanyoung2/Content/KT_Props/Materials/M_SajangDrum.uasset deleted file mode 100644 index c678c4d9..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_SajangDrum.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:597da9f0f5fc5a01145d1906f7d2667168c3459650732da74ce669767f515de6 -size 12100 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Self-DefenseSword_01.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Self-DefenseSword_01.uasset deleted file mode 100644 index 39a97727..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Self-DefenseSword_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1fb7fd6796d9eb6dbc16bbb952a70973f6a92312acd5d9dcaca425198530d17 -size 10259 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Self-DefenseSword_02.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Self-DefenseSword_02.uasset deleted file mode 100644 index c819717d..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Self-DefenseSword_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a91d262fc938d0eb68a38bc374f12c0fc2a0b07b42e55f008dc5c6620b6052ef -size 9912 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_SignalizerCannon.uasset b/hwanyoung2/Content/KT_Props/Materials/M_SignalizerCannon.uasset deleted file mode 100644 index f7c80a61..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_SignalizerCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:459dfb4eedcf3bfb6909d79f6672a0a21213861881eea4f1ebb6bcf2aa05dfd2 -size 10562 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_01.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_01.uasset deleted file mode 100644 index 3080c936..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56f34920d744df22f7d9b0a375855cb896d4a9557f0d3760b0be5313d4ae0df6 -size 9399 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_02.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_02.uasset deleted file mode 100644 index 2d394888..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe089c7b922a59ae74df80bd2d13a0b436061ebf9e15007c907cac49cb6b699a -size 9069 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_03.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_03.uasset deleted file mode 100644 index 48cd63be..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84e9ee00ad9eeb818f86add49976c983c874b391a308d671afb1c5d78dd7158b -size 9395 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_04.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_04.uasset deleted file mode 100644 index 01d7921d..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc23661834e68deb580b13ce6e6efa00b1a2110fde44cbc923884a48f5a3ebd6 -size 9315 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_05.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_05.uasset deleted file mode 100644 index 2e385e26..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a3655621c7d6fd809cc4c6071f7d872b27373a48eaaad5f0e2708d3d068a476 -size 9384 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_06.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_06.uasset deleted file mode 100644 index 606a5fa1..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Stirrups_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c288c88dcbed2f9f8da5ebea50842459a99134134ead462bdf3315c1de64576 -size 9232 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Stone_Pedestal.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Stone_Pedestal.uasset deleted file mode 100644 index a9689c20..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Stone_Pedestal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27ce53234ddd4fb89be9a3cebf125b9cbede8cb46226245a27b0940c2bf8ebe0 -size 14686 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Stone_Pedestal_and_Mandorla_1.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Stone_Pedestal_and_Mandorla_1.uasset deleted file mode 100644 index e500ac82..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Stone_Pedestal_and_Mandorla_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55e2c43d14b1c39838d62337bdfc61c949a1107dbc69520abbd8b368220989e8 -size 12192 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Stone_Pedestal_and_Mandorla_2.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Stone_Pedestal_and_Mandorla_2.uasset deleted file mode 100644 index ade6f300..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Stone_Pedestal_and_Mandorla_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8eb058b60dac7830cea1ce5f4772226f89e026f1425ff73cbe89d1a314119dd -size 12808 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Stone_Seated_Buddha.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Stone_Seated_Buddha.uasset deleted file mode 100644 index 94372e34..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Stone_Seated_Buddha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9576a034e4ce320fbf4cc25078285f2e45293b520195accc404af2dec4e12ec6 -size 14480 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Stone_Seated_Vairocana_Buddha.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Stone_Seated_Vairocana_Buddha.uasset deleted file mode 100644 index be50817c..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Stone_Seated_Vairocana_Buddha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0826bc8367253270c62cab4a2a3d0b9dc0cbf86c88230f1429f91eab369c5d38 -size 13097 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_TangFlute.uasset b/hwanyoung2/Content/KT_Props/Materials/M_TangFlute.uasset deleted file mode 100644 index e93b5811..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_TangFlute.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:713a9db528e80d0635e832dda923de9255f82f4078e6122de6f33c5d8fc9bbc3 -size 10684 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Tewak.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Tewak.uasset deleted file mode 100644 index 783ed832..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Tewak.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a72386616d726be1d4a42916a74f694181cb983c87e6938beb1fcbd3c37f6208 -size 22849 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Three-story_Stone_Pagoda_1.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Three-story_Stone_Pagoda_1.uasset deleted file mode 100644 index 90a451d0..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Three-story_Stone_Pagoda_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10c05f01ea4709e2d074f4a8173c369169c33f17a5f17fb63dec32f65a5e7bbf -size 16270 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Three-story_Stone_Pagoda_2.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Three-story_Stone_Pagoda_2.uasset deleted file mode 100644 index c96d3a4c..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Three-story_Stone_Pagoda_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a4d4f59e49525ecc790cbac3eff2540e864734bad769186badb7c461e9ccc24 -size 15444 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_ThreeCannon.uasset b/hwanyoung2/Content/KT_Props/Materials/M_ThreeCannon.uasset deleted file mode 100644 index 839f8b1c..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_ThreeCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbe43f9711d4c5446660f7417167584116d62ed626c03b2479a6aba3f34ab10b -size 10416 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Three_Barrel_Gun.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Three_Barrel_Gun.uasset deleted file mode 100644 index 903f7635..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Three_Barrel_Gun.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb1304be98af413be8ecc9d7e944c2121d2df06e85d9de6f13884e7434c8b4cf -size 10191 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_VictoryCannon.uasset b/hwanyoung2/Content/KT_Props/Materials/M_VictoryCannon.uasset deleted file mode 100644 index d371acd1..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_VictoryCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f893da9d92f740068f124a032638fbbf87b640187e0b3ea46e129daff09b93f -size 10128 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_WeaponAccessories.uasset b/hwanyoung2/Content/KT_Props/Materials/M_WeaponAccessories.uasset deleted file mode 100644 index 3ff94f53..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_WeaponAccessories.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af603fbad9f90a7411a90899eb22cc2ce3e53a75467b7fed0b79b2dfe03e02ba -size 9996 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_WoodGunpowderPouch.uasset b/hwanyoung2/Content/KT_Props/Materials/M_WoodGunpowderPouch.uasset deleted file mode 100644 index e23fc4ce..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_WoodGunpowderPouch.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ee8a1311801b79a418df391aee53586deca6e8514162de032b1255c213a936e -size 8691 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_Yogo.uasset b/hwanyoung2/Content/KT_Props/Materials/M_Yogo.uasset deleted file mode 100644 index c92af58e..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_Yogo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78f4858ebf7fc0c25cea3cc7b6586bc2568e4997de6b2f788a3199a61cb81a3c -size 11065 diff --git a/hwanyoung2/Content/KT_Props/Materials/M__Dragon_Drum_1.uasset b/hwanyoung2/Content/KT_Props/Materials/M__Dragon_Drum_1.uasset deleted file mode 100644 index 37ec9c43..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M__Dragon_Drum_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9cc52be4cbf06bb821380706d5cf5114882d8f9c531fa02b193127e83c5cd05 -size 10854 diff --git a/hwanyoung2/Content/KT_Props/Materials/M__Dragon_Drum_2.uasset b/hwanyoung2/Content/KT_Props/Materials/M__Dragon_Drum_2.uasset deleted file mode 100644 index 9255a981..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M__Dragon_Drum_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ac849bbf83104b178f6857c26a11515cc23906b48025c52828b2f523f2caa29 -size 16929 diff --git a/hwanyoung2/Content/KT_Props/Materials/M__Dragon_Drum_3.uasset b/hwanyoung2/Content/KT_Props/Materials/M__Dragon_Drum_3.uasset deleted file mode 100644 index d68601e3..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M__Dragon_Drum_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b2b7f12d895092071889b1b0974d755167084c41668fd812663efa467393fd0 -size 7642 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_blue_scarf.uasset b/hwanyoung2/Content/KT_Props/Materials/M_blue_scarf.uasset deleted file mode 100644 index 3f11d434..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_blue_scarf.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbf4d42801bb11c5fa49ea6492ae64495d4cab94352491719d02766206eb1bca -size 9935 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_red_scarf.uasset b/hwanyoung2/Content/KT_Props/Materials/M_red_scarf.uasset deleted file mode 100644 index 4f34bcf2..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_red_scarf.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11760127b941e553fe84dbeedebdc3579401e2176cafbda168b3566375dd68bf -size 9991 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_wood_blue.uasset b/hwanyoung2/Content/KT_Props/Materials/M_wood_blue.uasset deleted file mode 100644 index d75ec767..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_wood_blue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5f876775665f195ada9bf5390fb4f80c26a6069405041c464c6cdfca9571b28 -size 10264 diff --git a/hwanyoung2/Content/KT_Props/Materials/M_wood_red.uasset b/hwanyoung2/Content/KT_Props/Materials/M_wood_red.uasset deleted file mode 100644 index 292d0fef..00000000 --- a/hwanyoung2/Content/KT_Props/Materials/M_wood_red.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43c1410b4dda2c3f4a3f124efb3a293597683df7bd15f6a0b26e7e6f83a9f8de -size 10659 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Flagpole_Supports.uasset b/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Flagpole_Supports.uasset deleted file mode 100644 index 1f81beeb..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Flagpole_Supports.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46adb292e4ffebd8577175ba550c25b43cebfd84401030593f38243551e3f6be -size 1045278 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Four_Lion_Three-story_Stone_Pagoda.uasset b/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Four_Lion_Three-story_Stone_Pagoda.uasset deleted file mode 100644 index aeed5639..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Four_Lion_Three-story_Stone_Pagoda.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:164cac870c443739671304903b8a3a521c4e74fd802e48aedd64523ccecc5ade -size 879519 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Fragment_of_Daejwa_Statue_1.uasset b/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Fragment_of_Daejwa_Statue_1.uasset deleted file mode 100644 index 15b58730..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Fragment_of_Daejwa_Statue_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:150f586cbccc4e5fe6cfe961c53d9dfd5010d1fc395c3e79225e7a72fce005a1 -size 1124560 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Fragment_of_Daejwa_Statue_2.uasset b/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Fragment_of_Daejwa_Statue_2.uasset deleted file mode 100644 index 247911a2..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Fragment_of_Daejwa_Statue_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb7710a5a714ac03ba48939c84187d8da93c89a5812ccbd3090d36d0c0467848 -size 1128495 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Fragment_of_Daejwa_Statue_3.uasset b/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Fragment_of_Daejwa_Statue_3.uasset deleted file mode 100644 index 2478df26..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Fragment_of_Daejwa_Statue_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73ef12d1153c80915daa6c9f8ec572cea3289c48c8e1236f68fb15f5e9c9b30b -size 1131074 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Pedestal.uasset b/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Pedestal.uasset deleted file mode 100644 index 07fe34d5..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Pedestal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90b31cd98149e88a8be460700ea5a96e4172f649ba2934e58c99a5ebbcfb3328 -size 4352903 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Pedestal_and_Mandorla_1.uasset b/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Pedestal_and_Mandorla_1.uasset deleted file mode 100644 index 513ea7cc..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Pedestal_and_Mandorla_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f321acd72ab1f1e8936c2617e9fe48db5b517875a5d3a3f75ff1e292054bf969 -size 1153743 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Pedestal_and_Mandorla_2.uasset b/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Pedestal_and_Mandorla_2.uasset deleted file mode 100644 index e7a92a42..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Pedestal_and_Mandorla_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b5d8dedf6b2e187a6319b1ab472c8d818233aae0e126919b60b12793f5d9a75 -size 1103107 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Seated_Buddha.uasset b/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Seated_Buddha.uasset deleted file mode 100644 index 83e3ce4f..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Seated_Buddha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1594279041da80474e616e741bda71ea551a46488f95922b39193be9cf4ef7b6 -size 1014930 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Seated_Vairocana_Buddha.uasset b/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Seated_Vairocana_Buddha.uasset deleted file mode 100644 index 9f92f123..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Stone_Seated_Vairocana_Buddha.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb97f44139f9685d57ab02619dfc2334c804bb62dd145703c01d821d959aae49 -size 1282629 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Three-story_Stone_Pagoda_1.uasset b/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Three-story_Stone_Pagoda_1.uasset deleted file mode 100644 index 6fbd8641..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Three-story_Stone_Pagoda_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:070a936e5b9ea685af2ca5e93cbb183e4ec91b5121971f0d437fd0836f33e481 -size 1059725 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Three-story_Stone_Pagoda_2.uasset b/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Three-story_Stone_Pagoda_2.uasset deleted file mode 100644 index 688dafaa..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Ancient_Statues/SM_Three-story_Stone_Pagoda_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cdb773c5accfe6cee6391f7522c041ae165f261ed2886433d57ea4977caa584 -size 940402 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_ArcheryAids_01.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_ArcheryAids_01.uasset deleted file mode 100644 index 9dd6e9d8..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_ArcheryAids_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:679e729b81c97b69c956562021bdc7fb648846efc3533c11f2fb052605cac694 -size 220819 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_ArcheryAids_02.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_ArcheryAids_02.uasset deleted file mode 100644 index 4ac9221a..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_ArcheryAids_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73bc044f088c8d1565f88d9e53e29211c13b507e9f8c45a364965d9726fa05cd -size 214011 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Bell.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Bell.uasset deleted file mode 100644 index 7853f6c8..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Bell.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f0434b5282ca00a7c11a73e9dbb2924d1baed87d068c1b193cdd5daeed8de56 -size 212341 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_BowRing.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_BowRing.uasset deleted file mode 100644 index 828203b7..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_BowRing.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bfd861d8a21233d6ae0f58c5b6ebe8a84196be3c0741ee9b6e4a85c1a1c2ea4 -size 209599 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_BullanggiJapoCannon.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_BullanggiJapoCannon.uasset deleted file mode 100644 index d3015faf..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_BullanggiJapoCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a522293c8c66a6d5c7aeba49475a2cc15345a3b27cfff3c38018e4ca575af9b -size 222902 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_BulletPouch.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_BulletPouch.uasset deleted file mode 100644 index 0217e95f..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_BulletPouch.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b248cfd698d26767b85916a7eacf763db9cfc644e20fb636621dc27ed69559b -size 18813235 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Celadon.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Celadon.uasset deleted file mode 100644 index cfb02269..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Celadon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2aa68fabc9409e6d36468cdb513cca422e6ddae37d673c65e9fef9bfe9f5520 -size 210755 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_DoubleBarreledPistol.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_DoubleBarreledPistol.uasset deleted file mode 100644 index 8ec61349..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_DoubleBarreledPistol.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6abff9359d6ad97315743f3fdbe4c99abd24e73ad27c7b01678187c043a1d718 -size 237789 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_DoubleVictoryCannon.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_DoubleVictoryCannon.uasset deleted file mode 100644 index 9d737f6b..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_DoubleVictoryCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb3a2b03dd12efdfa446ba585966404c7ae2ce19156c7da030f5b47b5848dd03 -size 226813 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_DragonQuiver.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_DragonQuiver.uasset deleted file mode 100644 index 83dd6ba6..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_DragonQuiver.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6653dbd111aca422f1ae4bf988e4fe109e498629a6b66575d311ef4ff95feed -size 653629 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_EmperorBow_01.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_EmperorBow_01.uasset deleted file mode 100644 index 1e7c4deb..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_EmperorBow_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57e94d6b9e84466ec62a054e20737aa1352e980c5259f08e7aa8e1a8747b447a -size 207643 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_EmperorBow_02.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_EmperorBow_02.uasset deleted file mode 100644 index 9d9edb66..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_EmperorBow_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e63859a76555f87ac5cd17bb4591abbaa99e04c25dd1c86381bbd3dac65e371 -size 219485 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Flail.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Flail.uasset deleted file mode 100644 index ddf517a9..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Flail.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:559dd660c66b388ac42df96ff693f4e1abe2e0bb4400778e67e58610a73b8bfe -size 347356 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_FourArrowsCannon.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_FourArrowsCannon.uasset deleted file mode 100644 index 2b4f8bf1..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_FourArrowsCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9015c5713bacb0d4dfb5b00fce40331ae2ea2d2900c001981890bc67e6a5848d -size 212521 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_GunpowderPouch.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_GunpowderPouch.uasset deleted file mode 100644 index c3a1cdef..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_GunpowderPouch.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80b88747656c34cbd07316f04741c4324a4cf357bab18ae54012446516a86538 -size 216751 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_HornBow.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_HornBow.uasset deleted file mode 100644 index 76e36fe9..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_HornBow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5b3aa92f00a40861bf3f56f5aa2fe2647afd6234e37144c8d29ffa1315b349c -size 209200 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Hyeonja_Chongtong_Gun.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Hyeonja_Chongtong_Gun.uasset deleted file mode 100644 index 8c6d8a08..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Hyeonja_Chongtong_Gun.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb9fde835781279dcc8bd003274a8506d633cfc0aa10fbc28307fcbe64f0e553 -size 216162 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_LittleVictoryCannon_01.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_LittleVictoryCannon_01.uasset deleted file mode 100644 index c7c4a375..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_LittleVictoryCannon_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c1ebc42ceaecdf09c8807a4b368dd7b043a4b5691bfb1a2d58d82cd160f0bf9 -size 207730 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_LittleVictoryCannon_02.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_LittleVictoryCannon_02.uasset deleted file mode 100644 index de683ea2..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_LittleVictoryCannon_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c237dce46329a7c12d5a772b850c5569c6dbbacb48d50e5220a5285631aae005 -size 209233 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Mace.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Mace.uasset deleted file mode 100644 index d12821e9..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Mace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2eb022dda05a14836d1633e02f9e02001aaf93ec57785ac08578a20651ca7f1 -size 212182 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Narrow_Gun.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Narrow_Gun.uasset deleted file mode 100644 index 6418143d..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Narrow_Gun.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df0470eb7695305e9f682d3ea6c0790284740716aee17aeb3df9be4cfb78a82c -size 203507 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_NewCannon_01.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_NewCannon_01.uasset deleted file mode 100644 index c4c39ee2..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_NewCannon_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76581279a0cde81c30a71e7129ffac50e21f2aa89eaf46f0d3a287eed19d2f16 -size 210737 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_NewCannon_02.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_NewCannon_02.uasset deleted file mode 100644 index d960dcb6..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_NewCannon_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2de56dae3eb637df767b8119088353577e646d9f8f15d258c709c78e9e3776d -size 225083 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_OtherVictoryCannon.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_OtherVictoryCannon.uasset deleted file mode 100644 index a1bf2d67..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_OtherVictoryCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea3967767f8de35934b550644393173befaee80971ac5fbbf8fd21b48c870f70 -size 221151 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Quiver.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Quiver.uasset deleted file mode 100644 index 8e86b6b6..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Quiver.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d3e5b17b3d614d942b8c0e8c0f5a8787b163d702089bb8a30f00b7e99edacd2 -size 589705 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Self-DefenseSword_01.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Self-DefenseSword_01.uasset deleted file mode 100644 index b3b34ca4..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Self-DefenseSword_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b1c6f5eff3a052148950c6ed269d6501129dcb5fc129e665119a92548e747f2 -size 208462 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Self-DefenseSword_02.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Self-DefenseSword_02.uasset deleted file mode 100644 index fb969f84..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Self-DefenseSword_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e236d5b42292fd10f6cb20798fb88ff4384192cb3d2a2393d0428bc33dce931 -size 227862 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_SignalizerCannon.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_SignalizerCannon.uasset deleted file mode 100644 index 5e67aa43..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_SignalizerCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79521df83b76551764a150f61d8271eeb344d1af8ad7c6ec6ca6c60fd348cc0d -size 215179 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_01.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_01.uasset deleted file mode 100644 index 88591382..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30e612982e4aa98cfe27b1208ca2d8416e64360c25786f9d75a161613458f9a1 -size 222774 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_02.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_02.uasset deleted file mode 100644 index c4782fb8..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fadd5d44eaefc4b75a140d30b4fd5c2baaaa8bdb86399db6f286b24b407a6dda -size 219258 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_03.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_03.uasset deleted file mode 100644 index f65403b4..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89dd404a327665f2052b40a9d527ba2cbfc582ee264232cc1e69e4a452f8cb91 -size 220351 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_04.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_04.uasset deleted file mode 100644 index d97b6a24..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11d8a3d70e5b83e44913bcce7d9778d08b1d2824ca45bec4de25c556678f6543 -size 219968 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_05.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_05.uasset deleted file mode 100644 index 0252542c..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65928d2e50f269a4af90eda59d11e3e13d186af9a50dbf022ea3b9fe18b6bd2b -size 209306 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_06.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_06.uasset deleted file mode 100644 index 6b65647e..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Stirrups_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da6bf8d720c37931452f228feac6f612e91cb813728b3d011aa9a0f113bb7c20 -size 211967 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_ThreeCannon.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_ThreeCannon.uasset deleted file mode 100644 index 0eab4c60..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_ThreeCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a60dfd14de4f1ea484cc23bc58018f81bd1fce8ceff89bb5fd8f316bd3925133 -size 225464 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Three_Barrel_Gun.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Three_Barrel_Gun.uasset deleted file mode 100644 index c17883eb..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_Three_Barrel_Gun.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfe7e992bd44bb54d6e2eac78323925c20f4ccd06a0fb5c055ab9e36b95f2160 -size 220644 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_VictoryCannon.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_VictoryCannon.uasset deleted file mode 100644 index 1e0b9812..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_VictoryCannon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43a3611dfb70364a8495e14f83b9eafb83d75982d75db51073aa9a4e33885992 -size 215451 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_WeaponAccessories.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_WeaponAccessories.uasset deleted file mode 100644 index 80d274ce..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_WeaponAccessories.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c74981c4d8ed4fb4556e3c5b25d1bd9e96ad73c9d6fd5a61c74b4e393a351e8 -size 245901 diff --git a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_WoodGunpowderPouch.uasset b/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_WoodGunpowderPouch.uasset deleted file mode 100644 index 36b78f4c..00000000 --- a/hwanyoung2/Content/KT_Props/Meshes/Traditional_Weapons/SM_WoodGunpowderPouch.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9eabde938480df760231ed6bb5f398b089c387679da958c53e21a842ebef1802 -size 275363 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_ArcheryAids_01_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_ArcheryAids_01_BC.uasset deleted file mode 100644 index 416c25e5..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_ArcheryAids_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5ef6a65a11880cbc5ae4232b079a18392ca9cbba249962f1bea494aaf4cbf6c -size 1094470 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_ArcheryAids_01_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_ArcheryAids_01_N.uasset deleted file mode 100644 index e2a173be..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_ArcheryAids_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:129d244fc187f45d58b3208e2ece114a7ed2d94da8a2cc9d43169a92fbfeac4a -size 1122863 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_ArcheryAids_02_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_ArcheryAids_02_BC.uasset deleted file mode 100644 index 0164d5a1..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_ArcheryAids_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7c06e1a4348b5da0c46389d2c1ccc8890e1f90450f93af126330c69943ea2f2 -size 1264435 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_ArcheryAids_02_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_ArcheryAids_02_N.uasset deleted file mode 100644 index 4dc444ff..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_ArcheryAids_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38d5cd9d76a2c04572ba5a4dc983da0a297826e194f852154e23f2caaaa1a754 -size 1241189 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Bell_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Bell_BC.uasset deleted file mode 100644 index 3bf046b8..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Bell_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16c7058fded032f25702e2681e41d36955ecd5fa1a51d69d3c92504202afafce -size 1595089 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Bell_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Bell_N.uasset deleted file mode 100644 index cf8a01db..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Bell_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f38588543e88a18f1f1b88269ef8da1f5e23e2d3c2e51ccb391c4f929fea5dd7 -size 1036309 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Big_Zither_AO.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Big_Zither_AO.uasset deleted file mode 100644 index dab98b86..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Big_Zither_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:326e9b959eba8ac35fda43325c2165997dffca08cf500a3742c8eaaac1222e6b -size 1089596 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Big_Zither_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Big_Zither_BC.uasset deleted file mode 100644 index 3d22a42f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Big_Zither_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3633c0c06a0222fdd1b04bd141dba31f6309fa06d4b5ee97ab2c78b2f0d8030 -size 5993425 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Big_Zither_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Big_Zither_N.uasset deleted file mode 100644 index 1902a8c2..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Big_Zither_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:976c3b8794647a07d960023c9832b3343e11067b57de3d0ead71dafeea2a5023 -size 2904172 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Big_Zither_R.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Big_Zither_R.uasset deleted file mode 100644 index 296f7024..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Big_Zither_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:711cdda0a70ff32a9a717560914a2a1db311849cc86e4001c7fff867b0699efd -size 1523538 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_BowRing_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_BowRing_BC.uasset deleted file mode 100644 index 4d552774..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_BowRing_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f4755937794e25a36d37a8656437a7c5416e2cfdcebd46a9e972f5f2b1a824d -size 1163404 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_BowRing_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_BowRing_N.uasset deleted file mode 100644 index b29c8ec0..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_BowRing_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36547b6c817870f0513475ee7d56a3e6e7dca8d81b3bd985e5e6485a7519b6b1 -size 708385 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_BullanggiJapoCannon_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_BullanggiJapoCannon_BC.uasset deleted file mode 100644 index 3c9124f5..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_BullanggiJapoCannon_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d86840c66373cc9fd3fa86c78a2b4ced18c6d34bd7d20bfca8825480a10cf4b -size 1322720 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_BullanggiJapoCannon_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_BullanggiJapoCannon_N.uasset deleted file mode 100644 index ec2a051b..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_BullanggiJapoCannon_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:582532a2ec495b29a19c32e0ea81034354ad3c91fbb9f8e5b5e88b4de470f096 -size 1374936 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_BulletPouch_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_BulletPouch_BC.uasset deleted file mode 100644 index 206b53c1..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_BulletPouch_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fa12fed57da187fe97e4473d6707df46a7c5daf50e4015683571e2c5f53657a -size 1647413 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_BulletPouch_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_BulletPouch_N.uasset deleted file mode 100644 index f4479335..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_BulletPouch_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15f0ea289a25d0db748160411b7d5b7bb90297d53dc4717f0fc0ddf6160be42d -size 1448739 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Celadon_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Celadon_BC.uasset deleted file mode 100644 index e0cd979e..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Celadon_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57516a606ff549d2940f8f980bf2f05ef96e0ef66d80de95d9e5dec31112da15 -size 1131099 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Celadon_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Celadon_N.uasset deleted file mode 100644 index b652183f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Celadon_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75283354a332cc179ccb272d5f20b0fe7a4a7056870c1234b5cb92d7ee0ad647 -size 1167735 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Cheoyoungmu_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Cheoyoungmu_BC.uasset deleted file mode 100644 index 92f658f4..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Cheoyoungmu_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc0d95e8ed512aa0ade14d8a3e82a7640382d1a24a211a1997217e7e89eb1711 -size 1634998 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Cheoyoungmu_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Cheoyoungmu_N.uasset deleted file mode 100644 index fc447e06..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Cheoyoungmu_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ecf207d13c2611ba7e4afd7ccfff3044073dcdbc3968b7213036a21fc2860a9 -size 2133896 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Chord_1_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Chord_1_BC.uasset deleted file mode 100644 index 3f440ff4..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Chord_1_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a35fadd4bcd539f97e3dcde798796e428ca19015d33a504ec24802bd4a7db21d -size 2256446 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Chord_2_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Chord_2_BC.uasset deleted file mode 100644 index 9587c7ec..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Chord_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:822f357ee2fd973e336cb799157b605c7c1ce99be5455de9af98f27bc377f1d9 -size 3635756 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Chunengjeon_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Chunengjeon_BC.uasset deleted file mode 100644 index 9da58d85..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Chunengjeon_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ff1503e48605cf4fdba2d449c7efe1f1e4ec6b01890af8e73cf30fbe7285f5a -size 4221067 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Chunengjeon_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Chunengjeon_N.uasset deleted file mode 100644 index e3667a57..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Chunengjeon_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:221078de81f0ced93e9666bae02b6f5052f7818f552364009d6b4c6f2137f4a6 -size 6680368 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Daechuita_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Daechuita_BC.uasset deleted file mode 100644 index 34d7669e..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Daechuita_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:812ea2ce755958a102264d5f85674ec656532de4a4b723411efc22d4c71919a4 -size 314157 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Daechuita_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Daechuita_N.uasset deleted file mode 100644 index 5fc0f1a6..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Daechuita_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91258b2ade40051c7400f4cc5f237d7e6c87048c145b8cfe8ab2abfb8bab5a57 -size 1575761 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Donggi_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Donggi_BC.uasset deleted file mode 100644 index b7f15800..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Donggi_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:481bf49735af0899d32f0a7f70391c4a9ee7e835329e1c3fe3d79a23b035b5ca -size 5181468 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Donggi_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Donggi_N.uasset deleted file mode 100644 index cf6613dc..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Donggi_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31db8bd60f1c050a99b802e8ec5888b1134b3be838f80508674f83dad9064482 -size 10579522 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_DoubleBarreledPistol_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_DoubleBarreledPistol_BC.uasset deleted file mode 100644 index 0b12de58..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_DoubleBarreledPistol_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23323498bd8c70be6d65b3f8cc5c785380d9f56c7ebf809870460757b8dec2ee -size 1839134 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_DoubleBarreledPistol_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_DoubleBarreledPistol_N.uasset deleted file mode 100644 index 6370cf9b..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_DoubleBarreledPistol_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f85ac549db91354e45f94468e64bbb8ac42a5f9ed5ce29ac9c3e27c5b7dd787c -size 1559848 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_DoubleVictoryCannon_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_DoubleVictoryCannon_BC.uasset deleted file mode 100644 index ff59fdf1..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_DoubleVictoryCannon_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab6104c6639886622beb30bcbc6751a1d2b5bc84d9bfc7894e22b9e1ad940007 -size 1847599 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_DoubleVictoryCannon_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_DoubleVictoryCannon_N.uasset deleted file mode 100644 index 9a9e9a82..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_DoubleVictoryCannon_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7454f5ca9b3baef37a000d87e7c61153c0d1843a17d9ad3c03e23011a09d0405 -size 1263219 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_DragonQuiver_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_DragonQuiver_BC.uasset deleted file mode 100644 index b27136ac..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_DragonQuiver_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caa57bd65c7a882cede5a6d2128c1c30f44775655bba31f6d4f967be187a5f00 -size 2304239 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_DragonQuiver_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_DragonQuiver_N.uasset deleted file mode 100644 index ce659637..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_DragonQuiver_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20513f5baadd17b7782636e7486b11b2463a65b717931251edce4c1cd2c24dab -size 1437675 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_BC_1.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_BC_1.uasset deleted file mode 100644 index 67acd488..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_BC_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3a1e7d06660421c5c6670b506e4355282b9a2f50f5e3e4e3dd6a6591ee6fd63 -size 5827450 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_BC_2.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_BC_2.uasset deleted file mode 100644 index fa379608..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_BC_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c5a91b4fa301e7564d54252df176ae7c532248af4fdffaa32930f85d318f2e2 -size 8854730 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_BC_4.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_BC_4.uasset deleted file mode 100644 index 865ab981..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_BC_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:876aa902264abf8b3ebd73e426c3d294106677e6e94d420ed27f6be54f9252e3 -size 1602580 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_Mt_1.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_Mt_1.uasset deleted file mode 100644 index 34f193a8..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_Mt_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2eead17b5de93e008a6ae488c6d037eb0e9b2e7be31f37a91e1b26aa0d6517ef -size 809007 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_N_1.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_N_1.uasset deleted file mode 100644 index 10684afb..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_N_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff2bfd82c099729344aa0c6211e007fc9c21f4552ee3a906f44e2045484e1f52 -size 451100 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_N_2.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_N_2.uasset deleted file mode 100644 index bf9153f2..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_N_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d81a49bb2570c28e004e83fec2fcdd7c1c5f88a623b41855a33da3b0a94dacf4 -size 8850456 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_N_4.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_N_4.uasset deleted file mode 100644 index 1e3ab244..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_N_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6db2244d1581be37fee6b53a564b4802562444481958124a1a43392fac10cb5 -size 1271963 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_R_4.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_R_4.uasset deleted file mode 100644 index c363f223..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Dragon_Drum_R_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:935eba3b50be53ba6e780b7c495685bbaef78a4ef7161595e407318d5163d800 -size 635333 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Drum_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Drum_BC.uasset deleted file mode 100644 index 487cabfe..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Drum_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49b8c753e5270a5a410ece6217316be63a170e1602763a55141d0c19731088cd -size 2927436 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Drum_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Drum_N.uasset deleted file mode 100644 index acf1818d..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Drum_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fc94f2241369381fa34625f01217d0684f573728f3328357fa23b95e7965886 -size 1698717 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Drum_R.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Drum_R.uasset deleted file mode 100644 index 8048492c..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Drum_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d93ec50bc4ca312851f73f1beeac4e0da1b6ae7a04eda7b1c295e3a7539eb6d4 -size 452450 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_EmperorBow_01_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_EmperorBow_01_BC.uasset deleted file mode 100644 index fd992f21..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_EmperorBow_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82bf46bc76977b8c12a80435a10d657aebd44d0984b89079414a6e42f6db1c06 -size 1700778 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_EmperorBow_01_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_EmperorBow_01_N.uasset deleted file mode 100644 index b1cebe2e..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_EmperorBow_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f624623fbc9cbd1c261ba7587cdc878990702738a397fa0125d7aa593eb92fd -size 810308 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_EmperorBow_02_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_EmperorBow_02_BC.uasset deleted file mode 100644 index 1f823def..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_EmperorBow_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b4fcfa1d9c299217d02cd495ff8153772c8adc8316fdaab3b935dfa8574c0b5 -size 1627967 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_EmperorBow_02_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_EmperorBow_02_N.uasset deleted file mode 100644 index afa770fc..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_EmperorBow_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b7542469bc6e9168773a5289117b42c65e6c20744f28b4222658cc8ec9f4b12 -size 728634 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Flagpole_Supports_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Flagpole_Supports_BC.uasset deleted file mode 100644 index 31a5820b..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Flagpole_Supports_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08a16017e90014cb002e2c3851062aee47b4d74a16801cebf082525fd4055a65 -size 6919807 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Flagpole_Supports_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Flagpole_Supports_N.uasset deleted file mode 100644 index 5db42457..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Flagpole_Supports_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a31efdaea79479435bb6c42668676fb8827ce09a1eb7d0c5ae5b39a7c01216b7 -size 7600661 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Flail_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Flail_BC.uasset deleted file mode 100644 index 8735c876..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Flail_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13395c8c21ea18bfc2b0e4d2ef5e0dd53c4903fa5c3440ac6ac3928b0d373d11 -size 2411523 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Flail_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Flail_N.uasset deleted file mode 100644 index 02756ded..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Flail_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:610b8a5bd9e712d43ecc6d838ab8a52ac10102a25f3f4df5c097c0403364db9c -size 1902172 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_FourArrowsCannon_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_FourArrowsCannon_BC.uasset deleted file mode 100644 index 69ed7837..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_FourArrowsCannon_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc84192341ec49342df6afcb9e35a793d9d0d70271f1c442763e282a4ed308da -size 1425603 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_FourArrowsCannon_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_FourArrowsCannon_N.uasset deleted file mode 100644 index 091e1f8a..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_FourArrowsCannon_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a630f7450bb3d67252aa7392d0ed2ff8bc5ee026511d7c32ee924e387f95ecc -size 1491466 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Four_Lion_Three-story_Stone_Pagoda_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Four_Lion_Three-story_Stone_Pagoda_BC.uasset deleted file mode 100644 index ff5f46e0..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Four_Lion_Three-story_Stone_Pagoda_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c4623b56e018af4ff2f9c42da152d3b5810035a0657050be5aef36999d3265a -size 5703797 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Four_Lion_Three-story_Stone_Pagoda_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Four_Lion_Three-story_Stone_Pagoda_N.uasset deleted file mode 100644 index 6a11fcf7..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Four_Lion_Three-story_Stone_Pagoda_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cee01b226d11924c0147a6db6cbaa79d1557107f81f78549d17a8c03b15777e1 -size 5221888 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_1_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_1_BC.uasset deleted file mode 100644 index b348ad27..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_1_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be88cdd1e31c9cfc85cb3d9bbd956d8ae72a994005e6582d1c932aacc0dd12d5 -size 19134412 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_1_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_1_N.uasset deleted file mode 100644 index 45144405..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_1_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3376f8deba80d3c48a4e371d81d736180946b4b011a855ac1316abffb95a8ba9 -size 14866006 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_2_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_2_BC.uasset deleted file mode 100644 index b29e9f10..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fa2af7b761d42d65ab0722bf540d307627de52637c6786c9546cb22eb30e9db -size 15691964 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_2_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_2_N.uasset deleted file mode 100644 index d7f79337..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a87b86f11411371371aca9671e37729299cce9aff85d41d4f63b019876ba64e -size 15710896 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_3_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_3_BC.uasset deleted file mode 100644 index b88dd44a..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_3_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14c01d32ed335daf37260f67855c09bd0e2baa08a46511f0916aa6607725efae -size 15307343 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_3_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_3_N.uasset deleted file mode 100644 index bacfc107..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Fragment_of_Daejwa_Statue_3_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74476c5f8db1da258e6ce1048ee1a35c47e95fb1b2c33dce22b3fcb72778d8b1 -size 13666513 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gayageum_1_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gayageum_1_BC.uasset deleted file mode 100644 index 3446976c..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gayageum_1_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b415f6c10697f78dcf8568c6d2948c3a76fffe1796309e9f032c74ea636f2ca8 -size 1478749 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gayageum_2_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gayageum_2_BC.uasset deleted file mode 100644 index 495bedf1..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gayageum_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ca07e95ca866e171b6f5932f4fe62d7b5dc02bf765fbaf9ab8261ba1984b57e -size 1633047 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gayageum_3_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gayageum_3_BC.uasset deleted file mode 100644 index 7e0b212f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gayageum_3_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf47ac57f2d223bd1c8fafac37d63a8ce6f2db2ed1744bfbf949352aa3f9e2b8 -size 515567 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gayageum_4_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gayageum_4_BC.uasset deleted file mode 100644 index 1e089994..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gayageum_4_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:602eb0c7297921d01fe32d222b25288ce38b99492a2290b0eab7c62280a7d1c3 -size 2788649 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Geommubok_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Geommubok_BC.uasset deleted file mode 100644 index f75254a3..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Geommubok_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd8f851b2d9edc384aee720b1bb655eaed3563949c010431e8a6fc72b0606106 -size 7983954 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Geommubok_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Geommubok_N.uasset deleted file mode 100644 index 7fd048c7..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Geommubok_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e84fd12196415486597e41335570c63fa4f3539069b181c789949126556b197 -size 7967175 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_1_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_1_BC.uasset deleted file mode 100644 index 81c7caf0..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_1_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c64c772b32b84d62d4a3540993852240fc15748a17bbbf88f8c99d0a42279a3 -size 3155951 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_1_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_1_N.uasset deleted file mode 100644 index 2380f35f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_1_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b37213ec5e5c5c48637a355e599ca1c01185a83c662e2bfb8022770975497944 -size 1581957 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_2_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_2_BC.uasset deleted file mode 100644 index d70c91bc..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15755407feb401460f60d1852344c52027714f292b4c69d03452dc58ce63bd30 -size 532774 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_2_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_2_N.uasset deleted file mode 100644 index d26badac..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b012975f2c7ceb0ff443bdc2cb8328c9887e57808352ced512c39c23c7c93993 -size 1270903 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_5_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_5_BC.uasset deleted file mode 100644 index 0dd4e680..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_5_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f70e6c82a98475a55cb47ad86e00cbf2f81f1e71c2fc479af34fd77038427b1f -size 574555 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_6_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_6_BC.uasset deleted file mode 100644 index d120334f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_6_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1994fc6597b23c73babc7b4e0825f1f3b3df8827413ae91d8f679c9f97dfd330 -size 849107 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_7_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_7_BC.uasset deleted file mode 100644 index 4a761329..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_7_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9e1229132e192e8965c9e52ab403e84d1581c0ae055e0d02a617699d7e25ff2 -size 658433 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_8_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_8_BC.uasset deleted file mode 100644 index 0e408386..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_8_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d13c0de582519496a5a985003cee504cddccf79f4d243895adc6c7486e8dc9e0 -size 310743 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_9_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_9_BC.uasset deleted file mode 100644 index db91a857..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gun_Drum_1_9_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c36819423b786ff3ab76f34ed290fec6797a38244dd71aeafece819374644563 -size 769428 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_1_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_1_BC.uasset deleted file mode 100644 index a84b0da0..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_1_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61656e8afba965117e12238e9552f2d3f9bbe1d4a224f2bd984730055b02b726 -size 1932269 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_2_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_2_BC.uasset deleted file mode 100644 index 68fe6630..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70c9427176609d7dd902a4c5dde3a0cc48ca30729861968364e3eb47de635039 -size 5254873 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_3_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_3_BC.uasset deleted file mode 100644 index 91d536f9..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_3_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:968d0586f60bf581ef9ff4edceb3d6249cd563013980bed836c5fba5471c85c0 -size 4507049 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_4_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_4_BC.uasset deleted file mode 100644 index 359e5efe..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_4_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dcd95b7b9eb39f69a41a3687d6469b773673bf958bb94c60c60cddd6c65ce2a -size 2196850 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_5_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_5_BC.uasset deleted file mode 100644 index d9909b78..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_5_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68fc47a3d870624735bea5a5d2470122e310427fe6a9cdda1185c7f895e5d3cb -size 1106380 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_6_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_6_BC.uasset deleted file mode 100644 index 9f8c5da1..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_6_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e40e36cfa3d5f58bd87e30d787d953d4e3f5a36a8b3b8bcf816fa50bdf90b4e0 -size 1182559 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_7_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_7_BC.uasset deleted file mode 100644 index 3d9f83b5..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Gundrum_2_7_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbd81d6ca45a8d59a4929db68d0c499feb7a5b44f3cde5383d1f9074bb6051cc -size 1518114 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_GunpowderPouch_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_GunpowderPouch_BC.uasset deleted file mode 100644 index 05ee54b1..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_GunpowderPouch_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e80be5835ffdaca92197c55b1872dd25fc21d497b3caffb8fc39aa6659ea1a8b -size 2088667 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_GunpowderPouch_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_GunpowderPouch_N.uasset deleted file mode 100644 index a764ac01..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_GunpowderPouch_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e3371863a8025f187970f4d195b9ff1db1312230034dafc9add009231e86d0a -size 1284811 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum2_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum2_BC.uasset deleted file mode 100644 index ec18f21b..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8363f958f69d585e0719c2099d62a576953b8cd3fce72581b77071868d04323f -size 10888789 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum2_Mt.uasset b/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum2_Mt.uasset deleted file mode 100644 index e8d75e5f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum2_Mt.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:300f66818f69dd157687352795605d9265b761decfcc67f6b524932fb8284895 -size 836280 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum2_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum2_N.uasset deleted file mode 100644 index 9e1986b3..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f32d97449e49e8755155d1e1e0f4d000d2ef88319c0fc9431491fadbc2111183 -size 40694033 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum_BC.uasset deleted file mode 100644 index 722369e2..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efcb7fad7e31015f9b04d338b9bc3bd42ea62eeecc05891bdf11a5a23921963a -size 9678165 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum_Mt.uasset b/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum_Mt.uasset deleted file mode 100644 index 090d7351..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum_Mt.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86a39560c9f363c1f722a922674f50b70dcd94d5852f7cf34be36e053bed8520 -size 3454593 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum_N.uasset deleted file mode 100644 index 5954b281..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_GyobangDrum_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1de1aa0b5b95ec541aceff4ecf2d6807ec87e781b0319a41fd26e91dd1e0cbe7 -size 15463268 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_HornBow_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_HornBow_BC.uasset deleted file mode 100644 index 858b304c..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_HornBow_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a07b2e8911f17d0bccdf9a8736623258de2cfde28a42c1c62026a7a27d0649db -size 1307923 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_HornBow_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_HornBow_N.uasset deleted file mode 100644 index c438a4e9..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_HornBow_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dde27bd61ed8624255b7c1cc2dee73956205e911e5eade94f7c38f587cdca7b6 -size 730630 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Hyeonja_Chongtong_Gun_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Hyeonja_Chongtong_Gun_BC.uasset deleted file mode 100644 index f3aab48c..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Hyeonja_Chongtong_Gun_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ab070b0f8379761a4444ea65ce57104fb898d086c3303e55a1bf8e5f0dd2ccf -size 2175242 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Hyeonja_Chongtong_Gun_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Hyeonja_Chongtong_Gun_N.uasset deleted file mode 100644 index cf9dbd3b..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Hyeonja_Chongtong_Gun_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c8310f275f4706ade59989d0259fef43e121622b02e7d549447d08948a7e526 -size 1088512 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_BC_1.uasset b/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_BC_1.uasset deleted file mode 100644 index 7c02015a..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_BC_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eab1148ee4983bffca20f5da2bc7540a78654237bd5b9c8c2149537d74ed3b0a -size 10234512 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_BC_2.uasset b/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_BC_2.uasset deleted file mode 100644 index 406f4b26..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_BC_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:569665b114a35cb0399e8479db4a898e168b40f55a0bfd76b116c007122bd9f7 -size 10627542 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_BC_3.uasset b/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_BC_3.uasset deleted file mode 100644 index d72fe0d9..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_BC_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b645053dbd8807170adef5b63de6708bc45b34d6cc62443f6f99af7ab17d24af -size 352723 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_Mt_1.uasset b/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_Mt_1.uasset deleted file mode 100644 index 94abab56..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_Mt_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08729170add7e941a304cd61f349de0d331f3ce17f93c285ce19e6369a7bf04b -size 2962375 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_Mt_2.uasset b/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_Mt_2.uasset deleted file mode 100644 index 5526bf8c..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_Mt_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9787ed7c9f252de9a19a264ab2638bab272715a39764660acfb236ec4e36a85f -size 3057457 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_Mt_3.uasset b/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_Mt_3.uasset deleted file mode 100644 index 7c5bad35..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_Mt_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80753ad972691d82ad71d7dc2362b39b4caa643ab4f44274e80b047eb2a4b845 -size 1196421 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_N_1.uasset b/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_N_1.uasset deleted file mode 100644 index d0b79fcf..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_N_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9db670e81fde68a497ea215daec20aacee113e0482fb64e65ea9e70835a665a -size 10732009 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_N_2.uasset b/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_N_2.uasset deleted file mode 100644 index c885c8a4..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_N_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f10dc52a6b79497b698c8993a084241811e88f5c6fb41672111a9ec9519948b -size 14700186 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_N_3.uasset b/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_N_3.uasset deleted file mode 100644 index 5c41fda1..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_JejuShamanicJanggu_N_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13847de2c3dc63bf357bda605a3c02291fbeb0869bdc5a21f1937b6b834bc022 -size 3525202 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Korean_harp_1_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Korean_harp_1_BC.uasset deleted file mode 100644 index d9d35775..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Korean_harp_1_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6384d14f30c90cf8c7398a6a9e91f2d199a3e473899d30a4f657a2bba1864818 -size 1092739 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Korean_harp_1_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Korean_harp_1_N.uasset deleted file mode 100644 index 76c28349..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Korean_harp_1_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc3321c6c5583fc574a0aeb2079c50157cab44e979347086d169c528ea8eaa2a -size 5220036 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Korean_harp_2_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Korean_harp_2_BC.uasset deleted file mode 100644 index c39ce9a6..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Korean_harp_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:219121ef8ad82f3e2d44d18e32c7ac0e835533f41ad3be760e16d34f5dc8dd39 -size 2633099 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Korean_harp_3_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Korean_harp_3_BC.uasset deleted file mode 100644 index 9a06e59b..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Korean_harp_3_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:599f99405fec61f659bb70d54fc6a2f66bd5668c9df3cd40ef114b9a0a680e8c -size 2786686 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_LittleVictoryCannon_01_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_LittleVictoryCannon_01_BC.uasset deleted file mode 100644 index d24121e4..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_LittleVictoryCannon_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b011b32b988ddc7151839a7a21aaf4d15395d58730751b041012016dcdce287c -size 1828111 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_LittleVictoryCannon_01_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_LittleVictoryCannon_01_N.uasset deleted file mode 100644 index eacf7a8f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_LittleVictoryCannon_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40dce718b93e40908c1be043fcdba5b8e4a6a215c7b4a5def8a9b754274b581e -size 1164459 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_LittleVictoryCannon_02_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_LittleVictoryCannon_02_BC.uasset deleted file mode 100644 index 96870bec..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_LittleVictoryCannon_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa19570a20473d66659385ddf75c2e8c8108391b1b92789e20a81b3e055a29b7 -size 1627781 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_LittleVictoryCannon_02_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_LittleVictoryCannon_02_N.uasset deleted file mode 100644 index c1dda571..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_LittleVictoryCannon_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:219ccc17e75b9d59cb2f49858bbc6e2a2c6bc9ef5ad8d217c4ca642549083360 -size 1330872 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Mace_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Mace_BC.uasset deleted file mode 100644 index 492efac3..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Mace_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7923087be994d695de186cf540e6c4a57510bd400ebd29a5270a87b0a64383e4 -size 1817655 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Mace_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Mace_N.uasset deleted file mode 100644 index 310faa63..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Mace_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:729511540e4e44d9015eef536806ea550bc8db4880a76549f20239b60d7e06bd -size 1254967 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_MoojangDrum_BC_1.uasset b/hwanyoung2/Content/KT_Props/Textures/T_MoojangDrum_BC_1.uasset deleted file mode 100644 index 12ab1511..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_MoojangDrum_BC_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e12084aa0133c098bcdffb2a024a287756ef10ba50db9aaf1ccee215cdc06ee4 -size 1537814 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_MoojangDrum_BC_2.uasset b/hwanyoung2/Content/KT_Props/Textures/T_MoojangDrum_BC_2.uasset deleted file mode 100644 index 63d1a4ae..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_MoojangDrum_BC_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:801d1cbcdf5db59144f8254a3cc1860f6752f22d56cfdf70af20365ebb78a67e -size 4114814 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Narrow_Gun_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Narrow_Gun_BC.uasset deleted file mode 100644 index 1e04e479..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Narrow_Gun_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09cf6ade86f4949ab9d35275d0f797ecf1b517cd3797bf10d825e16bad1136c7 -size 1294689 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Narrow_Gun_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Narrow_Gun_N.uasset deleted file mode 100644 index 5486c7af..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Narrow_Gun_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2427753119b0bf54537d686122718bc576ab43c8666b7b2f21b87c30631d2eba -size 1556645 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_NewCannon_01_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_NewCannon_01_BC.uasset deleted file mode 100644 index 66b8f773..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_NewCannon_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73ba7bc46341fe51b2dc7b994ea4907ebdb65773f51110d3a1cb304315f358a7 -size 1518541 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_NewCannon_01_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_NewCannon_01_N.uasset deleted file mode 100644 index 2e5892b3..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_NewCannon_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0b1063e15f0f5df3540816fc7be0243c7d144805378800d273e314f12808a5b -size 1325691 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_NewCannon_02_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_NewCannon_02_BC.uasset deleted file mode 100644 index 82b9208f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_NewCannon_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78993e25be736981bd5cbb869ac3c5ea68d10353ad2facfc8c08fd53e70a4cc2 -size 1687012 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_NewCannon_02_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_NewCannon_02_N.uasset deleted file mode 100644 index 7b3039c6..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_NewCannon_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22dbcceaa3af66a610f8c219c191f6cbe3b4fffd4e63e9629ba9fb800fcd1e41 -size 1556659 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_OtherVictoryCannon_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_OtherVictoryCannon_BC.uasset deleted file mode 100644 index bed88169..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_OtherVictoryCannon_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:765260bd63d22a92d4648e384eef0383201cf48bb50db697f4b756b22f8dc663 -size 2777949 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_OtherVictoryCannon_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_OtherVictoryCannon_N.uasset deleted file mode 100644 index c8df013d..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_OtherVictoryCannon_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f85a2281eb466378c0926b0301acb781a6907097d2d7d3059ce6621468a096b4 -size 1784712 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Quiver_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Quiver_BC.uasset deleted file mode 100644 index ab647ede..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Quiver_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbca99b69fa1cde749beb4076046b6f2a83bb1c431bcf5e7b7d419b4a7567b80 -size 2206848 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Quiver_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Quiver_N.uasset deleted file mode 100644 index b6e79618..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Quiver_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c21515688d2249cbe16c66f045333ba49adba1a6e51bda52a5750a38ac90cea2 -size 1162539 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_SajangDrum_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_SajangDrum_BC.uasset deleted file mode 100644 index 8461b57d..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_SajangDrum_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2be8927fbe834c170725e63a7666fcb782630b11d50253e726271378cd5caeb9 -size 13463166 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_SajangDrum_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_SajangDrum_N.uasset deleted file mode 100644 index 50b14611..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_SajangDrum_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeb63d78110e8cb8edf2e9aa09b19f817a5cd4ca7d93e6a11c4af43707f26a79 -size 16989757 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_SajangDrum_R.uasset b/hwanyoung2/Content/KT_Props/Textures/T_SajangDrum_R.uasset deleted file mode 100644 index 4f8fa58b..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_SajangDrum_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50a7eacd8c30607d57c67da6a10ae490bed1661206f86c5aa766ba773b160457 -size 5243716 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Self-DefenseSword_01_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Self-DefenseSword_01_BC.uasset deleted file mode 100644 index c573bf9b..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Self-DefenseSword_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:981e0714f185d65d27973f39b6d864e61f16f3fa9e9a6a4827ea767bab4173df -size 1536568 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Self-DefenseSword_01_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Self-DefenseSword_01_N.uasset deleted file mode 100644 index d62d944f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Self-DefenseSword_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bed28fc84f73d8e94c0f8fe3d79714cbea4d4693e8cde881046100ca7ced79b -size 921209 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Self-DefenseSword_02_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Self-DefenseSword_02_BC.uasset deleted file mode 100644 index b9f1285d..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Self-DefenseSword_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f85834bea2b96c1a6946f7c20c14db360a4687f69ebc6dd607d781edd8ebd49e -size 1418438 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Self-DefenseSword_02_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Self-DefenseSword_02_N.uasset deleted file mode 100644 index 690f7a5a..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Self-DefenseSword_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa1557ec6b3f141410e0053719493b675137beca5475d9f51a5ecfab267d4e8f -size 1293092 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_SignalizerCannon_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_SignalizerCannon_BC.uasset deleted file mode 100644 index 6d55aaac..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_SignalizerCannon_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:285c07081d14dc263ca5213c1e30f96ff9f0dbe11bb139f5764988b2debdc533 -size 2035121 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_SignalizerCannon_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_SignalizerCannon_N.uasset deleted file mode 100644 index d7e88a44..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_SignalizerCannon_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e596d77ea94f58568809b01628790f65cb7ae4a72018c0c9dd92744422ad0b0 -size 1291034 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_01_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_01_BC.uasset deleted file mode 100644 index 61ee6337..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6ab36fa3c9b33ee6688a4b883b13e796fd9c6a5f10c2946c95b6f6463221b93 -size 1378901 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_01_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_01_N.uasset deleted file mode 100644 index 22bc31ed..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45ae0a741b2bf3f5c9d7b726be262a9f55af833a43e06f1c116482cff7758438 -size 994869 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_02_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_02_BC.uasset deleted file mode 100644 index c73f7c3b..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d55c8faad3693f6d0a9bd54a89b0c6aa5c256dd8a75db3813e26629be2a8754 -size 1228099 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_02_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_02_N.uasset deleted file mode 100644 index dd85f60d..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b2a407d3c1fa6f2a4dcde228008667ff12d67d5161007dbc0f5ac4868feb94c -size 1137188 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_03_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_03_BC.uasset deleted file mode 100644 index dcddb43f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_03_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f61f7ac8612c76e2e96417f855fe2ae6f2743cdea8a24dabb55fe15f53293bd -size 1638077 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_03_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_03_N.uasset deleted file mode 100644 index 2dc5ceb2..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_03_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcc7ba27df5744109baf51cdebe7f18985cf74c3d00af3e4625d50e900820c66 -size 1232444 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_04_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_04_BC.uasset deleted file mode 100644 index 57d4ae2c..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_04_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0fc7f75b3bd7f24ea1f2fc230bb9a68a8f9c3a48b0132d2597c61d35783ed1d -size 1819029 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_04_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_04_N.uasset deleted file mode 100644 index 59ee94a7..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_04_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:116e46f6c919ac42ae58ca22f3b0d835a92d0fabcc5a9f8f64d2f71c6cb65e59 -size 1481072 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_05_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_05_BC.uasset deleted file mode 100644 index 43c943c4..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_05_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d85b54b0ce833a593c6cacdc7cd52a928fda61eb67e120898070a89b958f2bc -size 1165890 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_05_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_05_N.uasset deleted file mode 100644 index d200756f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_05_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1dc6b0553b425cb8ade885ccc2a788b2560b106011208e7f426f5f7cac3acc7a -size 632866 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_06_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_06_BC.uasset deleted file mode 100644 index bbcf0163..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_06_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:656005c7b6392e74ce91cd32f715aa9440b3b2deff4b88e2539104327d5e71ea -size 1121155 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_06_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_06_N.uasset deleted file mode 100644 index 78d2fbd2..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stirrups_06_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5976e53ee08045319b61e194e5a84c2d4fb311bc1607332b91fe26f978e73308 -size 633722 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_BC.uasset deleted file mode 100644 index 9beeb075..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c20620364d13eb01ca1e70e7a905e08e241f385795944a5028116a393c7cd14f -size 6569180 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_N.uasset deleted file mode 100644 index 07a18d91..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ea7bd197a4d4ff5b6afc1391092d1aa6e8caca7c80739549b6b1f73853b3f11 -size 24397359 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_and_Mandorla_1_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_and_Mandorla_1_BC.uasset deleted file mode 100644 index 4332495a..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_and_Mandorla_1_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69c3db7d85d7f4ffdc547aadf3fbacb41030f3c173fbd6c810efb2f6d2f25616 -size 19018481 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_and_Mandorla_1_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_and_Mandorla_1_N.uasset deleted file mode 100644 index f693258c..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_and_Mandorla_1_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a80c4ccf296a927aff026aeba185699303d5b758c60429622594c59b6e35b67f -size 15446069 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_and_Mandorla_2_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_and_Mandorla_2_BC.uasset deleted file mode 100644 index 86b5c954..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_and_Mandorla_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2562e2fab4cd150f537e835a20651ac7e7c17af2246d5cf6d9e9916e8820805d -size 15503535 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_and_Mandorla_2_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_and_Mandorla_2_N.uasset deleted file mode 100644 index 333c6c12..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Pedestal_and_Mandorla_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ca74b378ea6936ebfd80fb61f59c8acf8ffe0cfe292bcb8fb18e78d45bee165 -size 19259957 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Seated_Buddha_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stone_Seated_Buddha_BC.uasset deleted file mode 100644 index f42b8d33..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Seated_Buddha_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c3f8bc9feb11ac2f30e1c18717c4cf5e3321b7ba033eafc23fc3bb668097e36 -size 4900122 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Seated_Buddha_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stone_Seated_Buddha_N.uasset deleted file mode 100644 index 8920141d..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Seated_Buddha_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23646b27c6586f2e60be622bc89a85c04f118da309a4235abbac4e4cf5330647 -size 5643290 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Seated_Vairocana_Buddha_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stone_Seated_Vairocana_Buddha_BC.uasset deleted file mode 100644 index 48da783f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Seated_Vairocana_Buddha_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:524fbcb3d1715e2470d36d31929443965dbf7388591e9ac21d0dcc8cb6934a37 -size 18887455 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Seated_Vairocana_Buddha_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Stone_Seated_Vairocana_Buddha_N.uasset deleted file mode 100644 index 530123d9..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Stone_Seated_Vairocana_Buddha_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffabe3597710d3eb1256abdfdedc1f88d6f474bfb5a97de9bcef9121acb5ef0b -size 28109671 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_TangFlute_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_TangFlute_BC.uasset deleted file mode 100644 index 10655a6f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_TangFlute_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5eddcd2974fe0eee75308aca3249e688c0922f59b2825dfaacffedab07117643 -size 1711705 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_TangFlute_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_TangFlute_N.uasset deleted file mode 100644 index e402aa1c..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_TangFlute_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04b4bafa19528a16349a5233497661fb81d95141cc3158958cd1d8ae137d29f8 -size 676406 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Tewak_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Tewak_BC.uasset deleted file mode 100644 index 9775f884..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Tewak_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce9327070e78209bcb5ab0924c77e70bb7cc03b5aabff97ad47c624147f98421 -size 5419860 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Tewak_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Tewak_N.uasset deleted file mode 100644 index 0f52fff8..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Tewak_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acd4116526f6d770a3ece0c204d1fc898195bf8675aa0f0e9e8e9bd016042ed1 -size 4549970 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Tewak_O.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Tewak_O.uasset deleted file mode 100644 index f17efdcd..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Tewak_O.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bc8676e0e5fa88080fe582048b8325ef5ae85a0fd08309eac504a76a0f82372 -size 540961 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Three-story_Stone_Pagoda_1_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Three-story_Stone_Pagoda_1_BC.uasset deleted file mode 100644 index 698580b8..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Three-story_Stone_Pagoda_1_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:606cbde3e13c4c6af6bc6da73229c4bfb4a84b099b4747d23fec11b6182d96c1 -size 2072331 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Three-story_Stone_Pagoda_1_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Three-story_Stone_Pagoda_1_N.uasset deleted file mode 100644 index efdce470..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Three-story_Stone_Pagoda_1_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6de240bcfdb7d3467c214920b7a4127735737c351dcd17c68f50411078db189e -size 30763227 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Three-story_Stone_Pagoda_2_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Three-story_Stone_Pagoda_2_BC.uasset deleted file mode 100644 index 3df66a3a..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Three-story_Stone_Pagoda_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dee299eb25ad8d4c29adc70c3d7150abf78b66f05d7ae518084a876d36adbde -size 6028353 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Three-story_Stone_Pagoda_2_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Three-story_Stone_Pagoda_2_N.uasset deleted file mode 100644 index 95ee2b37..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Three-story_Stone_Pagoda_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffd5048ad89c3e8cedfc58af01c013b02996a0334d3d852be1eaafac2bf3a716 -size 5449726 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_ThreeCannon_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_ThreeCannon_BC.uasset deleted file mode 100644 index 17f23ade..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_ThreeCannon_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:315a9c1615a2830fd5cdc6332128b709e11f4b50a108c40f5a3a1e35268c7db9 -size 1860615 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_ThreeCannon_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_ThreeCannon_N.uasset deleted file mode 100644 index 0f767ad7..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_ThreeCannon_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac06e7028ec3a0ae009a2c3bf2be62144437b406e37a8ad76e2c931474cbcc70 -size 1421045 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Three_Barrel_Gun_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Three_Barrel_Gun_BC.uasset deleted file mode 100644 index 9a32616f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Three_Barrel_Gun_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a381d3244f06a38eca04202c16a0c0356f796da292004ed30c8ecc0d3ebc1915 -size 2510223 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Three_Barrel_Gun_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Three_Barrel_Gun_N.uasset deleted file mode 100644 index be247d2f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Three_Barrel_Gun_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb50df710f25b88fc83be2c43c8ee68119e0e164ea66f33869b4d761b31e76b7 -size 1406978 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_VictoryCannon_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_VictoryCannon_BC.uasset deleted file mode 100644 index 66d2b485..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_VictoryCannon_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b67505291679a53f18096fe391acb04e9ca63d2434d0ce231695665f4480b63 -size 1760987 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_VictoryCannon_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_VictoryCannon_N.uasset deleted file mode 100644 index 421394ea..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_VictoryCannon_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d168e840d864e3440bf65c7596d1587bb705224f953d1b7003a65abcef6b79f -size 1100884 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_WeaponAccessories_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_WeaponAccessories_BC.uasset deleted file mode 100644 index 23291c6d..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_WeaponAccessories_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bb181238d64b95e7708fd5b19e6a35c261a1ce910c388a0b0428aa7721e1cb9 -size 1511121 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_WeaponAccessories_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_WeaponAccessories_N.uasset deleted file mode 100644 index 37a18d47..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_WeaponAccessories_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:356e438fcc702f4d68fde8c928e2e82e25f908f371ecabd3d51bb450fa81123d -size 2197536 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_WoodGunpowderPouch_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_WoodGunpowderPouch_BC.uasset deleted file mode 100644 index 167b4d4f..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_WoodGunpowderPouch_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45b8d01737e910131fc02cf26f4f14641f7a987babb56eae317af9bbe00fe04d -size 1541459 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_WoodGunpowderPouch_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_WoodGunpowderPouch_N.uasset deleted file mode 100644 index b1afdace..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_WoodGunpowderPouch_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9fec0ff36909c5da670dbc51837e2531e9009b613e1c608669a84388ee34d07 -size 1559559 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Yogo_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Yogo_BC.uasset deleted file mode 100644 index 1aa415ed..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Yogo_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05238c4ee0b293fa03f74bf10b05075802b7e6ff1f2b85021e5632f0e89cd210 -size 8386193 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Yogo_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Yogo_N.uasset deleted file mode 100644 index d7c96c02..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Yogo_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:295f5dd84db8645fbc0190b15055d6c6a065d183b2f0812729e110965c0eaf51 -size 10695358 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_Yogo_R.uasset b/hwanyoung2/Content/KT_Props/Textures/T_Yogo_R.uasset deleted file mode 100644 index 969ca53b..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_Yogo_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5930e608fd810165e050a801c1c3c2311f787c9d5246f21e286cb26b658916f -size 2930321 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_blue_scarf_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_blue_scarf_BC.uasset deleted file mode 100644 index c826b239..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_blue_scarf_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3ac87a1e9606463757df097697d358fad6754b6d0ef4de03e6650eca189f67b -size 512192 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_blue_scarf_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_blue_scarf_N.uasset deleted file mode 100644 index 1023dcc6..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_blue_scarf_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:033ba0cf49556c49a41d6f0defb30888fd1b5cf82466e75ae86ad49b7764bf4e -size 650907 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_blue_scarf_R.uasset b/hwanyoung2/Content/KT_Props/Textures/T_blue_scarf_R.uasset deleted file mode 100644 index 5ed656d9..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_blue_scarf_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7c9875334ea30b54dfbc5f7181a1120e51b2f7e979728763485eeef350d3650 -size 246785 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_red_scarf_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_red_scarf_BC.uasset deleted file mode 100644 index 9a689a28..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_red_scarf_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5aeff7dbfc0d4db8ded040cea6e53833a8aac1d0580e2b2b6d029cddc9327f24 -size 443524 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_red_scarf_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_red_scarf_N.uasset deleted file mode 100644 index 29b61a46..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_red_scarf_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43c1563e0b4a038bb282ba5fb8f8b4cd99dfa542ebf0fcdaf4cab1f2cbc15012 -size 691261 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_red_scarf_R.uasset b/hwanyoung2/Content/KT_Props/Textures/T_red_scarf_R.uasset deleted file mode 100644 index 03023975..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_red_scarf_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6312ee1acc9117b08a9b395b0e780dbfc44405aeb8a95b398cae5313d707b226 -size 258586 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_wood_blue_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_wood_blue_BC.uasset deleted file mode 100644 index c0fd9ab7..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_wood_blue_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d7c500f551b3725c36b9e7bf191f51c23ed2bddf0004199dcfc8020e2c44a34 -size 1194585 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_wood_blue_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_wood_blue_N.uasset deleted file mode 100644 index 6dcbd7fb..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_wood_blue_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e01db804ddb1966058b1ef0e4a65180ff447f9560d1b02fbf84b9af07e30ec1a -size 1328934 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_wood_blue_R.uasset b/hwanyoung2/Content/KT_Props/Textures/T_wood_blue_R.uasset deleted file mode 100644 index 377a49dc..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_wood_blue_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ac2215f9350ae0d7f6f11dbb92190925a2fa131dcb02c1cfc0f35a1b597b401 -size 384487 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_wood_red_BC.uasset b/hwanyoung2/Content/KT_Props/Textures/T_wood_red_BC.uasset deleted file mode 100644 index 860c3c81..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_wood_red_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:320517e020cff5b9c5fcca34eb309df98b5b15497afcdb6ebe23a1434274f58c -size 1170496 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_wood_red_N.uasset b/hwanyoung2/Content/KT_Props/Textures/T_wood_red_N.uasset deleted file mode 100644 index fa123eb4..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_wood_red_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a210a457b727b883f4c92fd7d1914126d52139d86fccd71b806fda902af96ac -size 1226187 diff --git a/hwanyoung2/Content/KT_Props/Textures/T_wood_red_Roughness.uasset b/hwanyoung2/Content/KT_Props/Textures/T_wood_red_Roughness.uasset deleted file mode 100644 index 01aaee06..00000000 --- a/hwanyoung2/Content/KT_Props/Textures/T_wood_red_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c2c899a3b6f4457add0fcfbd6d343a0b21ab2ffb314c801cdf1ede5b1df979d -size 243995 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack1_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack1_Soldier.uasset deleted file mode 100644 index 96583904..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0b805767fc36a972d2c2541efb245cea643a9fcfa850760910462377158a9e3 -size 1140291 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack1_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack1_Weapon.uasset deleted file mode 100644 index adfdf95f..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack1_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ae42cba1f1567a60f7085f21bdfdb2cf7faeb6ff706e390c6c1fc175ba781da -size 72838 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack2_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack2_Soldier.uasset deleted file mode 100644 index 4107d568..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack2_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fb5a66524b793e70b8d57495cd070258432e5b0f948f8246ac66ed78ed381ec -size 809000 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack2_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack2_Weapon.uasset deleted file mode 100644 index 2cae9750..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack2_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a615cc999ea0a549a5805f77d684cbd1dadc9d516040429ced8079397f411fd7 -size 54552 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack3_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack3_Soldier.uasset deleted file mode 100644 index e943b5a8..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack3_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44c7499be9bb16a7b75d92d39a1bc42322c4b3e5ec9fcfc51eb1f75152d07747 -size 859087 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack3_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack3_Weapon.uasset deleted file mode 100644 index 26624813..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack3_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a30b53cf49da863ffd60d55e6260e8ccc9923840b38feaab13851c978a75fe78 -size 57282 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack4_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack4_Soldier.uasset deleted file mode 100644 index a0195f84..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack4_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:635e66c12945a62c7c890d9918d1efc23d41fc7bc4a451f9535989f487195412 -size 1345450 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack4_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack4_Weapon.uasset deleted file mode 100644 index 34f29bfd..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Attack4_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08620f7cb00beaf56925d1c31737270628b8c483de391e0896fbde9438c16a50 -size 84277 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Damage_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Damage_Soldier.uasset deleted file mode 100644 index d20b1369..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Damage_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d611a62c214aa84179ec9b2db591e816ecea23ffc2fa58f58a4e3dc66545a7e -size 668773 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Damage_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Damage_Weapon.uasset deleted file mode 100644 index 85a7dcb7..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Damage_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ab4b6fcccb3452dd619c723166ccba79e1e82a6a979cbd9cea1011a624f65b4 -size 46725 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Defense_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Defense_Soldier.uasset deleted file mode 100644 index bf186b5b..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Defense_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46d1759b0b698cfbb31940c0a9d5da077444c64eff10cd874d7d07ef00c86392 -size 1017693 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Defense_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Defense_Weapon.uasset deleted file mode 100644 index 4cd425ae..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Defense_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1d41f5d2a222a70b0fb16d0bd0274ff2bb443e15fe85e1154844fe58faa92c6 -size 66211 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Die_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Die_Soldier.uasset deleted file mode 100644 index 9e81762a..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Die_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c841645b2c8b1632776e5bbf402b9194823a09346241df2184ad731c34969882 -size 880099 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Die_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Die_Weapon.uasset deleted file mode 100644 index 07954926..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Die_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2f8067c4a5954d6fe08c473b142e6884e099e03d3fd56867eb79fcb26b85c28 -size 58461 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Idle1_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Idle1_Soldier.uasset deleted file mode 100644 index 9d7b9d69..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Idle1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cce4aed7fdde6418bf54773aeec82e5d0d3a29cf125a1423f5c58dcc19127232 -size 758642 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Idle1_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Idle1_Weapon.uasset deleted file mode 100644 index 7d908989..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Idle1_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4c566e3435725a383c267ec47c77dd2ffe4ab8528d27fcfe4e6273f95fb18d8 -size 51748 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Idle2_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Idle2_Soldier.uasset deleted file mode 100644 index 7c8d295e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Idle2_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9199b2085146d663e16fd09649fedc87e088acd8705d14bec4d9dc2fc7f0231f -size 1219550 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Idle2_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Idle2_Weapon.uasset deleted file mode 100644 index 256b3dbd..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Idle2_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd2de9225d2fb4c3c5398afef4a64b239b7d60fa9014c619ab1fe39117aa8b3f -size 77349 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Run_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Run_Soldier.uasset deleted file mode 100644 index cf7ff042..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Run_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fa33a0a32656537b804e81eaf770a7a17258bd5b7d3c2cdbffab9ac6c7ce84f -size 186042 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Run_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Run_Weapon.uasset deleted file mode 100644 index d18dd89e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Run_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0aa5d22d0a56b45c936616ba2aaec58886000544959fa1fe07a319c04a4bb89 -size 19923 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkBack_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkBack_Soldier.uasset deleted file mode 100644 index 0c331c5b..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkBack_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:438f2f581c56e7a88ae201f83c199a7254e5b8b7ccbf413b0169c81474b3f4f4 -size 254310 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkBack_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkBack_Weapon.uasset deleted file mode 100644 index 16e4d1df..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkBack_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ef0cafff594e2c191245f1a31cc4d3eaf78c1f78e638ea856005271bfe93a26 -size 23744 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkLeft_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkLeft_Soldier.uasset deleted file mode 100644 index ceb7d3a5..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkLeft_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bb7c55a38bf7611feb6f157267fc9d12e4482ca291f7b08c6810794b560ac4c -size 290331 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkLeft_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkLeft_Weapon.uasset deleted file mode 100644 index 7c69fad9..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkLeft_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc50c351635433e3c3971c03497ac0d62576e6d449ab1db65550fe7c5a2966bf -size 25755 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkRight_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkRight_Soldier.uasset deleted file mode 100644 index 73ff0f16..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkRight_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ecb03fb72b7efc51f8cae67db0b0d16a61b6d812256350d2efaa4a581865513 -size 294516 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkRight_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkRight_Weapon.uasset deleted file mode 100644 index 68e08ccd..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_WalkRight_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55d445864c7851b95ea8ee3ad3c7d5964abc9bb595c34d8fc6b713a1ffbc1422 -size 26015 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Walk_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Walk_Soldier.uasset deleted file mode 100644 index 4399e796..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Walk_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e60f5ebc31278a81eef9b5a1719e60c6dc4764c963a20cee84eb7fb780c1b2d -size 254431 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Walk_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Walk_Weapon.uasset deleted file mode 100644 index b3285b40..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Gonbang/Anim_Gonbang_Walk_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cbc9252844c68f4285bfdce553e18d080cce1c0fb9eff91b9a0f0073f394e33 -size 23746 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack1_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack1_Soldier.uasset deleted file mode 100644 index c1b54ff5..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b8640624b093c5b56702b7e943fc629cf19ff6300c41a713fdf7abba43a1291 -size 780732 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack1_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack1_Weapon.uasset deleted file mode 100644 index 7e5d22c5..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack1_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fdf77692c60f840d0849f9bb16eb30c6b21e5ac2c1c70d51688d2d12778c589 -size 51860 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack2_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack2_Soldier.uasset deleted file mode 100644 index c7adae82..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack2_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdee1760ad733e0a4d7645f27068efe4fa5abc43e9299da0d4cf452ffb7e85fc -size 918922 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack2_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack2_Weapon.uasset deleted file mode 100644 index fd1858c8..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack2_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83438aeadbe5b34dd111e12d0b5861c80f8a509ae20e9c9aed8c92bad2a2110b -size 59597 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack3_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack3_Soldier.uasset deleted file mode 100644 index 187bfa4c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack3_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:610de3559ecb0b1f6fd494cc8030eb481311052a875095303b0429f58147a924 -size 1470 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack3_Soldier1.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack3_Soldier1.uasset deleted file mode 100644 index e0860977..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack3_Soldier1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9188ee74be2935e95b1cb2d553564dd507c2c2fd14d6dab5119d6d0b7b570943 -size 1846292 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack3_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack3_Weapon.uasset deleted file mode 100644 index 6ab15767..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack3_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3270988259eb970e571fc8dd60bb271b48af08cb6a44ac4f38928751b68bb467 -size 122377 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack4_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack4_Soldier.uasset deleted file mode 100644 index f1475b05..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack4_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32eaf1d3515c815131d6ebfd86ba0b3e33d7c4a7d8d45e5d2395e553cbe1a875 -size 1672995 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack4_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack4_Weapon.uasset deleted file mode 100644 index 6e3613e3..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Attack4_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dcf9a63657e99c4e7aa55a666b81500d311aa6a4251e4a15670d38caadee12c -size 101222 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Damage_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Damage_Soldier.uasset deleted file mode 100644 index 619a80f1..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Damage_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ba84c4e908df72449bf2d1a72cb60deb0811bee6168991cb7149bb0003cf594 -size 967402 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Damage_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Damage_Weapon.uasset deleted file mode 100644 index 63222724..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Damage_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:798d89ad4388d703568a2d6f0b10821871c5a5d86daa3e905b847ffc89ff9714 -size 63257 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Defense_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Defense_Soldier.uasset deleted file mode 100644 index 63dfe866..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Defense_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0188c7fa3fb4f33665df4c189e817b01de8f30727e7536ef3ff0bea3e3127313 -size 1183956 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Defense_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Defense_Weapon.uasset deleted file mode 100644 index 39274cc0..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Defense_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc9abb20d89d8749a76699c8a30adab07cba7adc848f9e064fc3b90299655580 -size 75221 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Die_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Die_Weapon.uasset deleted file mode 100644 index e8111b19..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Die_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:330d042aabcbbc1c08b841f0a32793d6b40218e2606184fb49fdf0de25929dfe -size 70861 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Idle1_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Idle1_Soldier.uasset deleted file mode 100644 index ac619928..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Idle1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beb46df09639c281ac3ccce31165ae6ba9403ebd9c666666745bd9f9ab4d9599 -size 368936 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Idle1_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Idle1_Weapon.uasset deleted file mode 100644 index 62bd4fad..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Idle1_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80ba3a0d6f5804674b1e328c12b35e23a0ff90b01004037e8a5b27ee28b389f2 -size 29894 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Idle2_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Idle2_Soldier.uasset deleted file mode 100644 index 47ad54c9..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Idle2_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02039413a5bda83b097539d06af8a0007f9f61f9832e8b7bc61f89b17607d4ee -size 1438840 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Idle2_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Idle2_Weapon.uasset deleted file mode 100644 index 8377b555..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Idle2_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:769548fd3491c648a21d4de158c512893502bce4dd0cfca68e641372e19855a0 -size 89455 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Run_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Run_Soldier.uasset deleted file mode 100644 index 22a10909..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Run_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8230fae4fdc9e6b2ea41ee1f800695b29c0cd324aeef849b19b7e653a202c89b -size 197098 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Run_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Run_Weapon.uasset deleted file mode 100644 index a09c7c0f..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Run_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2647050e13e10e5c5ebb6be9e1e990c4a0e6b1af93551ca7c6fbb10995715dba -size 20433 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkBack_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkBack_Soldier.uasset deleted file mode 100644 index 46001b5f..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkBack_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d63c7365fa983e71de03b24f96959c98b75c629dbe18888bc02f1f9dd3ea5054 -size 301790 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkBack_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkBack_Weapon.uasset deleted file mode 100644 index 6bd7cafd..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkBack_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:195691a65f2078f4c5b56425576530069be15be338c9d9c4962381972e20d710 -size 26289 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkLeft_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkLeft_Soldier.uasset deleted file mode 100644 index 50027321..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkLeft_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2390f344ae6f6fb17be79ee7bf2db6a60ddb70700baeaaff0bae279327efbf87 -size 279933 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkLeft_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkLeft_Weapon.uasset deleted file mode 100644 index 52dce361..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkLeft_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a8d6ce7f4a3b0b1f75fa45a7f47b0dc0560e475f93b8693bc3625cf547c7a69 -size 25043 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkRight_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkRight_Soldier.uasset deleted file mode 100644 index d33552af..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkRight_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:313f680ecce3307dc4dcfa6433fe6ba30921ef099951e884e5c608467bfe5e9e -size 297961 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkRight_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkRight_Weapon.uasset deleted file mode 100644 index 540ccebd..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_WalkRight_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71395700e101b81d1cdc848a284fe1d81d46b0de6015a91622a8ed173a839985 -size 26159 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Walk_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Walk_Soldier.uasset deleted file mode 100644 index e4640db7..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Walk_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc378d192a3086c6ffe244e8583bdb82ec1849da954157bc2fe31a89a9893c85 -size 276503 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Walk_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Walk_Weapon.uasset deleted file mode 100644 index 39ddc03b..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Hwando/Anim_Hwando_Walk_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7645424be4d6108368a14a304bd293185093aafc7fc240d2612f2ca5c84b926 -size 24873 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Attack1_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Attack1_Soldier.uasset deleted file mode 100644 index d707447e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Attack1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b9365694a15d44d141d2dca80a2535d03e9abe555f103e78239cdc3b8b2d514 -size 1082145 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Attack1_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Attack1_Weapon.uasset deleted file mode 100644 index 8cfa5688..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Attack1_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9270ef6dfae64e1b56d9cdbf76fe0d1b69eec6c29599e55ed01782c71745740e -size 69780 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Attack2_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Attack2_Soldier.uasset deleted file mode 100644 index 22cd186d..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Attack2_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e832623ba545e0afac7a1d418140edf4af80d2ed790bc0b4ac385c5474e75107 -size 1075446 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Attack2_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Attack2_Weapon.uasset deleted file mode 100644 index c9c15aff..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Attack2_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf41192698babc6c80503dacaf7c1ab41188c08c3fb891099d468d79eb412e30 -size 69759 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Damage_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Damage_Soldier.uasset deleted file mode 100644 index ffbe7350..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Damage_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5737853b161de90ca78308cdb05c8b826fff6a21ccdd88afb10a141cae5daf47 -size 740515 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Damage_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Damage_Weapon.uasset deleted file mode 100644 index c929357e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Damage_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5261e3655cece81abd4457365ad23ff21b263ad676c210f06350979fcdc23fbb -size 50721 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Die_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Die_Soldier.uasset deleted file mode 100644 index 9aa18f71..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Die_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f44e99f28a0a23436829e14df92f7e4d47db7b5810e08ddf1f311fcb1c276d49 -size 851645 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Die_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Die_Weapon.uasset deleted file mode 100644 index 970b3584..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Die_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ca408d93519fb140bd5d6f5683f8dc3e7019654549eca5a0f3dbc09f1027e37 -size 57208 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Idle1_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Idle1_Soldier.uasset deleted file mode 100644 index 338cae2b..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Idle1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1a40376a757b3719f67b5f78e33f8c060dd6d2fe88d0f992d902f486a739f87 -size 322883 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Idle1_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Idle1_Weapon.uasset deleted file mode 100644 index e24c1c78..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Idle1_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22b4841713f77c7db8b09916a5d7d72c522f3935768a8950e8d58cb19471be30 -size 27608 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Idle2_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Idle2_Soldier.uasset deleted file mode 100644 index 67443b1e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Idle2_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:303bb0c9b729a50696a809bc6e468349a0fa916bba78197aa0b03074289d3a82 -size 2493725 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Idle2_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Idle2_Weapon.uasset deleted file mode 100644 index 1ef27aeb..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Idle2_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9025f624d16f7546844c80d80aec8f9a6a1de7756e485a5b9b9f7de423de65b -size 148232 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Run_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Run_Soldier.uasset deleted file mode 100644 index 666e8f81..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Run_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a35e0a5b3060edd30078d83c4ecb76774be41bef175a13e7139c3f6f6a40f123 -size 211145 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Run_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Run_Weapon.uasset deleted file mode 100644 index 5b43473a..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Run_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03273cf4bec19473e65aa700cb75d1ef9ba1288dd4a40fed3f668f06e8ee118b -size 21405 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkBack_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkBack_Soldier.uasset deleted file mode 100644 index 754b318b..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkBack_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:351bf6f818b2d11ed42f6b1ba95ef971667027ce4cb2563d78399775fa423d22 -size 293825 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkBack_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkBack_Weapon.uasset deleted file mode 100644 index 7f2e7cb3..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkBack_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0cd92564ffe23231a9d8e3432ecff982d518f315e485f738cae27e5aa1fe147 -size 26041 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkLeft_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkLeft_Soldier.uasset deleted file mode 100644 index df43aada..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkLeft_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a760ea9d77294cde1e23d4306922471df1ee685f3d6363c1688fd572d6be101 -size 347909 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkLeft_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkLeft_Weapon.uasset deleted file mode 100644 index 4915814b..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkLeft_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33a8e1ff10e9c33b49ebde25046df88b93fd4f12c066b43154056494ae235505 -size 28971 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkRight_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkRight_Soldier.uasset deleted file mode 100644 index a81aec73..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkRight_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e96444903183198589ceec2a847f7b1b2596f9853b67ee2ba454fff09d1c464f -size 337338 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkRight_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkRight_Weapon.uasset deleted file mode 100644 index 3ec495df..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_WalkRight_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b92c890d727f773ff47358b0f3847a105b5d538dbc5e3236b5e2a1349459c8cd -size 28390 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Walk_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Walk_Soldier.uasset deleted file mode 100644 index fbc56e64..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Walk_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16b669794c594a460333edd0ce2c3c1cf8095df3182727519b8cff9b7aec8cba -size 293827 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Walk_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Walk_Weapon.uasset deleted file mode 100644 index 5e41e8df..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Jangchang/Anim_Jangchang_Walk_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:932d9817d0bb942be41ce5100eb8b66130dde5962345c91cfeee40e22f7d5cd8 -size 26010 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack1_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack1_Soldier.uasset deleted file mode 100644 index 74388f6c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15a685a9a77ec5d2d796ca113e9984e45c116b5e1e2f467774072a3b5d80db66 -size 1172561 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack1_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack1_WeaponL.uasset deleted file mode 100644 index 37269d0c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack1_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cabf99de83deec6f0b91e3950089e8ed6569e2975a475a7030ce4cc6396b4d6 -size 74651 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack1_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack1_WeaponR.uasset deleted file mode 100644 index 5bf69c5f..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack1_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce7ab0d7e3f0ea61e561989c0bd763a6eec42a7dab90f7d1ba3adc039768cfc5 -size 74944 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack2_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack2_Soldier.uasset deleted file mode 100644 index 2fc376d8..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack2_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a86067a9e522016208ebfcdc330d9a38b94425b4c07036921a9b49009da59ca -size 1363308 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack2_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack2_WeaponL.uasset deleted file mode 100644 index 1c93b4bd..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack2_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bfb166c202418dd339ea55ec3e856a1a28e9bf932ce9dbca8df403c143779ad -size 85303 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack2_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack2_WeaponR.uasset deleted file mode 100644 index eed3af31..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack2_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:858fecdaa45f3ab2f4d720fbfb327fc9fbfea3e970b2a412087233d9f2174223 -size 85372 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack3_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack3_Soldier.uasset deleted file mode 100644 index f1520a0b..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack3_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3f7edf61a9bb9c6151e540340f61d8a7cb903a159a4a33c76868c3165d5cd2f -size 1176476 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack3_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack3_WeaponL.uasset deleted file mode 100644 index ebfc1c59..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack3_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8802ae4e9ef150d24ef17713fd545e443f1ef6ff27e670b7c837822680a3cdcd -size 75302 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack3_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack3_WeaponR.uasset deleted file mode 100644 index 99db5a50..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack3_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8e41f27f4bce186a02389792b570737b1991e60c90f787dfb262693c617813a -size 74978 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack4_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack4_Soldier.uasset deleted file mode 100644 index ea258af8..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack4_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb386b3b16fc3f64f41a1010d2c66d39ef450974574468a31d72e757be9ded95 -size 1377930 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack4_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack4_WeaponL.uasset deleted file mode 100644 index ad7e9150..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack4_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3c0105d275ac7b0c22b98370816903a9c3f488b7c8c444a98c292177e9e8afa -size 86236 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack4_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack4_WeaponR.uasset deleted file mode 100644 index 7a301987..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Attack4_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:901b5b706a0477cecec037d10afee03ebe7c067f67798754780fc78925bf5a78 -size 86210 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Damage_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Damage_Soldier.uasset deleted file mode 100644 index f9311806..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Damage_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:013cca4ff90eda170312fe7ff0dbb26f8a21675ecbe2fd633f2f005fc81ca8ed -size 549974 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Damage_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Damage_WeaponL.uasset deleted file mode 100644 index 2f292007..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Damage_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3bb1313f71417071f0e4f812e405a8ceb4eb9c546c06983f4dca109e55e6791 -size 40299 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Damage_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Damage_WeaponR.uasset deleted file mode 100644 index 58c726ff..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Damage_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4313342f4855c79b9cde4d3ba9f63c3a4fd6b4e662f0a0bf5693c9dfa336776 -size 40479 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Defense_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Defense_Soldier.uasset deleted file mode 100644 index 2e08ffdd..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Defense_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ada72286ca89d046a697d685bc597cf75ebcb6a6b7a08287c8d351c5989cd0da -size 1471186 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Defense_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Defense_WeaponL.uasset deleted file mode 100644 index d4f8df1e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Defense_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2e820bffe0a50f5f37c9376385119cdb3bd0eaf71c3c768c0d7f7bce81d16bf -size 91574 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Defense_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Defense_WeaponR.uasset deleted file mode 100644 index 79076d9f..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Defense_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7727a35594ff3895da191539cc67e609c17fd5abc7e3ba16e303b5768c9adafb -size 91369 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Die_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Die_Soldier.uasset deleted file mode 100644 index 8abffccf..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Die_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d67f5cb676c88a44ffc467be457fbf1daf35bac7e7c5a30118dda069ab770a0 -size 909296 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Die_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Die_WeaponL.uasset deleted file mode 100644 index eda3141e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Die_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9cab0ad622a6940ec4feb2f226b0c1836822839129bd004bfe57e600edd4b7b -size 60034 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Die_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Die_WeaponR.uasset deleted file mode 100644 index d27e7605..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Die_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8ae5966a49649e4a58bf6a047657a892768f582ba7a5d03819ec49276140e01 -size 60299 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle1_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle1_Soldier.uasset deleted file mode 100644 index a8cd50c0..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09a5d5fa52003733511afd8aa0173c8475d0b9ba8c31e0c5dbe53cbe308b686b -size 326486 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle1_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle1_WeaponL.uasset deleted file mode 100644 index 5ab6f819..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle1_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1baf330dd1a2933aca42c59df530a05bc0a68731b87158c10157365fb747a7b6 -size 27864 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle1_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle1_WeaponR.uasset deleted file mode 100644 index bf800f94..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle1_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a3d053227ac87a9373644f88827ed31ac61dc08e10e2f208c569e08cd962c9f -size 27983 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle2_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle2_Soldier.uasset deleted file mode 100644 index a882e97d..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle2_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7853645a886526114996f523c6999fafd75c13bf77d6850f364f1f7f8989c029 -size 1914200 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle2_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle2_WeaponL.uasset deleted file mode 100644 index ebd4f236..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle2_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b61395f2e1fff59e8fd031f574a2668cdeda65d34ae539d0893baa387f3b31e0 -size 116002 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle2_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle2_WeaponR.uasset deleted file mode 100644 index 499ba3c2..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Idle2_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdd90f82fa15660c2bfb025aa7a6ad2b03c50b0341bde3f28f7393cb5f465e6f -size 116188 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Run_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Run_Soldier.uasset deleted file mode 100644 index 71e877d9..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Run_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5f19d97b0e148b7923e8cee3708d91bb27cda21b3bff3f50fe165cecfa0b40e -size 207580 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Run_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Run_WeaponL.uasset deleted file mode 100644 index 560f7beb..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Run_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6be6bad8ac68a9766fe1a46c64a491550039299fdd25d780b675aeb0876b9cd9 -size 21167 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Run_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Run_WeaponR.uasset deleted file mode 100644 index 6c4ce672..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Run_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:240e04e4ae790bb73f3941598b27b755a2fb5f902bbbd47750e678456509831f -size 21383 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkBack_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkBack_Soldier.uasset deleted file mode 100644 index 885e9dda..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkBack_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98d238dd8e53ed4dbe4aad3cebb48d7e84aa89221b34d0ef2befcd64d21f258e -size 286855 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkBack_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkBack_WeaponL.uasset deleted file mode 100644 index 9a047d25..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkBack_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5727c02c062a1860ebbc1fa5c6b6aa8898a32d3dda6152086e8c44a31796d3c4 -size 25619 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkBack_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkBack_WeaponR.uasset deleted file mode 100644 index 8a909a74..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkBack_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:822240c4d463b10aecab70bcb8e0e2d35627092683fadfac8137915c748e6ba5 -size 25787 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkLeft_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkLeft_Soldier.uasset deleted file mode 100644 index 2d5aa3e8..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkLeft_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fb3f0d592f5ea7ee5757c93ffdefeb812bce686c69ac8da7168412019dd2641 -size 279979 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkLeft_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkLeft_WeaponL.uasset deleted file mode 100644 index be2195d5..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkLeft_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dfb3894599e4d8dfcfbe93ddf2b73f19293554042645ae52d51a61ff4ed65bd -size 25186 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkLeft_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkLeft_WeaponR.uasset deleted file mode 100644 index e9d06a55..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkLeft_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:610596d423fe6991fde8fc5fe176751f2c7f754bbb06cb83d7f7f44fdf48b900 -size 25430 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkRight_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkRight_Soldier.uasset deleted file mode 100644 index f41b80f4..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkRight_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3521cc8f8c3c766d833f3d14c83a370238202c2cc1c3349aafb69562d6124c2f -size 272449 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkRight_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkRight_WeaponL.uasset deleted file mode 100644 index 41dec161..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkRight_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b827edc1095bf31669c8ca0da5931365ff69a2d645223ba4eee4058ae24380c8 -size 24782 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkRight_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkRight_WeaponR.uasset deleted file mode 100644 index 3ed15bb4..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_WalkRight_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b7234b9a93106d56f25a0b05f76a6fcd2495b099880dfd36f84eb8f2541dacc -size 24941 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Walk_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Walk_Soldier.uasset deleted file mode 100644 index b504c7d6..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Walk_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:880108f3e9b16cdeadb91020f9386846b8a8c07412e9eec452b95869be23527d -size 269020 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Walk_WeaponL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Walk_WeaponL.uasset deleted file mode 100644 index 3bfeb804..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Walk_WeaponL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a395d19f41b25a63c662ab7a83829fee8e0b48cafb25fdbf9c427f0b4d4f569 -size 24587 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Walk_WeaponR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Walk_WeaponR.uasset deleted file mode 100644 index 68e7c4de..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssanggeom/Anim_Ssanggeom_Walk_WeaponR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5922a34e4586d3a92b7c37b652972367add9be0c7fe94f4ce0cb8934ee6581e -size 24717 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack1_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack1_Soldier.uasset deleted file mode 100644 index 51bc1cfb..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5e897df507df6c5285a52d7117905f9276ae764ba83a9f7aeddaf1481176693 -size 654451 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack1_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack1_Weapon.uasset deleted file mode 100644 index 1c4d67f5..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack1_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61937be58965aa66269e0adab7133b90aae9f99ff10fddeb8f8e488af2b850f2 -size 46330 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack2_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack2_Soldier.uasset deleted file mode 100644 index a9b86a8d..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack2_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3ef8ab609a117721d1b3115713afd4dd661646cda7f8862e1327656493e3610 -size 586235 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack2_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack2_Weapon.uasset deleted file mode 100644 index 206c05d8..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack2_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4f40660f1cf1ecc54f929067ed5cd154c683f675f079db27ca7b2199abd22bc -size 42552 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack3_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack3_Soldier.uasset deleted file mode 100644 index 075be241..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack3_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c24c49ba1b837927342e4e6b2c2d2fde64a485994586c0be8e8a94c033c8fec3 -size 517992 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack3_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack3_Weapon.uasset deleted file mode 100644 index 8eba65bb..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Attack3_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2075e7dfeaea9096aff1c33c40a8269f76f8ecc32b8e596d729e538814d8feb9 -size 38772 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Damage_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Damage_Soldier.uasset deleted file mode 100644 index fe8b0e44..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Damage_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9c33dc2bb8a2bcf4c5951529f2b65e9a0b082c4b669952e8385b5dce034c2c6 -size 373786 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Damage_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Damage_Weapon.uasset deleted file mode 100644 index 64c5bd02..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Damage_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d44522e5ca16707964800effded9d91d422b64eaa053482d21cb9ba687857985 -size 30894 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Defense_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Defense_Soldier.uasset deleted file mode 100644 index 8f3b41e8..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Defense_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c75461702df71261c606508c108f750a21233768af931944fe2bad30cb5f6ba -size 579086 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Defense_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Defense_Weapon.uasset deleted file mode 100644 index 4bc7085c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Defense_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dd9e12420dff0c2a6a1be6480483f5c3cebdf25502d506fdb2f9afbca43713f -size 42626 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Die_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Die_Soldier.uasset deleted file mode 100644 index 61875e0e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Die_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:058146de014a9fd30a48c8b0d752a3a8daea536f83d2661bb08608aefe3ab304 -size 941012 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Die_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Die_Weapon.uasset deleted file mode 100644 index 399f61f8..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Die_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcb6e80f29d22924c4bdaecc6d14a3701489508f11a339f63fcb425597972689 -size 62305 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Idle1_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Idle1_Soldier.uasset deleted file mode 100644 index fc9be309..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Idle1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf4ba1e37e13976c1ac863fbd764cf2db11def79ede18a3a6c669b5329fdd5ec -size 636537 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Idle1_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Idle1_Weapon.uasset deleted file mode 100644 index 3703979d..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Idle1_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a41bf817588c3a3dbb5f9d86d07bb9955c3c4c19a5f228e457ef5908cccc365c -size 45388 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Idle2_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Idle2_Soldier.uasset deleted file mode 100644 index 6374b56e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Idle2_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12315305b36b615fd96e5ed76301c90eef093dd06df0ee140794fa5f7ddc0734 -size 1777658 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Idle2_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Idle2_Weapon.uasset deleted file mode 100644 index c2a400f9..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Idle2_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa283b92deca0384be680e1ea242afce4a14c314b0aa626e2e9f156ec2cfc149 -size 108780 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Run_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Run_Soldier.uasset deleted file mode 100644 index df0009e4..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Run_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b1d59c77aaa088485b734a4a839e9790d582243e3c2a94b127c9d50bd438da8 -size 193273 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Run_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Run_Weapon.uasset deleted file mode 100644 index 0a7caf98..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Run_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d470ec7e4e665829b56511b4220523889588e7bf1672b888fedd772835878bb -size 20892 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkBack_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkBack_Soldier.uasset deleted file mode 100644 index 6822c2f7..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkBack_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7fc86a4a6440c452d78862f2105ee2e27ed377a1f6e01f6203b9565d167a927 -size 366011 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkBack_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkBack_Weapon.uasset deleted file mode 100644 index 6011e10a..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkBack_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23308af36947eb175daed65014b95fac0b13eb3fd63bdd8121aeee1d17cf4ab3 -size 30444 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkLeft_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkLeft_Soldier.uasset deleted file mode 100644 index b509f435..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkLeft_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:749e60ca9f24de58a9ec3ccc6188204a1a86c69fa6ae092f750d5b45534f7b1d -size 420118 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkLeft_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkLeft_Weapon.uasset deleted file mode 100644 index e00e4863..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkLeft_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84353b5a026b8071b43af412b1d776358a673873e8828da321524785681630b5 -size 33470 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkRight_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkRight_Soldier.uasset deleted file mode 100644 index a44b1dca..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkRight_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bebc4ba0c9cace0f81d928d4a8b5c1d3c87aeba01ab8439dda2a4b34639271a -size 384332 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkRight_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkRight_Weapon.uasset deleted file mode 100644 index edd568fb..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_WalkRight_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b02bad40a77e69d2d3ba87dff6df6d1f90ca2073316fa0fee7107389c34dbc69 -size 31408 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Walk_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Walk_Soldier.uasset deleted file mode 100644 index b8d1082b..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Walk_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:934d909720ef48e15583b6cc1024acab553bcbbf6d563cedd0dd98d2b3ff632e -size 391258 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Walk_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Walk_Weapon.uasset deleted file mode 100644 index 80db906d..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Ssangsudo/Anim_Ssangsudo_Walk_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7036651d1691edbf187909311067f3af94c6a65172bffb49444175dedae3deaa -size 31810 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack1_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack1_Soldier.uasset deleted file mode 100644 index 120bdaa2..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:673e4a968f9656a14642ea822c5708d3f21a993461dafc7fcb1a49cc2be3b3b8 -size 1244530 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack1_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack1_Weapon.uasset deleted file mode 100644 index 8dba2168..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack1_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c32b6924672027551fa2de1459e2afe1e1eaddd21c9fdb5c50e5620a83585b2 -size 78646 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack2_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack2_Soldier.uasset deleted file mode 100644 index 3e7cfc4a..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack2_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cea6311244c3c30b9994334f980bf0298eeb5296abb0958a62b6783685282bd -size 1280720 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack2_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack2_Weapon.uasset deleted file mode 100644 index 3c4f0a60..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack2_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1932b4d101097ed627ee965939834057efcb622986f7bc0cd22ef535020c3bb1 -size 80951 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack3_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack3_Soldier.uasset deleted file mode 100644 index ea1d347d..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack3_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a428b1f318a2941123bbd735ac5fac3637b6b8a847511d1cba8a0bc8754e26f -size 1244584 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack3_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack3_Weapon.uasset deleted file mode 100644 index 3f536793..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack3_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c49ee885b4b80ed05f8faae0c3162858a7323b9dbfcbfff6ca833a49fb71aa4 -size 78786 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack4_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack4_Soldier.uasset deleted file mode 100644 index 1ad42771..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack4_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64b5d6a675ec092c968d26861a8705ae9fdb16162cef0482e093eaf8abca3fdf -size 1093100 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack4_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack4_Weapon.uasset deleted file mode 100644 index 17edb411..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Attack4_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a35a6afe221f800815133d0404e3bcdddb0c5807353a0c6dbe660fad625a26c -size 70268 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Damage_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Damage_Soldier.uasset deleted file mode 100644 index 09a0d421..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Damage_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87c066fbf1e09733eafd62b343ff294ae4d34a209e3d55494b306f68525763b4 -size 1025352 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Damage_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Damage_Weapon.uasset deleted file mode 100644 index 2aa571b7..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Damage_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d337a426bd9a8299388a4def91572ebcecb7740720ac864dd928da12d1044e94 -size 66845 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Defense_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Defense_Soldier.uasset deleted file mode 100644 index 438f3ebc..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Defense_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a6d1478afe96b221c7bb974c47d5fc83f033a623bff0a316f954dc8e544abd3 -size 1229980 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Defense_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Defense_Weapon.uasset deleted file mode 100644 index a0b3de99..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Defense_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbe35b411b019e932151fa1a194512b0b04d1236d5f0db89bf41e64aed2cfeee -size 77893 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Die_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Die_Soldier.uasset deleted file mode 100644 index 3cc330df..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Die_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eabfa1951a6d4c1945e1e9b0aa3131d571ec5a97630164da6fb8707957d3ebb6 -size 1103788 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Die_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Die_Weapon.uasset deleted file mode 100644 index 88ed9c3c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Die_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e6d458f56980b768d2c532591dbc54d9422eb2bccb8f0ddcdeb6c4774f08963 -size 70952 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Idle1_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Idle1_Soldier.uasset deleted file mode 100644 index 76bb6be4..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Idle1_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d5b32d4b811ab9ad0a97466dfabcb65eca7ccc801ab7a4c0fb99a009d204f52 -size 553163 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Idle1_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Idle1_Weapon.uasset deleted file mode 100644 index 60f749d0..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Idle1_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb9f2461c0014585611bc920382f3edf7b1e54586f293dd05338246f70ea6d25 -size 40300 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Idle2_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Idle2_Soldier.uasset deleted file mode 100644 index c4299db7..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Idle2_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59d6a97a1e1b9b6b1a2561fa90f7a1ad715cb4519160e63a153dc44f3ba43b5c -size 3587991 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Idle2_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Idle2_Weapon.uasset deleted file mode 100644 index 2d3a3f3e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Idle2_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcd5d2a6c88802c74a66e264ec4a8be66faf78a55022d52c4f99c34128640351 -size 208885 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Run_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Run_Soldier.uasset deleted file mode 100644 index ee14b9dc..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Run_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3989edae7123e08cf7b773d43f2f0c26f0b8ceb0a420fd17ee540191ea5cfcda -size 225343 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Run_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Run_Weapon.uasset deleted file mode 100644 index 3a6b79cb..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Run_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eee29a6ce0304ed225041019edc880e5c8e03310cd4c6dcb255c38dcb69ec850 -size 22045 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkBack_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkBack_Soldier.uasset deleted file mode 100644 index 61f8bc62..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkBack_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d857c484411bcf1d000d3016184369b6045383a41f1eafc10c98e3955bcfe01 -size 286561 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkBack_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkBack_Weapon.uasset deleted file mode 100644 index 172ba9d2..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkBack_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aec06704f354fb37addb76d5e75473872011e7211b7d6190a149b4f3c9e43a64 -size 25484 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkLeft_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkLeft_Soldier.uasset deleted file mode 100644 index 62ed621c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkLeft_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:251f94e29d38ad13792661006556fb219b9a9d017eef3a7b92a0777730e75547 -size 297430 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkLeft_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkLeft_Weapon.uasset deleted file mode 100644 index 79bcf544..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkLeft_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4b029623dc7521a2b9c37572aa98dd802a89a304d3f444c5906b21575f81fcf -size 26090 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkRight_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkRight_Soldier.uasset deleted file mode 100644 index 217a7eff..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkRight_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b5d679f3bfc52ff5e2c3f2000079ca1df85516b4ab0709bc10e4c1053a76371 -size 286885 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkRight_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkRight_Weapon.uasset deleted file mode 100644 index a433dab8..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_WalkRight_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b11a407482a48e9652922e37db0eecdc2eb6515221f4d22b79f38775befd6bc -size 25496 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Walk_Soldier.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Walk_Soldier.uasset deleted file mode 100644 index a965168a..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Walk_Soldier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c25a56e089a0fdf2040e4b27f7eaa1fab4b3b63c79410dbd43f66e6798072fc -size 268643 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Walk_Weapon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Walk_Weapon.uasset deleted file mode 100644 index 2dec8b35..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Animations/Woldo/Anim_Woldo_Walk_Weapon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:611677239d780c50e4489ee882c21bd2035ed7ee0685db11b7cf909f1c6fa3f9 -size 24458 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Body.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Body.uasset deleted file mode 100644 index 5eb9e79f..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Body.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4e81eb0df0b0d1a24551eb01cedbcadc0632292b6e208d239b56d1198fb3797 -size 11369 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Cloth_1.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Cloth_1.uasset deleted file mode 100644 index 5b4da40a..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Cloth_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e335b2ae96ec0bc9901be86047f19fcf04050bce92080b3787c32a3b400fccee -size 14077 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Cloth_2.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Cloth_2.uasset deleted file mode 100644 index bf880033..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Cloth_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:488aefc556e55afc0a37d28f5b32979142a9b809f89c9e253edd67514cbe40b8 -size 16612 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Eye.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Eye.uasset deleted file mode 100644 index c24e10c3..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Eye.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1db3d31ca4544df32353b2416e7ab0f5f82bcc51c5e88e2b7d52912f38cc0768 -size 11890 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_EyeGlow.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_EyeGlow.uasset deleted file mode 100644 index a64f88f5..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_EyeGlow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0081c9b26dffb4adca321944d15f810f91453e8eae24f3bf4089cf4e9b8d250e -size 6361 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Eyebrow.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Eyebrow.uasset deleted file mode 100644 index ec6ac4bc..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Eyebrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5727ae9543175627002e84e8d5e025b89c387a749371d25b28ee59c894b57511 -size 7437 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Face_1.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Face_1.uasset deleted file mode 100644 index b92608f7..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Face_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7486d20e5349fb2ee2def7f13c39ad7543510d5b664b41b67f0fbfc04c656afc -size 11372 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Face_2.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Face_2.uasset deleted file mode 100644 index e8771554..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Face_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecc15d839be37706c652751899617f4bbae55f1134d8135c575d5c78f000621f -size 10944 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Face_3.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Face_3.uasset deleted file mode 100644 index e77d4626..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Face_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcde094d024b32599309e5db762b38984c41f9da0c0dc9acd4ec8087ee8c5389 -size 12355 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Face_4.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Face_4.uasset deleted file mode 100644 index c2e1c6ab..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Face_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61e1a7dedf3bf5fa892e90a02b43f0910ce79034076a662a3544bf4bb98beabb -size 10435 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Hair.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Hair.uasset deleted file mode 100644 index fbdf5298..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Hair.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:232e70d95de218c35c887ef03ed36950a32df56109aeaa3da1008dac0b82fd26 -size 8383 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_HairSide.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_HairSide.uasset deleted file mode 100644 index bd0c3ad3..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_HairSide.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e885595d244f4e3c19a94d3495734be54780afde2fa20086dc11ae2319f7081a -size 7400 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Mouth.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Mouth.uasset deleted file mode 100644 index 33724b19..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Materials/M_Mouth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:657554dd5c19a14e6e7baaec1d54cfdef714a756868bb5bcf6b32a5341fe8dcf -size 12577 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/PA_Soldier_1.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/PA_Soldier_1.uasset deleted file mode 100644 index 63a76aec..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/PA_Soldier_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac6b03dabcbb570210f403482727633118e7b6320b344f36f9483547c31d3743 -size 28674 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/PA_Soldier_2.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/PA_Soldier_2.uasset deleted file mode 100644 index 0acea7d0..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/PA_Soldier_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69e1cfc7cac648808c25a46eacb5a7630689f566f61cdbea45014b578b8b5139 -size 28853 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/PA_Soldier_3.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/PA_Soldier_3.uasset deleted file mode 100644 index a285f0d8..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/PA_Soldier_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6951d0941ca12a6bba81ad6745aa88abc30df56829b0a459dc108a3004cbe13d -size 28646 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/PA_Soldier_4.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/PA_Soldier_4.uasset deleted file mode 100644 index e6391ade..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/PA_Soldier_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6ba9a7c7915dadb91123deba28210a0424370d837d1b474d37e7646af2c9f2c -size 28700 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/SKM_Soldier_1.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/SKM_Soldier_1.uasset deleted file mode 100644 index 4e9a3ad1..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/SKM_Soldier_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c814687b7d360dc6fb546bd5f257cad8a069d5b29a870afe3f80755352936c26 -size 13296984 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/SKM_Soldier_2.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/SKM_Soldier_2.uasset deleted file mode 100644 index 8ff1acb0..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/SKM_Soldier_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb0c3b31088301ebb4757e640862db2517e02ab25f75a541e130c066f913bd96 -size 16579927 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/SKM_Soldier_3.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/SKM_Soldier_3.uasset deleted file mode 100644 index 2c59b646..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/SKM_Soldier_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8b122e9717cb263a744d4a7caf74d8caa3a4da4a2571c0a34b301d94e450d7d -size 13103637 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/SKM_Soldier_4.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/SKM_Soldier_4.uasset deleted file mode 100644 index 41edeb93..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Meshs/SKM_Soldier_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a4db187802fbf0d55eb5593e045d6326cb5b988faaccbfbaad80c1987dda2d4 -size 11220097 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Body_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Body_BC.uasset deleted file mode 100644 index d68c387c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Body_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b80b4ef502c0f1e448b4395f39dde1bd98b4228f8ec051c03c62a0e271b8cf23 -size 4534509 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Body_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Body_N.uasset deleted file mode 100644 index b55228dc..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Body_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7262bf471bf52d26f2549e06a3630dd9d7a53921f783062a8bba0bfc4b291707 -size 5432526 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_1_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_1_BC.uasset deleted file mode 100644 index 6394da01..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_1_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6ae902a2b4ff03924a58125f77a04034cac1390944747e6b2041868318c162a -size 8001704 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_1_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_1_N.uasset deleted file mode 100644 index 1379688d..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_1_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e4810eb05ac48229c7a6d09b7a3b1d277a89e507ac0a8a77da5e08f2ff65a8a -size 10359590 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_BC.uasset deleted file mode 100644 index 16e19815..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ea836ac459fcdb2d1b33c319849654fa1a269580a7357efe6aa242f0b6adbff -size 5355992 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_M.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_M.uasset deleted file mode 100644 index 2e4ab640..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5870c7204f89224774b04288821292d548df08ce5e618d87d187c1f0768690be -size 77720 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_N.uasset deleted file mode 100644 index dce6fd87..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1531bbdfde58e20ca890decbe56c301d30352e3b02ddc225572fafa8c4917e30 -size 8419084 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_R.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_R.uasset deleted file mode 100644 index 17e8b10e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c8af87b13feef01be0bc133542e320f3acc3191f31bddf0daf3ca2d52f8b63f -size 2081960 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_S.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_S.uasset deleted file mode 100644 index 3e4bc5f3..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Cloth_2_S.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:435a351861403f25049e3d7ed374e752dd855d75bbf5d904da569f72200cb129 -size 3105766 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Eye_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Eye_BC.uasset deleted file mode 100644 index 6aa36cb9..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Eye_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:954848ce462613194b323ee6eb570bbaaa4fb667a332d3f187d01916c8e88d61 -size 3000170 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Eye_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Eye_N.uasset deleted file mode 100644 index 9cbb4e40..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Eye_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a60e5037741d1e6912d09f7769f6008483101233e7b824175540fc50453fc166 -size 6140777 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Eyeblow_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Eyeblow_BC.uasset deleted file mode 100644 index 8ea70db1..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Eyeblow_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5cd198eece6d8b794d15ed5657490e30045be13e0cc1e49772b8636e6693737 -size 2245740 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_1_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_1_BC.uasset deleted file mode 100644 index b3c9c074..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_1_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1ca58860eddd909f55a0f8b729b16a275b794878c6c45b26625ae13b911d84a -size 1928704 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_1_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_1_N.uasset deleted file mode 100644 index 51fda534..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_1_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2530a9379aa45b9d91565fe2d3ce662e48066dbeba9d6252a52c88bd6cd2f5a7 -size 2503959 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_1_S.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_1_S.uasset deleted file mode 100644 index b477b406..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_1_S.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03309e442fbf6b9fceb911246091ab0e9de2e9b90e5ab7731ea482ef78394f9f -size 1719215 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_2_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_2_BC.uasset deleted file mode 100644 index 078d6bdf..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_2_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c372ec2c6d999cf26aa64137cff4fa6ecd9b712d56c4e398052e971862ffaa9 -size 1405342 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_2_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_2_N.uasset deleted file mode 100644 index 90e10d24..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_2_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7c11a20e5e825578cc711f57e9002f8a11d3b9ab5665d3d8a99d7399424bcde -size 2187171 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_2_S.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_2_S.uasset deleted file mode 100644 index f12a81ca..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_2_S.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af4e20f9a9359bf35a2ede272913780979316f7b1feaf4352a1442fecb7b03f1 -size 1368497 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_3_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_3_BC.uasset deleted file mode 100644 index 83776622..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_3_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afb64b3e6b06fc2c81db5f6b64fb0a3245065a86370bd4d7fee2c9a1aa7f23e3 -size 2313604 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_3_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_3_N.uasset deleted file mode 100644 index abcf3139..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_3_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07087d1d0c3753a835bd7f51be4af8c15326c101c0442798c6651e9d9463cd16 -size 3228449 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_3_S.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_3_S.uasset deleted file mode 100644 index 898ff8f0..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_3_S.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90e1bfa244bc4a9b022e86bc35d6a36cfbb9eaeaab367df8a88f160b14b1c62e -size 2120292 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_4_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_4_BC.uasset deleted file mode 100644 index 4b6bd153..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_4_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:798d42288dd6b570385a8fde19cd7406852e075c5308336375fd9e4aa28e8c10 -size 1736793 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_4_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_4_N.uasset deleted file mode 100644 index 49914ba8..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_4_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb08edb95b958b5a726bac8923c3cd7fcad257ad81b6270b450609b3d7ea76be -size 2482990 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_4_S.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_4_S.uasset deleted file mode 100644 index 6bc24e4f..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Face_4_S.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe109ae790e8fd0c743ccdabedc593240342b0c015dab023989436c47a723599 -size 1447903 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_HairSide_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_HairSide_BC.uasset deleted file mode 100644 index 3fcc24df..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_HairSide_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1ed5cbea79f14353d8efe3b751ba536e519d87976246c4f3c03bebfab70e8dc -size 2424424 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Hair_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Hair_BC.uasset deleted file mode 100644 index ca121b43..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Hair_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a109f2a4868fba70c52c48aaf1a7227bf86ae97844fa13270491b42a3fd9750 -size 3003447 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Mouth_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Mouth_BC.uasset deleted file mode 100644 index 2e4656f6..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Mouth_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3d8d270cdec2126114d082f20643f0fae8ef05ea0fa95e229361a7bf5fbd59c -size 1051255 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Mouth_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Mouth_N.uasset deleted file mode 100644 index 80faf95b..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Mouth_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:693501bbf806119c04ccf4bf593bc2e4a72a9a9bced0e1f6968cf67fb07d29a5 -size 2103296 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Mouth_R.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Mouth_R.uasset deleted file mode 100644 index 96d1fe40..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Mouth_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cb9c1ce1d5cc0712bb0a0ee0b5cda801d8fff8d889959349b1add4bd536bbbb -size 15195 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Mouth_S.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Mouth_S.uasset deleted file mode 100644 index f7e4ac77..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Characters/Textures/T_Mouth_S.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d42a3aa2725f747d2f86cca48f492436bf13e6a6625011eedac47c79be52f2b0 -size 42619 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Dangpa.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Dangpa.uasset deleted file mode 100644 index f8ec7ae9..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Dangpa.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f649f9a9a32a7911d2f6f87cb2f9b4f41ac8ce23fc6713a1b72c0344f69f33b -size 15567 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Deungpa.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Deungpa.uasset deleted file mode 100644 index 1f6e1d28..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Deungpa.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31a879890f79047f99f47f4991bae1b8bc8ce4601ca4cf68dbb5501ff54df7ea -size 17467 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Gonbang.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Gonbang.uasset deleted file mode 100644 index f53bbed9..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Gonbang.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:681a948e285e8aceeda31f5ec4615057dd65985b30330ac1cad2e10b96c7841d -size 11846 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Hwando.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Hwando.uasset deleted file mode 100644 index 83175c63..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Hwando.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:253cb997e83386405c421fecfd36cfd53394ad49fd0eb318dfd8d762efc84504 -size 15585 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Hyeobdo.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Hyeobdo.uasset deleted file mode 100644 index 28d888a0..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Hyeobdo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76967fdadc81cd79dc38e749e39434691b11a50c85cf6281200ec8b7f671df68 -size 17944 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Jangchang.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Jangchang.uasset deleted file mode 100644 index 7d3c2434..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Jangchang.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:597c5d4dee04ac04a13d3f49d4b4116af7e293867286713300cb24f01894040c -size 15757 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Nangseon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Nangseon.uasset deleted file mode 100644 index db9ecf3e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Nangseon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fe1e428c62d2af3910701563600814ff0ae6b5219a8cc7f5b7f7a1302b583c6 -size 16452 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Ssanggeom.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Ssanggeom.uasset deleted file mode 100644 index f5a01cd8..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Ssanggeom.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02b8475fcda24ac3c39ea477683c97fb610165c782705b2e977ef81225b3eb22 -size 14247 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Ssangsudo.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Ssangsudo.uasset deleted file mode 100644 index 926b7c0c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Ssangsudo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2409f2f054953da9012baa5eb7ee574b47e76eb9455d4e7345af5317f708045a -size 12291 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Woldo.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Woldo.uasset deleted file mode 100644 index cbb2358d..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Materials/M_Woldo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c80265e14769ddeafd620a89a9ea1792a76602465ac2e547bf78b25d653b2a7 -size 16445 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Dangpa.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Dangpa.uasset deleted file mode 100644 index 7898287c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Dangpa.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0379b4f31401e636fab5e3bf0b8f0c546e1c82e390d7993558711c3b9bd5995 -size 7086 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Deungpae.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Deungpae.uasset deleted file mode 100644 index 208911ed..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Deungpae.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd34c29b0109f10ea019f6bbaa1d970d8bb2a409b427ef5f06a3ef9d19f1e1af -size 7412 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Gonbang.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Gonbang.uasset deleted file mode 100644 index a870fe8e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Gonbang.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4a8985bc655bbae345e4cb64f04bf729667e692f50aaff1cd0efa1dcfdfd93a -size 7055 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Hwando.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Hwando.uasset deleted file mode 100644 index 102a66c9..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Hwando.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb89bfd3f6cd35dd83f23f531fa1df7ebb6e431f34de5e7f3e610aa5d0871979 -size 7309 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Hyeobdo.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Hyeobdo.uasset deleted file mode 100644 index 38f2a8fc..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Hyeobdo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8c101e4ec72481969e8ec0aa8628d978553f74af0444d7b5659c5b89d656ce4 -size 6912 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Jangchang.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Jangchang.uasset deleted file mode 100644 index 5250534c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Jangchang.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c544bf1bdb1ec6b85f11824ded942cb6936670cf6cf2cd36205eeab3c997912 -size 7118 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Nangseon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Nangseon.uasset deleted file mode 100644 index e979af52..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Nangseon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fc035ee2d46841a16bae18a2d6632353efa8fd701339ac35c36213b96065c1c -size 7852 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_SsanggeomL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_SsanggeomL.uasset deleted file mode 100644 index a93aad44..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_SsanggeomL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6e2dee0bda22cb83bbd79252311b5e64e554ec3ffe61f1491d5a3ca2ad052f6 -size 7344 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_SsanggeomR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_SsanggeomR.uasset deleted file mode 100644 index dfdf2416..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_SsanggeomR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bbf7ae39635c289222347fc45896087a365ce1e67bc87f20c6e16c9265beecc -size 7343 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Ssangsudo.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Ssangsudo.uasset deleted file mode 100644 index 605953f1..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Ssangsudo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13c74209e5acb2654e56378f5333f1b9269a27f3d7d780d5e0a380eb7ddae5c6 -size 7236 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Woldo.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Woldo.uasset deleted file mode 100644 index e61a0593..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/PA_Woldo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dfeadc7d36ecff51133f50a0b917b466e59bc03ad4d97fd0e470aaca4020ace -size 7054 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Dangpa.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Dangpa.uasset deleted file mode 100644 index 4c151383..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Dangpa.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f983a00a55448b166276b31682c58f5133572139f39abeb13926d2260d15f7ce -size 6613 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Deungpae.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Deungpae.uasset deleted file mode 100644 index 3275b801..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Deungpae.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79cef588cab5bd59b2cf8e899cfd4e3fc97ca5c241c014d3f4d34a35c1104245 -size 6960 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Gonbang.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Gonbang.uasset deleted file mode 100644 index 0ef41c1a..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Gonbang.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b203875addaca2f6851174de1026eff7975595e27a53caaa02f23b0f2f278f00 -size 6543 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Hwando.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Hwando.uasset deleted file mode 100644 index 7f24d347..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Hwando.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba95c60a3560c54650d197b13dc78c5279dfe0461f86f81ae3833a40ae5705d1 -size 6801 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Hyeobdo.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Hyeobdo.uasset deleted file mode 100644 index f17a8507..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Hyeobdo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c204057c317fdcea484c7b01a9b488fcfe54eaf201cfcdb14a6552d1dce9a63 -size 6400 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Jangchang.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Jangchang.uasset deleted file mode 100644 index 7a9c2e9c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Jangchang.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a7f10fd72de53c4a8812c394c7c522d45d8a63b757edb94fdaafcf825ab0a92 -size 6606 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Nangseon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Nangseon.uasset deleted file mode 100644 index cd5e5a1c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Nangseon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a69747cf800884ee673d9c6ca71eed4f0b5a678c61ead915ce54d4992e29589 -size 7340 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_SsanggeomL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_SsanggeomL.uasset deleted file mode 100644 index b6422533..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_SsanggeomL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8145530a389af6ae6e0dd1d5d2709d0fd3d3d737894fcb0346cb18cc09790d2d -size 6867 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_SsanggeomR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_SsanggeomR.uasset deleted file mode 100644 index b8ed0502..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_SsanggeomR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a426cf9923502ad89e5859d30575f9157197ee543bbeaa569b4299044f867574 -size 6856 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Ssangsudo.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Ssangsudo.uasset deleted file mode 100644 index 45c35749..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Ssangsudo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6faf166ce52f3381272a98594d2e77653e1f93c33162ec5e3d8ff6eee777bb4 -size 6720 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Woldo.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Woldo.uasset deleted file mode 100644 index 5f9c3a07..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKEL_Woldo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b9724f4b790da427ab4642ff1a4df7909983c01a70470bba82c204bc2434d6b -size 6576 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Dangpa.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Dangpa.uasset deleted file mode 100644 index 9d495741..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Dangpa.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a781583e78ec42e6db0c3cc5adc788ee27d6deb0e421a88426c74f7860676f49 -size 368786 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Deungpae.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Deungpae.uasset deleted file mode 100644 index b6ea9245..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Deungpae.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8219ba4874555111ae12e7d6c7336d19814c8be6ec985d92f9d0702a6fe091a -size 741736 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Gonbang.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Gonbang.uasset deleted file mode 100644 index eef1c83e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Gonbang.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20758bb1252f5d793e728c235a82b227a7025b3583a15842a8bc4f02fe495099 -size 92460 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Hwando.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Hwando.uasset deleted file mode 100644 index f3129fab..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Hwando.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0124f45cceb343ab5990eb38c96f6a86ece3cd513a329567b481d884aaf30351 -size 260755 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Hyeobdo.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Hyeobdo.uasset deleted file mode 100644 index 45f0b7d9..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Hyeobdo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75001718d6697a8f24e25306e2a6436d4a7ff2a2939f980f487e97542acb0124 -size 300862 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Jangchang.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Jangchang.uasset deleted file mode 100644 index cceb6430..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Jangchang.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09fe731ee569dfbf263c304cce120da37ce3077428732dfc57f601554c57f91d -size 417369 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Nangseon.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Nangseon.uasset deleted file mode 100644 index d9012ec2..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Nangseon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aee04bf6e70579bf271a75b82a49a7ea3d75e9ffa51a5265029f295e25b304ca -size 1258565 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_SsanggeomL.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_SsanggeomL.uasset deleted file mode 100644 index 489e9f3e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_SsanggeomL.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1817644b9cdd2a40e6bf9e0f72c314b84c7900f500e39bd19d977c59348188bb -size 154882 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_SsanggeomR.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_SsanggeomR.uasset deleted file mode 100644 index 14f46616..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_SsanggeomR.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91b89a2c47ffabf64f293737f7ac6e6dfae316f50f91f1e7f4d45daa342e5856 -size 160569 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Ssangsudo.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Ssangsudo.uasset deleted file mode 100644 index 3e639284..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Ssangsudo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fda63e3e0f6a568c556665578561d56a3d41a4c5944b21d9803bd963d97e4b3 -size 548807 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Woldo.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Woldo.uasset deleted file mode 100644 index ad9a85f8..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Meshs/SKM_Woldo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b17215a0d05a0f7670d56fee6a88f660a022b5ddb5dd8d8201156e146239fcd -size 744685 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_BC.uasset deleted file mode 100644 index d14dfe3e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cc78f5c96b80d8cccbfadc547f499dfb4e0e76dc4e25654be304919014713e8 -size 3821256 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_M.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_M.uasset deleted file mode 100644 index fbba2aea..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9d76be811b7e769028e5624e229b36101ccecfabd888f0ab0dd30ac5e4fd1c9 -size 1049943 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_N.uasset deleted file mode 100644 index 8a14383f..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4e2acbafc6077f7bc3195bce0aeb4457e8ef265c1cc1cc761438f5d28bc8302 -size 2570390 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_R.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_R.uasset deleted file mode 100644 index 20d5f044..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7a0a676362cc963ddcc42cb2bb53f2445197c14004133a1e46d343e0b7ef327 -size 1290606 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_S.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_S.uasset deleted file mode 100644 index 943a1c5b..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Dangpa_S.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:375aee48a7ef14778abc1f2f14e94b76a4ed864d5e4862e7b164c81da29f3b11 -size 3858732 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Deungpa_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Deungpa_BC.uasset deleted file mode 100644 index 273ffd87..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Deungpa_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a924d8a81e08c543db9633291fa70981d2fa41b89aa482f2352f70a6ef468e5 -size 6911042 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Deungpa_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Deungpa_N.uasset deleted file mode 100644 index 41b2ca2c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Deungpa_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:533da2f542b81e4be43b19c964c465e9282296aed8e2014c38c0d079830cef84 -size 7324971 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Deungpa_R.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Deungpa_R.uasset deleted file mode 100644 index 272950af..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Deungpa_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16125858cb2dc4288f132994f1867ffb4a66aeacd0364ef9e872301b14e7fd34 -size 3292669 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Gonbang_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Gonbang_BC.uasset deleted file mode 100644 index 8cf2cffc..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Gonbang_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18de2ea20a6ecd13e925130d351726be2fb16bf0183a91037b12048ba78ec6e7 -size 2493112 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Gonbang_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Gonbang_N.uasset deleted file mode 100644 index b5ef5dc7..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Gonbang_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8dab7001f16b1aeca14321787e92f337817e2344c7d3046604ec2c9a28d60c5 -size 1790531 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Gonbang_R.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Gonbang_R.uasset deleted file mode 100644 index 1f9adc85..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Gonbang_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a156474e7c2cd41c7a5719e78899504e14625dc058245107e3d04d555e9931b -size 755987 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Gonbang_S.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Gonbang_S.uasset deleted file mode 100644 index f9fc7324..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Gonbang_S.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71c7abdab09724335db6de76582f240ae2c6fd87718cb217158e6b45c0b18c14 -size 2186232 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_BC.uasset deleted file mode 100644 index cca168bc..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e9756408990a9b38306342b1505d564105ad49851212f254feb8cf35e3220f3 -size 6930170 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_M.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_M.uasset deleted file mode 100644 index 5538e17b..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8f43331744f27ecfddcadd0dd75e943fbb1138f7155498db62d473fd6afc198 -size 763892 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_N.uasset deleted file mode 100644 index e208eb9d..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03d7b053bc6a98d064284eac6f9c930ff9580aaf0995ade3a9a2e0b5c85f5b71 -size 6673462 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_R.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_R.uasset deleted file mode 100644 index 9f82ca03..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e1efc5b38087d5c300eed4e2564ae00619876aa755c9820ac16a7b70ba0123c -size 2230597 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_S.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_S.uasset deleted file mode 100644 index 5d192ad6..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hwando_S.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8079b448fb8078f5b2eaa55bc2029d6948b5e5843915f2c3de88ac662d8ff80 -size 4317205 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_AO.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_AO.uasset deleted file mode 100644 index 9369797e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f24828ad1734ce3e5cddc0e3eb4417159608d069f187f993dd4a0f6fd8046ae6 -size 935137 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_BC.uasset deleted file mode 100644 index 474b9b8c..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd7659a84a4402ef197d8bceef1074ce6ac30152cbfb13ae0f81f8d96e2a8306 -size 5383395 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_M.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_M.uasset deleted file mode 100644 index 6e2b0923..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8314d689fe5789760a92ffa6267f5964e59a6dd9c814c2bd54e92c15eb5eaac7 -size 698055 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_N.uasset deleted file mode 100644 index dd5985a3..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aadbc2110922235680068718fb5f3374fe0dc2de32df87387e72576eba9b4793 -size 5988575 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_R.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_R.uasset deleted file mode 100644 index 3f4913b4..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Hyeobdo_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce3b2130a9c5d857c66c6e9e8496fa540f02d574074176eb9099524053e7cafe -size 2507202 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_BC.uasset deleted file mode 100644 index 2ded429b..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d4f274f52f4d4fd95fb9da8f1cf46a62330059ca26bca5574992c493453b13f -size 6542512 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_M.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_M.uasset deleted file mode 100644 index 6fe0000a..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a514012f94cf30141643a247a292e5755acf855afc0b737d7bb1fdb66d1108e -size 653658 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_N.uasset deleted file mode 100644 index f6b0a141..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e79c51a1d6e958a764c35a0cbecebcf8b14663f6f9724466ffce213b006dfba1 -size 3909334 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_R.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_R.uasset deleted file mode 100644 index ca9d66be..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:896e3352919ecfd9b0a7c119801616d97c24ae8de27a9072beeae48d681f075a -size 1802422 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_S.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_S.uasset deleted file mode 100644 index 5ad19753..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Jangchang_S.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4b7e41acaf28bc0b4d7de35de483116b461a0ad7858b965349e6946e03a9195 -size 3754986 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_BC.uasset deleted file mode 100644 index 9f6ac2ba..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4366c3ef875fe7788e7e9b5e7c8e6001bf5d2bf0947dbed9a23db76990ddbb85 -size 6170894 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_M.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_M.uasset deleted file mode 100644 index aa66974a..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:705cf41df332021521cb03893649510d4c6dda2cf6ea94c49ce04b41cb92ff73 -size 282631 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_N.uasset deleted file mode 100644 index 68a5c6bd..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3f895a0e7285555a0daf78e3f1f4e2bcfdfa39f2df309ca05cd955c5301dd43 -size 6216094 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_R.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_R.uasset deleted file mode 100644 index 5338783b..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d4df73942e81689585686de2a86616a689ba541f3692429bbb10dced22c6f21 -size 2075645 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_S.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_S.uasset deleted file mode 100644 index 8ea2980d..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Nangseon_S.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05ee5379704271fb9083a630e8cdb7ec7291c93b010d7f2ce01916b38dff9a19 -size 3148410 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssanggeom_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssanggeom_BC.uasset deleted file mode 100644 index ec5b8ee1..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssanggeom_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb79b9bbfe414ada7f65879fb7fe39dcb697dfc21d80211c6ab2d5b22f19eb6f -size 4603401 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssanggeom_M.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssanggeom_M.uasset deleted file mode 100644 index dfaaadb6..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssanggeom_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:297ce86e888fb1b4d14b6f358aa6fb8ffc7fd96adb141cf97dbc1520aee4904e -size 109940 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssanggeom_R.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssanggeom_R.uasset deleted file mode 100644 index 8a8e75f1..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssanggeom_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74467f0d13edbbfc013af26e3d7f0087b7c0adb7c05b445ecd72311529bd9eb3 -size 2595575 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssanggeom_S.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssanggeom_S.uasset deleted file mode 100644 index 79510d75..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssanggeom_S.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8760ae14d841799de52a66c253e9e10165fe2acb04f564e09666c906eb0a446 -size 2596249 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssangsudo_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssangsudo_BC.uasset deleted file mode 100644 index f8fda71e..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssangsudo_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:559f3a5eb10a9bc681d089240e40ef5a030b4b3a9fa851051e374635a41d4e98 -size 5733727 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssangsudo_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssangsudo_N.uasset deleted file mode 100644 index 2f986935..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Ssangsudo_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:642ecc51dd90e95db7589ce58fad99530865d18b6e8cca7abc41dea0934d8836 -size 5798960 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_AO.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_AO.uasset deleted file mode 100644 index 983542b5..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16eef6bdbc57ea2db3b424355c11bd7ef0a6ed47089dda4bf7b6bd95d707fe62 -size 796234 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_BC.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_BC.uasset deleted file mode 100644 index 6c7aeb93..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebd5e8f4735ad136b1f39d7b5f0d5c684f4d38d492ba837df002321818026896 -size 4374521 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_M.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_M.uasset deleted file mode 100644 index 90edbaa6..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dc3674acb3fe195d9a18872cded4973c56851fea85d51c38eff9d74110bd084 -size 554552 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_N.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_N.uasset deleted file mode 100644 index 42572e56..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80adbb11f5207d6cc79b7d5960be67efa460acd8fad6adc59524aa6a604cbd7a -size 4025692 diff --git a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_R.uasset b/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_R.uasset deleted file mode 100644 index 41e1616d..00000000 --- a/hwanyoung2/Content/KoreanTraditionalMartialArts/Meshs/Weapons/Textures/T_Woldo_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1fb9f13a8ad4dd5215f6849451967e8641755a720c42fd6fbca0b813ef974e4 -size 1646232 diff --git a/hwanyoung2/Content/MSPresets/MSAssets.db b/hwanyoung2/Content/MSPresets/MSAssets.db deleted file mode 100644 index baf26c1c..00000000 Binary files a/hwanyoung2/Content/MSPresets/MSAssets.db and /dev/null differ diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_01.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_01.uasset deleted file mode 100644 index cb9a9685..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61862dc7403c9f72dcf9535dbd24c3f94da62c77ebecb17ce5e463eb81a22dd2 -size 108710 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_02.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_02.uasset deleted file mode 100644 index 0b36fc01..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c100f8788a7c58db5f0c0d66c389c104266ec3448f2d7d079d0368cf5d625198 -size 111519 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_03.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_03.uasset deleted file mode 100644 index bb8ee5dd..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:510a28fd732dbd7558f11644e3c3f4a762f12f15651e1eb11809412b36344792 -size 89246 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_04.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_04.uasset deleted file mode 100644 index 543b5ece..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92a39940fedb9e7ac0f2e33f7050a4e834acb391e09527d49b4ac4a6d0a20c33 -size 106513 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_05.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_05.uasset deleted file mode 100644 index 15790e7b..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/MI_FloorGrid_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86e0419edb27fb02c64015df601c1dc72faae17249223af62d01c9040bf42d93 -size 117201 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/M_FloorGrid_Master.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/M_FloorGrid_Master.uasset deleted file mode 100644 index 624946e0..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/M_FloorGrid_Master.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5ce772070415184d863b92b4d3790f8fb97ad48acd90ef58d9e8c537c835107 -size 109591 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/T_FloorGrid.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/T_FloorGrid.uasset deleted file mode 100644 index b88b9ce3..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/AssetZooMaterials/T_FloorGrid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a003f1e6016060fc8dee147de6e6da8dc160d952ac8e7ef923c4ba6cb2abb350 -size 75738 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/BP_GlobalFoliageActor_UE5.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/BP_GlobalFoliageActor_UE5.uasset deleted file mode 100644 index f039b6b4..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/BP_GlobalFoliageActor_UE5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6af0d14572064ad235589b24939831f57fa212a6284ae41a01d1f972d683c5e -size 219585 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Geometry/Icon_Arrow.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Geometry/Icon_Arrow.uasset deleted file mode 100644 index 5e1d9e15..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Geometry/Icon_Arrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6ef2b8df27aaa3b83486b5c86d48798355a33f5130a2da8a4e1fecf80fdc90b -size 160130 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Geometry/Icon_Arrow_Test.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Geometry/Icon_Arrow_Test.uasset deleted file mode 100644 index df299dc3..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Geometry/Icon_Arrow_Test.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ead9a1ad7769cf43feeaacf2efac7b3054ac7d1a571c2ac1996c819d850e1184 -size 111966 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Geometry/Icon_Base.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Geometry/Icon_Base.uasset deleted file mode 100644 index 2774880d..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Geometry/Icon_Base.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be732ba1d50714fce4b112f121458a7426ff42752356b52c8189411f670d235b -size 281435 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Geometry/Icon_Sock.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Geometry/Icon_Sock.uasset deleted file mode 100644 index 1dfe9749..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Geometry/Icon_Sock.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81f9576aa38b4042e27600f1e6603bb48e2f3667ee39cf6375feed0a24927bc5 -size 132292 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Materials/MA_UI_Element.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Materials/MA_UI_Element.uasset deleted file mode 100644 index cfb95d5c..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Materials/MA_UI_Element.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:675f45352754e5952a5255c6c3e0d0f2283cab3be6f232d44be3df225e484304 -size 83461 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Materials/MA_UI_Element_Inst.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Materials/MA_UI_Element_Inst.uasset deleted file mode 100644 index a6cc23e8..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/GlobalFoliageActor/Materials/MA_UI_Element_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3825e6e2ae9aa80f9f96025890d4538421e79cfe765e57ab58161b17f87eeee2 -size 77229 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MasterMaterials/MA_Foliage.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MasterMaterials/MA_Foliage.uasset deleted file mode 100644 index c31976da..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MasterMaterials/MA_Foliage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2f3de5a8b230b1ec5dc829242d62aa350785a2e73cb9e503e070d93ded7213f -size 27550 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MasterMaterials/MA_Impostor_SimpleOffset_MS.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MasterMaterials/MA_Impostor_SimpleOffset_MS.uasset deleted file mode 100644 index f5d9cb73..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MasterMaterials/MA_Impostor_SimpleOffset_MS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc2d8843a1dbd5d4115520dc7d5050197b2cc76444fb14a50aa7fc021ce4c517 -size 19662 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_AdvancedWind.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_AdvancedWind.uasset deleted file mode 100644 index 5c70c735..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_AdvancedWind.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:954f159c8dc17d3391d78281a92128d2103b3071a1a1750432f2f195e2e42258 -size 125801 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_AdvancedWind_Level.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_AdvancedWind_Level.uasset deleted file mode 100644 index c4f80f15..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_AdvancedWind_Level.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aab9591fa3a3519ee15f0ca80c3653b8a9d8c2308b0cc1e8ea6effa381f12c9c -size 80385 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_BarkDetailer.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_BarkDetailer.uasset deleted file mode 100644 index 52d28688..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_BarkDetailer.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:485551befa7759cc7c89c3cad0ff778b1a4bee3020bea599778822e16d9dac65 -size 108559 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_BranchBlending.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_BranchBlending.uasset deleted file mode 100644 index 9eaeac48..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_BranchBlending.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9757f7aa8a797066fbbfb1a309e85125e4dce5a33b31475c95fb0a762fb80819 -size 112614 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_DecorationBlending.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_DecorationBlending.uasset deleted file mode 100644 index 10b80232..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_DecorationBlending.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:257642b58f68688b17447740c86634238379858fbbd5a8ed93d20cedfe09111c -size 109728 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_DefaultLit_Trunk.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_DefaultLit_Trunk.uasset deleted file mode 100644 index 1c227a5e..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_DefaultLit_Trunk.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e55c88f430e5802603a0744634dd6d5ec32d2527748c0bd23ca67a365df7c6d7 -size 124509 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_DistanceBasedOpacity.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_DistanceBasedOpacity.uasset deleted file mode 100644 index 88886ab2..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_DistanceBasedOpacity.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4382995fa6042659929cc706322f539d87269d1f7bf50d17746b926755224eea -size 14960 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_GenerateBranchMask.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_GenerateBranchMask.uasset deleted file mode 100644 index f77d9b17..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_GenerateBranchMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ff5f71dedcca387e16dc580fbd6101e100061f8e28aaae0926c7b33b9769b90 -size 104149 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_HealthSeason.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_HealthSeason.uasset deleted file mode 100644 index 7755ef21..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_HealthSeason.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c5ae214466c4433eea0be537119c1b3ba4b19bb609701bf8d09916e2de0509d -size 148749 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_LightInfluenceColorVariation.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_LightInfluenceColorVariation.uasset deleted file mode 100644 index ac9cc235..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_LightInfluenceColorVariation.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b19523e62bca604b4cb9eede548d6bbd2e8a87914fb19c7dfce297b4e873aae -size 126727 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_Roughness.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_Roughness.uasset deleted file mode 100644 index 1ef09cc5..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a21028238480921d91ef5e22959cf5f5d1df7e247093091841779657ef7355f7 -size 111219 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_SimpleWind.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_SimpleWind.uasset deleted file mode 100644 index 5f41f0d4..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_SimpleWind.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79fa936c40176ea65e81cc8d64d0b1196d3bbdbadc9dd08d81f52febf896793f -size 137030 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_TwoSidedRoughness.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_TwoSidedRoughness.uasset deleted file mode 100644 index 196606db..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_TwoSidedRoughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dc54ddb87803fb04f4298be192a5f5f212ed4fa8d18fcf2a82487809aa0004e -size 128388 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_TwoSided_Decoration.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_TwoSided_Decoration.uasset deleted file mode 100644 index f36a016d..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_TwoSided_Decoration.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b936709fc78a6e184f186ccc94017eadc36e4d20615dab7449339590e800501 -size 123736 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_TwoSided_Leaves.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_TwoSided_Leaves.uasset deleted file mode 100644 index a721a057..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_TwoSided_Leaves.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5f2c9a0c2277ede5d6196874fb447808e16ed1a3d67426957cbb253dbdd82bf -size 44678 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_WindGust.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_WindGust.uasset deleted file mode 100644 index cedf964d..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_WindGust.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04ffa47d12f73ab13114245a2d2df5b87d846beb955c3ca8ced72863c476b537 -size 126140 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_WorldspaceColorVariation.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_WorldspaceColorVariation.uasset deleted file mode 100644 index 6fe4ca1a..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_WorldspaceColorVariation.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43d63588bf3724e6ac28d83b760468ba63acd820acd72b9cbec446f267b4dd9a -size 125625 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_adjustBaseColor.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_adjustBaseColor.uasset deleted file mode 100644 index 19040d39..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_adjustBaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71b0075bfc643426f29dbad498a93737983d2d5fd774e9aafd800f7719c0a9f6 -size 112545 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_adjustNormal.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_adjustNormal.uasset deleted file mode 100644 index b37ec9cf..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_adjustNormal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:063eb2f22c248036cbd67032e048bf79b2edbcdc43ef10b1dcc5f4c2e9bc95d4 -size 104567 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_adjustTwoSidedBaseColor.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_adjustTwoSidedBaseColor.uasset deleted file mode 100644 index 869c95fa..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_adjustTwoSidedBaseColor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfe8ffa3ee555a87a857c54655d3d302039986ef34dfd269597789013b494ae6 -size 134960 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_adjustTwoSidedNormal.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_adjustTwoSidedNormal.uasset deleted file mode 100644 index e7b98f9c..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_adjustTwoSidedNormal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:839b612e8f4ca66cf9922f3c227a972e6c79218a4b8b771e3d6b04bd02390eb5 -size 105805 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_generateSpecular.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_generateSpecular.uasset deleted file mode 100644 index 6253990a..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_generateSpecular.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ef004ffd97dd4371c1c72315e6171ad792bda7b535839156cce970232b5f013 -size 108778 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_generateTranslucency.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_generateTranslucency.uasset deleted file mode 100644 index 76d6b4ba..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_generateTranslucency.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c3df3199aa127f2eb3e31ae81ad7e92285aeb2fd84462ee075bf8bf6f57b117 -size 112649 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_generateTwoSidedSpecular.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_generateTwoSidedSpecular.uasset deleted file mode 100644 index 0a5d5614..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Foliage/MF_generateTwoSidedSpecular.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7eeefae45be685a230fcb458737b2f06ea64f80132511b9104a465d0df193f1e -size 121837 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/FrameBlendWeights.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/FrameBlendWeights.uasset deleted file mode 100644 index 5af8d924..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/FrameBlendWeights.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:127a67e0b314d8bb3ccb0381756861b87467dfa16f7a8ec7255d80bf822c96a6 -size 13895 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/FrameBlendWeights_TextureObject.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/FrameBlendWeights_TextureObject.uasset deleted file mode 100644 index 35e0ef97..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/FrameBlendWeights_TextureObject.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7d2d632e202c400a5422aa777477faf7fdfee16e508c539a8d98d9792806e8f -size 19073 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/GenerateTreeMask.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/GenerateTreeMask.uasset deleted file mode 100644 index dd8fc2d5..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/GenerateTreeMask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bc9524eac7e0c2cb4ea28a2f8eaebb08c96d15aa10ed054836114b93f87f45b -size 18254 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/HemiOctahedronToUnitVector.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/HemiOctahedronToUnitVector.uasset deleted file mode 100644 index 52e35f71..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/HemiOctahedronToUnitVector.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4eefe13bde8b30ee83cc8807b0475fc98b81449899972b96004465b1d34a9fdc -size 8330 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/ImposterFrameTransform.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/ImposterFrameTransform.uasset deleted file mode 100644 index 0262d7ac..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/ImposterFrameTransform.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aba6eb5a180d6c99dfec92f20df77ac03a9a5b96e6705f97606439a1774ce452 -size 22381 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/ImposterFrameTransform_Setup.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/ImposterFrameTransform_Setup.uasset deleted file mode 100644 index 6972c9eb..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/ImposterFrameTransform_Setup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85388a344beaa5c1763313a9c71824d6093677974c35859cfaf098100337f70c -size 13234 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/ImpostorInfo.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/ImpostorInfo.uasset deleted file mode 100644 index b813b5b6..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/ImpostorInfo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b02a6ea3d3f25c368ffdc0ae4adbed1b54f2637d592e2e20cf5bc0efba4047bc -size 20540 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/Impostor_MS.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/Impostor_MS.uasset deleted file mode 100644 index 26815b86..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/Impostor_MS.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96b51962a6b808664a3406c3746f27dbad31a83cf3fc1a7016f595eee5839bcb -size 232740 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/Impostor_SingleFrameVersion.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/Impostor_SingleFrameVersion.uasset deleted file mode 100644 index b938043a..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/Impostor_SingleFrameVersion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e9331020ae632c4bdc1b7bcc6c9dbdbd18e9f501ade76540a23c5b516a350d0 -size 70729 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/OverrideMobile.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/OverrideMobile.uasset deleted file mode 100644 index 91579d40..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/OverrideMobile.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33b078107beaa09b5f57e0fac2ee3dd41e6453152aa4cbeb622cb99c88397c90 -size 7156 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/Sprite_PositionBased.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/Sprite_PositionBased.uasset deleted file mode 100644 index f5bf64c6..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/Sprite_PositionBased.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:246a0d7b382eeeccd127bfb40e43f8f097ffc16aa147a10703ab995190359dfb -size 32796 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/TriangleInterpolator.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/TriangleInterpolator.uasset deleted file mode 100644 index 8fe9accf..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/TriangleInterpolator.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3049871da4bedf0143c3f2f82a8c58a6661342841ad9c253ad1e806b17a58fed -size 19811 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/TriangulatedWireframe.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/TriangulatedWireframe.uasset deleted file mode 100644 index 92330fcd..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/TriangulatedWireframe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e183ccee12bceca51d8e998bc28956c62e9f999a1ee8a7fd06143ce5ddf1b43 -size 20790 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/UnitVectorToHemiOctahedra.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/UnitVectorToHemiOctahedra.uasset deleted file mode 100644 index 43db1af5..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/UnitVectorToHemiOctahedra.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b0ce748b548af4924c3e747238cbc049f930032caf8b864cb3f923d757a6251 -size 6898 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/VirtualPlaneCoordinates_Imposter.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/VirtualPlaneCoordinates_Imposter.uasset deleted file mode 100644 index ac1123de..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Impostor/VirtualPlaneCoordinates_Imposter.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48f6cf4de6c569c4a67b7a24f0b79d74d4617949d3764385e8eddb9729acb50c -size 33361 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Textures/T_WindNoise.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Textures/T_WindNoise.uasset deleted file mode 100644 index f0e939a0..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialFunctions/Textures/T_WindNoise.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8cd972a89e86e00c23fa69b9acd3e5daff92742bb16158878f4a861eae0577a -size 6977634 diff --git a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialParameterCollection/MPC_GlobalFoliageActor.uasset b/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialParameterCollection/MPC_GlobalFoliageActor.uasset deleted file mode 100644 index 73c71a8d..00000000 --- a/hwanyoung2/Content/MSPresets/MS_Foliage_Material/MaterialParameterCollection/MPC_GlobalFoliageActor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a48e44322a80e03bd366a51f3985dccc44b6f048fe625c9bb3c8c9b9a743fb8c -size 4024 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/MF_Motion4wayChaos.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/MF_Motion4wayChaos.uasset deleted file mode 100644 index fba72cd4..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/MF_Motion4wayChaos.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e0ed20febf7347348b1f1c9fe1a82cb2987ea208b0905feaf45cae7c60f1e12 -size 108069 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Fire_SubUV.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Fire_SubUV.uasset deleted file mode 100644 index 80711639..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Fire_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae16208eb5ea109965c31f07eb7e55c8b2472716b8a0326a434e1b8f69292ea4 -size 96779 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Flames.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Flames.uasset deleted file mode 100644 index 7659875f..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Flames.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58c1e5401854a5544b2073fee3b1dec89f4e6e1d629c80d0ab9684d43f54b66a -size 89021 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Meteor.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Meteor.uasset deleted file mode 100644 index e4f3a9da..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Meteor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23d7b81226ee09bf7103227d971455fcd5aae198d591f48059faa1f58cf78b54 -size 101628 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Ribbon.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Ribbon.uasset deleted file mode 100644 index 04e2d543..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Ribbon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99d96925442793b03d75c410413f9dc256e6c9d731746b55c157d11ac504e3d6 -size 61438 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Shield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Shield.uasset deleted file mode 100644 index 8a2f6018..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Shield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:855b51a9086244edc70e9db8498d4d39bd5e79eedc558dc9f6abedff94906064 -size 93951 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Stars.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Stars.uasset deleted file mode 100644 index c1dc1034..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Materials/M_Stars.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a3f22d15e927ce66a33f5aa26ae9808af9bae7e030f33abbbe1de867e059af7 -size 88794 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Textures/T_Caustics.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Textures/T_Caustics.uasset deleted file mode 100644 index 6f720b77..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Textures/T_Caustics.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e352618fb1389a8c696ece20cd141245fd35e026520641940ea6a3e278a6922 -size 240259 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Textures/T_Fire_SubUV.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Textures/T_Fire_SubUV.uasset deleted file mode 100644 index 2e0ca1b1..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Textures/T_Fire_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:614a01e85273428b145f5d1a49e3f40a1c40a0729874df24b96f42893be9c864 -size 531045 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Textures/T_Greyscale.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Textures/T_Greyscale.uasset deleted file mode 100644 index 2e7a68a8..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/Textures/T_Greyscale.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fab0d7902b5381320f82b925c78a10e58ada0d6b0ecd2ee0192af069a634e7bc -size 22118 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/VFXMesh/SM_Shield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/VFXMesh/SM_Shield.uasset deleted file mode 100644 index cd766d7e..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/Essentials/VFXMesh/SM_Shield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0b2e6874dcac4abaff38ee033c9c6a0c099f36fbaa758c4b3f92f312183db11 -size 153373 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/EnergyShield/Materials/MI_EnergyShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/EnergyShield/Materials/MI_EnergyShield.uasset deleted file mode 100644 index 613f330b..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/EnergyShield/Materials/MI_EnergyShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2350cfcb6048337c005b994840620fc75f5d1dd648f22d9b650fe623d6f1f3dc -size 79948 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/EnergyShield/Systems/N_EnergyShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/EnergyShield/Systems/N_EnergyShield.uasset deleted file mode 100644 index eb4ab9f3..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/EnergyShield/Systems/N_EnergyShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3713063bfcec55ad35261dc4253cda1c415465944bd23afd460966bd1acb14f9 -size 1152942 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/GalacticField/Materials/MI_GalacticFieldMain.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/GalacticField/Materials/MI_GalacticFieldMain.uasset deleted file mode 100644 index d3d264ef..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/GalacticField/Materials/MI_GalacticFieldMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38bf4ba4446341ad6a9753281c6b7a90069e9772abf01b06c84c8ed9a7f1b04a -size 76303 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/GalacticField/Materials/MI_GalacticFieldParticles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/GalacticField/Materials/MI_GalacticFieldParticles.uasset deleted file mode 100644 index cad7e695..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/GalacticField/Materials/MI_GalacticFieldParticles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5963d1e6e0eceb3d86a5589be0ba5696ac7d98a962695682771e47a9e7b025cd -size 71173 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/GalacticField/Materials/MI_GalacticFieldStars.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/GalacticField/Materials/MI_GalacticFieldStars.uasset deleted file mode 100644 index 415a506e..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/GalacticField/Materials/MI_GalacticFieldStars.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51672683d41d778376ff0a53ad2aaa93673e75361cafa34fe794d49dc78bbc67 -size 76410 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/GalacticField/Systems/N_GalacticField.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/GalacticField/Systems/N_GalacticField.uasset deleted file mode 100644 index fc031c90..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/GalacticField/Systems/N_GalacticField.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01fb95afdc98ea079202f397e850d4418eb7e6342b8f6521a5e7ee3a6687cd51 -size 1766871 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldGlowBeams.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldGlowBeams.uasset deleted file mode 100644 index 93a924c6..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldGlowBeams.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2ae35f3a5738b7ffbb00fbf6f19aec19489dee2746d94d20b1d3205e3848c0a -size 69553 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldImpactGlow.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldImpactGlow.uasset deleted file mode 100644 index 34bbdcd5..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldImpactGlow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcc363208933640857542e98418b2aee1874d8aa2511e95681dffa764d1e0b77 -size 71182 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldImpactSparkles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldImpactSparkles.uasset deleted file mode 100644 index 0e74f6c8..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldImpactSparkles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7fcdbd53effbf30540706e2c6a90eacb01f099ec54e0530b6be297a490c8339 -size 76348 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldMain.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldMain.uasset deleted file mode 100644 index 7603197a..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1b77f6cf014b83eacc934271bd92029df2972a9b1f5dc57626533f35c827c3c -size 76308 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldRibbons.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldRibbons.uasset deleted file mode 100644 index b39708a7..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldRibbons.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be7d026efbf4403fa85245afc8d3f2a274a3e0dca6a34b52dfe9eab1e86c6a2d -size 60488 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldSparkles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldSparkles.uasset deleted file mode 100644 index 0b7b9b38..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Materials/MI_LightningFieldSparkles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cc191945ccac78632ff13a3f354d14d012b3d2ab3f011d560cb729cf6c15cce -size 71174 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Systems/N_LightningField.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Systems/N_LightningField.uasset deleted file mode 100644 index 5960a888..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/LightningField/Systems/N_LightningField.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:000d8f8214f884b6ac59a64c650cf954808d96814a11d428114087581fe7f728 -size 4295077 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_Asteroid.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_Asteroid.uasset deleted file mode 100644 index 37395fee..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_Asteroid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bbb0afce567b68bfe31b4867aa4a8268be85132329e86a7c3109ea14c69fd47 -size 96602 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_AsteroidGlow.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_AsteroidGlow.uasset deleted file mode 100644 index ee2cf15c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_AsteroidGlow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82b98b17dd8a25ecdf0cc2f0698226ec8c16b39be683f919240209a2cae2eccc -size 71135 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_AsteroidLightning.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_AsteroidLightning.uasset deleted file mode 100644 index b12f6b93..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_AsteroidLightning.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:333f1f86b19289f0c9235e73595a01b1c7efe354c9b6154148426b7ce67fcfd8 -size 76350 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_AsteroidStars.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_AsteroidStars.uasset deleted file mode 100644 index 2b5d9380..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_AsteroidStars.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6105bd06142a28960aba414b431631fd02b7c3db63f526ee981202a0709cfa0d -size 75915 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_AsteroidTrails.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_AsteroidTrails.uasset deleted file mode 100644 index 1baf7591..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Materials/MI_AsteroidTrails.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c63780369a99433f95d2fc8e1e3bb0e97ca2013c48b873cccffe6215afdffe21 -size 71143 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Systems/N_MagicalAsteroid.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Systems/N_MagicalAsteroid.uasset deleted file mode 100644 index bcf6fabc..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalAsteroid/Systems/N_MagicalAsteroid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fa5740c09f76a80832b706b1b54af83171d25e0ee04cf2fa2d43e293a8305a4 -size 4168571 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalBarrier/Materials/MI_MagicalBarrierTrail.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalBarrier/Materials/MI_MagicalBarrierTrail.uasset deleted file mode 100644 index d1db7f70..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalBarrier/Materials/MI_MagicalBarrierTrail.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:969eac69f032e8f288d1d19159b4320099074607654b6e72c9109847b023a577 -size 76312 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalBarrier/Materials/MI_MagicalBarrierTrailHead.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalBarrier/Materials/MI_MagicalBarrierTrailHead.uasset deleted file mode 100644 index 2c1cdf3e..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalBarrier/Materials/MI_MagicalBarrierTrailHead.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9ed666f936f7934d386c8bc733801bcce711ad654c4246abcea5517a6c77cf5 -size 71178 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalBarrier/Systems/N_MagicalBarrier.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalBarrier/Systems/N_MagicalBarrier.uasset deleted file mode 100644 index 4d976c37..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/MagicalBarrier/Systems/N_MagicalBarrier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87a6b9f23416850c85871774a51b21eb25d262ed80782f41d47ea094d4358b04 -size 2165534 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Materials/MI_Meteor.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Materials/MI_Meteor.uasset deleted file mode 100644 index b6c011ee..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Materials/MI_Meteor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:402f5c65a82dca9c97ea1ced898a20d0104abe744faf54d029a1016c0f1c0789 -size 96585 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Materials/MI_MeteorGlow.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Materials/MI_MeteorGlow.uasset deleted file mode 100644 index 4217195c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Materials/MI_MeteorGlow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0986a97b2d84b43af3d97c67d7a0444115c0f84fbf853ac222cce3a1107558f -size 71118 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Materials/MI_MeteorSparkles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Materials/MI_MeteorSparkles.uasset deleted file mode 100644 index 8e745347..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Materials/MI_MeteorSparkles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7841e866358c6edeb1b65df79bab3f83e9a874ae6fdc097ce52fff2d65a1378e -size 71134 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Materials/MI_MeteorTrails.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Materials/MI_MeteorTrails.uasset deleted file mode 100644 index a28f9d79..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Materials/MI_MeteorTrails.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ed8d6f7b5f9a444636823bc0bae07f9c26105ac284063ebe7b2f4947f0c814a -size 71126 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Systems/N_Meteor.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Systems/N_Meteor.uasset deleted file mode 100644 index a7ce367d..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Meteor/Systems/N_Meteor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36e96b864eb78998fe5cb2c0a33fe0be3f89cea474677bd017624d2f3476c646 -size 3533342 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/NatureAura/Materials/MI_NatureAuraTrailHead.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/NatureAura/Materials/MI_NatureAuraTrailHead.uasset deleted file mode 100644 index f2fe1e72..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/NatureAura/Materials/MI_NatureAuraTrailHead.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:754d66455ef528c8a6ff0a258dfefd29fa7bf70a40974a9b872c7e7a92b3e6b6 -size 71158 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/NatureAura/Materials/MI_NatureAuraTrails.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/NatureAura/Materials/MI_NatureAuraTrails.uasset deleted file mode 100644 index acd80813..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/NatureAura/Materials/MI_NatureAuraTrails.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd24cced1ef8dd2f097cf13b38c35f213f832cd2f7578e50a2d5d8c4e9e527de -size 71146 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/NatureAura/Materials/MI_NatureAuraTrailsGlow.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/NatureAura/Materials/MI_NatureAuraTrailsGlow.uasset deleted file mode 100644 index 542b5739..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/NatureAura/Materials/MI_NatureAuraTrailsGlow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:301e1bf001934713dfa6592a6384a7150c4deb659a69ecd67041aee948803684 -size 71162 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/NatureAura/Systems/N_NatureAura.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/NatureAura/Systems/N_NatureAura.uasset deleted file mode 100644 index df4b3e7d..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/NatureAura/Systems/N_NatureAura.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42b02cc49f594f8dee04d9889a8fc12b0d3292c3719af2fce4c397f8a15c1360 -size 3027759 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/RingOfFlames/Materials/MI_RingOfFlames.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/RingOfFlames/Materials/MI_RingOfFlames.uasset deleted file mode 100644 index 0cfe44cd..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/RingOfFlames/Materials/MI_RingOfFlames.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e4cd6959446cb68ee61bea1c79d826ba0a37f83101bbce014e45d1f48407c2b -size 80974 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/RingOfFlames/Materials/MI_RingOfFlamesMain.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/RingOfFlames/Materials/MI_RingOfFlamesMain.uasset deleted file mode 100644 index a24cf6d0..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/RingOfFlames/Materials/MI_RingOfFlamesMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf739cfe39f536ce7e4f2b5789e1c00842aaadba83de83c07d3bab57e2bb7edd -size 73822 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/RingOfFlames/Materials/MI_RingOfFlamesSparkles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/RingOfFlames/Materials/MI_RingOfFlamesSparkles.uasset deleted file mode 100644 index 40225340..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/RingOfFlames/Materials/MI_RingOfFlamesSparkles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f20c70f39ccb59d6373b09f9c61e4941cbb78ed7d687e7bd2012cb18501a81a5 -size 71164 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/RingOfFlames/Systems/N_RingOfFlames.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/RingOfFlames/Systems/N_RingOfFlames.uasset deleted file mode 100644 index d47ba7ef..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/RingOfFlames/Systems/N_RingOfFlames.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:453057eb673124ceda0f2f78795bfe16893c1949e58b6488622a28d43c154bbc -size 1730244 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Materials/MI_TrailsOfDeathSmoke.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Materials/MI_TrailsOfDeathSmoke.uasset deleted file mode 100644 index 924ab3c3..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Materials/MI_TrailsOfDeathSmoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:217754500270d52f207318298182aedb3100e67cb4f0367f58ee6d17ad44f967 -size 80641 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Materials/MI_TrailsOfDeathTrailSmoke.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Materials/MI_TrailsOfDeathTrailSmoke.uasset deleted file mode 100644 index f67952f1..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Materials/MI_TrailsOfDeathTrailSmoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac798bac0925835e4cfced6ec3bc6d74ec741e3dbdd3c16e10da1198dd677ab6 -size 80661 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Materials/MI_TrailsOfDeathTrails.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Materials/MI_TrailsOfDeathTrails.uasset deleted file mode 100644 index fdc97694..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Materials/MI_TrailsOfDeathTrails.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa8cf58231c442e8ac2fb6cded1e355ebcebc20fab1f5634dbc57453fb7cf134 -size 71161 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Materials/MI_TrailsOfDeathTrailsHead.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Materials/MI_TrailsOfDeathTrailsHead.uasset deleted file mode 100644 index cd8777a5..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Materials/MI_TrailsOfDeathTrailsHead.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac8f63eef8bcd9ef3bf9628bc37b591aee26878586544707259553fa77d5d2da -size 71177 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Systems/N_TrailsOfDeath.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Systems/N_TrailsOfDeath.uasset deleted file mode 100644 index bb45b5be..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/TrailsOfDeath/Systems/N_TrailsOfDeath.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:003d8e6f3a3d0cf5dce3e08aa22aebd2d8b6e2839e5040add0004f5a68962449 -size 3521413 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Tsunami/Materials/MI_TsunamiMain.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Tsunami/Materials/MI_TsunamiMain.uasset deleted file mode 100644 index bd523402..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Tsunami/Materials/MI_TsunamiMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d45289f6589a086175ed4e8f091b3320a3badd29d3c882df4e1468a996edcce0 -size 73377 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Tsunami/Materials/MI_TsunamiSmoke.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Tsunami/Materials/MI_TsunamiSmoke.uasset deleted file mode 100644 index b61dab73..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Tsunami/Materials/MI_TsunamiSmoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d1426743480ee99295396f706d7d97b36d8acc82e83a4ec8e0a80117336bd53 -size 80611 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Tsunami/Materials/MI_TsunamiSplash.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Tsunami/Materials/MI_TsunamiSplash.uasset deleted file mode 100644 index 5b0c798e..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Tsunami/Materials/MI_TsunamiSplash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96363a33aa46a3c506e5d67b10c6b59bae680609097b5e1c006a4a3216cb8eed -size 72889 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Tsunami/Systems/N_Tsunami.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Tsunami/Systems/N_Tsunami.uasset deleted file mode 100644 index 00c234e7..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicAuraVFX/VFX/Tsunami/Systems/N_Tsunami.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dca01296495686105eaa995719e3662b1d88d99e01ef479c00db24ab326f6e0f -size 2374802 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/MF_Motion4wayChaos.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/MF_Motion4wayChaos.uasset deleted file mode 100644 index 58700fca..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/MF_Motion4wayChaos.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32741491b009e110c95f90c5c26a34dab462e01c9a8c1f4e44376a36d8a0704b -size 108078 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_AquaShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_AquaShield.uasset deleted file mode 100644 index d0a58941..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_AquaShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcfafa0dc68b867f089b6617c0aaa54a62b85d972abae1b6795abd936d8aa7d7 -size 89664 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_AquaWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_AquaWall.uasset deleted file mode 100644 index 02586893..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_AquaWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8aff62e43e1b71860489e5fe691ad0648f3c5505b7b89364a1aca5cb89fefdb -size 89656 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_ArcaneShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_ArcaneShield.uasset deleted file mode 100644 index d5bbbeb6..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_ArcaneShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8790c0e8d1e6fed5a217c3881c3bae1c78637e07924b9701ddea7453c1415991 -size 87278 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_ArcaneWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_ArcaneWall.uasset deleted file mode 100644 index ee1427cc..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_ArcaneWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f2163b571da1f112882ba0920bef670022d76c965be91342f0d969cbbe4ba93 -size 87344 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_Bubbles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_Bubbles.uasset deleted file mode 100644 index 42a6fed9..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_Bubbles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a63be1da5a94d2ae42627b6e835e0ab639222796862af40033fb3d609d94ca1 -size 80699 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_CurseShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_CurseShield.uasset deleted file mode 100644 index 72a8f707..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_CurseShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:824324b88ab409fb4bba88ccb91043755c32bb31e22434706bbdb31f86faf5bf -size 89668 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_CurseWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_CurseWall.uasset deleted file mode 100644 index fae46d32..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_CurseWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8188752ad98342399ee0765f75c0d0bcba5c311a1223341e1be21bb0347918f -size 89660 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_EarthShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_EarthShield.uasset deleted file mode 100644 index 97899774..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_EarthShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bcfcb489037e1fc5481c55122b77e1ac58f176712e14a7a77fc472f8bc5ed97 -size 87291 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_EnergyShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_EnergyShield.uasset deleted file mode 100644 index 42e80eae..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_EnergyShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64c58e46a67c7ec073a10c7fef824cc0c7f99b9fd5a7cc7a420df5a318351cd3 -size 87368 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_EnergyWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_EnergyWall.uasset deleted file mode 100644 index 97d33c0b..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_EnergyWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca141cde8ae2dfefa8f7b9412b8c59c35ff56fc50f02bd0187e96c4554c737f7 -size 87360 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_Fire_SubUV.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_Fire_SubUV.uasset deleted file mode 100644 index 052e4321..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_Fire_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9b9c8e00b095b4e990e4be3d9f26208ff010b812118869bb96f3759c28c7dbe -size 96641 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_FlameShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_FlameShield.uasset deleted file mode 100644 index 8578f51c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_FlameShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:142875fe0fa7577b6918f7ac2b96246f6d2959316f188fa01784a58360ccda7f -size 90318 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_FlameWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_FlameWall.uasset deleted file mode 100644 index 502b1984..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_FlameWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbfca72488485131636e93ae181138181e6485559e6aad9a4922df447e735687 -size 90458 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_LightningShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_LightningShield.uasset deleted file mode 100644 index 249f8d73..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_LightningShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7ac9b832ca3d7035d930a9efe93761d99d4b627bc4e6963c76a2cf8ddfd43b0 -size 89636 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_LightningWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_LightningWall.uasset deleted file mode 100644 index f4fd6696..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_LightningWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ad4ccf4d226b1774c28ab61021a2d1461531f1d247911af396f19e4ea9ff380 -size 89557 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_NatureShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_NatureShield.uasset deleted file mode 100644 index 799d8fa0..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_NatureShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9f299dc8e440a494e5edb096be34c133df98633e048d5948466061bdb5c1117 -size 87278 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_TranslucentShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_TranslucentShield.uasset deleted file mode 100644 index b487301f..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_TranslucentShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8036c14225c25be598c8df7a6d8570e909a45ee2812be108116526f5625edafb -size 94405 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_TranslucentWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_TranslucentWall.uasset deleted file mode 100644 index a19bf627..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_TranslucentWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf2d17d5420be152462d5bf5afbe8dd3a1f05c959b52321962547d47b9ee185d -size 93367 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_WindShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_WindShield.uasset deleted file mode 100644 index 73ca7491..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_WindShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:321ef43251b2098e1800a60388c8435252836e4d0b864441625bb04910b02dc1 -size 87243 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_WindWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_WindWall.uasset deleted file mode 100644 index a8bcd713..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Materials/M_WindWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98b301bc1a1664ef8fb7c7845be7c27c7aa2f6e8839eb991897cb67d25a4bf92 -size 87782 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Mesh/SM_ShieldSphere.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Mesh/SM_ShieldSphere.uasset deleted file mode 100644 index b461c3e6..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Mesh/SM_ShieldSphere.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e155b50a6494cc2795f56f9bf77bc5b89e7f04d65e9828e50d7af8764c1e61f3 -size 151890 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Mesh/SM_ShieldWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Mesh/SM_ShieldWall.uasset deleted file mode 100644 index a46370ce..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Mesh/SM_ShieldWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1130cafd2ada539bc3120401b7dde06e914b9e5b15e1949cdef211be18209a37 -size 204076 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Caustics.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Caustics.uasset deleted file mode 100644 index 636cdbf2..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Caustics.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba7d16caab2a49e8af79e5529bf9f1b4d49e82737c8a82b34f274e1eae3f29b2 -size 240262 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Caustics2.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Caustics2.uasset deleted file mode 100644 index 9fa3062f..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Caustics2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:503f17f07a4095abb3a62681e3fdcb6c6404bb1efa24d6fb7353be7eb4d56888 -size 352943 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_CausticsNormal.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_CausticsNormal.uasset deleted file mode 100644 index 3400d671..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_CausticsNormal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:406a398027c9b025a6bbe532eae9fb27abb2bf500073000a4b48410b663df4ca -size 545337 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Fire_SubUV.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Fire_SubUV.uasset deleted file mode 100644 index e1f759a6..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Fire_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:334799bd042d4635bc1f8fcc79b5517a951102382ac7c520048fd2efd151ee4f -size 531048 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Greyscale.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Greyscale.uasset deleted file mode 100644 index f4c642e8..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Greyscale.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f96a0da63d2f7ecc31952b4900cb2cd97b0d0431399a89d1a4c350c905294e0 -size 22121 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_TilingHexagon.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_TilingHexagon.uasset deleted file mode 100644 index 16832f72..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_TilingHexagon.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:449de3bedb07d29e57f2af45c9467dd362df62df0856c7d65f301543ab23ee9a -size 341766 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Wind.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Wind.uasset deleted file mode 100644 index 1bf9a3b4..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/Essentials/Textures/T_Wind.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7d62d2787d2d0ead9848c19cbce3fb60ae1b7d7e7183c964089518bd7c5eb83 -size 342630 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaShield/Materials/MI_AquaShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaShield/Materials/MI_AquaShield.uasset deleted file mode 100644 index 0103e03d..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaShield/Materials/MI_AquaShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c1c2e805631e7a765c3cf608d7bda7ecbf5ec8f209f8c891a03dcd18b7f1dd6 -size 75285 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaShield/Materials/MI_AquaShieldBubbles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaShield/Materials/MI_AquaShieldBubbles.uasset deleted file mode 100644 index 23db8dd8..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaShield/Materials/MI_AquaShieldBubbles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d47962b76f466bfd678178b62fcdfe1d35537ddab0cb8a9eade7298bd0511b62 -size 73259 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaShield/Systems/N_AquaShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaShield/Systems/N_AquaShield.uasset deleted file mode 100644 index 2591d915..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaShield/Systems/N_AquaShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2d553667053b73fb3775d6aaaff7b1d495f100e052b9e98e7cf0ae941a1109f -size 959995 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaWall/Materials/MI_AquaWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaWall/Materials/MI_AquaWall.uasset deleted file mode 100644 index 6e63f580..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaWall/Materials/MI_AquaWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4b3c5cf5529423391631a9faa7a0d85ea9120e75ab36ded44652a3950c1add6 -size 74373 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaWall/Materials/MI_AquaWallBubbles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaWall/Materials/MI_AquaWallBubbles.uasset deleted file mode 100644 index 9a4b6a06..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaWall/Materials/MI_AquaWallBubbles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0086b17db0ae5ef45020c98d4cd801b78882cf42d400fb96ea17994e9d607935 -size 73249 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaWall/Systems/N_AquaWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaWall/Systems/N_AquaWall.uasset deleted file mode 100644 index 470698c7..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/AquaWall/Systems/N_AquaWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:284ac722e193de7496e918359b7a4d805467e3bd42e3d6ac140f8b40c2784f67 -size 956707 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneShield/Materials/MI_ArcaneShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneShield/Materials/MI_ArcaneShield.uasset deleted file mode 100644 index b69fd9ab..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneShield/Materials/MI_ArcaneShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e3948e64124817d6d43a1f8f2f19ba7e1d4b451706e0e9ef5f9989023b3251f -size 75078 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneShield/Materials/MI_ArcaneShieldSprites.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneShield/Materials/MI_ArcaneShieldSprites.uasset deleted file mode 100644 index 9f5b22ab..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneShield/Materials/MI_ArcaneShieldSprites.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e67b2875e14e03071b1660519ca5544d454789932208b0be2a5e31a87678b64 -size 69554 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneShield/Systems/N_ArcaneShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneShield/Systems/N_ArcaneShield.uasset deleted file mode 100644 index 15fc4331..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneShield/Systems/N_ArcaneShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e64b75105e3068ee25a8f1c86ed3bfd7ddb3227e99a859f73e37dfe05574f6e -size 928703 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneWall/Materials/MI_ArcaneWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneWall/Materials/MI_ArcaneWall.uasset deleted file mode 100644 index b2bdc132..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneWall/Materials/MI_ArcaneWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea4db183f3862453a6cfcf9a14de67526e262234cedc6401dee9a01fe7fc9f99 -size 88251 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneWall/Materials/MI_ArcaneWallSprites.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneWall/Materials/MI_ArcaneWallSprites.uasset deleted file mode 100644 index 7b1903eb..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneWall/Materials/MI_ArcaneWallSprites.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e48a5cb375e68f5b4f82cc3b33341ff3cdb50359e933c4559317e4a444ecb3e -size 69544 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneWall/Systems/N_ArcaneWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneWall/Systems/N_ArcaneWall.uasset deleted file mode 100644 index 889316a3..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/ArcaneWall/Systems/N_ArcaneWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2fbcfdea39bfe7b88c67fe0f53143147bdff8016da1030205bfd57ace13b219 -size 920838 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseShield/Materials/MI_CurseShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseShield/Materials/MI_CurseShield.uasset deleted file mode 100644 index e7c66a37..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseShield/Materials/MI_CurseShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd9c43292c09c109082e125fd06996a3bb0b1ecda98949bf687110b33c6dc1ca -size 75035 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseShield/Materials/MI_CurseShieldSprites.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseShield/Materials/MI_CurseShieldSprites.uasset deleted file mode 100644 index 3332179c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseShield/Materials/MI_CurseShieldSprites.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:611a51dc9c33256254144872fd109087ad746c0d18aad91d113fc7e8cff1d71a -size 69549 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseShield/Systems/N_CurseShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseShield/Systems/N_CurseShield.uasset deleted file mode 100644 index 9483cfa7..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseShield/Systems/N_CurseShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f50d47f5c5b52db22a0f0b5aabc51c27cba5cdfe72944f30bf0f5e95a8711a89 -size 980109 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseWall/Materials/MI_CurseWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseWall/Materials/MI_CurseWall.uasset deleted file mode 100644 index 2c744b65..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseWall/Materials/MI_CurseWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3614110e336818fff4a56b59cd8ce0efbc08347f6aec6197810e01962441287 -size 85530 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseWall/Materials/MI_CurseWallCurse.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseWall/Materials/MI_CurseWallCurse.uasset deleted file mode 100644 index 9a9120ab..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseWall/Materials/MI_CurseWallCurse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77dcd8c08c82efb04fb1352b61117aaff9e42467fd4f394525eb3d180b41c3cc -size 80640 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseWall/Systems/N_CurseWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseWall/Systems/N_CurseWall.uasset deleted file mode 100644 index adab6c29..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/CurseWall/Systems/N_CurseWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:020b554f3e3753e004383bb706c533bcc63dad895d60ba732168a0f70d1923ec -size 949866 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyShield/Materials/MI_EnergyShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyShield/Materials/MI_EnergyShield.uasset deleted file mode 100644 index 5d662a02..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyShield/Materials/MI_EnergyShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab7e780ec65f097da50aa4de01b456f7f943324e5faff36540dac3f4c08bd484 -size 74844 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyShield/Materials/MI_EnergyShieldLightning.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyShield/Materials/MI_EnergyShieldLightning.uasset deleted file mode 100644 index 0805f04a..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyShield/Materials/MI_EnergyShieldLightning.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33875f53c51dbb566452838c03788bcaef44e78c178bd0b8be6fee8473db0b37 -size 73441 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyShield/Systems/N_EnergyShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyShield/Systems/N_EnergyShield.uasset deleted file mode 100644 index c8bbd80c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyShield/Systems/N_EnergyShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e631d0534e35741b32783dff4d508314ada281275bb04645f832cb08106a53c -size 963526 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyWall/Materials/MI_EnergyWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyWall/Materials/MI_EnergyWall.uasset deleted file mode 100644 index d0cafe08..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyWall/Materials/MI_EnergyWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8cf60d3d2124f4b58edcc6b4908fd5f148112adee454dd940f29b6d3966bcfe -size 85844 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyWall/Materials/MI_EnergyWallLightning.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyWall/Materials/MI_EnergyWallLightning.uasset deleted file mode 100644 index 021129cb..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyWall/Materials/MI_EnergyWallLightning.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac18db4f9628d640ddd0372722dba511324b84c2e392f5afc630d360b24b94de -size 73386 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyWall/Systems/N_EnergyWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyWall/Systems/N_EnergyWall.uasset deleted file mode 100644 index 8276c7b5..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/EnergyWall/Systems/N_EnergyWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d41936d765b7ab1c00a8c6ef15a3eafa5743e45665469baf99d0bddc3b6af0d -size 954656 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameShield/Materials/MI_FlameShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameShield/Materials/MI_FlameShield.uasset deleted file mode 100644 index e5affd46..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameShield/Materials/MI_FlameShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d9aa1049d73a54419526a97a0df313cbbfbb1eaf5ecea73164e6f0c2684ee3e -size 74269 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameShield/Materials/MI_FlameShieldFlames.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameShield/Materials/MI_FlameShieldFlames.uasset deleted file mode 100644 index 666dbc82..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameShield/Materials/MI_FlameShieldFlames.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0833e89aad1eb52c87d979b71adb1a760f2a1a4933849e4489dc0d39b2c9544f -size 80877 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameShield/Systems/N_FlameShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameShield/Systems/N_FlameShield.uasset deleted file mode 100644 index 547455fd..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameShield/Systems/N_FlameShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34ef2e11b81bf63d678a4568349911c2861354f3bd2240e2ea94c9bccb1e6568 -size 945816 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameWall/Materials/MI_FlameWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameWall/Materials/MI_FlameWall.uasset deleted file mode 100644 index adb10c21..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameWall/Materials/MI_FlameWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b43c28162ed3ef41a58922d25eb9fafe5ab1807e9bde3ee32b94ebfc38e139c4 -size 86620 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameWall/Materials/MI_FlameWallFlames.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameWall/Materials/MI_FlameWallFlames.uasset deleted file mode 100644 index 815e9a83..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameWall/Materials/MI_FlameWallFlames.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a99d4ff8a7218a10774dc00365f09d6125aa7717d393a70862149af72eb957c9 -size 80867 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameWall/Systems/N_FlameWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameWall/Systems/N_FlameWall.uasset deleted file mode 100644 index 9cf11b2e..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/FlameWall/Systems/N_FlameWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b40e7b2786f3f1614c45c75cd866fcd7eb0fc94b7d8426dd8a354a93541f878b -size 906870 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningShield/Materials/MI_LightningShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningShield/Materials/MI_LightningShield.uasset deleted file mode 100644 index 0db825b8..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningShield/Materials/MI_LightningShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39bff111151b0dc8d6175eb635ee06edb3a3da8b55227722d327fe7785a885c5 -size 75493 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningShield/Materials/MI_LightningShieldLightning.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningShield/Materials/MI_LightningShieldLightning.uasset deleted file mode 100644 index fc0c66d4..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningShield/Materials/MI_LightningShieldLightning.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:263b9e09b90519d2de7e44a687f9738cdd1ecf73ae84353996938a701bc1745f -size 73411 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningShield/Systems/N_LightningShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningShield/Systems/N_LightningShield.uasset deleted file mode 100644 index ff49cbef..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningShield/Systems/N_LightningShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff76d49d698d5623cb30a924c0541b8e36b515ec7b3c38fc06059d22f861a948 -size 921655 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningWall/Materials/MI_LightningWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningWall/Materials/MI_LightningWall.uasset deleted file mode 100644 index 01343a28..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningWall/Materials/MI_LightningWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7d650438a284a6ab8402c110bdf1f80c193914db7943ac34d052061ca8f599f -size 88814 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningWall/Materials/MI_LightningWallLightning.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningWall/Materials/MI_LightningWallLightning.uasset deleted file mode 100644 index 57b11221..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningWall/Materials/MI_LightningWallLightning.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cef8dda01886b613a06ef193cc5ea9e0f14e194fb3652d346377937be2531f4 -size 73401 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningWall/Systems/N_LightningWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningWall/Systems/N_LightningWall.uasset deleted file mode 100644 index c66ff102..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/LightningWall/Systems/N_LightningWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53fc301df88912b1d61fc0445e2764e78e9756ff6b42e855d868c43eee5cbd51 -size 914302 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaShield/Materials/MI_MagmaShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaShield/Materials/MI_MagmaShield.uasset deleted file mode 100644 index 70fda620..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaShield/Materials/MI_MagmaShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6388e5b55afcccd93e0164b23eac2f439f9bf75f2d9cc47513b658691e015de -size 73679 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaShield/Materials/MI_MagmaShieldEmbers.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaShield/Materials/MI_MagmaShieldEmbers.uasset deleted file mode 100644 index 98c956ee..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaShield/Materials/MI_MagmaShieldEmbers.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e393fd6325eab1e5dbc2c36d4e247eadf9a5490032c3d0eb263816e6caa012e -size 69545 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaShield/Systems/N_MagmaShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaShield/Systems/N_MagmaShield.uasset deleted file mode 100644 index c69ec88b..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaShield/Systems/N_MagmaShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e889135cc621b3369712b82e599a1d6af340714c04c613b002234ff88ff920fc -size 927996 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaWall/Materials/MI_MagmaWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaWall/Materials/MI_MagmaWall.uasset deleted file mode 100644 index 62274f36..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaWall/Materials/MI_MagmaWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72c202c0677f2693c62033428e05260b9d4aa19a6cf19e61082323ded6e1f3db -size 88250 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaWall/Materials/MI_MagmaWallEmbers.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaWall/Materials/MI_MagmaWallEmbers.uasset deleted file mode 100644 index 45840bfd..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaWall/Materials/MI_MagmaWallEmbers.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3204d93729038a60a97f920a91f43f3b41fcbabd7609860a1c15aaf443105d17 -size 69535 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaWall/Systems/N_MagmaWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaWall/Systems/N_MagmaWall.uasset deleted file mode 100644 index 148b0eea..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/MagmaWall/Systems/N_MagmaWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37ac93f89074706c35d9fb7cfc07a380f6cca194fca424b949134c5ce28d13ea -size 921888 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonShield/Materials/MI_PoisonShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonShield/Materials/MI_PoisonShield.uasset deleted file mode 100644 index 2a986cfd..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonShield/Materials/MI_PoisonShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f049af527cbec76c43bd278d9a19083d4ae2d64737be323c12782b50b06457a5 -size 75140 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonShield/Materials/MI_PoisonShieldPoison.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonShield/Materials/MI_PoisonShieldPoison.uasset deleted file mode 100644 index 431b72bb..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonShield/Materials/MI_PoisonShieldPoison.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05d031735b28b7932dbb926c187d7f3220a820dcb4f83d907bf9c703330a3b09 -size 80659 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonShield/Systems/N_PoisonShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonShield/Systems/N_PoisonShield.uasset deleted file mode 100644 index 970bf0f7..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonShield/Systems/N_PoisonShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9149cb78375d9de59337cf5af1e831c5d19f9db2947eec07b20485f252e7a5d -size 966881 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonWall/Materials/MI_PoisonWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonWall/Materials/MI_PoisonWall.uasset deleted file mode 100644 index 4826e4cc..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonWall/Materials/MI_PoisonWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efc485961d94e98426a82d7182c9c0951ef4a640ca80cca882fdb7157f601ea2 -size 91247 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonWall/Materials/MI_PoisonWallPoison.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonWall/Materials/MI_PoisonWallPoison.uasset deleted file mode 100644 index e59eb807..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonWall/Materials/MI_PoisonWallPoison.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d04208e75589db6d395387b179134291646008c198902f1678329c76e87053e5 -size 80649 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonWall/Systems/N_PoisonWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonWall/Systems/N_PoisonWall.uasset deleted file mode 100644 index 82de0f9a..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/PoisonWall/Systems/N_PoisonWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0510d535887c217ed52f689a03cbcad3266d1959489360100f702559e1f7d426 -size 950582 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/TranslucentShield/Materials/MI_TranslucentShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/TranslucentShield/Materials/MI_TranslucentShield.uasset deleted file mode 100644 index 83a09581..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/TranslucentShield/Materials/MI_TranslucentShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7661801330043f241c9b4a959f55cb4e80fed26d63f8e0b279d1194b460ddae -size 76309 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/TranslucentShield/Systems/N_TranslucentShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/TranslucentShield/Systems/N_TranslucentShield.uasset deleted file mode 100644 index 4b45753c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/TranslucentShield/Systems/N_TranslucentShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df4921c03c36514c2379aad23188d720ad257652b0a3779a4e0835ef9d335af1 -size 416301 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/TranslucentWall/Materials/MI_TranslucentWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/TranslucentWall/Materials/MI_TranslucentWall.uasset deleted file mode 100644 index 13762e3f..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/TranslucentWall/Materials/MI_TranslucentWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bb4eff880e574475a4da9275a95c605e8d36f36b0ed7c93d055da3e4fa41b89 -size 76224 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/TranslucentWall/Systems/N_TranslucentWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/TranslucentWall/Systems/N_TranslucentWall.uasset deleted file mode 100644 index c3a322dc..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/TranslucentWall/Systems/N_TranslucentWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1e0cda607c57b5fbffac0243f8cb3208385eb8f0a6c0b9e39257800b32a90b2 -size 415763 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindShield/Materials/MI_WindShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindShield/Materials/MI_WindShield.uasset deleted file mode 100644 index 0b7173bd..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindShield/Materials/MI_WindShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cc655ee7d9921a66759f2cb1778a418d2c6b3815d3f6a26dae9f67620ae7b62 -size 74682 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindShield/Materials/MI_WindShieldWind.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindShield/Materials/MI_WindShieldWind.uasset deleted file mode 100644 index e2bf66dd..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindShield/Materials/MI_WindShieldWind.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eecfd525d4eff482aef73e5849ad4dd7e51b14443292ece83ace62eb0db91b6f -size 80641 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindShield/Systems/N_WindShield.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindShield/Systems/N_WindShield.uasset deleted file mode 100644 index 671f2336..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindShield/Systems/N_WindShield.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:663c0e0f14137079dab431875a7e74433c23f09dd5180f2177bfdb69f0cd5d67 -size 971181 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindWall/Materials/MI_WindWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindWall/Materials/MI_WindWall.uasset deleted file mode 100644 index eeacc14f..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindWall/Materials/MI_WindWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dba5032724a2a4e12da0bd2bc42e15efe4371ab1810943f4f35837d89a46fe2 -size 83484 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindWall/Materials/MI_WindWallWind.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindWall/Materials/MI_WindWallWind.uasset deleted file mode 100644 index f6410af7..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindWall/Materials/MI_WindWallWind.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:391ed4b3f05221649dfba646824ca8dd0f095d7c95f8bd9afc413717ceba95d3 -size 80631 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindWall/Systems/N_WindWall.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindWall/Systems/N_WindWall.uasset deleted file mode 100644 index 32bf4d4c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/DefaultVersions/WindWall/Systems/N_WindWall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68d6ab6cd3e451c9da484fdc7bfb71b4c536b384706cfb356c3d701728494956 -size 938459 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/CurseShieldStylized/Materials/MI_CurseShieldStylizedFlames.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/CurseShieldStylized/Materials/MI_CurseShieldStylizedFlames.uasset deleted file mode 100644 index 1cce73cf..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/CurseShieldStylized/Materials/MI_CurseShieldStylizedFlames.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79ac67db2b378a1e3487af2cf9d16fca4482c11933d79b6ad7e984f526d2dd91 -size 80918 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/CurseShieldStylized/Systems/N_CurseShieldStylized.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/CurseShieldStylized/Systems/N_CurseShieldStylized.uasset deleted file mode 100644 index 69c704c5..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/CurseShieldStylized/Systems/N_CurseShieldStylized.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c8d563d0a5b826351abecb1a988bdb9ec0df309c2f39b4c3e1e6b37974f77fa -size 948107 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyShieldStylized/Materials/MI_EnergyShieldStylized.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyShieldStylized/Materials/MI_EnergyShieldStylized.uasset deleted file mode 100644 index af205027..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyShieldStylized/Materials/MI_EnergyShieldStylized.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05fc0a9170b7aa2860b92564f587aabdc55c9571b949a817df7e0b688977f1e0 -size 74885 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyShieldStylized/Materials/MI_EnergyShieldStylizedSprites.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyShieldStylized/Materials/MI_EnergyShieldStylizedSprites.uasset deleted file mode 100644 index 998a3059..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyShieldStylized/Materials/MI_EnergyShieldStylizedSprites.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d29c3c13a210bc3abfadb33e17c66ec3782f82cae144161b07a870c64524c4f -size 69595 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyShieldStylized/Systems/N_EnergyShieldStylized.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyShieldStylized/Systems/N_EnergyShieldStylized.uasset deleted file mode 100644 index 3d22771c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyShieldStylized/Systems/N_EnergyShieldStylized.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0906d3bc73babbc99fa38b92d7cea13207452ad698a1779da7068eac1eeb43fb -size 945659 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyWallStylized/Materials/MI_EnergyWallStylized.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyWallStylized/Materials/MI_EnergyWallStylized.uasset deleted file mode 100644 index ee48a4ce..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyWallStylized/Materials/MI_EnergyWallStylized.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cac0c01a6a99f1ea46a56fdb028062ac29e9a9e6497adde39a8e827d2c8abee -size 85580 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyWallStylized/Materials/MI_EnergyWallStylizedSprites.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyWallStylized/Materials/MI_EnergyWallStylizedSprites.uasset deleted file mode 100644 index 5003afe9..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyWallStylized/Materials/MI_EnergyWallStylizedSprites.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fec3a508727a35a10277984c7b0fc40ea9d1e7b340e772103db5863949f5edf9 -size 69585 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyWallStylized/Systems/N_EnergyWallStylized.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyWallStylized/Systems/N_EnergyWallStylized.uasset deleted file mode 100644 index 50ac9a0d..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/EnergyWallStylized/Systems/N_EnergyWallStylized.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c53f71b186aa44821ac857a291a0b04ed3facd4500d24d7f4fe6bea8295d1afa -size 936734 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningShieldStylized/Materials/MI_LightningShieldSpritesStylized.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningShieldStylized/Materials/MI_LightningShieldSpritesStylized.uasset deleted file mode 100644 index 5d523331..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningShieldStylized/Materials/MI_LightningShieldSpritesStylized.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10c0c4d685118be2e8c2e200e5bd53426f7a4c44aae1a5d450c65c53ef56d639 -size 69610 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningShieldStylized/Materials/MI_LightningShieldStylized.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningShieldStylized/Materials/MI_LightningShieldStylized.uasset deleted file mode 100644 index dbcf48f6..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningShieldStylized/Materials/MI_LightningShieldStylized.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd4b7877879a6cb0b6a181df27a23f0c3f6a8bf7e0096108a5f481b7dcc433bc -size 75520 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningShieldStylized/Systems/N_LightningShieldStylized.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningShieldStylized/Systems/N_LightningShieldStylized.uasset deleted file mode 100644 index 74afe1f2..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningShieldStylized/Systems/N_LightningShieldStylized.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2c92fcb6e03cd7f95fc3440a4fbf285c84020392f2e6bcbeefbcf13618e1c78 -size 929853 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningWallStylized/Materials/MI_LightningWallSpritesStylized.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningWallStylized/Materials/MI_LightningWallSpritesStylized.uasset deleted file mode 100644 index 60069484..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningWallStylized/Materials/MI_LightningWallSpritesStylized.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:563a965b0283ed9a8e7662dd846bae603ec6a2d31bf3c9b27c08b172e51bab20 -size 69600 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningWallStylized/Materials/MI_LightningWallStylized.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningWallStylized/Materials/MI_LightningWallStylized.uasset deleted file mode 100644 index df05d151..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningWallStylized/Materials/MI_LightningWallStylized.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08dae856a5a49bb9b5f8c284e26e4f23d155b9f6c48c145ec608c5cccd4c792e -size 88317 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningWallStylized/Systems/N_LightningWallStylized.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningWallStylized/Systems/N_LightningWallStylized.uasset deleted file mode 100644 index dd4859b0..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/LightningWallStylized/Systems/N_LightningWallStylized.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:232a644e59d643fe51752385022968d516757f8b15dfd1b28854585436ae4e07 -size 924373 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/WindShieldStylized/Materials/MI_WindShieldStylized.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/WindShieldStylized/Materials/MI_WindShieldStylized.uasset deleted file mode 100644 index 77f1f381..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/WindShieldStylized/Materials/MI_WindShieldStylized.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94871a77633aa9f3d98c6c0610c8d0a1d1a0b9cff37763634b6238c6d69822f4 -size 74875 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/WindShieldStylized/Systems/N_WindShieldStylized.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/WindShieldStylized/Systems/N_WindShieldStylized.uasset deleted file mode 100644 index c0867a70..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicShieldsVFX/VFX/StylizedVersions/WindShieldStylized/Systems/N_WindShieldStylized.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa4132e4b347c9d42aadcafa5fde5e2812bdd8677237e9cf921b972914116dac -size 972847 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/MF_MotionMaterial.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/MF_MotionMaterial.uasset deleted file mode 100644 index 6d121d6a..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/MF_MotionMaterial.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e0135eda97f87bfb5ca65f3bd2e5aa11943d9f459afeef41bde64d5dfcc65ca -size 110169 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_CircleHard.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_CircleHard.uasset deleted file mode 100644 index 7e2e5b2c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_CircleHard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34ffff3e008491d0802690b135c3e9d812f31cd829b8b334ea57b9d59b5deb9a -size 80515 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_CircleSoft.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_CircleSoft.uasset deleted file mode 100644 index 5cbde938..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_CircleSoft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0ac41ef89246e4654d53eabaf32f30894885943bc643e09c8543e77c9fce5c5 -size 79335 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Fire_SubUV.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Fire_SubUV.uasset deleted file mode 100644 index d5e4a24a..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Fire_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d981ab358d8f6bedacf97e0709a04109ee8352695b7ab92955d3ea683757430a -size 94551 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Flames.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Flames.uasset deleted file mode 100644 index 9ce14195..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Flames.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08c8ea6c506939f1546a8be4d19e05da41169f12f5824e5573344b9dee323f41 -size 87944 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_GroundCracks.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_GroundCracks.uasset deleted file mode 100644 index c0061b9d..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_GroundCracks.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe30093339b82349c89beca5c1700cd1f1a16ef1514a7621a4a5c1d920f86268 -size 88327 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Lightning.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Lightning.uasset deleted file mode 100644 index 5374fbce..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Lightning.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcfcf7e9f173447cd60b58906ccfae80a7fc83a2306512e6a1701225696f7c89 -size 92702 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_MasterSpriteMat.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_MasterSpriteMat.uasset deleted file mode 100644 index 0f04e46c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_MasterSpriteMat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a16f6d3901dd31c80326b2d8975df6154d348eabdcf19639c4c86a2dea5043b -size 77172 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Meteor.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Meteor.uasset deleted file mode 100644 index d850d36f..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Meteor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:397351e9067f1c20fd3efdf636ed4223ce629202b2805327cb3a7e5a34ccc776 -size 124140 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Rock.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Rock.uasset deleted file mode 100644 index 010c3b0c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Rock.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a691691e28160c8a1a525ef0c584097d6cdcd42f5103f6feaef9cb7a28f0a22d -size 113718 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_SmokeSubUV.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_SmokeSubUV.uasset deleted file mode 100644 index a17d7889..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_SmokeSubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf18d14978d0f4cced79f232f75a6d053f13620f3d7f8be6596349a1610442b6 -size 90620 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Water.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Water.uasset deleted file mode 100644 index cfaf4b68..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Materials/M_Water.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d607f72f69c69c8df26e7d59cbe149044231bf8eb76359e5b2dbe403322beb6a -size 92758 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Mesh/SM_Meteor.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Mesh/SM_Meteor.uasset deleted file mode 100644 index 17f306b1..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Mesh/SM_Meteor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47e9335e150851569c0eaa9d5872063a12084b79f8cb4c5a7d996c225a4b681e -size 666411 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_CircleHard.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_CircleHard.uasset deleted file mode 100644 index 81615a53..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_CircleHard.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c390b4cc60f0c6331d92f1f4adb58aa48f19bc76a6fc7be745dfe0ea8e33f281 -size 35029 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_CircleSoft.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_CircleSoft.uasset deleted file mode 100644 index cd91f5b9..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_CircleSoft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8cec82e20471d7e70e7e40d4d7c1b9b97a7da3a62ac7976f5493f2f7d3f85ee -size 206381 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_Cracks.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_Cracks.uasset deleted file mode 100644 index dc6eb205..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_Cracks.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8faa5f067873918a658d544573e48c66a3f5883e7e8f277c4102c66952986f0 -size 569115 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_Fire_SubUV.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_Fire_SubUV.uasset deleted file mode 100644 index 553e5288..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_Fire_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:655cd3cfa56813d68c3cea3eab5ce13813ffe637a05e3bcab41373395b7fcf75 -size 382418 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_Gradient.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_Gradient.uasset deleted file mode 100644 index fc710b18..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_Gradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6eee0a49547b2280192f27565a66882a9e9a3b47645de22a90024daf7a797688 -size 1165386 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_Noise.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_Noise.uasset deleted file mode 100644 index 2687b1b2..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_Noise.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47508dca0b88e9b2283cd9c37841485d23d87d116fc9fd6d71b96f8aec4a69b0 -size 165985 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_RockNormal.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_RockNormal.uasset deleted file mode 100644 index 68e021f3..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_RockNormal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4450498f6f598175931d44089fa3afe9eec80dcdfc71bf5883bed15e64ec390e -size 2694430 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_SmokeSubUV.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_SmokeSubUV.uasset deleted file mode 100644 index 3f5f7e11..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_SmokeSubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:530e9dd3a9012ae3058006608d88a3536a7869624e8a325fc0c3731433014c13 -size 500057 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_TiledFire.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_TiledFire.uasset deleted file mode 100644 index 86859c46..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_TiledFire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:241eeff99de592ab76080967614b799708f3eb9a4cb597c1a63faf4563c69793 -size 2276724 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_TiledSmoke.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_TiledSmoke.uasset deleted file mode 100644 index 7c1726d7..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_TiledSmoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e75c5fe1c63ac07e2ba7ae8ab66904e3d9177e045e8ce4c265cd67ce904b60ce -size 135742 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_TilingNoise.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_TilingNoise.uasset deleted file mode 100644 index 130ae315..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/Essentials/Textures/T_TilingNoise.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a82715d041fe674acdffba84aa7a6231b484fddb1936c2d96e5a6113e091b5f5 -size 1365772 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Materials/MI_BlackholeCircle.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Materials/MI_BlackholeCircle.uasset deleted file mode 100644 index f5cdcf9f..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Materials/MI_BlackholeCircle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9a0de12c95780df2ed57c2928afeac502ff7d22db910b1eae9237f4a2a72cf8 -size 73660 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Materials/MI_BlackholeExplosionParticles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Materials/MI_BlackholeExplosionParticles.uasset deleted file mode 100644 index 44abe20f..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Materials/MI_BlackholeExplosionParticles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e25e39f4cd367eacc64f6933c203135583179eac29d6a463b1aeed70709e3950 -size 69372 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Materials/MI_BlackholeMain.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Materials/MI_BlackholeMain.uasset deleted file mode 100644 index de3fbbeb..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Materials/MI_BlackholeMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f78b598779a7a558115a3793d012f4daf854736d87fdc0879e2e724d2d23783 -size 71283 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Systems/N_BlackholeExplosion.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Systems/N_BlackholeExplosion.uasset deleted file mode 100644 index f0ef2d6b..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Systems/N_BlackholeExplosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73f198857c8ca3a161bd564f7b4ea79866ca7445a35cb0afa7b0b62b452eb61f -size 2015899 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Systems/N_BlackholeExplosionCharged.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Systems/N_BlackholeExplosionCharged.uasset deleted file mode 100644 index 499ff230..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BlackholeExplosion/Systems/N_BlackholeExplosionCharged.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0e1fff9e30c44040a0bab7199521e365100a2a499f0038a89eeef69c30e95f2 -size 3091152 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BloodExplosion/Materials/MI_BloodExplosionMain.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BloodExplosion/Materials/MI_BloodExplosionMain.uasset deleted file mode 100644 index 199cb45f..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BloodExplosion/Materials/MI_BloodExplosionMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3cb777711413d6952338bcc33c8d5f0e76fe9ec59b0492623375f80f68fcede -size 70563 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BloodExplosion/Materials/MI_BloodExplosionParticles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BloodExplosion/Materials/MI_BloodExplosionParticles.uasset deleted file mode 100644 index 805b5d3b..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BloodExplosion/Materials/MI_BloodExplosionParticles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e1f16d4a1dca7110f8c40d56004b30f91efe692d4bd71ef29ca6d3edf345fca -size 69352 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BloodExplosion/Systems/N_BloodExplosion.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BloodExplosion/Systems/N_BloodExplosion.uasset deleted file mode 100644 index 33e7dff8..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BloodExplosion/Systems/N_BloodExplosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae2c44ac2cbda4401626835a2a8e0f05da3bb2c0a7c974f2e6e9f4f12f050d8a -size 1166042 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BloodExplosion/Systems/N_BloodExplosionCharged.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BloodExplosion/Systems/N_BloodExplosionCharged.uasset deleted file mode 100644 index 6a7302ac..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/BloodExplosion/Systems/N_BloodExplosionCharged.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef42f36b2416c7106a3089f4a9e2248d1648085f787fa679a6f96423a00d0fc3 -size 1718467 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionBeam.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionBeam.uasset deleted file mode 100644 index b24c6d03..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionBeam.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a786b49e8bec04f2d98dc8a2ee6ed834f46cf154c26b4ada56e5bd953b207bd9 -size 69332 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionCircle.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionCircle.uasset deleted file mode 100644 index dfa2a9a1..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionCircle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7fb580e33adbf87008cf036d45a8b151262ace00045dbf1fa09d7f0e7ca6d92 -size 74705 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionFlames.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionFlames.uasset deleted file mode 100644 index 6ad10ca7..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionFlames.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43502305bf1a37f512ba9bd3b9ab915bedc8acc00af67adfa218ff320e6c2f3b -size 72245 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionGlow.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionGlow.uasset deleted file mode 100644 index 0b7ee4ff..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionGlow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d63ed1622dea72aec01e3c71a1921adce126f7de3b721ac73c64f45ffc755a27 -size 69332 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionParticles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionParticles.uasset deleted file mode 100644 index 47540b95..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Materials/MI_ChaosExplosionParticles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57be6c74b937fe292b52517dc6a9d971127fe1c94756eeeb2d4f150f5b0b60e7 -size 69352 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Systems/N_ChaosExplosion.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Systems/N_ChaosExplosion.uasset deleted file mode 100644 index 640fabda..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Systems/N_ChaosExplosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3340b5248cb29bce2b61ec88adb829b81336eaf6c147a65573288ad8f288425e -size 2033741 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Systems/N_ChaosExplosionCharged.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Systems/N_ChaosExplosionCharged.uasset deleted file mode 100644 index c53aca2c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/ChaosExplosion/Systems/N_ChaosExplosionCharged.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95dea1243b5a2f412845d74f29ff92a68bfd73ee9dba9e32d124ac18c89f5f52 -size 2963668 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EarthExplosion/Materials/MI_Dust.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EarthExplosion/Materials/MI_Dust.uasset deleted file mode 100644 index 8b901f1f..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EarthExplosion/Materials/MI_Dust.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3ea8a7e9ed6ca41e57d07d3c125bab5fa6057e200e1746950abb852a0c0e1b6 -size 80553 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EarthExplosion/Materials/MI_DustParticles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EarthExplosion/Materials/MI_DustParticles.uasset deleted file mode 100644 index af3be76c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EarthExplosion/Materials/MI_DustParticles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88caff276069deec21e93f0196322b43b94a5d228aa3562dfc0b740d2acb879b -size 69312 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EarthExplosion/Materials/MI_Rocks.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EarthExplosion/Materials/MI_Rocks.uasset deleted file mode 100644 index ac45196a..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EarthExplosion/Materials/MI_Rocks.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b218a7ebf1365626c9324861021ec22e75f2bb42cd23e215d976b8b863527ce -size 108774 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EarthExplosion/Systems/N_EarthExplosion.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EarthExplosion/Systems/N_EarthExplosion.uasset deleted file mode 100644 index 19698e27..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EarthExplosion/Systems/N_EarthExplosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:356ad7b39e7268527395486b5db673ca43e7b7e1594c8eb65d8e2dc4c6a7575d -size 2459859 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EnergyBlast/Materials/MI_EnergyBlastParticles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EnergyBlast/Materials/MI_EnergyBlastParticles.uasset deleted file mode 100644 index 576a93cc..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EnergyBlast/Materials/MI_EnergyBlastParticles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc76c3ace748ac1240d473dc2597a8d69bfc44fdccedd06a5a40a3daad78aee3 -size 69337 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EnergyBlast/Materials/MI_EnergyBlastWave.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EnergyBlast/Materials/MI_EnergyBlastWave.uasset deleted file mode 100644 index c130ad35..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EnergyBlast/Materials/MI_EnergyBlastWave.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d7584c8d066f115cbecccd40e4227dbe56bfdf846dc255baae74fa343aa0513 -size 71278 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EnergyBlast/Systems/N_EnergyBlast.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EnergyBlast/Systems/N_EnergyBlast.uasset deleted file mode 100644 index efae11f4..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EnergyBlast/Systems/N_EnergyBlast.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:863fe782c99dbe8792b60b219fcc8009ab77d2dd6a4422b9f1aec9ee02dbc93d -size 1222902 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EnergyBlast/Systems/N_EnergyBlastCharged.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EnergyBlast/Systems/N_EnergyBlastCharged.uasset deleted file mode 100644 index c66d872f..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/EnergyBlast/Systems/N_EnergyBlastCharged.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12d133647061e7b23fd236977583b38a208adff92408c197c2b40174d1a2b4c6 -size 1738711 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/FlameBlast/Materials/MI_FlameBlastFlames.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/FlameBlast/Materials/MI_FlameBlastFlames.uasset deleted file mode 100644 index 1a45d325..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/FlameBlast/Materials/MI_FlameBlastFlames.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad714070c431a005374bfad7094656c40395ada36f49c30dec58639e2f5acdf6 -size 72225 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/FlameBlast/Materials/MI_FlameBlastParticles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/FlameBlast/Materials/MI_FlameBlastParticles.uasset deleted file mode 100644 index a48b3fdf..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/FlameBlast/Materials/MI_FlameBlastParticles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0995ddc89fb394da174421e8816e3ccadaf29e575d52b78759cc794efdfdb754 -size 69332 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/FlameBlast/Systems/N_FlameBlast.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/FlameBlast/Systems/N_FlameBlast.uasset deleted file mode 100644 index a32fb1a7..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/FlameBlast/Systems/N_FlameBlast.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f7637cd644ea038f9671f1c05a7804563869015bde69288031672c5e8f1339b -size 1162662 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/FlameBlast/Systems/N_FlameBlastCharged.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/FlameBlast/Systems/N_FlameBlastCharged.uasset deleted file mode 100644 index 4683c282..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/FlameBlast/Systems/N_FlameBlastCharged.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bc23e844155de2777819526e8b1bff1690e84d714d9044952530398bc0bd8a5 -size 2253526 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastBeams.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastBeams.uasset deleted file mode 100644 index eab83a94..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastBeams.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:580cb733af2cbd534470d2d0a10cc71351cbc2afdc874d36ad0ae0468663464b -size 69316 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastCircle.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastCircle.uasset deleted file mode 100644 index 26c2d819..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastCircle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b58082157b37a6811cefb179f739242d8326964f111baef4628dc7be579962c4 -size 75752 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastGlow.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastGlow.uasset deleted file mode 100644 index b8e39f4f..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastGlow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:140b98742df3c00a22b9c937911206793b0f6db48764c784ea1df76d39704ffb -size 69312 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastMain.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastMain.uasset deleted file mode 100644 index feccbed4..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:231b4509f7baa6c0fa3ca41a8771169336eb1bd3445dc43986e00d0962865b63 -size 69312 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastParticles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastParticles.uasset deleted file mode 100644 index 86e97017..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Materials/MI_LightBlastParticles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90e7293c46e832ee718065adfeab20d8876b2b7ecd83a6d29b83fe4874f03879 -size 70429 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Systems/N_LightBlast.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Systems/N_LightBlast.uasset deleted file mode 100644 index f687be1d..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Systems/N_LightBlast.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39e33c8b8ebadb8facc4f4511a6511ae2ef38253d1dc2ebc57a6c1388c2a793c -size 2463204 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Systems/N_LightBlastCharged.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Systems/N_LightBlastCharged.uasset deleted file mode 100644 index ff1c19c0..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightBlast/Systems/N_LightBlastCharged.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:731a0460fc46d6b8b03a544743061ddc0af193d0d59768b4553dd8b10363f498 -size 2477884 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightningExplosion/Materials/MI_LightningBlastMain.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightningExplosion/Materials/MI_LightningBlastMain.uasset deleted file mode 100644 index 2ec944fd..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightningExplosion/Materials/MI_LightningBlastMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b41d6c4b69b71b734489a44f3bf86b2544f31a18c3003a7a93a5c360c1a8ba7 -size 73960 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightningExplosion/Materials/MI_LightningBlastParticles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightningExplosion/Materials/MI_LightningBlastParticles.uasset deleted file mode 100644 index 6aef56f3..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightningExplosion/Materials/MI_LightningBlastParticles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aece47da65407ae4f3b9ba8ea4f81be41e391efa9b1fafaa47e5fc05db12ffab -size 69356 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightningExplosion/Systems/N_LightningBlast.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightningExplosion/Systems/N_LightningBlast.uasset deleted file mode 100644 index 1d21cf5e..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightningExplosion/Systems/N_LightningBlast.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4403e3b068eefb91e096065e125ab8928fa993e34f72139b0db0b9255f32b914 -size 1728434 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightningExplosion/Systems/N_LightningBlastCharged.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightningExplosion/Systems/N_LightningBlastCharged.uasset deleted file mode 100644 index 683e7ff3..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/LightningExplosion/Systems/N_LightningBlastCharged.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:077d0bec1b905bee89d3085218f24c7decdd09253337eb039ac1601a21c3b3b5 -size 2279422 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagicalExplosion/Materials/MI_MagicalExplosionMain.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagicalExplosion/Materials/MI_MagicalExplosionMain.uasset deleted file mode 100644 index 0728897d..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagicalExplosion/Materials/MI_MagicalExplosionMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:723cd18bb09ad02ef17ef7ae2da6224bf5691a911edb9b8b4d00738b5a3d49d9 -size 70573 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagicalExplosion/Materials/MI_MagicalExplosionParticles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagicalExplosion/Materials/MI_MagicalExplosionParticles.uasset deleted file mode 100644 index ab9e21ac..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagicalExplosion/Materials/MI_MagicalExplosionParticles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e182757b69b5cf2d5eb9e956694e97c042a1fbc4fb0dfbb29662d092d7859aa -size 69362 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagicalExplosion/Systems/N_MagicalExplosion.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagicalExplosion/Systems/N_MagicalExplosion.uasset deleted file mode 100644 index 9e6be85c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagicalExplosion/Systems/N_MagicalExplosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47bba1c7efab7ee3434d73bb2413068f7577273b17bf88ccde888cc627a30fb6 -size 1219703 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagicalExplosion/Systems/N_MagicalExplosionCharged.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagicalExplosion/Systems/N_MagicalExplosionCharged.uasset deleted file mode 100644 index 35847cc5..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagicalExplosion/Systems/N_MagicalExplosionCharged.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf0faf22e6dfb9392c6025bf24440e8ad5f92afd509cd77281badcf37e0cb75a -size 1300698 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Materials/MI_FlameTrails.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Materials/MI_FlameTrails.uasset deleted file mode 100644 index ae07d3cf..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Materials/MI_FlameTrails.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53dab6009a53002db92f41e63d9e6fea9dc5746cad3673aa57af1b2bfc111ecd -size 78574 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Materials/MI_GroundCracks.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Materials/MI_GroundCracks.uasset deleted file mode 100644 index f92ce4aa..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Materials/MI_GroundCracks.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca1f729f6261cd753055ffa9b5d84bab614860853eb8718960a589d30666b297 -size 81560 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Materials/MI_MagmaSparkles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Materials/MI_MagmaSparkles.uasset deleted file mode 100644 index c56209fb..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Materials/MI_MagmaSparkles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9bb1a3b62da003c1e2010b82f3ea96822f0fe420ac0bffb5c5a4a990695ac18 -size 69312 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Materials/MI_Meteor.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Materials/MI_Meteor.uasset deleted file mode 100644 index d7671bcd..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Materials/MI_Meteor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f68217adda55df1940afb81173a0643917b30c47f456f65f25e15343c34c9361 -size 114108 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Systems/N_MagmaExplosion.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Systems/N_MagmaExplosion.uasset deleted file mode 100644 index 49f1569e..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Systems/N_MagmaExplosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a68a48f6b7f7e555e142888192b2bf83f8307888dde99ecc50aeb3dd4c0592f7 -size 1767101 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Systems/N_MagmaExplosionCharged.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Systems/N_MagmaExplosionCharged.uasset deleted file mode 100644 index aeddc22c..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MagmaExplosion/Systems/N_MagmaExplosionCharged.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6199afbc71ae32a54c9503814d69b9cd11e4021b2c5919ed82abc983d12a071 -size 2802845 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Materials/MI_FlameTrails.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Materials/MI_FlameTrails.uasset deleted file mode 100644 index a11d194f..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Materials/MI_FlameTrails.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be9d6f13e4e712abd8df8d78d3aa802a53d3a842c74b996ee167bfdd991ebdb4 -size 78572 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Materials/MI_Meteor.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Materials/MI_Meteor.uasset deleted file mode 100644 index 982a2767..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Materials/MI_Meteor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be842103eb9765d209535705a6d91457e6ce2b5ec7da878bb8c8475c3c1600da -size 114106 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Materials/MI_MeteorExplosionGlow.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Materials/MI_MeteorExplosionGlow.uasset deleted file mode 100644 index 83cd4091..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Materials/MI_MeteorExplosionGlow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:209ceeaef02e1eab6344aaa90c270613933da36f5f02202becbda5d839f7bf1a -size 69334 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Materials/MI_MeteorSparkles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Materials/MI_MeteorSparkles.uasset deleted file mode 100644 index 9acf7151..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Materials/MI_MeteorSparkles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:587c2bbc0ee18ddaf33ce515b8ec2e681f633bbd9e1afc1811a39462fd480115 -size 69314 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Systems/N_MagicalMeteorShower.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Systems/N_MagicalMeteorShower.uasset deleted file mode 100644 index 8e075000..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Systems/N_MagicalMeteorShower.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c69a7a195a2ce96ac2b1f35cdffc342c10fd6198d493ff2b6a9602cc806c7313 -size 3302362 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Systems/N_MeteorShower.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Systems/N_MeteorShower.uasset deleted file mode 100644 index e8df34be..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/MeteorShower/Systems/N_MeteorShower.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd5d5462a333570c33aa057d5914d28da6a5c029dcbab2ede06efde9f6157053 -size 3198357 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Materials/MI_Poison.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Materials/MI_Poison.uasset deleted file mode 100644 index 0ea32582..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Materials/MI_Poison.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d23721f2d67a0396f573df1277104214a0e84469806f014f61d56dd9214d2a1 -size 80562 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Materials/MI_PoisonExplosionMain.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Materials/MI_PoisonExplosionMain.uasset deleted file mode 100644 index aec15cd5..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Materials/MI_PoisonExplosionMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bcac3517f5c12bc3aa097a3a916210c746de23b5d7a4fd415e29559159e0348 -size 72242 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Materials/MI_PoisonExplosionParticles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Materials/MI_PoisonExplosionParticles.uasset deleted file mode 100644 index cb174189..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Materials/MI_PoisonExplosionParticles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f9b5384e411858d36c6d22c7cb43fb919bc086334a0ad5dedc4ce0eb44780ff -size 69357 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Systems/N_PoisonExplosion.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Systems/N_PoisonExplosion.uasset deleted file mode 100644 index 1d78bbad..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Systems/N_PoisonExplosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ea868140d39d1fd1215c323ad79bb443a16de3f2af79799695ae8cf4be4bc08 -size 1192280 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Systems/N_PoisonExplosionCharged.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Systems/N_PoisonExplosionCharged.uasset deleted file mode 100644 index 65dee105..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/PoisonExplosion/Systems/N_PoisonExplosionCharged.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f15e177decd3c0f7d90a0971fba866129672756d8ec7813a10e88d4ec9d8f0c -size 1726419 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Materials/MI_TsunamiChargeUpMain.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Materials/MI_TsunamiChargeUpMain.uasset deleted file mode 100644 index 76e6c9c7..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Materials/MI_TsunamiChargeUpMain.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c20b10630108f78c373f5495702a972dc9eb7dc1b60429460a13838126acb14 -size 71290 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Materials/MI_TsunamiParticles.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Materials/MI_TsunamiParticles.uasset deleted file mode 100644 index 80f8c11d..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Materials/MI_TsunamiParticles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba781143b34265f7afe6063d54260a4491ecc80902e4e02b49c81545f3abe88d -size 69317 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Materials/MI_TsunamiWater.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Materials/MI_TsunamiWater.uasset deleted file mode 100644 index a81965d8..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Materials/MI_TsunamiWater.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9fc7733f8e1855eaf0cd2210a4d258b8214f8b3df51b8d864d82eee1db835a3 -size 72992 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Systems/N_Tsunami.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Systems/N_Tsunami.uasset deleted file mode 100644 index bc926173..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Systems/N_Tsunami.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40f80e124b6fedac7707397439324ac5b8267982088aaa1b542cebeed445bf35 -size 1314689 diff --git a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Systems/N_TsunamiCharged.uasset b/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Systems/N_TsunamiCharged.uasset deleted file mode 100644 index 38f5fc25..00000000 --- a/hwanyoung2/Content/MegaMagicVFXBundle/VFX/MagicalExplosionsVFX/VFX/Tsunami/Systems/N_TsunamiCharged.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc28e4b147df6b671b63838334dbcd26ab4db56b350afde188d214ccef08a972 -size 2339916 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var1_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var1_lod1.uasset deleted file mode 100644 index 66f97b4f..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var1_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b7d29a8bd6a74eb5fcf5a53d49e70e1f3db58d77856a43b2cb1ff25f0ce32ab -size 2582 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var2_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var2_lod1.uasset deleted file mode 100644 index 681665c8..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var2_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ba4a9d5def8898248b32321c3f5956050df2ed29330692b75156a6564bb6c67 -size 2582 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var3_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var3_lod1.uasset deleted file mode 100644 index dc9cc60e..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var3_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ce30349c7d8a7896b728a4b89b45894f9b6dc455eab5e4ae08378a60867e3b6 -size 2582 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var4_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var4_lod1.uasset deleted file mode 100644 index 57861d6a..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var4_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c154836338c5fbf03814ab009ccbd5fbf8cdf7b9ca3cdac1bc92dbb05bfcae06 -size 2582 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var5_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var5_lod1.uasset deleted file mode 100644 index c62fcd9c..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var5_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4443930c6ba20375466aac5f4e17ef855b15d3639af1d8f8d292b928b7b3f99 -size 2582 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var6_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var6_lod1.uasset deleted file mode 100644 index b448c5ff..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var6_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4fee020c81f95adb358524d230eb405fc131bea52bdedc989fa3091d81a379c -size 2582 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var7_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var7_lod1.uasset deleted file mode 100644 index 0fbff14d..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/Foliage/FT_Basket_Grass_slfpffjr_Var7_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1a1ba87a253c2b35e33744de5028ed8151065e74ad2a90c06643c92fe601ff2 -size 2582 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/MI_Basket_Grass_slfpffjr_2K.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/MI_Basket_Grass_slfpffjr_2K.uasset deleted file mode 100644 index 50954612..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/MI_Basket_Grass_slfpffjr_2K.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c070d6e2c1d6281728b4bc323af0064a3c80cb658c4c758f284a4adc1d3be984 -size 19916 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/MI_Basket_Grass_slfpffjr_Billboard_2K.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/MI_Basket_Grass_slfpffjr_Billboard_2K.uasset deleted file mode 100644 index f71241ce..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/MI_Basket_Grass_slfpffjr_Billboard_2K.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6f780e45ba7d17c0fae8eda3607a75f63195dfb272d432ad49673d09967aac8 -size 4248 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var1_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var1_lod1.uasset deleted file mode 100644 index 0ed6a592..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var1_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:516d26a93601825d7f8fcbcf4fa7c16ff73301ac5301cb9e69301cec2a633b28 -size 266762 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var2_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var2_lod1.uasset deleted file mode 100644 index fcdd3fba..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var2_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8316ce79eaab08ca7e3cb543e800c6cd172b6d93a14b5d37fdfce33f8bac6d03 -size 2409017 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var3_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var3_lod1.uasset deleted file mode 100644 index 92a6c303..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var3_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc3e6a31c96ab87cd783b6831a4a0828b4e2a10a073ece68c3e4f9bf83fff101 -size 1696000 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var4_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var4_lod1.uasset deleted file mode 100644 index 9a48adb8..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var4_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aedf47d3a486d392509c969b735c5ad9c3e294843b57b7465f12f22bbeddfeb7 -size 1396869 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var5_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var5_lod1.uasset deleted file mode 100644 index e793a19d..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var5_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:446a2cc8e2ffa65c3cca791e59ad1e4c5d2711a280d5cf90f712e058d911e735 -size 2549620 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var6_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var6_lod1.uasset deleted file mode 100644 index a4722238..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var6_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce03af67c27da263380664ed2c343ad9578e09dbae49fc45fb408d650f5e1fc5 -size 130923 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var7_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var7_lod1.uasset deleted file mode 100644 index b7885100..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/S_Basket_Grass_slfpffjr_Var7_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3215250c05fec0602923bd569b2ee7cc629c359b72024f93105daf4a08ae06b6 -size 191181 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_BasketGrass_slfpffjr_2K_ART.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_BasketGrass_slfpffjr_2K_ART.uasset deleted file mode 100644 index 04148e85..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_BasketGrass_slfpffjr_2K_ART.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2efff912be7dc2ed5135329897fb3dccf80e67daf6d0b1c2f95219c4363f6eb5 -size 14117051 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_BasketGrass_slfpffjr_2K_billboard_ART.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_BasketGrass_slfpffjr_2K_billboard_ART.uasset deleted file mode 100644 index 4ba694c0..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_BasketGrass_slfpffjr_2K_billboard_ART.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e13dc783c5bce8fb7b3799698f142db0a973aaaf3ce92aaf0f5ee7f7fd253291 -size 13386611 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_Basket_Grass_slfpffjr_2K_D.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_Basket_Grass_slfpffjr_2K_D.uasset deleted file mode 100644 index 02870012..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_Basket_Grass_slfpffjr_2K_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf7a3a29558ddbe71e9ec7943f406dea664761af1105b8e24a09637cbc755d94 -size 21182567 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_Basket_Grass_slfpffjr_2K_N.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_Basket_Grass_slfpffjr_2K_N.uasset deleted file mode 100644 index ce047d12..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_Basket_Grass_slfpffjr_2K_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9cd5ae999cb2d3cbd1886ace00c917c5b49df8e20147785036e536ca504b0fa -size 19712849 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_Basket_Grass_slfpffjr_Billboard_D.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_Basket_Grass_slfpffjr_Billboard_D.uasset deleted file mode 100644 index dc14f9b5..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_Basket_Grass_slfpffjr_Billboard_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a345daa301298685a68e6bc07715999e98b774d22ddd7668fb7f1b2f9171008b -size 5112363 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_Basket_Grass_slfpffjr_Billboard_N.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_Basket_Grass_slfpffjr_Billboard_N.uasset deleted file mode 100644 index 191e44ec..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Basket_Grass_slfpffjr/T_Basket_Grass_slfpffjr_Billboard_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68296eb2a19dedf00c8dc01ffa3a497a8525d583fec6e15ee3b92234b4c2cc84 -size 4885156 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/Foliage/FT_Nasturtium_rijwE_Var1_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/Foliage/FT_Nasturtium_rijwE_Var1_lod1.uasset deleted file mode 100644 index f794788b..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/Foliage/FT_Nasturtium_rijwE_Var1_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83bfbfbdfa7453b395c0b3682d082e0c3dbeb71af3bb0d61f9e205de231d8ddd -size 2547 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/Foliage/FT_Nasturtium_rijwE_Var2_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/Foliage/FT_Nasturtium_rijwE_Var2_lod1.uasset deleted file mode 100644 index 0bdf61f9..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/Foliage/FT_Nasturtium_rijwE_Var2_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f5b7624cf793611bb803d876be51226f0bd596df0e667a328492746a30c5629 -size 2547 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/Foliage/FT_Nasturtium_rijwE_Var3_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/Foliage/FT_Nasturtium_rijwE_Var3_lod1.uasset deleted file mode 100644 index 9d882b47..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/Foliage/FT_Nasturtium_rijwE_Var3_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4e6734c3fce2666c55b7567febf6325b0d8308099cfdcd24319ebd124ff86f1 -size 2547 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/MI_Nasturtium_rijwE_2K.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/MI_Nasturtium_rijwE_2K.uasset deleted file mode 100644 index 0ae9a49a..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/MI_Nasturtium_rijwE_2K.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3339bf81ac12d5f41731a94febf0383bfb01e2735c0ce03b525df1bf351a496a -size 4095 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/MI_Nasturtium_rijwE_Billboard_2K.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/MI_Nasturtium_rijwE_Billboard_2K.uasset deleted file mode 100644 index dd752f01..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/MI_Nasturtium_rijwE_Billboard_2K.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e89b0f19774f8c3fb7df872d97a5cede3d4e7bcab3d8c18d0452fc30542fdbfe -size 4173 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/S_Nasturtium_rijwE_Var1_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/S_Nasturtium_rijwE_Var1_lod1.uasset deleted file mode 100644 index 13c92956..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/S_Nasturtium_rijwE_Var1_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8169f8eb1835261870ff133c68b7b49e87004720e2d64896d79e0ed5bca0178 -size 90313 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/S_Nasturtium_rijwE_Var2_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/S_Nasturtium_rijwE_Var2_lod1.uasset deleted file mode 100644 index 68623a3f..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/S_Nasturtium_rijwE_Var2_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82c0b546a4091ec7bbcebc96c741d37f9f04e58b9ab6c23063c2097a5f8fab5a -size 62804 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/S_Nasturtium_rijwE_Var3_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/S_Nasturtium_rijwE_Var3_lod1.uasset deleted file mode 100644 index 62ea221f..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/S_Nasturtium_rijwE_Var3_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca8fee04307e5714be769d63ed7d614473cc53c36a5e6274dbb2322af8151209 -size 60917 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_2K_ART.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_2K_ART.uasset deleted file mode 100644 index 00cb4dee..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_2K_ART.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0df702d5a2a8a3e74ffb8e9e623ffddb8d32a3bc17765613d835aafee74f98ac -size 9877579 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_2K_D.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_2K_D.uasset deleted file mode 100644 index 5da88d1c..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_2K_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc07a30f4882e6e0bb3b347803c23732effd91442732786f1b4ac58d0f74b408 -size 20622741 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_2K_N.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_2K_N.uasset deleted file mode 100644 index 51b13c44..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_2K_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b1b8df829fe35b13fa447b69d07f5b6139a812f3722f6f5614a1f659d1a01c4 -size 8054694 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_2K_billboard_ART.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_2K_billboard_ART.uasset deleted file mode 100644 index 528ca7b0..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_2K_billboard_ART.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e87d0a015ce909f3e0e99ee36cd585e9991e508612cd67c81c995cc66e3d835 -size 4282900 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_Billboard_D.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_Billboard_D.uasset deleted file mode 100644 index 36c11723..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_Billboard_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2c879dbfd5f38e2fbd7fcd3e5bc4a914d84a84b112ce4fbf9d21ee2b5965c2e -size 5236026 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_Billboard_N.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_Billboard_N.uasset deleted file mode 100644 index 50556b44..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Nasturtium_rijwE/T_Nasturtium_rijwE_Billboard_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c11315157f2075391402b3fc69285e493a207790ef159bea6747e347ebfca8e4 -size 3886901 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var1_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var1_lod1.uasset deleted file mode 100644 index 27b59ba1..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var1_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9225c4c2738193128ca43ead44853566a7e2978f7c4d258ba238dbdbdc4fdd3d -size 6596 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var2_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var2_lod1.uasset deleted file mode 100644 index c6096720..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var2_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dd9b74b02a9938cfe77e77c0b03e86f870ff65ecef681dd4c5796b6d88e8439 -size 2645 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var3_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var3_lod1.uasset deleted file mode 100644 index c0e41d8c..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var3_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a2810c9dd7459adbbbec6b8b9aa8d1a94e5d9135c80f238e82b9a7a58891342 -size 2645 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var4_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var4_lod1.uasset deleted file mode 100644 index 1fbed219..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var4_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:669f945f92e748b29aa9746639f3e7277da29980dc94b95bebc250a366c67a79 -size 2645 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var5_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var5_lod1.uasset deleted file mode 100644 index 467c8537..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var5_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67604389edceb3ce7d8966533671557f0ce79b1a258be6b8232a94b77d6b6b0b -size 2645 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var6_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var6_lod1.uasset deleted file mode 100644 index 154fec9a..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var6_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f630bc090c515925ea0362d0e39b94cd2f537b460085e3d1af5c691dd7fbbee5 -size 2645 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var7_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var7_lod1.uasset deleted file mode 100644 index f19d939a..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/Foliage/FT_Rembrandt_Water_Lily_uc2kajgia_Var7_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf046972b0a8619a982b5260e42e5413e30e19688eb25a46d7b5318cb89de2ce -size 2645 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/MI_Rembrandt_Water_Lily_uc2kajgia_2K.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/MI_Rembrandt_Water_Lily_uc2kajgia_2K.uasset deleted file mode 100644 index c6326ed2..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/MI_Rembrandt_Water_Lily_uc2kajgia_2K.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e289578c922fbe2af012450c4505fc8f24c2164631d91c55487318ec2c87d3e9 -size 4273 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/MI_Rembrandt_Water_Lily_uc2kajgia_Billboard_2K.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/MI_Rembrandt_Water_Lily_uc2kajgia_Billboard_2K.uasset deleted file mode 100644 index 879a76c7..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/MI_Rembrandt_Water_Lily_uc2kajgia_Billboard_2K.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6bdd52fe8510ea9ee7dc5ff99a1c77837965b373814eb01e066d5a0e94cf91d -size 4363 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var1_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var1_lod1.uasset deleted file mode 100644 index 7d8c6614..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var1_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2151192e14cfacee7f835b9eb79f3054e92e1e0150e31daecb689a170d15680e -size 37014 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var2_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var2_lod1.uasset deleted file mode 100644 index be8eecbf..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var2_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d9b54316079dc6130fbdde91f06dbf3c325e662d09b7d48b3b03f080aec6a9d -size 33089 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var3_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var3_lod1.uasset deleted file mode 100644 index 29c08295..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var3_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f0be8319c2446f90052a3c667995b9117efc731fedfd13de03c463eefae298f -size 157134 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var4_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var4_lod1.uasset deleted file mode 100644 index af258378..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var4_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cadaee178c5ee13dd132cfa140b1be8ebc2565814a85a680baeb17daa83c9cd -size 72895 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var5_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var5_lod1.uasset deleted file mode 100644 index ac17088e..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var5_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c2f719b69ac8700f58c66199788891ce55438fc449b3d911f0038d6712e1510 -size 195450 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var6_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var6_lod1.uasset deleted file mode 100644 index 718a0461..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var6_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15680b2c443534a5ca55a4db2f95486088b176974c36aef54244d3d6b144d03e -size 285972 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var7_lod1.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var7_lod1.uasset deleted file mode 100644 index 6a86ac48..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/S_Rembrandt_Water_Lily_uc2kajgia_Var7_lod1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bda582e9112c057c349a463c7b2648fb58e3650280a48346670c9a13d30a24a -size 198788 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_RembrandtWaterLily_uc2kajgia_2K_ART.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_RembrandtWaterLily_uc2kajgia_2K_ART.uasset deleted file mode 100644 index 253dc0bf..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_RembrandtWaterLily_uc2kajgia_2K_ART.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6c56fec2c1343a481b9b5fe90d4b22ce21e5810a23f2cd3402cc4a7e81ea417 -size 15903178 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_RembrandtWaterLily_uc2kajgia_2K_billboard_ART.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_RembrandtWaterLily_uc2kajgia_2K_billboard_ART.uasset deleted file mode 100644 index 3fcf8525..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_RembrandtWaterLily_uc2kajgia_2K_billboard_ART.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e32656a2b52873d63cfe30164c33087594df9c73386324a872e03059c641993 -size 12776525 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_Rembrandt_Water_Lily_uc2kajgia_2K_D.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_Rembrandt_Water_Lily_uc2kajgia_2K_D.uasset deleted file mode 100644 index 0889a67d..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_Rembrandt_Water_Lily_uc2kajgia_2K_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec0573e388b216325c3d38ecbd353204d4161cf50e208e9231aac112e9b675fe -size 23620547 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_Rembrandt_Water_Lily_uc2kajgia_2K_N.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_Rembrandt_Water_Lily_uc2kajgia_2K_N.uasset deleted file mode 100644 index 53560a3b..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_Rembrandt_Water_Lily_uc2kajgia_2K_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5a7ea901b6aff80bbf2bfc2d74e3e4c20eb8e1fa1e2b6666636d09482ab84f7 -size 20886374 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_Rembrandt_Water_Lily_uc2kajgia_Billboard_D.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_Rembrandt_Water_Lily_uc2kajgia_Billboard_D.uasset deleted file mode 100644 index f265247d..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_Rembrandt_Water_Lily_uc2kajgia_Billboard_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f5b0612ca1e3d5fd44b72aaa7a4993a90270d6c0d0543f6e6d6279a860e2eeb -size 5567714 diff --git a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_Rembrandt_Water_Lily_uc2kajgia_Billboard_N.uasset b/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_Rembrandt_Water_Lily_uc2kajgia_Billboard_N.uasset deleted file mode 100644 index 4e068e08..00000000 --- a/hwanyoung2/Content/Megascans/3D_Plants/Rembrandt_Water_Lily_uc2kajgia/T_Rembrandt_Water_Lily_uc2kajgia_Billboard_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f5fe3dc84466d707e13a9aaba34f67eb0a5de1c56a20ff131ccb97598a18d8e -size 4924815 diff --git a/hwanyoung2/Content/Megascans/Surfaces/Forest_Floor_vktfeilaw/MI_Forest_Floor_vktfeilaw_2K.uasset b/hwanyoung2/Content/Megascans/Surfaces/Forest_Floor_vktfeilaw/MI_Forest_Floor_vktfeilaw_2K.uasset deleted file mode 100644 index 2858ed3f..00000000 --- a/hwanyoung2/Content/Megascans/Surfaces/Forest_Floor_vktfeilaw/MI_Forest_Floor_vktfeilaw_2K.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9608c05d4faa743a8a019421c9f9d14f34baf75e49174992f7856a69dcc20069 -size 3886 diff --git a/hwanyoung2/Content/Megascans/Surfaces/Forest_Floor_vktfeilaw/T_ForestFloor_vktfeilaw_2K_ORDp.uasset b/hwanyoung2/Content/Megascans/Surfaces/Forest_Floor_vktfeilaw/T_ForestFloor_vktfeilaw_2K_ORDp.uasset deleted file mode 100644 index 0d417bfd..00000000 --- a/hwanyoung2/Content/Megascans/Surfaces/Forest_Floor_vktfeilaw/T_ForestFloor_vktfeilaw_2K_ORDp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe8e2f0e20cd0e8745416faa4d2897f7efd9155fab8b0d435eaca28028a0726a -size 20790290 diff --git a/hwanyoung2/Content/Megascans/Surfaces/Forest_Floor_vktfeilaw/T_Forest_Floor_vktfeilaw_2K_D.uasset b/hwanyoung2/Content/Megascans/Surfaces/Forest_Floor_vktfeilaw/T_Forest_Floor_vktfeilaw_2K_D.uasset deleted file mode 100644 index fc393038..00000000 --- a/hwanyoung2/Content/Megascans/Surfaces/Forest_Floor_vktfeilaw/T_Forest_Floor_vktfeilaw_2K_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02ca3a2e56e8bc6902e468c969c0ff9a043ce986889189ae3eb774cda2316ed1 -size 23963232 diff --git a/hwanyoung2/Content/Megascans/Surfaces/Forest_Floor_vktfeilaw/T_Forest_Floor_vktfeilaw_2K_N.uasset b/hwanyoung2/Content/Megascans/Surfaces/Forest_Floor_vktfeilaw/T_Forest_Floor_vktfeilaw_2K_N.uasset deleted file mode 100644 index 35a9fc2d..00000000 --- a/hwanyoung2/Content/Megascans/Surfaces/Forest_Floor_vktfeilaw/T_Forest_Floor_vktfeilaw_2K_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ca2153763ef1e842bd9dd480616bfd7df69055cb7c4b1f9041e776b6c1f1a5a -size 22890598 diff --git a/hwanyoung2/Content/Megascans/Surfaces/Verde_Guatemala_Marble_weolegfv/MI_Verde_Guatemala_Marble_weolegfv_2K.uasset b/hwanyoung2/Content/Megascans/Surfaces/Verde_Guatemala_Marble_weolegfv/MI_Verde_Guatemala_Marble_weolegfv_2K.uasset deleted file mode 100644 index 00a4ad1b..00000000 --- a/hwanyoung2/Content/Megascans/Surfaces/Verde_Guatemala_Marble_weolegfv/MI_Verde_Guatemala_Marble_weolegfv_2K.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21061abaef3bce9f68f03fb3c4f4fc5289a84e3d1a1d4ea6f086c797910a9e38 -size 3497 diff --git a/hwanyoung2/Content/Megascans/Surfaces/Verde_Guatemala_Marble_weolegfv/T_VerdeGuatemalaMarble_weolegfv_2K_ORDp.uasset b/hwanyoung2/Content/Megascans/Surfaces/Verde_Guatemala_Marble_weolegfv/T_VerdeGuatemalaMarble_weolegfv_2K_ORDp.uasset deleted file mode 100644 index e793a2b9..00000000 --- a/hwanyoung2/Content/Megascans/Surfaces/Verde_Guatemala_Marble_weolegfv/T_VerdeGuatemalaMarble_weolegfv_2K_ORDp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb026568b6e38fc1f6b99cc972d2a4200ee4109275ec8529b4408556c0107e5f -size 3256360 diff --git a/hwanyoung2/Content/Megascans/Surfaces/Verde_Guatemala_Marble_weolegfv/T_Verde_Guatemala_Marble_weolegfv_2K_D.uasset b/hwanyoung2/Content/Megascans/Surfaces/Verde_Guatemala_Marble_weolegfv/T_Verde_Guatemala_Marble_weolegfv_2K_D.uasset deleted file mode 100644 index 92ba305f..00000000 --- a/hwanyoung2/Content/Megascans/Surfaces/Verde_Guatemala_Marble_weolegfv/T_Verde_Guatemala_Marble_weolegfv_2K_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71074ebf9c8f3241aa12ee720ebd127711b29005855310710b0b81d1ea079c5c -size 11307998 diff --git a/hwanyoung2/Content/MixedVFX/Materials/M_DissolverMaster.uasset b/hwanyoung2/Content/MixedVFX/Materials/M_DissolverMaster.uasset deleted file mode 100644 index a861a809..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/M_DissolverMaster.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f3e3d94f096ef557ddf9e280bde1bc30ac81fd32367767439f02b0af7330889 -size 99659 diff --git a/hwanyoung2/Content/MixedVFX/Materials/M_SimpleDissolver.uasset b/hwanyoung2/Content/MixedVFX/Materials/M_SimpleDissolver.uasset deleted file mode 100644 index 5d2c4cdf..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/M_SimpleDissolver.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:243a2651df375024bed2d7a0fbc63be593ec812ed2aa499a1aa1cb9d5ab5402f -size 89743 diff --git a/hwanyoung2/Content/MixedVFX/Materials/M_Slash_Master.uasset b/hwanyoung2/Content/MixedVFX/Materials/M_Slash_Master.uasset deleted file mode 100644 index 00ef75b9..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/M_Slash_Master.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e42f659acb13994af9e4c153b50f232aa24e5717443efa92fa2872237a046bc -size 119845 diff --git a/hwanyoung2/Content/MixedVFX/Materials/M_TrailMaster.uasset b/hwanyoung2/Content/MixedVFX/Materials/M_TrailMaster.uasset deleted file mode 100644 index c8941838..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/M_TrailMaster.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b52f6c26d5454bdd0af1ffcc07cfff9bb1cf4b82cbd2554a208dc846418363f1 -size 96020 diff --git a/hwanyoung2/Content/MixedVFX/Materials/M_TranslucentUnlitMaster.uasset b/hwanyoung2/Content/MixedVFX/Materials/M_TranslucentUnlitMaster.uasset deleted file mode 100644 index 7258abb2..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/M_TranslucentUnlitMaster.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9352844cad849f37ad5f43a5bd715cebbe66bc7b1e963370b6413c3b05db64d8 -size 96411 diff --git a/hwanyoung2/Content/MixedVFX/Materials/M_WPO.uasset b/hwanyoung2/Content/MixedVFX/Materials/M_WPO.uasset deleted file mode 100644 index e0500920..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/M_WPO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fc470e0215f4806d4d6729364052b70418a81b5cb1e5b663b051c73144262bc -size 85802 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialFunctions/MF_Dissolve.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialFunctions/MF_Dissolve.uasset deleted file mode 100644 index 9b42e2b0..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialFunctions/MF_Dissolve.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da0537ac900472fdeeacf56c65b0f03056f0713fecdda5e02dd42cc783b2f2c3 -size 89315 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialFunctions/MF_Distortion.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialFunctions/MF_Distortion.uasset deleted file mode 100644 index 781aaa30..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialFunctions/MF_Distortion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e5e4a719196703bf9eb3a1322f704b8c0e01d787e05766f199f695c3853c4e9 -size 103883 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialFunctions/MF_TillingAndOffset.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialFunctions/MF_TillingAndOffset.uasset deleted file mode 100644 index d93c841b..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialFunctions/MF_TillingAndOffset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ea11de0947e6877b35c83ae85c8591145e68c88e4bb4dd7d071c33f586723c9 -size 76771 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialFunctions/MF_WPO.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialFunctions/MF_WPO.uasset deleted file mode 100644 index 58c9adb2..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialFunctions/MF_WPO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4feeaf1e8f767b9e7ef57f6884999a9eedd1c9b8429ab0d89e3048581b6a9ef -size 79228 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Aura_01.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Aura_01.uasset deleted file mode 100644 index 3fe21646..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Aura_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:635a980712260235df4f6ef68351d19a133dc67b6f6c6a6de7a59ff3e1c097b8 -size 76451 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Bat.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Bat.uasset deleted file mode 100644 index d651fca9..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Bat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f862f72edbee5c53d40450adec13cfca15ee6c46ecc07bb4bc34aa7eb83356a -size 75741 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Circle_01.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Circle_01.uasset deleted file mode 100644 index ed2e89cb..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Circle_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88a8a6b2ce175c61826f1149c356a56755594485f1d58d49a1770789c2c82e7d -size 86306 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Cross.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Cross.uasset deleted file mode 100644 index 1aafa981..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Cross.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3877ce55e5d9206f244fb5d7f1e835d513ef7f9b446cee43c408ae46c39e1eb3 -size 68950 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_01.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_01.uasset deleted file mode 100644 index 0b336590..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:339f758893c918c07d49573f5625c96e0ebf038f1aaff907ccbe3c1c3e1a48b3 -size 80779 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_02.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_02.uasset deleted file mode 100644 index de11da5c..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dd276c1aab5cf60d5d38a9eb57d8d277d07effd571de46ac36bed9f5f974839 -size 88778 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_03.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_03.uasset deleted file mode 100644 index ec2d99f2..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b575151ce077be5c197f0ff84dbf320e9d8e93b28de16210844ec3edf9535eb -size 82462 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_04.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_04.uasset deleted file mode 100644 index 12839e88..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:736d85892176821a7d86f0c0229b8d0cdbcdee9b73ec09e6d36c658d5ae1865d -size 83960 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Embers.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Embers.uasset deleted file mode 100644 index 4bcff5f1..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Embers.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a320cdcca3b9e3dffc224d148a5891eb502103a0be9e4415dfa30d557ccd039d -size 73472 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Feath.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Feath.uasset deleted file mode 100644 index a5ae2084..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Feath.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0413f9c45bf198216054a6773b4195ca7b6bcbf02d2298d1ac0ac01cf7d73be0 -size 74577 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Fire.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Fire.uasset deleted file mode 100644 index 216bf86b..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Fire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:190b55977894933d9107e8220e7806eff0cc01c1c44d9860e493decb753bb46a -size 72861 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_FireFlipbook1.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_FireFlipbook1.uasset deleted file mode 100644 index a433329a..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_FireFlipbook1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:032608986e252f7b7d8b713068042ad0377a98090aa0f3a0cd3506b4e0977721 -size 80983 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Flare.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Flare.uasset deleted file mode 100644 index 4191f413..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Flare.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96344245734cb1dba075f3603d05d6388ff1c81512b4bc7c1307d78c0567a1d8 -size 74359 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Leaf.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Leaf.uasset deleted file mode 100644 index 962f8be8..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Leaf.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da34dfe74f7ba871a3eb93b5b026e68832f0d704ac4552c02bd6b18c2b420466 -size 82974 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Lightning.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Lightning.uasset deleted file mode 100644 index b3e20f06..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Lightning.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd0c2c0e6bf894858ae6afdd0ddeca76306ab10fe4905c2352d158a1eb50468c -size 74079 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_SlashLine_01.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_SlashLine_01.uasset deleted file mode 100644 index 7f9c0653..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_SlashLine_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e108bc312b99a31671cba62f2537c7eb4cd485931744dd720a3981e9288c866f -size 71555 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Slash_01.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Slash_01.uasset deleted file mode 100644 index 120e9fee..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Slash_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:821bf6cd06ec02f8404d517557fd562b0b6c42d46e6f670dd0b1d043c7ea0b17 -size 79486 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Smoke.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Smoke.uasset deleted file mode 100644 index 6f80cb2b..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Smoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64362360dd18811c335afc9b341d25cb1225d4f60f1e3d100d0658abba48c0e6 -size 76468 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Star.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Star.uasset deleted file mode 100644 index 28b561f0..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Star.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3f30cb44a78718354fd9dd5f96de15784f6e61b1bda137a2436cb8470374275 -size 72977 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_01.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_01.uasset deleted file mode 100644 index b698d475..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:060963c685033a33d23e1f042bc8b8e382612c08575c77a818d8693304a8d9e0 -size 77167 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_02.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_02.uasset deleted file mode 100644 index 201d7afa..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eca4ab489b90b542bd0125ce29694def3560c7141b1a8c015c9636b7b86807fb -size 76089 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_03.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_03.uasset deleted file mode 100644 index 4c7a7d57..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e211923addd26de86216fd3c040c67907cab2ce111d63992a2d1bb5d2848ad9 -size 77296 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_04.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_04.uasset deleted file mode 100644 index 464fc89c..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9375fd471422eced231278e5071edbeb209ec669a34b26fbb1ba56c4c1ceb875 -size 80500 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_05.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_05.uasset deleted file mode 100644 index de68b8b3..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9a4b32cc117535e4c1208289ca308184c6f8d7761aeb0db8141b43d2d7628e7 -size 78226 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_06.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_06.uasset deleted file mode 100644 index 6bd4e676..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b0500a3d1a087bb69d1bb09a151124632f6f5a4bdf845f9309b1aa69149a951 -size 77499 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_TranslucentMesh.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_TranslucentMesh.uasset deleted file mode 100644 index 0c3e4676..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_TranslucentMesh.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1f70a17dec93825a680f33e5656a4f5a4d1e3949071ebafa41b58ed0990fca4 -size 66011 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_01.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_01.uasset deleted file mode 100644 index 0a30fcb2..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a3102be0bd20b14794de8985dbb14ed1c30e7801acf1bf32d5a692a5fe6acc6 -size 74961 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_02.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_02.uasset deleted file mode 100644 index a4a3a0b9..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a42ebc2cb5a124faf45b671986f6b14ca7b9bd1cb91ce059d9cffdaf403bdd48 -size 73326 diff --git a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_03.uasset b/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_03.uasset deleted file mode 100644 index 462e136a..00000000 --- a/hwanyoung2/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0fc20987bca91d02ecfbe4db9ef6f7e2a64ae1919e33a8606adc4327c9bf7a8 -size 65976 diff --git a/hwanyoung2/Content/MixedVFX/Meshes/SM_Arrow.uasset b/hwanyoung2/Content/MixedVFX/Meshes/SM_Arrow.uasset deleted file mode 100644 index 04111289..00000000 --- a/hwanyoung2/Content/MixedVFX/Meshes/SM_Arrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a07f8c966ad8857499b9018c52b4ce03a206c51ba68208754061117f79267713 -size 88857 diff --git a/hwanyoung2/Content/MixedVFX/Meshes/SM_Shuriken.uasset b/hwanyoung2/Content/MixedVFX/Meshes/SM_Shuriken.uasset deleted file mode 100644 index be8a9ab4..00000000 --- a/hwanyoung2/Content/MixedVFX/Meshes/SM_Shuriken.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3577a86aff84c3c71313131f42c5e392373db6def48414305559014f70360608 -size 98937 diff --git a/hwanyoung2/Content/MixedVFX/Meshes/SM_Slash_01.uasset b/hwanyoung2/Content/MixedVFX/Meshes/SM_Slash_01.uasset deleted file mode 100644 index f9e20961..00000000 --- a/hwanyoung2/Content/MixedVFX/Meshes/SM_Slash_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f210b86c8d5d99d71162b1ab535d3877948e98b2b92e7323fdefd7db07640af -size 98387 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundBig.uasset b/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundBig.uasset deleted file mode 100644 index 31a12a2e..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundBig.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c03e8526176c0236300efb99a06e3677976aeea4359593bcbb2a8ddf495fe849 -size 3483515 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundMedium.uasset b/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundMedium.uasset deleted file mode 100644 index 141073ce..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundMedium.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7b7f4f17d396505d7b798980f730ef759ae6b50d84d98a65fbc2ba69b646a7c -size 3063587 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundSmall.uasset b/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundSmall.uasset deleted file mode 100644 index 60fbdc44..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundSmall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb56b96f8040e7894b0b616da5bfbf2218cec79032c62812998578d8002dd5e1 -size 1775837 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionMidAirBig.uasset b/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionMidAirBig.uasset deleted file mode 100644 index c5faa945..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionMidAirBig.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beee2870de544ea43bf1c25488e379c49faf4bbdb63ac103189834b677f81e09 -size 2461638 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionMidAirSmall.uasset b/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionMidAirSmall.uasset deleted file mode 100644 index 8dbb92cd..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Explosions/NS_ExplosionMidAirSmall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18e3572fc7be0489fb9f3962c967fad13279db9964d9f568aa655b087c50e9ab -size 1612431 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_BigFire.uasset b/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_BigFire.uasset deleted file mode 100644 index efcea7e2..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_BigFire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16852c0e52004a3999bd80538140b99489bc1f7e45cf4d9bb48c165fff89ea78 -size 1607900 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_Campfire.uasset b/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_Campfire.uasset deleted file mode 100644 index d82ed290..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_Campfire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc5a61ea5609394be80212ec0791bbc6b78c315c8fc6754efdc30daeadaab1a8 -size 1530730 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_FireBarrier.uasset b/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_FireBarrier.uasset deleted file mode 100644 index 0cac1118..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_FireBarrier.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d87d37367e768973f84bfd2047a1213df3d0acc529cf912c29c6811652a19a9d -size 1664755 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_FireMeteorShower.uasset b/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_FireMeteorShower.uasset deleted file mode 100644 index 072f8fb8..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_FireMeteorShower.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e81019b01393fac0736899b4847b16cbc058cbcf440b595b4de4e35b8144e52 -size 4019718 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_FlameThrower.uasset b/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_FlameThrower.uasset deleted file mode 100644 index 869d01be..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_FlameThrower.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d06d69d79072a451d3505a0aa8e281dfd75e90488c2ab8ea2fd3cdb5ab0913d -size 1252187 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_FlameTornado.uasset b/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_FlameTornado.uasset deleted file mode 100644 index b9abf0c6..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_FlameTornado.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:142d3f67480d87a2b858ce8fb55acb49e888b8a4969e6a41f68b21bf31da08f1 -size 1762127 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_TorchFire.uasset b/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_TorchFire.uasset deleted file mode 100644 index ee841c29..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Fires/NS_TorchFire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bdc22257f8c8279fd3115101b8f1f3134c745465297dfe9d1049a1ab8f05ed0 -size 1544768 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_ElectricField.uasset b/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_ElectricField.uasset deleted file mode 100644 index 391d0f6f..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_ElectricField.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21ed34a288713b9cc46fc0c6225818f4ba154a257972a037e8d463c53785be2a -size 2134138 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_HealingAura.uasset b/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_HealingAura.uasset deleted file mode 100644 index e7c99d64..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_HealingAura.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c9fed5e242d6abc6408b528d0f45219adf5f685a0d3a2d563546ada306bdcae -size 2406388 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_Mix_01.uasset b/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_Mix_01.uasset deleted file mode 100644 index 30e9ed53..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_Mix_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dfa78355523de820ef7d33f49fa955db60051190f0c8024749171d27a4994e8 -size 1659478 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_Mix_02.uasset b/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_Mix_02.uasset deleted file mode 100644 index 444a287d..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_Mix_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72c3e3e63d024a5e8ef2fa0d419e4aa4bad6417c4571757b69b5dd997a441ecb -size 1280243 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_Mix_03.uasset b/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_Mix_03.uasset deleted file mode 100644 index d321ce49..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_Mix_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d758168607d8ce230cb2ae645264330c191ac209d3037edef28e9fd2a2dcd756 -size 2475807 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_Wind.uasset b/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_Wind.uasset deleted file mode 100644 index ee6342ed..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Mix/NS_Wind.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4be44652bcf9b1172202724673d90177cd3946f71e890b357b270ea5d7806a2 -size 1691297 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_CursedArrow_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_CursedArrow_Hit.uasset deleted file mode 100644 index a6e7ad24..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_CursedArrow_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc9a77422f00bfc8acda7775dcfae27b392682a6c2ed234c40c40dd5afb86d47 -size 1685990 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_FairyArrow_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_FairyArrow_Hit.uasset deleted file mode 100644 index 1ea1797f..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_FairyArrow_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af3241c7577496e86973878e089d95723502f0bcb356adbaddff0df981195591 -size 1680515 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_FireArrow_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_FireArrow_Hit.uasset deleted file mode 100644 index b9fa1a91..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_FireArrow_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f59df96d380a59d6986501d36bd9ebe6b0938aad85749ebbb9af452824bdd08a -size 1600160 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_GalaxyArrow_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_GalaxyArrow_Hit.uasset deleted file mode 100644 index b1f52eec..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_GalaxyArrow_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f8e6ee7938c3f719a55a00e73956d83a08bf52fcaf84a01d3ffb63514dc9873 -size 1788904 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_HolyArrow_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_HolyArrow_Hit.uasset deleted file mode 100644 index f1774e47..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_HolyArrow_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddad0f5c60b31d6ed57a410686872314a0b8ef42a1f1433d876d8f071da8956b -size 1548256 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_LightningArrow_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_LightningArrow_Hit.uasset deleted file mode 100644 index a156edeb..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_LightningArrow_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:990232cc32b6d9f64651c4b4e4fdc226a27f9ac1e67e20ebdbe56ba6a0daa610 -size 1300290 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_LightningBolt_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_LightningBolt_Hit.uasset deleted file mode 100644 index d8b4bb52..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_LightningBolt_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5533b238dc1b1877a54ef9440f810da39ac349eb3a7f11385ac1ee5d64a153b3 -size 1798760 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_01_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_01_Hit.uasset deleted file mode 100644 index 61e633a0..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_01_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31ab42665621fb84f628b25d62903ab1fadabca60337e2d945d5c5ff3dcfcac3 -size 573460 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_02_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_02_Hit.uasset deleted file mode 100644 index 8dd1ea6e..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_02_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a2765e0b46093d70d8e97f8de2524da88eb4f5c2329b7b2204aa839e2e5a3a9 -size 2651116 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_03_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_03_Hit.uasset deleted file mode 100644 index 6fcfa72b..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_03_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6996cc3801609080e685d09f90343a93fa11085b3ea098b95bb2c3e22ccdae5 -size 2632272 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_04_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_04_Hit.uasset deleted file mode 100644 index 438402c3..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_04_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1d64f16c78c7616c81b2d593f2f9772476009493c67e61816ac34f214b49a3c -size 3069459 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_05_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_05_Hit.uasset deleted file mode 100644 index 4531ba7e..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_05_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f7d2474e5cda3db0a15e0c54cc46710998c65a248f7ea96231bb4f736902fd6 -size 2975373 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_01_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_01_Hit.uasset deleted file mode 100644 index d131595a..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_01_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cd8adf5ef6e9ae37c59e3acc68b977f656e16c942af7181ac31644aaba109f4 -size 2420421 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_02_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_02_Hit.uasset deleted file mode 100644 index 6d581772..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_02_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1851308e9f6585fdebad97c0608f89e2411cc2ef0571e502be44cc913b87998e -size 2338014 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_03_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_03_Hit.uasset deleted file mode 100644 index 0b4c0998..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_03_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:279d04e45efc6d541605c1972fa0249a1d9c2a5de335cfbf291e2fbca884e4bf -size 2335966 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_04_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_04_Hit.uasset deleted file mode 100644 index db27522b..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_04_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad16791bb693b8f2fb192f2bc4ce782c0c1ef41e35e80d2fe57631e14546b93b -size 2337470 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_VampireArrow_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_VampireArrow_Hit.uasset deleted file mode 100644 index ff7e6c1e..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/Hits/NS_VampireArrow_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf8b536a998c243770361719c86ea31eb6e36cf5ca23171acee35523a7f74a7b -size 1550616 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_CursedArrow.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_CursedArrow.uasset deleted file mode 100644 index 8538774a..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_CursedArrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c3c9b790f29e2178de819a397b777e3d79701f49b0e7bf18b7e83a2d2845932 -size 3496791 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_FairyArrow.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_FairyArrow.uasset deleted file mode 100644 index ce1201e8..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_FairyArrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b901827cd354086ed010b8f4f8703ced62aba016d7b45e2d241b30de56b24219 -size 3792923 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_FireArrow.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_FireArrow.uasset deleted file mode 100644 index 027211cb..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_FireArrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce332c5c4fe77656d628a9df85eca221595ac9676809945e2e6dc0f3658cb2b5 -size 4092429 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_GalaxyArrow.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_GalaxyArrow.uasset deleted file mode 100644 index b2de1139..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_GalaxyArrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f621e0dcb3657f8d62e83c2e89a33c92ccfb53920b61ca83e20c15692a56760e -size 2487732 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_HolyArrow.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_HolyArrow.uasset deleted file mode 100644 index a8afa4f4..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_HolyArrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad87342db38829abaf73b140e5f70d8c5d7ab89278f4f81d3bbe73b681a3fcdb -size 2640935 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_LightningArrow.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_LightningArrow.uasset deleted file mode 100644 index 2ec1ab36..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_LightningArrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:471ddcd324d8fa5783c200b5c0664348adf64924a17b93d6470b627d40803365 -size 2716410 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_LightningBolt.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_LightningBolt.uasset deleted file mode 100644 index cb25d31a..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_LightningBolt.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b06f47e0f968c1187336a6c1755da375736fe320fdcd305a367ce1efe0b7bd2 -size 2088255 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_01.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_01.uasset deleted file mode 100644 index 392674b6..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1af44256dae64b654633d736114decb5e24cfa7d7773763690369d180b740a93 -size 1314393 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_02.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_02.uasset deleted file mode 100644 index d1721397..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:204373e5f4cfb5bb9a100983c1c86d6cf11af70f65866582bb357a559b098d02 -size 1200232 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_03.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_03.uasset deleted file mode 100644 index e2d6222f..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5aa433728ca3c76d89578ded62824e51563f409aece416420e44c1472ce899a7 -size 1911642 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_04.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_04.uasset deleted file mode 100644 index a0851287..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d165900f6fdb47193b3e1779ecb270108a67a6f36e1519a03cfe4943b5691d74 -size 2175834 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_05.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_05.uasset deleted file mode 100644 index 1fb2bc4d..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Projectile_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3c59cacd971680bc00bb314277e1d4373086a6bb05f985bcdd306466cf40b60 -size 3421671 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_01.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_01.uasset deleted file mode 100644 index 6e77d4e9..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2faa804269b1885212fe3c8814b7feef9230479cb998e957841d592b43234be -size 3654905 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_02.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_02.uasset deleted file mode 100644 index 17067062..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2aeac723e4b934834e3081f689ab33b473027c3931b4f9341aaf566a4b3e9b95 -size 4010976 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_03.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_03.uasset deleted file mode 100644 index 709a92a9..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a05b624a3e634fb156054963aa57dea0724a6b49088260bccffe9c30cf5273c -size 3743119 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_04.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_04.uasset deleted file mode 100644 index 48ca30aa..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fbf7b322ebadbd7a0f403917fbfadc07c9758fe25c058d9ce002cbee4284f0b -size 4089969 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_VampireArrow.uasset b/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_VampireArrow.uasset deleted file mode 100644 index b94c5c32..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Projectiles/NS_VampireArrow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71913c9f8c572f1e06b85f1e5b1e89504e34ee0cb756f50d23d3116f4d651333 -size 3288789 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_FireSlash.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_FireSlash.uasset deleted file mode 100644 index aada0c29..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_FireSlash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8e277fd03b489693c97376e05e9c64600c650cb1cc24827e575034e6ed86357 -size 3695099 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_GalaxySlash.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_GalaxySlash.uasset deleted file mode 100644 index 4e615f5b..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_GalaxySlash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:246a5bf8ba35aace01adf6d55857c9c3b029d11aa996274f06b0b53575c4fc28 -size 3627737 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_HolySlash.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_HolySlash.uasset deleted file mode 100644 index 51763c93..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_HolySlash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df14e4fb8a67cc87982d1780468e2bb769bdff07542b3494abb6cad27867c10a -size 3692655 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_LightningSlash.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_LightningSlash.uasset deleted file mode 100644 index d94102fa..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_LightningSlash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb34fcac8f02759e45c5846b083506d82082e63a73d49a4f3329e75d8c4e4798 -size 3561557 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_VampireSlash.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_VampireSlash.uasset deleted file mode 100644 index aeeff2c7..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/NS_VampireSlash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27f68b5092aeb087b487c28d6ceeb49134247c81473ced85c03374b74f7fe63e -size 3617227 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_FireSlash_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_FireSlash_Hit.uasset deleted file mode 100644 index 21ed4d02..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_FireSlash_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f85b0084f46c6400e48cec0c166e9cf87f57c62285251d840818402579b09341 -size 1534877 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_GalaxySlash_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_GalaxySlash_Hit.uasset deleted file mode 100644 index 5382773f..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_GalaxySlash_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0345e171ff563b6b9f8adac11e1dcd13eef53bbc377285fa5359f724a2adf47 -size 1539468 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_HolySlash_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_HolySlash_Hit.uasset deleted file mode 100644 index 63ae7409..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_HolySlash_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6a437eeb577d15d2c607ff08efd23afd1733b4fac6bae1c323a2d1ecb5c51d1 -size 1957645 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_LightningSlash_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_LightningSlash_Hit.uasset deleted file mode 100644 index 94057bf7..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_LightningSlash_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ace28717bdbbdfe19843f92ddffa70b0cac38ced468a112cd7cd83e5d3e14d9 -size 1821652 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_VampireSlash_Hit.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_VampireSlash_Hit.uasset deleted file mode 100644 index c2063724..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_VampireSlash_Hit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf7aa1ff15ef77badc61222ebb9ebfe46effef335e65f592aec7a7e6bf4ce262 -size 1544521 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_FireSlash_OnlySlash.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_FireSlash_OnlySlash.uasset deleted file mode 100644 index 6b4a3b61..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_FireSlash_OnlySlash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d09d3dd4f77909cd2bb6d61f5d7d60fb5d29797209839c44c5c08b35f2133a7e -size 2102580 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_GalaxySlash_OnlySlash.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_GalaxySlash_OnlySlash.uasset deleted file mode 100644 index 88963a0e..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_GalaxySlash_OnlySlash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bdb37cb90aea1e951cb126f087f022dc69835cf7800c62e2fa4d10310f79ba8 -size 2031665 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_HolySlash_OnlySlash.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_HolySlash_OnlySlash.uasset deleted file mode 100644 index 5e8ec467..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_HolySlash_OnlySlash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7291ec44aa655a57f9e16d089215e56e726dcc03714f5fdae0d58038e4158a6c -size 1656161 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_LightningSlash_OnlySlash.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_LightningSlash_OnlySlash.uasset deleted file mode 100644 index ae5b0682..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_LightningSlash_OnlySlash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4544a3c7c3af43b8004f001eb30cdd6d9a01018aa4c363d56394cc7dfebaaaaf -size 1649982 diff --git a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_VampireSlash_OnlySlash.uasset b/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_VampireSlash_OnlySlash.uasset deleted file mode 100644 index 14a7679e..00000000 --- a/hwanyoung2/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_VampireSlash_OnlySlash.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a05353c391a1253af5415a5037fce36229f1997c9804b297595c5fe82f7ec388 -size 2021245 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Bat.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Bat.uasset deleted file mode 100644 index fa7d6875..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Bat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0004a9267b47662564b9de165a578a05f35a565416463994096deca962cb898c -size 151698 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Blob.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Blob.uasset deleted file mode 100644 index 1dc1a524..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Blob.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e0574b012ad4f937a9a6c0a11f726549cd2a235a84a809d96990735584b7d3a -size 97498 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_CartoonStarFilled.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_CartoonStarFilled.uasset deleted file mode 100644 index b03e454c..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_CartoonStarFilled.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e0e1d0eb206106a8ee7de09f2f60c1370b1a74b5fb2a5ee3179b09a61678781 -size 159609 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Circle_01.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Circle_01.uasset deleted file mode 100644 index c2e77042..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Circle_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c8e8120fb1a01e1239c280feab5adc5a79d30a4ce5440be5d681fa65e78513a -size 7183086 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Cross.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Cross.uasset deleted file mode 100644 index fadce561..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Cross.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:400145357b1cc43f92d16ac26c7702bafcd0d553bbd0996295b7aa881a9c2a7f -size 9229 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Embers_01.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Embers_01.uasset deleted file mode 100644 index 0562a6fd..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Embers_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33a6d507a4de9acd25c57805cd67e43d49ce1f1df8a6be7bb571e12adeafb883 -size 346462 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Feather.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Feather.uasset deleted file mode 100644 index 74e34ae1..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Feather.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6e209bba66bc612e7f4aeb024f9e3c6f6e093753e5a5df45d4d17e71ee303ba -size 123438 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Fire_01.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Fire_01.uasset deleted file mode 100644 index 2236ac27..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Fire_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f058a9c17aff72b60836b7c76609a7c3f3ed7f3a7a005e33cbc2e4ca35c4d40e -size 4067271 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Flare.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Flare.uasset deleted file mode 100644 index 835bc095..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Flare.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6435f459c6776eac098ca3f09c29189cccda6bf596db47996505c63446381456 -size 69127 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Flow_Tile_01.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Flow_Tile_01.uasset deleted file mode 100644 index 4c75ba2d..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Flow_Tile_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15f927d4c6496872fed3400b5ca001c8dceb32c1cde887e6341d3470d9a4286d -size 347662 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Galaxy.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Galaxy.uasset deleted file mode 100644 index 114e7738..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Galaxy.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdd8aa269b3e95f91acb549c8e49dd51a29f08855e6c49c09045d274fd681508 -size 4732332 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Gradient.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Gradient.uasset deleted file mode 100644 index bf59764a..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Gradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:984b3a5bfa3357754c0b4605930c4a4743627e4ce6e1a397956ebe05ab593856 -size 1100441 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Gradient_02.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Gradient_02.uasset deleted file mode 100644 index 269fc992..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Gradient_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de84e38bbeed8dde29eb3e4242bbe1575cfe96d3ad8b767e607d2117feefcf2e -size 1038166 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Leaf.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Leaf.uasset deleted file mode 100644 index 59d30979..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Leaf.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89fc4ce0932169885f9d4968205b957f7fff54223c42b9364c2eaca97e2ce8f9 -size 365963 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Lightning.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Lightning.uasset deleted file mode 100644 index 42afab89..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Lightning.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47609009c3778cce039c0ce4e06328f345be5256451063479a71e16f47d47012 -size 100967 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Mask_01.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Mask_01.uasset deleted file mode 100644 index 7423a11f..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Mask_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8418f7c5f580a0747c512bf7f80b2689153eb1098a0a60282532b6c1ab370b70 -size 116132 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_NoiseCells.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_NoiseCells.uasset deleted file mode 100644 index 0b721894..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_NoiseCells.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be9429d56fe6944aee51ca7ab503e8bb1e3d9eb6391226d19cf330ac006f028c -size 1504576 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Noise_05.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Noise_05.uasset deleted file mode 100644 index 20154334..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Noise_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5339a0c0a5185fec7acae69593c70180fc2b2064174e9c8c1ed7ed859b3a7fd9 -size 287461 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Noise_06.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Noise_06.uasset deleted file mode 100644 index 85ed5d86..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Noise_06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b59bb7c6da4fd4a319c1adbcf2edd161967f21d6f0a948e2e7fccc4333d5a9c6 -size 258527 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Slash_01.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Slash_01.uasset deleted file mode 100644 index 0544955e..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Slash_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65a0462680c8ddf05c8690bb1fd4323913e8e621c21023432c4cfe95ddc66a05 -size 117678 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Smoke_01.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Smoke_01.uasset deleted file mode 100644 index 978b5f06..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Smoke_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d755d5a39bc866e54b9e39bf7caa8d2a0e2d6c406627b8d142fcbb02fd2e13eb -size 294663 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_SwordSlash_01.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_SwordSlash_01.uasset deleted file mode 100644 index 50da1775..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_SwordSlash_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91aed454b45de4e33862b6280028e324959d43d38c22db3187b41a05b5132405 -size 139439 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Trail_01.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Trail_01.uasset deleted file mode 100644 index 9cd9d5c2..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Trail_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07ff8fee9b9004d8f51a1b7bfdb28ef04e531e3f4c2ae77af76b8827554c8efa -size 207819 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Trail_03.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Trail_03.uasset deleted file mode 100644 index 99f4c527..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Trail_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4f1666e2737fb050675cfbcb68db23ac6f4126766d3d851dc4d9ab3d390a4c0 -size 313613 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Trail_04.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Trail_04.uasset deleted file mode 100644 index e55e6f4b..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Trail_04.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:956941f72b781b97fb9f90a701721c56bb7a137ac681f11389d53d9c19805910 -size 169743 diff --git a/hwanyoung2/Content/MixedVFX/Textures/T_Trail_05.uasset b/hwanyoung2/Content/MixedVFX/Textures/T_Trail_05.uasset deleted file mode 100644 index edf5e15e..00000000 --- a/hwanyoung2/Content/MixedVFX/Textures/T_Trail_05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:201f6a4f799ad622352345892bf9a7297bf76a39e1d06eced41369bdfa62aaf1 -size 637491 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Bed_Clothes.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Bed_Clothes.uasset deleted file mode 100644 index 0ccb9c4d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Bed_Clothes.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7d36287ca14aeb7614037fa71a70abfccfbd68dc736067e44f1ad0b4ce76cb2 -size 13035 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Chimney01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Chimney01a.uasset deleted file mode 100644 index 2d9b470c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Chimney01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bab7ae4497c36a8f05b128a74fe2bc6a79471c20b5a52140571c9060ecd43789 -size 15154 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Closet01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Closet01a.uasset deleted file mode 100644 index 3b925947..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Closet01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0f694d7a747b487478660b99b26fe89a4fcf07cc096a68c75865dfc4f2c61c2 -size 14054 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01a.uasset deleted file mode 100644 index 77bd0b11..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9819b7585b06edc521b182933d956b9968b62800005f584121ba5c09bc5feb7b -size 15598 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01b_01.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01b_01.uasset deleted file mode 100644 index 851d6c1a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01b_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d2e250b2785fea1244b21323afd197af58242002dc7179c3fd68ffb3bcd5488 -size 14159 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01b_02.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01b_02.uasset deleted file mode 100644 index a1aa51a8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01b_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fcdb66194724396863ceabcce78573c651003fd932c167956461dbeeeb94696 -size 15187 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01c.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01c.uasset deleted file mode 100644 index dc179086..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01c.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d1bae688af02ef69d6ac75f894422d84f8f0ecc13fbba0a7ca1d2e0cc5a2129 -size 12380 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01d_01.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01d_01.uasset deleted file mode 100644 index 8a081e1a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01d_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89b59755905ccb7ea1dcaff377c827512b0081f358bab810110f50eae1425590 -size 12783 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01d_02.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01d_02.uasset deleted file mode 100644 index 13f68803..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01d_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f31cfee806a862430d1251f4a13c6a468b886183b9af67fdabeb2b9f444ea60 -size 12771 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01e.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01e.uasset deleted file mode 100644 index 52dc7412..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01e.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbd26847d4421c0c90eb35e0102663dda2e95f945968240928a28b7b9cf3c30a -size 15756 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01f_01.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01f_01.uasset deleted file mode 100644 index 2c585861..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01f_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b131a54f07d0a337808838bfb0bdc4ff071e552cbd90773fa9e04689fb681003 -size 15645 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01f_02.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01f_02.uasset deleted file mode 100644 index d4a033d9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01f_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10c9ba6651ed931fde5e93b5a85337e93537e20a61acac8e556767df306ef70d -size 16232 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01g.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01g.uasset deleted file mode 100644 index 1f8fdabf..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01g.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10816e3da3113a5fd8e334f46fc7c1f7e1840a790e11e653e0553d514ed811b6 -size 13222 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01h_01.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01h_01.uasset deleted file mode 100644 index 8024030e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01h_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76551934dce622f564ce2e9663307144d5cbcc5cd76a8ee3def76b7513b84500 -size 12650 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01h_02.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01h_02.uasset deleted file mode 100644 index 0f8f4daf..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01h_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcae399d827027ef7422f3f5f0099edf04818082addbb760cbba431de995c181 -size 12643 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01i.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01i.uasset deleted file mode 100644 index 35b7d8cb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01i.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1a00cca3d3332d04d1c90ba00897b67549dd5710e9455d87a97f2ef0022c257 -size 14118 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01j.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01j.uasset deleted file mode 100644 index 3e4110d2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01j.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:793b2d079e74a566c6ac9ef8e4060e22f3fd493aeea89f230a05c21a9d1d20c1 -size 14494 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01k.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01k.uasset deleted file mode 100644 index 22a317ed..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door01k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd6b0b4e4327a8489a8b3c3b811120282bb08d4b74d6b86bc1b7c16b1f4b4e78 -size 15493 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door02i.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door02i.uasset deleted file mode 100644 index 47b5ab7d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Door02i.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f1738d49e1484005fa7c38ef8c617280d5b409b7594a7511419856b73e28c02 -size 13132 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Floor01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Floor01a.uasset deleted file mode 100644 index 98e75ed9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Floor01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40fef43fa4a5b7a3196f62d89a5649afa790c34e350d77c2f97660158b2dae4b -size 13657 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Floor01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Floor01b.uasset deleted file mode 100644 index faa483d9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Floor01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b76dd9ca810e799dc5f8780cc6d6aeb07f5a5e68b9605324166cd4aec81a063 -size 16723 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Floor01d.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Floor01d.uasset deleted file mode 100644 index a9a9d132..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Floor01d.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5089084b9b1160767967a13e38e23e65defd1b90126343434a4feaab16d7c087 -size 16033 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Ground01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Ground01a.uasset deleted file mode 100644 index f7e3acd1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Ground01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdfaa36994ad54538128da184e4e7b580e2a3e6a3087f19ad327f76afa0796bb -size 13104 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Ground02a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Ground02a.uasset deleted file mode 100644 index 4f84b4e8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Ground02a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:009f26c348e582040c1649b26182294a51a2e7a56e6e7499ba7f0173d35102f6 -size 14107 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Landscape.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Landscape.uasset deleted file mode 100644 index d9122a15..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Landscape.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29614e8a1f157bf25c8ea0c44930d5aab74bbb059d83ad3b889c007e080092a3 -size 11015 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Ox_Mill01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Ox_Mill01a.uasset deleted file mode 100644 index 59b4903b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Ox_Mill01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82f2eea5885a6835d3f024ba28a2d2c39a6828f761e8d60f4c0de3ee97502700 -size 16186 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar01a.uasset deleted file mode 100644 index e67c4374..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb0e07d918f54c384054a0525890eadb964a9fcd384ad39a8e16cfe39949b23c -size 14754 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar01b.uasset deleted file mode 100644 index 18799625..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e2be36e442db638e001854c4fb15bc4c26067a05397c74c000c20c5c67ed79c -size 18111 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar01d.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar01d.uasset deleted file mode 100644 index 285bef27..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar01d.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b239bc674ad099fcf31b18602c1c6ff29d997463be2938de2058a8b1ffc12d1c -size 14420 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar01e.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar01e.uasset deleted file mode 100644 index 053e75db..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar01e.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3344a5da5df8ed309ba9524b69771949ca91510777479789cbd2c16c68c02c2c -size 14081 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar02a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar02a.uasset deleted file mode 100644 index 4a49a43e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Pillar02a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b59ce6d6eb190cd20be177485362164026df2a63d5178bb082e8738e9ca9796e -size 15294 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Roof01a_01.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Roof01a_01.uasset deleted file mode 100644 index a920d478..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Roof01a_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73412dcdbeaea16553dcb6250a679c851b1fafc404755a2e13a33e351b247814 -size 19442 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Roof01a_02.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Roof01a_02.uasset deleted file mode 100644 index be7f1209..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Roof01a_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e297663a9676cd78b8cc5aa79c096989ee7db914a2a0b04687a16d168fe3ea9 -size 19280 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Roof01a_03.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Roof01a_03.uasset deleted file mode 100644 index 372555db..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Roof01a_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62c02318316871bc1cd8af4942480fc72964b7c94c83e80270e983cf9a0d3b0a -size 18694 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Stair01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Stair01a.uasset deleted file mode 100644 index 1c58a4cb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Stair01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:092b29cab83e68d0024a28fe23d2ec66d7013c99de3c6385ae8da5b7594e79a6 -size 14560 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Stone_Steps01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Stone_Steps01a.uasset deleted file mode 100644 index 66ffb549..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Stone_Steps01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b264fcd54127ba9f93be21c664f4ea620d438045fe5591e0c72ca812518e63ea -size 14210 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Wall01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Wall01a.uasset deleted file mode 100644 index 66504c28..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Wall01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31740073316741439c6b65c2382a3a321c678ac961a436472153d62c33dbed60 -size 13147 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Wall01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Wall01b.uasset deleted file mode 100644 index 5adee83a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Wall01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:244589c4deaf124b49741f32c59ed941c8f30c63042c2ea234529391cdc932a4 -size 15665 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Wall01c_01.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Wall01c_01.uasset deleted file mode 100644 index d7b4b127..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Wall01c_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95ed1f2dc582c29d0c2ea27492d0e11fe717e0106b54661fbf500eec451f4adf -size 14737 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Wall01c_02.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Wall01c_02.uasset deleted file mode 100644 index 66ea358f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Wall01c_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:280040d8fa3f12e79cd52b88452d484f106f234396ce72fa001279425d151bc3 -size 18978 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Watermill_01.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Watermill_01.uasset deleted file mode 100644 index 16f57012..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Watermill_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:991c63724b8346dff8c1068d3cbdf481b0d42aa8c5a5c0d2bc7f439d1f54920f -size 17981 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Watermill_02.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Watermill_02.uasset deleted file mode 100644 index bf466259..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Watermill_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cad3305cdeaa2eec36b7b7d93f132be5ddc184beeaf8d615bf6144b53135adab -size 21362 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01c.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01c.uasset deleted file mode 100644 index b3799bc1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01c.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31081366f92568f3c8fec2f80ca78ac197a41c904d29c12d5e91203541de9284 -size 16209 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01d.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01d.uasset deleted file mode 100644 index 439168d4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01d.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f618460ecfa35b11eb47fa0f036402b89e23f990682a74b6d23cea6325c8c0bc -size 16559 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01e.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01e.uasset deleted file mode 100644 index def448c7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01e.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e6d4b7deb8b988049b726a523056ba6f77d6c86ef840a5afeaab8dfdc8c1b9d -size 15399 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01f.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01f.uasset deleted file mode 100644 index 0503bb7a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6ddca539351dbd4dc68e0a9c184f6922c4841bbc5050aacb887220c9134df37 -size 15415 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01g.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01g.uasset deleted file mode 100644 index 80e7730f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01g.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36e3cc3e1f14776b2169737bf5a261fea12626eb7dd9b253b7204f569d39cba1 -size 14280 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01h.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01h.uasset deleted file mode 100644 index ea7f285f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01h.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdb9743c2807a8d7e1fda5839bb7ab676a508c38d2e207af51fb5f1892b4d783 -size 16463 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01i.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01i.uasset deleted file mode 100644 index ac2165bd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Instance/MI_Window01i.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0273209b31bf230bb2c53637bc4c207bff49c7df918349d29e06df1e0e59d8e5 -size 16694 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Master/MM_Basic.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Master/MM_Basic.uasset deleted file mode 100644 index c67c89ee..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Master/MM_Basic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be45216562a90693d8169f2a5b435db822b30a0dd667afd50c0a132fb2cf170f -size 33863 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Master/MM_Landscape.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Master/MM_Landscape.uasset deleted file mode 100644 index 5a208818..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Master/MM_Landscape.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a305871ec70bf57427abdd32b22153a37f77a4c649275b7376f95f822089c09 -size 28758 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Master/MM_Opacity_Mask.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Master/MM_Opacity_Mask.uasset deleted file mode 100644 index 9b635f32..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Master/MM_Opacity_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ab7810622ac440d3375273713be3ab075f390dbf9f03c2fe2cf262ecf330465 -size 34727 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Master/MM_Prop.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Master/MM_Prop.uasset deleted file mode 100644 index d65490fa..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Master/MM_Prop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d5597cac488896cd37e6a4ecc33d3895874249f71f85f375fd30f76cae87252 -size 27712 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_A_frame_Carrier01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_A_frame_Carrier01a.uasset deleted file mode 100644 index a5d3a2b9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_A_frame_Carrier01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:659a038a353ae00fe4e58b9e2730446c38b61a81131b764c607e7a2597c0474e -size 17228 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_A_frame_Carrier01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_A_frame_Carrier01b.uasset deleted file mode 100644 index 5ad27c8e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_A_frame_Carrier01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:813397b4c98c523b0afb22f5297195cb16902ab9152650e2012a98b88f720053 -size 14381 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Anvil.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Anvil.uasset deleted file mode 100644 index 732d91d5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Anvil.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:155cf322c534ac1db6a632bc8c3f618cb45f9ddea84a4b548dde72dbf1557848 -size 13460 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bamboo_Basket.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bamboo_Basket.uasset deleted file mode 100644 index 4b10db53..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bamboo_Basket.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10b232d1cc728bef40d6f6df2f69333963acefabd1f5e2e77510f0f466c1db17 -size 16353 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Basin01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Basin01a.uasset deleted file mode 100644 index 5450ce7b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Basin01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc3756a00d629d256b5855b59782be12d7ffc59ced23396895f3c7fccfb45d25 -size 10881 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Basin01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Basin01b.uasset deleted file mode 100644 index b7faf968..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Basin01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82d7f8130de8ec6cc57edb2832c312f6a358e64a9b9d7de51b4c45c29b80d9a2 -size 14284 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Basket01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Basket01a.uasset deleted file mode 100644 index 346c1968..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Basket01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f6ef0e9b3b09fca20bf268dfa934dd10906f9e3c090de621130fd3a68a27dcf -size 17476 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Basket01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Basket01b.uasset deleted file mode 100644 index 8885a4aa..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Basket01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2cfdd08617994954751ebd3f6a1840f8a498f290fcfefd5a08aee44214c7ebb -size 14088 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bed_Clothes.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bed_Clothes.uasset deleted file mode 100644 index 0a03eaf4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bed_Clothes.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab6e215552f99a8c648417b31c52f1f5f98d9ab3b60bdcd749de066a1d771183 -size 11330 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Beef_Jerky.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Beef_Jerky.uasset deleted file mode 100644 index 3860c498..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Beef_Jerky.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb3e1fb4b0ef8bfc8899f63d05a9d2d6a2f1752196ebc1b84d53364f93ee2009 -size 14955 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bellow.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bellow.uasset deleted file mode 100644 index 6a5a3fc6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bellow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fe32c3270837702cf168c058d24eae594e8812414aa97d3b9428057e2c48410 -size 11997 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bibimbap.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bibimbap.uasset deleted file mode 100644 index 745b8454..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bibimbap.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39eaaa403246b464060bd794a6cdb76894fd7177e46abed5f286d9f5cf8d77e0 -size 18505 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bottle.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bottle.uasset deleted file mode 100644 index f3e2ad93..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bottle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfd29f56186b5af6c27586c03ca1b3890051928a30b7e1f1ce778b19ccde1c35 -size 13245 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bowl01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bowl01a.uasset deleted file mode 100644 index d531325d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bowl01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c98b887630504f7aefe76df62a26a1e48bb088d59fe8003a2acd2e6900c4798 -size 12078 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bowl01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bowl01b.uasset deleted file mode 100644 index 2fde91e9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Bowl01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb6549a69523e6e092173029fa3b41b06c7e26290cc9dd5163a67fbd0113c317 -size 13045 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Brazer.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Brazer.uasset deleted file mode 100644 index 62882713..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Brazer.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46d67c353fc42175715a5cb7c0852299ef14a5058a514325750d97c095e25564 -size 11114 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Broom01a_01.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Broom01a_01.uasset deleted file mode 100644 index ac27455a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Broom01a_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:760e193992195d9b792053682475518328fe11fa096290941e97b70c1e7a641a -size 14533 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Broom01a_02.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Broom01a_02.uasset deleted file mode 100644 index 35b40f38..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Broom01a_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8ed4a9457d9ee2050a8430ae546753d2c7e5e3b8b5f1d14eebb6193650d98ce -size 15836 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Broom01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Broom01b.uasset deleted file mode 100644 index a63f6096..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Broom01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:069e8cb1a04c3986201a63d7bc4790b4e58880a7b0add58bb229fdd874972702 -size 13039 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cabinet01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cabinet01a.uasset deleted file mode 100644 index cb681ff6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cabinet01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64f322193ac2d5093ae0e0be3795d903885be6bca32836a093c991ab0ec8e4ae -size 12197 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cabinet01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cabinet01b.uasset deleted file mode 100644 index 0df6158a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cabinet01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63021b45912d881e902e2d3cc528304c45121e7adb848268225b4240435026d9 -size 12994 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cart01a_01.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cart01a_01.uasset deleted file mode 100644 index 4dd64155..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cart01a_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09018f45dbf6209faf6ef85e23438d5ec2b8e4437b44b31b05d00583618da893 -size 18839 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cart01a_02.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cart01a_02.uasset deleted file mode 100644 index 66954287..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cart01a_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5dcfc57d435845bac25858b2ff6a4e0afae07b8b590152c535fd10902c88bed -size 19152 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cauldron01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cauldron01a.uasset deleted file mode 100644 index f0ec22ac..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cauldron01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e971d9a38277ea65bd7d8f0d291c8a5c1c43fd63fac7e6edb4b165dd19aa93f3 -size 13267 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cauldron01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cauldron01b.uasset deleted file mode 100644 index ed6acdfd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cauldron01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e9598914cde6e3e8873967ceacebb1652b6bd6f48fa4107fc189dd3f679a52b -size 14177 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cauldron_Lid01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cauldron_Lid01a.uasset deleted file mode 100644 index ef6ab1e3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cauldron_Lid01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dc9cf29522093e2dcd49ea84068eabdd244facdde646f5e0b8c629362d3b615 -size 12529 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cauldron_Lid01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cauldron_Lid01b.uasset deleted file mode 100644 index 10b9061c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cauldron_Lid01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5566bd9a04cf247a777671d18a08b1b8cfdbfd799bebb27f4e236cfc80e2717 -size 16000 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Chili01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Chili01a.uasset deleted file mode 100644 index e86e6edb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Chili01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c5cad130bc5e61085ea3d30df26eeda6bca493b3d1dbb3b4db974f6d3b22916 -size 11994 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Chisel.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Chisel.uasset deleted file mode 100644 index 1eab97e2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Chisel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b74fbb7b1a3b716f90f7542bd71b1870e820d2fa7ef203b4521f5479f1455b0b -size 12653 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cloth_Roller.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cloth_Roller.uasset deleted file mode 100644 index 528bfd64..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cloth_Roller.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:993d41b886f1879bd5506f98a59cc8c79224c7c63b2436d081903edc0dc44a15 -size 11397 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Clothes_Rack.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Clothes_Rack.uasset deleted file mode 100644 index 633a0d4e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Clothes_Rack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ab5d9b0648fcfeac05ed2d0fab1e017da7a036df36c07addb3eda6c7993e3d0 -size 10394 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cooked_Rice_Bowl.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cooked_Rice_Bowl.uasset deleted file mode 100644 index cbd339c5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cooked_Rice_Bowl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97c18b213b02227745d40a81e2cd65ff144272013113b21744956e77d17d1bc3 -size 13271 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Corn_01.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Corn_01.uasset deleted file mode 100644 index 6a5bdb8d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Corn_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0841f917ad37783cf48cb9601c02cab93742ed08283536f353aa8400797fc949 -size 16916 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Corn_02.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Corn_02.uasset deleted file mode 100644 index ea120448..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Corn_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5042f465a21674ba722b09a5527b02e2b8c3ee98ae108a192c837cdb1987583 -size 13029 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cup.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cup.uasset deleted file mode 100644 index d2929a5d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Cup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01d3f508c6b0377ed0e03b2c2189712e5c6e304248c396db656dee239d9b5d70 -size 12921 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Dishwater_Bucket.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Dishwater_Bucket.uasset deleted file mode 100644 index a7bac7ab..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Dishwater_Bucket.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b72d1aa33f001c6de6312eaf1f838fc3c7e1c91af7dacc7039f91d24d73ebd29 -size 15895 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Earthenware_Bowl.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Earthenware_Bowl.uasset deleted file mode 100644 index 8ba8a64c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Earthenware_Bowl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41783a36d5cfc9088f0e1fdddde59f259ded03730aecf410810e61172783d23b -size 13470 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fire_Shovel.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fire_Shovel.uasset deleted file mode 100644 index 70e4915f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fire_Shovel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22bf40fe8b4e7fc2f1c1ab7ed620b96209723ec8f387589e8049ccaff364fb3d -size 10592 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fire_pot01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fire_pot01a.uasset deleted file mode 100644 index dc4bf7ca..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fire_pot01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e5585c64521e3ebeeea95dcead21dd65599b992e640d96f2d3fdadd1f70c25c -size 19345 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fish_Jerky.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fish_Jerky.uasset deleted file mode 100644 index 047054de..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fish_Jerky.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94072df4461d0dfdc27b4f47aeb727da806bf0e168b8c22ecf7c84655a673746 -size 18834 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fork.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fork.uasset deleted file mode 100644 index 61341bc8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fork.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccd55100bd4cddfb59e2129f0fd5d344d847f07b9427cd8ab9adfc7a8be7eb1f -size 14058 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fulling_Block.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fulling_Block.uasset deleted file mode 100644 index ade22620..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Fulling_Block.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de0b2f2a47a9f593e8ccf732d5d6628ef8e150097628a81fd822db032d5d2b8e -size 12844 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Garlic.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Garlic.uasset deleted file mode 100644 index f2282c9b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Garlic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:729ca4d6d2200b3e6105191efde028f5e5eb53829d8ff3209091bf14b4da671b -size 14333 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Gourd.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Gourd.uasset deleted file mode 100644 index 2a69a410..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Gourd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97a112e556a7fde5726b4f94daa46ad17d25cbd147588dc81be80db78e4911ff -size 11770 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Grain_Rake01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Grain_Rake01a.uasset deleted file mode 100644 index bdee57ba..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Grain_Rake01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d460c3b5c8660dd436f0334338f93bf02475bc5127d41229a38442d5e4a772ca -size 14686 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Grain_Rake01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Grain_Rake01b.uasset deleted file mode 100644 index bbc83cb0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Grain_Rake01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2d8e1dfb2d9a6f8cb8bd350970f9cbffe020222be73384510e512b42b23575e -size 15873 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Haejangguk.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Haejangguk.uasset deleted file mode 100644 index 7d0d8884..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Haejangguk.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d04df624fb0a1d20d3f42152a93d8950814c27007696b2bdb034707e4d7f6cb -size 15446 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Hammer.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Hammer.uasset deleted file mode 100644 index 77824f26..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Hammer.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2c1257495147b956ec87c2dffed99b3a96e5c3205eb9b64e210e41e5160f652 -size 11650 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Hand_Mill.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Hand_Mill.uasset deleted file mode 100644 index 867ab9a4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Hand_Mill.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ba5494b88d6f743cbfc81ac95cf476aee01d9d5b51f3d4db3f39f6fd0852877 -size 17105 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Irrigation_Bucket.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Irrigation_Bucket.uasset deleted file mode 100644 index af12e3ac..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Irrigation_Bucket.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e14ac5efa4d8fd0d1b0be7da80970bfbea22b633e2a0e1990b556d352e4e3243 -size 16257 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Jar01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Jar01a.uasset deleted file mode 100644 index 47fdc0c7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Jar01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e9289da47c7841165831641182d625886af5df04c6ebcd5a187d2b53f8b9bee -size 12048 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Jar01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Jar01b.uasset deleted file mode 100644 index 92137bad..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Jar01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e067c36af8378a1991f376b785ead362c06f67296eca1711cdc088adccaa904 -size 12492 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Jar01c.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Jar01c.uasset deleted file mode 100644 index a8dfb618..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Jar01c.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:355c9fea24751e6084906ef6baa3558118d1c6febd1e023e4b3f45e142b21b19 -size 13183 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Jar_With_A_Spout.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Jar_With_A_Spout.uasset deleted file mode 100644 index a91b4393..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Jar_With_A_Spout.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efc399749c4e2d31dbf462c3b724ead024f99fad8db690d5eba587f51363105e -size 13194 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Kimchi.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Kimchi.uasset deleted file mode 100644 index d70813f8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Kimchi.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e972e18c89bef91e8e5135c1863ce8f35ca8b8a522f60cf7ee3478d42bd91362 -size 18397 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Kitchen_Board.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Kitchen_Board.uasset deleted file mode 100644 index 5b1ec41a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Kitchen_Board.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31dc66e48683354038072c8dd2aa5f16ccc7adadd6e0ab01e01b76d50907d3b9 -size 15264 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Korean_Cabbage.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Korean_Cabbage.uasset deleted file mode 100644 index 59152d1b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Korean_Cabbage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5102fda6ffab048164ddad199ee99b3067163672c0922d5312467bc1c846fee -size 15570 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Lamp.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Lamp.uasset deleted file mode 100644 index f51ee144..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Lamp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c28629f94cdb4bada4140c783023613fcc8926f7deaa27905fa8a9e64aa77ca -size 12378 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Lampstand.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Lampstand.uasset deleted file mode 100644 index e203786d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Lampstand.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ce2bc19ad4005d0f81ef20c4e9161d22e7f4930700399d44ef2f7476949798e -size 12050 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Large_Scooped_Wooden_Bowl.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Large_Scooped_Wooden_Bowl.uasset deleted file mode 100644 index 82ef22f8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Large_Scooped_Wooden_Bowl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fd44446fb86f04eac13044bdee2056703ca5ac68b13afa560eaca61b77ad713 -size 14896 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Low_Wooden_Bench.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Low_Wooden_Bench.uasset deleted file mode 100644 index 1db11a9e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Low_Wooden_Bench.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1657b374f45bdf406e8a36ff7cd0901a365e1d40786f56483fda0909818b26d -size 15204 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Manure_Container.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Manure_Container.uasset deleted file mode 100644 index c8acd2b0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Manure_Container.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fa3486b1833beb63f74c8321addb609b2a480938ce664d2ede77aba55d78bab -size 12748 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Map_floor.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Map_floor.uasset deleted file mode 100644 index 8aad2f45..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Map_floor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:578575ed4970e1ccd22bb554b69d8ddede5a264089cf3bccf822f9796286456b -size 8809 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Mat.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Mat.uasset deleted file mode 100644 index a08316af..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33ba57dc81e1dada957873a96d35b05dab3c19a3a48e540a546ca9fbbaa13a07 -size 12142 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Meju.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Meju.uasset deleted file mode 100644 index b6c4d751..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Meju.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:485cedb417cfaa20d736047cbf351e2853a7f8d622eca7030a7c58fd54bdf95f -size 17390 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Mortar.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Mortar.uasset deleted file mode 100644 index f2f84c36..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Mortar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9db6f32cba78b8a3ada7e2384e511b217b99657224e79421664ee3b81668bff5 -size 13717 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Mung_Bean_Pancake.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Mung_Bean_Pancake.uasset deleted file mode 100644 index 308b9cef..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Mung_Bean_Pancake.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:989603447822932572cd5d19d0292aca680fab61d197915b04968ee6e724bba8 -size 17467 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Net_Bag.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Net_Bag.uasset deleted file mode 100644 index 02073afc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Net_Bag.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c527b874b19e07b2e9fbeb22dfbe7b399295f2cff9c2deae1553a4fc9b570a4 -size 19366 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pantry_Chest_01.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pantry_Chest_01.uasset deleted file mode 100644 index 91eb0c0e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pantry_Chest_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf035e3ea6fb3a5b9dc4bcb1f3bca938f4faa1418b1c4787ab65a467a2c2f82b -size 16025 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pantry_Chest_02.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pantry_Chest_02.uasset deleted file mode 100644 index 9312361e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pantry_Chest_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36ecacffd32b4d3077c631bff58ad8e75f7554bfa6706522457d639996e3f3f2 -size 13514 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pantry_Shelf.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pantry_Shelf.uasset deleted file mode 100644 index 17a9b76b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pantry_Shelf.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:658b82a865cd08ad67637ed0ae81b2bbd687bd7acc84d6bcba50b5d261cc04c0 -size 14974 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pestle.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pestle.uasset deleted file mode 100644 index a95a0823..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pestle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1ef796c629f8dde59c004ae87753e521000f0d86fcf48b1231c098abb17e63c -size 15037 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pillow.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pillow.uasset deleted file mode 100644 index fb522be4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pillow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:807c84c09a337f5804d2956b29a3b1faf7d2f89f4ab5782da9604f4534336b87 -size 12730 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pincers01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pincers01a.uasset deleted file mode 100644 index 3da09c46..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pincers01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b41d209630840363593a16fdc04e98119083f7668959edb320c90a44935c92a9 -size 12848 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pincers01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pincers01b.uasset deleted file mode 100644 index 4354f2dc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pincers01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b6e37f1ce20baea7c04e0c6ceebd46447efc4a1e8368a9644bf421157171746 -size 12789 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Plate.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Plate.uasset deleted file mode 100644 index f3524809..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Plate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d876a3052f1e95894934c03cf762744fc8a9e0203e0176e24729d1574fdae792 -size 12708 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Potato.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Potato.uasset deleted file mode 100644 index c643c672..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Potato.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f0950f3890d9dd5d524ca7df1be175571601c4085523cffdedc6a148031ffe3 -size 12790 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pumpkin.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pumpkin.uasset deleted file mode 100644 index 07b1d850..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Pumpkin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46d84a480d59b43f22579774a3ff1700f1459664cb5680aef1f475964aea2ef0 -size 13862 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Radish.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Radish.uasset deleted file mode 100644 index 87e0ef3b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Radish.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fca02776e6a6b05b770924d787bb652577b2c770ba62b77fbcb4e298847b37a4 -size 12073 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice.uasset deleted file mode 100644 index c9a8992f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eef845ceaf8a6cc73cf51505dfcba197289a734e3a94ce0dcf02c17bf1ee3116 -size 18820 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice_Chest.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice_Chest.uasset deleted file mode 100644 index ea3fe2dc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice_Chest.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cb5add06d478fb66394fab0781d8b17af2a3435d87f2373d23346263121b728 -size 15784 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice_Soup.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice_Soup.uasset deleted file mode 100644 index cd1dcc7a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice_Soup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1058c31cb2eadddf1b1aceff9b5302b746b0121c156d9af93e66c6c201acdcc4 -size 19434 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice_Straw.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice_Straw.uasset deleted file mode 100644 index 3d1c172a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice_Straw.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b53dfa59a532a8bb421f7d1e5a5fe728c7e9ff5b23f5a1b641087ed3a342c1a -size 11922 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice_Washing_Bowl.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice_Washing_Bowl.uasset deleted file mode 100644 index ffe3f595..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Rice_Washing_Bowl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b54ef5510c0241ac4d2d61787e44bc63010eee6aaa2b2b3a405c57232f1ce245 -size 14076 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Scoop.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Scoop.uasset deleted file mode 100644 index e10a3788..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Scoop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2156e7b0f3884f8289db2aa6c3ddaff5b742db578197eaadf7554a21bfbcc3b4 -size 13147 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Seive_Support.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Seive_Support.uasset deleted file mode 100644 index a2c4d6f6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Seive_Support.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd2ef00739ff87dc54f17b88d59ba96376670eaec49f9b5c9b114cb60b4f9660 -size 14862 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Sickle.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Sickle.uasset deleted file mode 100644 index 6c7f134d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Sickle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22c13e8096cac655243bdde2ee1f1d5a5b9e724c052458cf8346aa44c043180c -size 13117 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Sieve_01.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Sieve_01.uasset deleted file mode 100644 index 7d7b8a9c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Sieve_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bc1b8c0af627c9e65c080ca7833712c1a6992ddb730b1a91a917b12f07303e6 -size 13791 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Sieve_02.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Sieve_02.uasset deleted file mode 100644 index 4c60aff0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Sieve_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69c9cb76dad63c889ea712bed45ebc51d6c5515b9c6ccfb5f55006fb5480ef5a -size 24325 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Small_Dining_Table.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Small_Dining_Table.uasset deleted file mode 100644 index 13a02a26..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Small_Dining_Table.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a7344527f03022501699752970bd57bdc04ab9f40458be6509273454a926fd1 -size 14666 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Small_Plow.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Small_Plow.uasset deleted file mode 100644 index b5f493f4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Small_Plow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc54daa73bbc974a38a200c7a0bb6257556be5a598cc42e0fdc5ad43e1340b22 -size 14933 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spade_01.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spade_01.uasset deleted file mode 100644 index 9ffd4c08..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spade_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7985e8b05fd591c5f5059e83b45340c72dd9877ba6ed5738e6ec7b8172cc13f -size 13529 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spade_02.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spade_02.uasset deleted file mode 100644 index 644c1152..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spade_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f880be1c5f5b876c691497f4edd7c88fab1b234e7fba1a8d85560223d3252411 -size 16618 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spade_For_Irrigation_Work.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spade_For_Irrigation_Work.uasset deleted file mode 100644 index b4b9b9e1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spade_For_Irrigation_Work.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0628390aa3d24cfe52e0751364ac3237a8daa189af4f80609442a2f06b3eff89 -size 14680 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spoon_Stand.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spoon_Stand.uasset deleted file mode 100644 index 39fd5159..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spoon_Stand.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7582a0d49cd05c790af729e111bae5f5dc01e44c199e2a8985775d9186fdf49b -size 14631 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spoon_and_Chopsticks.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spoon_and_Chopsticks.uasset deleted file mode 100644 index 532752e9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Spoon_and_Chopsticks.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de287e7199b8fbbb954931db4c9c4326939af1ee7b73f889d1ff3ae06eac5ec7 -size 15007 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Strainer.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Strainer.uasset deleted file mode 100644 index 613c31f0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Strainer.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bde7773019d808e109ef65f789019d08be0d8e7de053a1d1d86e731002a0dfa -size 17082 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Bag.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Bag.uasset deleted file mode 100644 index 4c580096..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Bag.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b330f2f0d8e3e8e9a67f3d09a955e4f5e955132554e35a3ff7b3852ecf0da09 -size 18025 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Jar01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Jar01a.uasset deleted file mode 100644 index 404bfbf0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Jar01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46cd4f43894edc4d88e473f008cb011165d35b127961a551c7537b0c81dd7ac3 -size 19201 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Jar02a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Jar02a.uasset deleted file mode 100644 index 5ba4f671..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Jar02a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecd296c5a6d676ce1d4a9379e3c3eed4c8f1705df36c4a5fe7f176cf67ee66cb -size 17364 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Mat01a.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Mat01a.uasset deleted file mode 100644 index 30d76c12..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Mat01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:940a51b10a8362bdf8d817838e3b27e9903cf6f281dfc368e9dba8a462fa1680 -size 11706 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Mat01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Mat01b.uasset deleted file mode 100644 index 5b74932c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Straw_Mat01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dcb9e26ff35f9f0173e443ab71764c79856077d6333665645d1d751a1ce4c7b -size 12789 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Sweet_Potato.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Sweet_Potato.uasset deleted file mode 100644 index 328e7900..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Sweet_Potato.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01ebf223810a89a4e91f7e2cd12535f23f97e1248805061ca18c00f112565bad -size 13531 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Water_Jar.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Water_Jar.uasset deleted file mode 100644 index 49ef3533..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Water_Jar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b42d46734e9d0d5ead775b0d56de3553a8d6a424f61963d509e009635c94b7f7 -size 15049 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Water_Scoop.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Water_Scoop.uasset deleted file mode 100644 index dadfe9d0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Water_Scoop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f6becb82f98ec0e53dd269ec164594f83db6b42fbd33d9cad525fbd00b40682 -size 16305 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Weeding_Hoe.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Weeding_Hoe.uasset deleted file mode 100644 index 047d199e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Weeding_Hoe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:323392ee96d3a34a0d8c1014da3d0aec1b299a7cf413e5c619e42798437c0a8b -size 13080 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Whetstone.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Whetstone.uasset deleted file mode 100644 index 67c2d497..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Whetstone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b1d447791712bc5b13d57a67050c7bfff28e878900f5b6159bba3c4859b87f6 -size 13278 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wicker_Basket.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wicker_Basket.uasset deleted file mode 100644 index b28c7a05..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wicker_Basket.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa4fb2281d5ae3ae046686738e12cdef8e4b9f89e08d4c3bc9f3d9d8192399f7 -size 13193 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Winnow.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Winnow.uasset deleted file mode 100644 index 71e8c5ab..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Winnow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c54d45f5a654e9f9c004ead8b27374c5b973fd73a5a768769b54919c51c47c41 -size 17500 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wood_Burning_Stove01b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wood_Burning_Stove01b.uasset deleted file mode 100644 index 80dec8a9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wood_Burning_Stove01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24cec836380ffd2d278be31fa1b7f15fd82781c7dcb2285670a69543ba253ed0 -size 14395 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wood_Burning_Stove02b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wood_Burning_Stove02b.uasset deleted file mode 100644 index eb437139..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wood_Burning_Stove02b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f55db9ac97d83039a1e4508b923787dc541a7a14d5315f24fe57165e342011d5 -size 13703 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wood_Burning_Stove03b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wood_Burning_Stove03b.uasset deleted file mode 100644 index 6f80cfd1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wood_Burning_Stove03b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fb76e2ac729c865b467bfd38dd89cd0fb6259a01ef4b982c17a4cef80af3d26 -size 14552 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wood_Burning_Stove_03b.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wood_Burning_Stove_03b.uasset deleted file mode 100644 index 7c58690f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wood_Burning_Stove_03b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a12e26d69a96ad7acc4f9332bf41ab4d4aee3e8d7c91a8f0b8ff1d8e27df8ab6 -size 14720 diff --git a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wooden_Tray.uasset b/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wooden_Tray.uasset deleted file mode 100644 index 73193556..00000000 --- a/hwanyoung2/Content/Naganeupseong/Materials/Prop/M_Wooden_Tray.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17cc6c5808214223e654ee87788d4269e4f1c09b063164885cb6a66a01cf473e -size 15695 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_BRH_Anche.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_BRH_Anche.uasset deleted file mode 100644 index 7424473e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_BRH_Anche.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3a04d5a0d9c2fd8c9efb04d715406a032ced9c652934537a64b224dd0078e4f -size 104975 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_BRH_Ashery.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_BRH_Ashery.uasset deleted file mode 100644 index f07cf207..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_BRH_Ashery.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5445c6a1fc5fc770f0655a05f0308c5f1caacba3e8a9ceb2eef949aab174648 -size 49046 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_BRH_Shed.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_BRH_Shed.uasset deleted file mode 100644 index 30861110..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_BRH_Shed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adf1d4e844c46a19605c3ff4513e17c84434851b6d6c42271a1adec7e83f3283 -size 46738 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HBTWG_Anche.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HBTWG_Anche.uasset deleted file mode 100644 index f8b57b43..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HBTWG_Anche.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b57c816bbc8d09b0403f26b326b3e06b6dce46d72789cf6e7c6014f64ab82bf9 -size 155551 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HBTWG_Shed.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HBTWG_Shed.uasset deleted file mode 100644 index ebaf2bcc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HBTWG_Shed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:069844f8b26d1752183f4391e2874799c5ef4d2289523bf76ef29f32d7eb60a9 -size 78127 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HBTWG_Shop.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HBTWG_Shop.uasset deleted file mode 100644 index 2068ab82..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HBTWG_Shop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec9e44383002a827b20750c6aaf14060528d90f6ab78056acd76c2edac1d4a06 -size 73147 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWCW_Anche.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWCW_Anche.uasset deleted file mode 100644 index 43e0de45..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWCW_Anche.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64008ca155edfde6a4d596af8c251e651e30960fd4a1c4a8e807cf516e7438ec -size 106896 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWCW_Araeche.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWCW_Araeche.uasset deleted file mode 100644 index 4f59e191..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWCW_Araeche.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fce422dae8c042af22c0934204e8a9840c432dd8b860f89da961b083acc6375e -size 110500 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWWFR_Anche.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWWFR_Anche.uasset deleted file mode 100644 index e474375e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWWFR_Anche.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e04732a996baff3538698b84cd5e179346ef1ad44b29b22eec0b54cadc0a87ab -size 178126 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWWFR_Ashery.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWWFR_Ashery.uasset deleted file mode 100644 index 6a611831..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWWFR_Ashery.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29a26c73ba06ac0f6144dcb273a8224f5c3d57a0218e22f0dbd3e9976a252ea2 -size 53581 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWWFR_Barn.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWWFR_Barn.uasset deleted file mode 100644 index f06193fe..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWWFR_Barn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53ddc666cc17dac6129b9db733be4e0a11547eafb35442182acc96eaaceda127 -size 35734 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWWFR_Shed.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWWFR_Shed.uasset deleted file mode 100644 index 1e4de522..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_HWWFR_Shed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8773a454100446c0a8b364389f3be0fae659f60e02b3a28e7e30c5cab680b526 -size 58050 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LCH_Anche.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LCH_Anche.uasset deleted file mode 100644 index 569f00b1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LCH_Anche.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a5b2596fcb77ce65158e4146a814781eb842a6cd5f905496b363a743dace672 -size 190780 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LCH_Shed.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LCH_Shed.uasset deleted file mode 100644 index a613fbac..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LCH_Shed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49607e3cae9fd583b918780dbf338a7965404e5337f7879c64096d4d23804821 -size 51479 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LPCH_Anche.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LPCH_Anche.uasset deleted file mode 100644 index c90f3bb5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LPCH_Anche.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:100d4122883050f7a987b8df08e3c6ed0963727a1a9d584aacece9df0400ff57 -size 172319 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LPCH_Ashery.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LPCH_Ashery.uasset deleted file mode 100644 index fa17f06d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LPCH_Ashery.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9af10f6d0a8a75d584fe529fe805dc8101e87cd59696bc831ca34952ddd8a6e5 -size 68480 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LPCH_Barn.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LPCH_Barn.uasset deleted file mode 100644 index d5e59f02..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LPCH_Barn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48965c9993af41c0f3ecb6c4c2623ade7b5c791885e252e2e3f1e6fd350571b7 -size 53073 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LPCH_Shed.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LPCH_Shed.uasset deleted file mode 100644 index f92117f3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LPCH_Shed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ad069c74ee36c665dc43bedd45aa308f54604631619dcd77b24fff764c87281 -size 97024 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LSH_Anche.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LSH_Anche.uasset deleted file mode 100644 index ceda04cb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LSH_Anche.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a22eed402106bb1ed4ceca7156bcb1f287cd6b7c439f7e04fbe20b206bbf4dc -size 186898 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LSH_Pit_Toilet.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LSH_Pit_Toilet.uasset deleted file mode 100644 index 3a478ba6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_LSH_Pit_Toilet.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92ef418800225e365e5629b7e3e513f530c6a19aa404b26e13e6f119d9f7c24d -size 39664 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_Ox_Mill.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_Ox_Mill.uasset deleted file mode 100644 index 027285e7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_Ox_Mill.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb3840f1b2b7527c83e74beaf26722e38b14f3a6cf0c7ce2536b952f05923840 -size 46345 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_Smithy.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_Smithy.uasset deleted file mode 100644 index 2687c245..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_Smithy.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13600ffc194995bb2b1a7f30a3d0e3590e00a0f168a83d9d429845246af3337f -size 68885 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_TH_Anche.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_TH_Anche.uasset deleted file mode 100644 index b55f270b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_TH_Anche.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a88a9f8be4015705eb6da006fb0991fa7d5f4dc7076a2126bc2bb89a00033deb -size 118228 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_TH_Shed.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_TH_Shed.uasset deleted file mode 100644 index c6de5b34..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_TH_Shed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ec862d034fd45616089e591c5c6a66ae0b108c3641d00bb38f1ef805137132a -size 41073 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_WBH_Anche.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_WBH_Anche.uasset deleted file mode 100644 index dcc2852c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_WBH_Anche.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:619573d3f5769737d9108be4825ae963fd0a52c441d431894cea2d1478940edd -size 118118 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_WBH_Ashery.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_WBH_Ashery.uasset deleted file mode 100644 index 172e3f6c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_WBH_Ashery.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d0d3b1464516e76a2da823d19d3001e1e9c70211fd7090ccad459fd2dcfc4c7 -size 51545 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_WBH_Barn.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_WBH_Barn.uasset deleted file mode 100644 index b9619489..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_WBH_Barn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b1eb4cc0a6d60a77cf6d83fafa532832326a472adc6326f2e06ed04f2e06043 -size 64369 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_WBH_Shed.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_WBH_Shed.uasset deleted file mode 100644 index 913754c0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_WBH_Shed.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c86db4a4c96c247e803f797ca2071a6d5dab92bc55d9a43d393906d815349a6 -size 63860 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_Watermill.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_Watermill.uasset deleted file mode 100644 index fe0b93e1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/BP_Watermill.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a250aac3b1de73a0859d73a786bb781ebecc6645fcae755cd06a2fe899c70ea -size 41716 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Chili02a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Chili02a.uasset deleted file mode 100644 index b02ca371..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Chili02a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c59b95e5ea85c5876e9c19b1c9becf3ae2e79712c1b4180e142a9b9fee283c9f -size 167475 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Fish_Jerky.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Fish_Jerky.uasset deleted file mode 100644 index 788a0fd4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Fish_Jerky.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5aa648bd374b427584638fe00b88f0a6315c9056239e5d4fc63a7544743c6acd -size 28746 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Jars.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Jars.uasset deleted file mode 100644 index 797d9d2d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Jars.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2aacd22079d58158573e58993169678b57787ccd3ca7e0ece861c44142105d6d -size 37016 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Kimchi.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Kimchi.uasset deleted file mode 100644 index 8b303572..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Kimchi.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3c3c992bb0ba33714dcba903f27a37e97a0b0e8605b92f06f92c5ddb9eeff2d -size 28339 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Korean_Cabbage.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Korean_Cabbage.uasset deleted file mode 100644 index 4f371b2b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Korean_Cabbage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c3b8f7f7cc152e45b1bc6c154047834f935c3a1ba95f30155870bf0d2543c02 -size 31194 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Korean_Radish.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Korean_Radish.uasset deleted file mode 100644 index 0c354a29..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Korean_Radish.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e3eafcbdf0cb3766e4939afaec8cacef5449bc8b9bf4d88bb9971073eac7061 -size 32140 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Potato.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Potato.uasset deleted file mode 100644 index 5cec8760..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Potato.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc38cd4bb483dd60091007e1a846a78069583b7bae1ac9041594754c31620bed -size 45759 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Spoon_Stand.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Spoon_Stand.uasset deleted file mode 100644 index 7fc3cb3a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Spoon_Stand.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b8c4e62f74f1b4ee95fb15a403a37e936b0a9ef8880f2733c3dc988501e46b4 -size 36390 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Straw_Mat01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Straw_Mat01b.uasset deleted file mode 100644 index da08de25..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Straw_Mat01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:123489bd4e033a7fc4a674a6b58b24e6d4f6cbde227127f8e0d22b4cad7052e3 -size 28848 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Sweet_Potato.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Sweet_Potato.uasset deleted file mode 100644 index 93083fc5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Blueprint/Prop/BP_Sweet_Potato.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7b7aa2c11537dcab25f7c16d85cbf094cd9ea8bf4ba97a816edb6a3196e0188 -size 45855 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Chimney/SM_Chimney01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Chimney/SM_Chimney01a.uasset deleted file mode 100644 index b99bad99..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Chimney/SM_Chimney01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f82b070a3b32e67e03a9be0f489b74b26ead23e036b6dad9e0b58f28ed489cd3 -size 31662 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Closet/SM_Closet01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Closet/SM_Closet01a.uasset deleted file mode 100644 index d94e76be..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Closet/SM_Closet01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebc775410afcc4ddfddddaace0ec6cc3278d7a9e3b3e64f44531b8e70d4054e5 -size 114501 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01a.uasset deleted file mode 100644 index 09a951f7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b70af89218d32fec47ed4f8e18d7e529dd9eb57492f30ed8487feee4a4420c37 -size 124018 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01b_01.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01b_01.uasset deleted file mode 100644 index 023b1d0d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01b_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8436a8e4a98039805c8ed74ab75924aff4f2ae92cfd1bae21d8a292fa918d9c6 -size 58466 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01b_02.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01b_02.uasset deleted file mode 100644 index b2386d17..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01b_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc073abf2488af6f226539478f4b1df23f0f10dc30f4973b24d7c732a8be8511 -size 116478 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01c.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01c.uasset deleted file mode 100644 index da5aae52..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01c.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4237d6640b775d8ce6df4ca551ea5b30553a7b03a64b34afd1a0555f1143fc6 -size 171374 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01d_01.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01d_01.uasset deleted file mode 100644 index 79201e32..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01d_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b411f9ac2363f8b8c70db0400545fab28b4022a487b7ce19aaffd7d1f1bc413 -size 58048 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01d_02.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01d_02.uasset deleted file mode 100644 index 4daf2849..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01d_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f51426571567c350f6203d16ef14a767f35c3a558bec95388c9ea5a9b90a3d76 -size 90726 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01e.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01e.uasset deleted file mode 100644 index 4c66aaaa..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01e.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5b54f1cb7e4382f61f916a6a89d79cab48f2e512ab4ae92d22dd20a81963b05 -size 185425 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01f_01.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01f_01.uasset deleted file mode 100644 index e288041d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01f_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:467c3868ef0a4c35a701a5e5f437dc27942152204db075a7d4e9bba2fe6f4175 -size 76989 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01f_02.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01f_02.uasset deleted file mode 100644 index 1f71127d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01f_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65b227a1a0a82fb25a1a0cfce2868818e8713f964b865aafe311dd1c817edf22 -size 124000 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01g.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01g.uasset deleted file mode 100644 index 11117cda..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01g.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35e5fa5cae7340ef8f2bb953f154ce9d5089adeb1776beed9de3605b903d7853 -size 167781 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01h_01.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01h_01.uasset deleted file mode 100644 index e757e5a3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01h_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ee0d82a72ccbfebc8a30ca149743dad5c0bcc7a7853d5428bc312f082918567 -size 53235 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01h_02.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01h_02.uasset deleted file mode 100644 index dba350f8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01h_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92d8499b5e38318057fc6ea9fb9dcf4583f680f2b1a9748bc3955a9a3d136c3e -size 86645 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01i_01.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01i_01.uasset deleted file mode 100644 index 713b6d7e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01i_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce60ae0b060bb66dddabfe757dd84980df277df46c12bfa95d6424f73d31385a -size 38822 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01i_02.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01i_02.uasset deleted file mode 100644 index fe6ca9b4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01i_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:767a36dda4a08f48058eb6f3f7889c853f1fb42b982f7244bb183ddf50d2a6df -size 135645 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01i_03.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01i_03.uasset deleted file mode 100644 index fe166ac2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01i_03.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:210f22e7f26a4f16a22c40e05f39afaac189a77ef5dd759d146389d6554e19c7 -size 17140 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01j.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01j.uasset deleted file mode 100644 index 428dcaf8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01j.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8642b060f334efe6f92c8d4857d778c8c170d2811270b409d0f2db964adb333 -size 18084 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01k.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01k.uasset deleted file mode 100644 index 380579e1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01k.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a1335aae7bea8e40151d1ab1b47679e39bb6baa004287cfd91aa53437ea8a44 -size 266535 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01l.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01l.uasset deleted file mode 100644 index 17c1695d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door01l.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f264ace9cba5fdb4664f9e8ad4a8c93297185ef184e6ad95778ac9bcef09dba8 -size 35705 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door02i.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door02i.uasset deleted file mode 100644 index e6492bfc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Door/SM_Door02i.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30296537404a6dca92915e504abd4e5c44f88c1a184cfa51fda0cb68d6acefb7 -size 65457 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor01a.uasset deleted file mode 100644 index 413abcae..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7314643dbd680b596b54179ca6afde5f2b12d5676b9d657f968084d1e28d8aa9 -size 17946 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor01b.uasset deleted file mode 100644 index 9436aa71..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f32202adfd02075d1d6cb73d3db7fd4c43c448f1cd473f5180262f6beebe736 -size 21349 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor01c.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor01c.uasset deleted file mode 100644 index 81d22d35..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor01c.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e22c61ae639516b4ba1ba828d583654405d04f2fe1c28cd92827034f48c0c09 -size 21344 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor01d.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor01d.uasset deleted file mode 100644 index a78550b8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor01d.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3556de1f255986cc693a4b2dab3f822665edfe304124cf634ef97d875acdc87e -size 27685 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor02a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor02a.uasset deleted file mode 100644 index ecc77188..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor02a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13a171f8aa329ae756ef78a70a41dd30aed869522e6a977709f1d161fd221d45 -size 17813 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor02b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor02b.uasset deleted file mode 100644 index 3141005a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor02b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d6e820b97636455dfeb37dab2e0e696525f0d80278c854f0f11221db2810412 -size 20297 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor03a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor03a.uasset deleted file mode 100644 index c8a57172..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor03a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:845775ce0fe599ccf896c08936cbda98025895f5f4d4a4b9f22121e71ad6d951 -size 17911 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor04a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor04a.uasset deleted file mode 100644 index 9ca0abff..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor04a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c60371e80b0ab4a24b137ff3841fc553d3eedfe00e07a40c617fea77e229ed25 -size 17990 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor05a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor05a.uasset deleted file mode 100644 index e799c98e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor05a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b7a1930c8a8a6f4fa0cc11ee9e86b1dbd6f88460625ebf579fde8cbf7db5570 -size 18006 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor06a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor06a.uasset deleted file mode 100644 index fee09e6a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Floor/SM_Floor06a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf5769bcf3dc7ec8fc9ee75e8cdb7948a7cda868af8c987b787179d8f92f6c38 -size 18261 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Ground/SM_Ground01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Ground/SM_Ground01a.uasset deleted file mode 100644 index d8cc317f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Ground/SM_Ground01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9634ec8d85d17a5bf68b5c57ed9053e1a3a22ba771190a74292a9b2145dea804 -size 19201 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Ground/SM_Ground02a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Ground/SM_Ground02a.uasset deleted file mode 100644 index 3b4adee2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Ground/SM_Ground02a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8431fea3936d5d41dbc39cdf90e004ce4e37c79c27c463c978f4e4dae5e93711 -size 106242 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Ground/SM_Ground03a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Ground/SM_Ground03a.uasset deleted file mode 100644 index 91fcca47..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Ground/SM_Ground03a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f726d336f5c30a0b0ded1224e63e5ed8291c7e99cc56cb3f6873170103a4c906 -size 63713 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Ground/SM_Ground04a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Ground/SM_Ground04a.uasset deleted file mode 100644 index 6794e813..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Ground/SM_Ground04a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e02d1ef2d779ab4434cd7c3cefda9146a652532beb5798d84484f846e5a25f31 -size 104474 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Ox_Mill/SM_Ox_Mill01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Ox_Mill/SM_Ox_Mill01a.uasset deleted file mode 100644 index 5f674e17..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Ox_Mill/SM_Ox_Mill01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f124c5911a4cedeb93e74d399336e947421915ab1d0f13b0a9f3e35a2dfdd5fb -size 557416 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar01a.uasset deleted file mode 100644 index 9ab11610..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4527e89e8efe30621c2e446bc1b6d6636b3a25e0d3dafced1945784171db35a -size 19913 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar01b.uasset deleted file mode 100644 index 078bdd61..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:984a65dc75c9ebf62003d0aac61dbec16810c401a31b673a64d4f9fc6115076a -size 17474 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar01d.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar01d.uasset deleted file mode 100644 index cfa3cb65..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar01d.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31a2b8f4f95e3409130848b971f088297eeb56dbb36c8ab0a3e2c23cfbe0eb4c -size 22329 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar01e.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar01e.uasset deleted file mode 100644 index d0a403cd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar01e.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc9285616227aefe53fb19568b89ac460a1f2f7bdffe715c9fac1a18670c0942 -size 21818 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar02a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar02a.uasset deleted file mode 100644 index c0958a93..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar02a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a075c31484fb78441e23429500ca4fb9a768695f78f778303a96e1e4c84e82b4 -size 20260 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar02b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar02b.uasset deleted file mode 100644 index 1822d49f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar02b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:497f1e5a6dfd4f83f7463f2a854211286b65a99936740bfcc3f8b77116279705 -size 16707 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar03b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar03b.uasset deleted file mode 100644 index 7c4b009b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Pillar/SM_Pillar03b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bebfe24121d114127a5dafbe8dd3feec5a85e7381545b33e364cfa9a56207e4 -size 19374 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Basin01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Basin01a.uasset deleted file mode 100644 index 32521316..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Basin01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35df471ab4009e213e1ad2f821aeb160b97d2bd248dbd2e5e46480597e298316 -size 50635 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Broom01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Broom01a.uasset deleted file mode 100644 index cf0f8cf1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Broom01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f34ac0a9762ecf804ccc742b8b30ea4c877d61a8303bc8c8a69b1fe53990559f -size 62957 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Broom01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Broom01b.uasset deleted file mode 100644 index 033bdcf1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Broom01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:833d203f59811b3e17fc0e0ed6cfd3076c1c9ea2ef3909ea17bd005fc7e76c5c -size 56265 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Cauldron01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Cauldron01a.uasset deleted file mode 100644 index 89199be9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Cauldron01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e182976703e326d2f3b0ea8a4373560d3c27812538f84dbb5a4c39dd6ad61b8a -size 55522 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Cauldron_Lid01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Cauldron_Lid01a.uasset deleted file mode 100644 index c230ab9e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Cauldron_Lid01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88131b244734ab04dad0653d326430ddc908d90c9a943bdce72cc1742658005a -size 44937 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Cloth_Roller.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Cloth_Roller.uasset deleted file mode 100644 index 686d1185..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Cloth_Roller.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4537cb5a8cf7c5df0a251998faf176298b26e4a3e36cddb5dc9b9fdeab0f95db -size 27049 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Fulling_Block.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Fulling_Block.uasset deleted file mode 100644 index bf81e350..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Fulling_Block.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e85483be840fce3c89c17eefc52ef510d19c0b358d7705a0931f03278a47b49 -size 27907 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Jar01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Jar01a.uasset deleted file mode 100644 index 3a186ea0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Jar01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c19918a96e31277181b2d0d9fe8dcff9fb6ea0559a45fb2ef8687257bb01d96c -size 48416 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Jar01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Jar01b.uasset deleted file mode 100644 index 1cf103b2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Jar01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ea03df651fc1915462a5f462b7098370e4deba3aa596dfa9ae718dfdfa30dc1 -size 50637 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Jar01c.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Jar01c.uasset deleted file mode 100644 index 2c4bcd51..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Jar01c.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8008865025c2de52901eebfe45f239544166acf0fcc021673cabf63560e02f75 -size 55983 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Low_Wooden_Bench.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Low_Wooden_Bench.uasset deleted file mode 100644 index 5ff96170..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Low_Wooden_Bench.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2c6bd0cb39d0ddac7e34eeb56fe0a89f9f53e61f2d27f7fee7bdf4d4fd1bec3 -size 64340 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Rice_Chest.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Rice_Chest.uasset deleted file mode 100644 index 47467fea..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Rice_Chest.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe86fd1297bced54a4271495cc554af0af8bfc726ef38094413a43def37458d1 -size 64413 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Rice_Straw.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Rice_Straw.uasset deleted file mode 100644 index 9644d7a3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Rice_Straw.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:241093e62661dc26fadb180b0e9f58a29b0cf6bdf5c3dc2df9ed776191f0fcc6 -size 39085 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Straw_Mat01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Straw_Mat01a.uasset deleted file mode 100644 index 24365193..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Straw_Mat01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bac89f0abb753b40c6b33bfa6775af8ac12d7ccf0aa4685e3b3452c8a5dd474c -size 17371 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Straw_Mat01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Straw_Mat01b.uasset deleted file mode 100644 index 2a18fdc5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Straw_Mat01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea3062ec56a0f9e0f0f9321b1389a196150b51d187429a02d33660109faa0fd8 -size 40846 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Straw_Mat02b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Straw_Mat02b.uasset deleted file mode 100644 index 1a987dcd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Exterior/SM_Straw_Mat02b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df8e7534a88d83b474547a846b6545143da490860d204cbbd44093e3f005c9ba -size 52552 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_A_frame_Carrier01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_A_frame_Carrier01a.uasset deleted file mode 100644 index 82ceac38..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_A_frame_Carrier01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86229144c6621528eb9f0d3822a3faa873782b1bae1918fc8e9b77f3edd5685c -size 554922 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_A_frame_Carrier01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_A_frame_Carrier01b.uasset deleted file mode 100644 index 77297990..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_A_frame_Carrier01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28d276271bbbc45e7ddffe5956445442ee9765ab578e8e2d39acbda809ca9bd8 -size 198258 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Basket01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Basket01b.uasset deleted file mode 100644 index b0073373..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Basket01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc00638c0a0ad8c99e2f4dcb22184dee4597e0f46d1b634cbb1d76aa1bc54d2b -size 76617 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Cart.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Cart.uasset deleted file mode 100644 index fffd6d94..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Cart.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff9418569f3bf49ea515d7da6bb10b2c24ece0632b816ea9dfec8d4e1b5e041a -size 395530 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Fork.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Fork.uasset deleted file mode 100644 index 068f0c00..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Fork.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:002cdae1a9f945ade8f2ebd0a9e5e059eb338027b078d5b6ebf27e7498ae08be -size 53789 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Grain_Rake01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Grain_Rake01a.uasset deleted file mode 100644 index ada6c3af..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Grain_Rake01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47f365e98df8acdf0d031a9ee5e63e7c49a9e0874aadba27dd2819b9f56e4961 -size 41457 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Grain_Rake01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Grain_Rake01b.uasset deleted file mode 100644 index ca12f28b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Grain_Rake01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8708035fa21d78c0642ac17b63ee1a2a252aab22053a0b6f05079f58bde1352d -size 29883 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Irrigation_Bucket.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Irrigation_Bucket.uasset deleted file mode 100644 index c766580d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Irrigation_Bucket.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1935476b9c1c45d78ad1d5d991ba6c0a0d19d24b13e2da162ef865249a1c9938 -size 88322 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Jar_With_A_Spout.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Jar_With_A_Spout.uasset deleted file mode 100644 index 21515e8a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Jar_With_A_Spout.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54eccd828fb90d98701e3b8b524c42164f93163ff6da1e039b5fa1e832a951ee -size 102308 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Large_Scooped_Wooden_Bowl.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Large_Scooped_Wooden_Bowl.uasset deleted file mode 100644 index a023db85..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Large_Scooped_Wooden_Bowl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f441618327501fea86696387a9f48a59c77406c9af1f8450db9f5c4d1c3772d -size 33614 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Manure_Container.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Manure_Container.uasset deleted file mode 100644 index 4f5ae665..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Manure_Container.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:688d30394392ad97385e336d56929cfa29eb4ffba2066b4f2e266d9d429e2ab4 -size 33617 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Net_Bag.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Net_Bag.uasset deleted file mode 100644 index 67498573..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Net_Bag.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d5bfebd56eedce09429d9f3940a9e29fc0b4d6b41c7e3bdba89849338363637 -size 119456 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Seive_Support.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Seive_Support.uasset deleted file mode 100644 index f0573d4b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Seive_Support.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f29781b2b5e7871f5f0a6bb79e3b2f9606c880b15fac0faaf359fdbece33a91 -size 19537 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Sieve.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Sieve.uasset deleted file mode 100644 index 3e7e4bf6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Sieve.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08a5f393070575fba152f4c20e3a0c49972cc3c1dfcbfa873a51f4c77e44ac77 -size 27956 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Small_Plow.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Small_Plow.uasset deleted file mode 100644 index cf05f8a1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Small_Plow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a62886f482740d983b657a58f6c09d4636a6605c8487a0759a8c2b04011c2524 -size 57782 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Spade.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Spade.uasset deleted file mode 100644 index 417c6115..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Spade.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:834ef1e7a66eee3316949682e7ecbc4a240ce4f2aa7c153ea6094d6954c295c0 -size 42161 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Spade_For_Irrigation_Work.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Spade_For_Irrigation_Work.uasset deleted file mode 100644 index 9fdc2d2a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Spade_For_Irrigation_Work.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75b4216ffd71da6aff938326a6a8f85c0ef378f3292838fa34e27195f5422aab -size 34621 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Straw_Bag.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Straw_Bag.uasset deleted file mode 100644 index b128fab3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Straw_Bag.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be13d3695ffb9f471795e608e43927e1855c7cc5e28ddb437af07446439302f5 -size 426787 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Water_Scoop.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Water_Scoop.uasset deleted file mode 100644 index d916aa0c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Water_Scoop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce05336f16b29ba80b296c2410c4f519d998bc9a2af5e49a8b360e8beb42d791 -size 341601 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Winnow.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Winnow.uasset deleted file mode 100644 index cc9aeb34..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Farm_Tool/SM_Winnow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4814993f0c4197d8ab87bd71edce39987611c356bc13dd11375e8f12727f858b -size 181613 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Beef_Jerky.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Beef_Jerky.uasset deleted file mode 100644 index 401a4d50..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Beef_Jerky.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1366b224a7015bdb2682e41cbd77714e9c4fb47582fad11dc7fc49e15303594 -size 23571 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Bibimbap.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Bibimbap.uasset deleted file mode 100644 index 6bba226b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Bibimbap.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d66ddd818d852f087743b838afcd246d025cab284fc566359474ef565e1812a2 -size 19541 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Chili.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Chili.uasset deleted file mode 100644 index 64c4b497..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Chili.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:054241fc6abcf046f10c8ce742f5ffc84087f0cdd1f79fc4b19dd11eb41bab57 -size 54626 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Corn.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Corn.uasset deleted file mode 100644 index f917d9c5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Corn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:780e242c65ec7c2f8d44b4030f724a27c3778ab2ed9dab982a9eea0ac707e739 -size 95833 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Fish_Jerky.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Fish_Jerky.uasset deleted file mode 100644 index 8708d7af..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Fish_Jerky.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1fc0e0767f5ce5ac2a0eae86ba49d862756e142e60c3bbcb373798aed359de0 -size 29983 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Garlic.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Garlic.uasset deleted file mode 100644 index 5fa52299..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Garlic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efe372d2c6fb88b72c894907228e1ee0e410f195b4474ba1eabba6ebd3d6318a -size 149775 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Gourd.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Gourd.uasset deleted file mode 100644 index 80440569..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Gourd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae2982ec6ce5b5b62e90ea10b892018bbc9dd35e3a06085eb04d152443ac5dce -size 46355 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Haejangguk.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Haejangguk.uasset deleted file mode 100644 index 0b9d814c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Haejangguk.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83a1485dc0920fce5fdb526d92b856456f6511e61a04b72538697db880798361 -size 19463 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Kimchi.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Kimchi.uasset deleted file mode 100644 index bbed06a5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Kimchi.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e15a2f86360bef9a40755570a5e7a30e426c5ca970bb3e65cd5c716c4c20584 -size 33592 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Korean_Cabbage.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Korean_Cabbage.uasset deleted file mode 100644 index fdf2b275..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Korean_Cabbage.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:738060fb1be8bfc78b652af0b97970be53cbe5251c885ea3ff5bc9726b6e4e74 -size 40475 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Meju.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Meju.uasset deleted file mode 100644 index 1b866549..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Meju.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:994801a80be6edf9bc810e969d985badc2b4a29a53dfd9ab8c3aabb5f99317c4 -size 36232 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Mung_Bean_Pancake.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Mung_Bean_Pancake.uasset deleted file mode 100644 index f83c17c2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Mung_Bean_Pancake.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e07f2c371fe4d6d2560517a5ee326e69af0df0f643944d634e47f2fb2eb4a78b -size 21894 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Potato.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Potato.uasset deleted file mode 100644 index 4f6d7ce1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Potato.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acaaa5af8c8633c76cf5f66e8d0c1b5283b5824fde3a7d7e16775d8fabb71bd7 -size 32248 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Pumpkin.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Pumpkin.uasset deleted file mode 100644 index 74559b1d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Pumpkin.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2722118c6df4b5a5acffaefe3617d1f70b40b52100f97d1ddb39728dd226f7f6 -size 47084 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Radish.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Radish.uasset deleted file mode 100644 index 9a443317..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Radish.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70e1405442d3bce4b5c97bab0c385fb64efe0a20aac94568c8ce6b9a30d5f979 -size 38287 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Rice.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Rice.uasset deleted file mode 100644 index 70ec7c38..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Rice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8545b906c22359db316068d4de4f6cbdc280494b2fe346adb69df11cd4c148c3 -size 20453 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Rice_Soup.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Rice_Soup.uasset deleted file mode 100644 index 7d86eae4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Rice_Soup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45f88cb0a680111972489a32892b27499fbe3bf862ddab76f1ef6086957af380 -size 19373 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Sweet_Potato.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Sweet_Potato.uasset deleted file mode 100644 index 63bda8b0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Food/SM_Sweet_Potato.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8a0bd8394dd93edfded554058ae2d24e6b0e19e699ef7ba3d5719ecc7813879 -size 54083 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Bed_Clothes_01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Bed_Clothes_01a.uasset deleted file mode 100644 index 4c37142e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Bed_Clothes_01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9556dd80e5197b595efa9d55cd33c61c967bc74e39f612ea36c5bf9a79a22896 -size 38938 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Bed_Clothes_02a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Bed_Clothes_02a.uasset deleted file mode 100644 index ecafd444..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Bed_Clothes_02a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04bb84208540843c04f39ef5871c20eb1389eb9555aaf5fa83f74ae7466438d3 -size 39344 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Brazer.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Brazer.uasset deleted file mode 100644 index 0b7a1524..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Brazer.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2a6201b79b9b1909d9297ea44dcb36f4e44524c40c73779fb9b145ef071a185 -size 42654 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Cabinet01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Cabinet01a.uasset deleted file mode 100644 index 43c9cdf7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Cabinet01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2938479d3c682f4c9af512919b9adaa98bf139cf5a0cd3d64a4620d5c107af91 -size 33088 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Cabinet01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Cabinet01b.uasset deleted file mode 100644 index a325ecad..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Cabinet01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b060979e8477fda012e17abbba6c2ce3b0f5817a9b82fc316bb7cdfdd8a9998a -size 56616 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Clothes_Rack.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Clothes_Rack.uasset deleted file mode 100644 index 02c81485..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Clothes_Rack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0a62aed2cdadee96aa63e4e283d0d83483539379c593b13834b9797af8927ef -size 72631 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Fire_Shovel.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Fire_Shovel.uasset deleted file mode 100644 index c4e35c83..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Fire_Shovel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84620b759e6ee44ab811d314f22004207f2c93133aeabe92fcf923219db11baf -size 24824 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Lamp.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Lamp.uasset deleted file mode 100644 index f0ebc274..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Lamp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8106f16b7395a79bdc217f21615a95db5ff8c609d3e21c92f3ff6af47a80d16b -size 47158 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Lampstand.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Lampstand.uasset deleted file mode 100644 index 1fc57b43..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Lampstand.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1474f3893c84ec8e50bc5c1a770b9d6878f6bb77bad92b77cbd428199298e480 -size 34838 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Mat.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Mat.uasset deleted file mode 100644 index f303855f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d3d5bf8aa1dc11b2b657d9922c3357a3453c3d92de0fffed172d6aaed049cd1 -size 20143 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Pillow.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Pillow.uasset deleted file mode 100644 index afbaf2f3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Pillow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b0971ae4009f3d1808f0c2d316a26128babefca8e2eb550bdd1f16041896ca6 -size 27235 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Wicker_Basket.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Wicker_Basket.uasset deleted file mode 100644 index 83b20e90..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Interior/SM_Wicker_Basket.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e8d89be739d4b557b487ed2a5d6c213fb819a3db790fb3c8708380a29b553d9 -size 31373 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Bamboo_Basket.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Bamboo_Basket.uasset deleted file mode 100644 index 0a69c306..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Bamboo_Basket.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3bb9e698ad59e46efd301a74c99f8ced72b5239e4e0a2b06958b9e59e6d7c51 -size 54552 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Basin01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Basin01b.uasset deleted file mode 100644 index 63949145..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Basin01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3409df65ad71d93ac1e184c0d3e5c394ec85e7a85ee8ad92c92536cc3f8221e3 -size 44818 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Basket01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Basket01a.uasset deleted file mode 100644 index 659d8e07..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Basket01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f12e5a212af4d36115dd4e49c79071d614644f29910d6293c7143e7541e9f6ba -size 36591 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Bottle.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Bottle.uasset deleted file mode 100644 index c5164294..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Bottle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:355306f44c3da8427baea347fb2125f880ef694eb69844afa8bec900e3fd1341 -size 48727 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Bowl01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Bowl01a.uasset deleted file mode 100644 index 2793a4d6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Bowl01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81ee4bcfa0a33baf856a697a6ef3844b2388b631e92966fc91b205fde46364ab -size 30604 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Bowl01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Bowl01b.uasset deleted file mode 100644 index 15d131e5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Bowl01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee93e182b16a88b1c616ed65389c398af7884f40c40278b0291fc0a0cb9af98a -size 30318 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Cauldron01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Cauldron01b.uasset deleted file mode 100644 index 590fbc7b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Cauldron01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d14c1685a3cd03c6e007606ddadad8a3663d7aca43f7c2e3e8912e503e5ed81 -size 63500 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Cauldron_Lid01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Cauldron_Lid01b.uasset deleted file mode 100644 index 65fe5229..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Cauldron_Lid01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd1037859f6fc6dc08f63750c1d1c23203e555bf6a50d1ca70bf208e88bfd606 -size 28093 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Cooked_Rice_Bowl.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Cooked_Rice_Bowl.uasset deleted file mode 100644 index 15c49051..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Cooked_Rice_Bowl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c8988207dea6f0901809866f7ea06e3199f928a7b3b25ace8713f374aac3aba -size 29783 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Cup.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Cup.uasset deleted file mode 100644 index bd278ae5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Cup.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:777b93174676c7c0795731e6e31d91df66372c3c0ad00d24f4da6b838d11d538 -size 28641 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Dishwater_Bucket.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Dishwater_Bucket.uasset deleted file mode 100644 index 5300b4fd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Dishwater_Bucket.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c49cce151620546b1591930e986d88e54e625a584ee39ed1ca575adcd1acf85e -size 44018 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Earthenware_Bowl.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Earthenware_Bowl.uasset deleted file mode 100644 index ea5d112b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Earthenware_Bowl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22268f5f4f19376b71563af84af2495c71983159fbbf01e24ef0ee00fad5b326 -size 31107 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Hand_Mill.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Hand_Mill.uasset deleted file mode 100644 index 7b0df971..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Hand_Mill.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b1f737710e2c0131d3bf3b541e5024e666f172eea3658f98a4a4ed1835a5ebb -size 61587 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Kitchen_Board.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Kitchen_Board.uasset deleted file mode 100644 index 1e499dae..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Kitchen_Board.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fab51bb23029be457f990a19e795ed9f5369b08d7bf98f966f3a55cd53261f8 -size 24158 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Mortar.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Mortar.uasset deleted file mode 100644 index 84e446ea..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Mortar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7dfb97b45984c3ffbc0633ac30a3ed0e958deaf026daba45e65096fceb99db9 -size 47685 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Pantry_Chest.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Pantry_Chest.uasset deleted file mode 100644 index 5c9eb298..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Pantry_Chest.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dea25095978ce279ea392181dbe319c8450aec8ac2a74e8c26fbe75c479803c -size 76095 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Pantry_Shelf.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Pantry_Shelf.uasset deleted file mode 100644 index 437189fc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Pantry_Shelf.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab3fc1ab2857b1c9d6997416fd38100c6e93e28e759f88f6491de2572913b1ba -size 38094 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Pestle.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Pestle.uasset deleted file mode 100644 index e9b3b78d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Pestle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20e6c4a6b42c03a30ac4cbb48d527e89a6f4b9156ee97a45990d4b26915ec90e -size 27880 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Plate.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Plate.uasset deleted file mode 100644 index 43549671..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Plate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afcbaf56c6d2b6f0d43f4b71e49fb224c21d6a434115ad20703e144c64b3ad58 -size 27310 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Rice_Washing_Bowl.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Rice_Washing_Bowl.uasset deleted file mode 100644 index 86cadb86..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Rice_Washing_Bowl.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b9c6b2e45f983c658ab53cf32d93b59f71c8c90b92c3f8bb4f59be496ac3aff -size 30549 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Scoop.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Scoop.uasset deleted file mode 100644 index 90f99514..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Scoop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ff2231e5723d343d2ca09e08a81d74621c04e9f4f715cef64c5fab0697f5547 -size 27472 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Small_Dining_Table.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Small_Dining_Table.uasset deleted file mode 100644 index b7246c75..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Small_Dining_Table.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:692046d9af6ec5c2d45c5023c0332df279575525760a4b337e94e06735af0617 -size 67787 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Spoon_And_Chopsticks.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Spoon_And_Chopsticks.uasset deleted file mode 100644 index 744dc4d4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Spoon_And_Chopsticks.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe247592d63d46c4e747cdbfcdc18139edf73913a6d7bef78ebd29dea50afca3 -size 30330 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Spoon_Stand.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Spoon_Stand.uasset deleted file mode 100644 index 027fcad0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Spoon_Stand.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e09e6dbe0645ae9cf7807c7f296bcb4f548fa2eb32447b3dc8d03ec6a7cd94fd -size 29629 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Strainer.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Strainer.uasset deleted file mode 100644 index 9eb25f48..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Strainer.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11071222a18fa993e1efd528c9b4603da996c236cebdffaab46b5e13526af6ea -size 38605 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Straw_Jar01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Straw_Jar01a.uasset deleted file mode 100644 index 72eb3c5f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Straw_Jar01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecf9242e9a045d66684ecd357acf789e34f38a401b8643b00ba7acc072d30e98 -size 41563 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Straw_Jar02a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Straw_Jar02a.uasset deleted file mode 100644 index c5f950a3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Straw_Jar02a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9f019893a7d4040ad94dba193db936ddc4b19f87631be257aeb36b187670b8f -size 33294 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Water_Jar.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Water_Jar.uasset deleted file mode 100644 index f705019d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Water_Jar.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ccaf5e8aada1589a148a0b34112c08ef1610a4abff1c289104ec9b335c5e2d8 -size 51234 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Wood_Burning_Stove01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Wood_Burning_Stove01b.uasset deleted file mode 100644 index c7b751ec..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Wood_Burning_Stove01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90f7906d3d64beb551a90df2bff7d84f1d800d6a89c8a6c30a8891c6b603050b -size 24861 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Wood_Burning_Stove02b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Wood_Burning_Stove02b.uasset deleted file mode 100644 index 8ff4c208..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Wood_Burning_Stove02b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:171e56dc4e7d491e6253ef70e27f8ec1e3bd8d1e149f0483ab8f97ff3980219d -size 18473 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Wood_Burning_Stove03b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Wood_Burning_Stove03b.uasset deleted file mode 100644 index 0115ded1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Wood_Burning_Stove03b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6eadea4e3ce46eda15ca2b444d381096567e32ee85e8eb1a9052c2ef273ed552 -size 18803 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Wooden_Tray.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Wooden_Tray.uasset deleted file mode 100644 index 55f677fa..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Kitchen/SM_Wooden_Tray.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5271375aab6c0b00d818ab7a5339585aa84ed81a573b21c15b8cb73d2a8820e5 -size 20649 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Anvil.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Anvil.uasset deleted file mode 100644 index c6a789b8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Anvil.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:605aeb5c801b753b80bba769f0ea784d125537a3470dca4fcfcdefa7b5a27d4c -size 46418 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Bellows.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Bellows.uasset deleted file mode 100644 index 796a2a36..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Bellows.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65a8cc02e426ddeeb9faa066726379330e9defe5a4899e08fa776efa3038b05c -size 58441 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Chisel.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Chisel.uasset deleted file mode 100644 index ebfc063c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Chisel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4255789d58f37a26becbb0e92794be23e75fa2655f2c7bddcd0c52663b31872 -size 54262 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Fire_pot01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Fire_pot01a.uasset deleted file mode 100644 index 640933f4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Fire_pot01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:612106ead8a1054e638a9cede66acc4de3beb2db5f3bc2a7126381e0e93a7aba -size 169167 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Hammer.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Hammer.uasset deleted file mode 100644 index d856fe80..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Hammer.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb29f5fdb65869a4dda92821690ba03b47f485859d20359b286204d622c7ac26 -size 41064 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Pincers01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Pincers01a.uasset deleted file mode 100644 index 48785125..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Pincers01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9bd61949ddd454e650598dcd61e556cdf34f2f2663efc3708438e9876290593 -size 49062 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Pincers01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Pincers01b.uasset deleted file mode 100644 index 83f3daf6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Pincers01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bce51d06e214e4cb036db919f6def1105fba80d3651bcc214d6010bcb787cef -size 50548 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Sickle.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Sickle.uasset deleted file mode 100644 index e646aac9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Sickle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2ce78051bdb4b79450f73c3e5a09a22b7e25cb4024eeb07e73089fac9144361 -size 54652 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Weeding_Hoe.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Weeding_Hoe.uasset deleted file mode 100644 index 33e850fc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Weeding_Hoe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee3a9b842fbb4245695dbfa2f827c41d72b94af849c5c94fc7028f0386f3b36e -size 68216 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Whetstone.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Whetstone.uasset deleted file mode 100644 index b040a199..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Prop/Smithy/SM_Whetstone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62f57e1fd4da8f966b6fc98656a72bfe935ad1dfb1f939555dc84e741455bc9f -size 49533 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof01a.uasset deleted file mode 100644 index d246dda3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66cf4c624e42159a41739c9ad8f4e4e7d919973bd76b7edd94d32267dd660cf3 -size 151520 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof02a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof02a.uasset deleted file mode 100644 index b6923145..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof02a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c5e2705d5388ab5ac533f6c94f84320cf82817766eff3cd127eb202e91d3a0b -size 118964 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof03a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof03a.uasset deleted file mode 100644 index 756c2edd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof03a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10709e38a1d7c17960b784bd603cb7aa8ad0f14948cb3df3dc1db6c876711745 -size 116004 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof04a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof04a.uasset deleted file mode 100644 index a730fbdf..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof04a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bc56685402c637bc38d41c4353399e195a03d98ed1ca6014e104612a1ba498f -size 115091 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof05a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof05a.uasset deleted file mode 100644 index 542ca11d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof05a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e3a9a17af4b35719ce673313f1d21f228f20877513725e917ff74c4dcbd7d3a -size 623435 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof06a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof06a.uasset deleted file mode 100644 index 2fd8ca62..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Roof/SM_Roof06a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f89d7daaccd22706b12c6eaf101c3c4684b040668828f8024e54d56e4836b5d -size 73986 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Stair/SM_Stair01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Stair/SM_Stair01a.uasset deleted file mode 100644 index 77b4eb15..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Stair/SM_Stair01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e090008ebe9d3af7745eaa74095803c93d9eab67c99f37004836b0cc00b3bab0 -size 19293 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Stair/SM_Stone_Steps01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Stair/SM_Stone_Steps01a.uasset deleted file mode 100644 index 83eeead4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Stair/SM_Stone_Steps01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7db06fe583b1f0a8499b21f99118f076ee211119f1b341ae9240f7d6c0c8b5f -size 19563 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall01a.uasset deleted file mode 100644 index 4a0cf0fc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fa16e4a05f17be90d37408a1f63e0be14060bafbac4518d678ba3df903f9a2e -size 17935 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall01b.uasset deleted file mode 100644 index 72f04740..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:daaf1dd18e4e4c43905d091eefe440d1bd181f18f111d720f7483b5f31910648 -size 531293 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall01c.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall01c.uasset deleted file mode 100644 index 375dd751..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall01c.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fdb29e80f77f7179d99a2664e3f198dba346af2b29e5b8bea08d92d4c602d7e -size 1362817 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall02a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall02a.uasset deleted file mode 100644 index 6451cca7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall02a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64178a220bed787eb6bec6a270f245c582714c71d092670de2d672cc3de44acc -size 20724 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall02b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall02b.uasset deleted file mode 100644 index aa1e9eea..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall02b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce9f1630644b589d334b65fbcd3326774525f56465eda80a3717c7791cd68fd1 -size 560839 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall02c.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall02c.uasset deleted file mode 100644 index eea95d03..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall02c.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:347ac83f0b5862e53392e55bb89de80998545b0c40c620512e3c48160f3b5dba -size 717709 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall03a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall03a.uasset deleted file mode 100644 index eb530cb9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall03a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7b296389d8ce0d48fd41a76440f9b16d87f0aac15441e0b86499fc9fa97581e -size 19820 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall03b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall03b.uasset deleted file mode 100644 index ad558a1e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall03b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22f458d09259b29ee10d1c625db479742376b5a8653711bf85d45a0342e41458 -size 725731 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall03c.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall03c.uasset deleted file mode 100644 index dc2d0b22..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall03c.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec7ef71d4c27f46ce9b5c4b0c170a202f261ca813449f6d22a423edb8b8a3441 -size 1091343 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall04a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall04a.uasset deleted file mode 100644 index 42ba6c3a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall04a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d593a9c236fe30d95a358e40996a6072ae8c9362cc40b0c0909c66aab89a379 -size 17401 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall04b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall04b.uasset deleted file mode 100644 index 67a687d3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall04b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de2bb2b14cb14dc11afef1f1b807d32bff7ccd67e64313027a549c0cb35e842e -size 840559 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall05a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall05a.uasset deleted file mode 100644 index 510d1df5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall05a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb5299488a4fc818698b7cbe7e5a3641d55cfa6454642cc1d5d484c2d4b809b7 -size 20173 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall05b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall05b.uasset deleted file mode 100644 index 74514ea0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall05b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b647e7130e7c02002b92d321d889268a9cec04b677db2388d3a96a31b9f0647 -size 561099 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall06a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall06a.uasset deleted file mode 100644 index da4ad70e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall06a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d2211ea3f0e10bdb7e55ec4d6b2f33eae9e46b379c154c3d91d36727ef6f1bf -size 22307 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall06b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall06b.uasset deleted file mode 100644 index 7a274ea4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall06b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1226bc03510389f0d794c1a8df89401b87c9a45049ac27334ec7dc229a36a203 -size 538171 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall07a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall07a.uasset deleted file mode 100644 index 73bbc72c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall07a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09918d77290c477c97daeeb8bca1c922e83c0eae4ad9348cd5bd8787222053ca -size 21923 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall07b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall07b.uasset deleted file mode 100644 index 73d32824..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall07b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8748bb08a1fb46c20c81ef70b658be06c35544dddb7f6d48dc8672f6ee06dc49 -size 539220 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall08a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall08a.uasset deleted file mode 100644 index 3073b010..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall08a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77f17503ecef033db870b9f9a5fda6e53d58ee62d5c7eb3bdc2a2e923a9f03c6 -size 22770 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall08b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall08b.uasset deleted file mode 100644 index 465aa502..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall08b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23443a78c02759e3317e629dd2b41fc7700d8239c09a01de39add7344b02be2c -size 590494 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall09a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall09a.uasset deleted file mode 100644 index 95c7d550..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall09a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36b7a2ca9c3ad361af78dc021c1a367ebb7b62a042ad025a62fcd33d1535a8b5 -size 21901 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall10a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall10a.uasset deleted file mode 100644 index 9a1d1450..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall10a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4af91007483e2894e3788810f8b5ac9dd5bd9ccfda580b9611453e8bede498c6 -size 17192 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall11a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall11a.uasset deleted file mode 100644 index 522404db..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall11a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41df33e92dec85efc7fa1e78501f27ff62b723620d75ebc4966802b0f6673e85 -size 17334 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall12a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall12a.uasset deleted file mode 100644 index 7ea9abbe..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall12a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ead59cf96a230f141dd1a23b89b663e50a5b5e228b0c578a95f9112288214228 -size 22514 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall13a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall13a.uasset deleted file mode 100644 index 18354a39..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall13a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fcf6c042119bc5d82409ce74546d038b89411830092198f2882e0031d1220ea -size 22837 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall14a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall14a.uasset deleted file mode 100644 index b37ee7ba..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall14a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d929a01c50556f784bebce726e0637e243ffa346f65ce1ff4b0d2e5bc3bfea8 -size 22214 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall15a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall15a.uasset deleted file mode 100644 index 270d563b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall15a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02d678469f44f3cf5de36498db7712a4a1f49b9943e61a3d7dcabebd95a5c33a -size 21792 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall16a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall16a.uasset deleted file mode 100644 index 0cff51a0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall16a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa1e5f73cc4eb99141f2d32d341db55df5c4e3b3925b85f91c0388c13b12e1fd -size 19610 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall17a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall17a.uasset deleted file mode 100644 index 37b8266f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall17a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de75008bbd3d7359cb6fed31a7fcea259781a51d17ac9d15b70e26ca63f94268 -size 25172 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall18a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall18a.uasset deleted file mode 100644 index 1cd98532..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall18a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce2008e65f0a32674e897c2dd1e56a61ab125383cf12cc45f537f518b15377ca -size 20772 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall19a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall19a.uasset deleted file mode 100644 index 2150062e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall19a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:130490de8ac81e0cfb463f2aa7906b5b143e1f3e58e39ee97635d49400c067cc -size 19497 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall20a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall20a.uasset deleted file mode 100644 index e3abd0e7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall20a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44e6af75d7e8799eb92ebbeb484401a3640d01fc5ab583b830e9eaac0c573ded -size 26856 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall21a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall21a.uasset deleted file mode 100644 index a66b1512..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall21a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d3e42587163b7cedbd90ac706ca108836db940eb7677c0185564dc9f5bf89a9 -size 30095 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall22a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall22a.uasset deleted file mode 100644 index 52387fd5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall22a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a19f7e900a2ec59b38a3cc2fd26616916e1b6fbbda189ddd91e283932573b8d -size 23275 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall23a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall23a.uasset deleted file mode 100644 index 8368fe2f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall23a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01505e1541c437ae4a62266cd37f0e59b1ddd61df3a9c6ddc7aa63bb50d0fa99 -size 20743 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall24a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall24a.uasset deleted file mode 100644 index e4f69d9f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Wall/SM_Wall24a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9760e5d9bd2658f83f4efe604f657a790c4706fcdad3f8ee3435bfea1644274 -size 20363 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Watermill/SM_Watermill_01.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Watermill/SM_Watermill_01.uasset deleted file mode 100644 index 2b518ad6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Watermill/SM_Watermill_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a2b6447f18c1ab37c05dadbbca391cb52ecae474579f7ca9da4c3cd968359c3 -size 364423 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Watermill/SM_Watermill_02.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Watermill/SM_Watermill_02.uasset deleted file mode 100644 index a838431d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Watermill/SM_Watermill_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2074a5f90350e49821c887312083cd2563d9e7c8a8900568347f0e733c5b972 -size 2769452 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01a.uasset deleted file mode 100644 index 53256eac..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96ef7ebb2a4aa03bae5c9dd91a76b7fbcc266edd2dd6903c015ed8a285eaada6 -size 49356 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01b.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01b.uasset deleted file mode 100644 index 0ab5756b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01b.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:935699f3b8be5d8335a860bf299601ea7a678c0f0d1bf7421ba1da3530fc00e8 -size 33002 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01c.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01c.uasset deleted file mode 100644 index 2c7a6020..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01c.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20385fddc7eacc5b1f79af8d8a0e11e895c73093f43741945ac1d6a98a974d87 -size 41653 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01d.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01d.uasset deleted file mode 100644 index e9bbe2bb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01d.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:932b2d42570af09322eb430f840c20e7611856fe6922e251a6950dd3b1bb5342 -size 59278 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01e.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01e.uasset deleted file mode 100644 index db0beabd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01e.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fa363126760c5312f8e4b6b2c659ac0f9ebbe1752a066b19333567947c0326e -size 40717 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01f.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01f.uasset deleted file mode 100644 index 2da65e4e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01f.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:397786359dc36ba5164ea7e4545301ce21ae8ce553f1bc812b338a8ceabb2df7 -size 61329 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01g.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01g.uasset deleted file mode 100644 index 7faaf29a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01g.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:709192565b30f686142b69bb30c836735848feaa1bddfcfcbbc3faa8c5244673 -size 36332 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01h.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01h.uasset deleted file mode 100644 index 1cbe0a5d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01h.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad05f2f9806eb23f39daa9558657b8d6e5c7c6756a17126c87c55791df4d79c0 -size 53567 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01i.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01i.uasset deleted file mode 100644 index a5249035..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window01i.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d42e67bddb7cf1549c823ceae546f6f87c4a9aeba24cce9d2c8e9c95839abb2 -size 92000 diff --git a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window02a.uasset b/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window02a.uasset deleted file mode 100644 index 95910ec1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Meshes/Window/SM_Window02a.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb04f0e3c822b1232ba99270206636fb6f401e152531b764d4e2fd55dbb6873a -size 34094 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_1.uasset b/hwanyoung2/Content/Naganeupseong/Scene_1.uasset deleted file mode 100644 index e5cfb56a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d83780957b2e7cfab0f48d0afd6b681f153f06f53bc377aab337199eebe18d7 -size 615640 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_10.uasset b/hwanyoung2/Content/Naganeupseong/Scene_10.uasset deleted file mode 100644 index f3bccf63..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44eec4b9ac52a5d60109026e78c3792bc8aa8a3848ac071d0a7c62025575f868 -size 162951 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_100.uasset b/hwanyoung2/Content/Naganeupseong/Scene_100.uasset deleted file mode 100644 index 06245284..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_100.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f61c055929d727b6aecc862b9201bcf184c62c6cf851ff50b74ed3bf93e942f1 -size 45272 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_101.uasset b/hwanyoung2/Content/Naganeupseong/Scene_101.uasset deleted file mode 100644 index 907b24d2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_101.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88cb7295b79e5a3cb197ffbc616e517df6f25f29754c7a1205bd0688cedb5a13 -size 42860 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_102.uasset b/hwanyoung2/Content/Naganeupseong/Scene_102.uasset deleted file mode 100644 index 1da1f189..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_102.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4336a4e3dc3a049a3391df8ae04f2d195c1edc6077ab4e8e0b8b0b36d5e8bd6 -size 32636 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_103.uasset b/hwanyoung2/Content/Naganeupseong/Scene_103.uasset deleted file mode 100644 index 01dbbfc5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_103.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67ad066444ea68646eb0ee1cbb9a6b1b9fc1192a388aa03b02f7766b18a57e91 -size 33995 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_104.uasset b/hwanyoung2/Content/Naganeupseong/Scene_104.uasset deleted file mode 100644 index f6fa9812..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_104.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17cfd2db5f0d284701c5d811f31d326fb0b50f82e15187c94b025a060254eb9e -size 73341 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_105.uasset b/hwanyoung2/Content/Naganeupseong/Scene_105.uasset deleted file mode 100644 index a7000e48..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_105.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b07bcc591d41c64af2ed960b246f475890450481875f8ad0a8b6ebeb81b70d6 -size 17291 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_106.uasset b/hwanyoung2/Content/Naganeupseong/Scene_106.uasset deleted file mode 100644 index 55d4becb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_106.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:284d44e4cd102079f6bcc6577ee73a82bd0688cd933b1c74bf177d1a08d46146 -size 40032 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_107.uasset b/hwanyoung2/Content/Naganeupseong/Scene_107.uasset deleted file mode 100644 index dfb3bfab..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_107.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c55c9caee2ad995cfe924d25fb526790d3d9fd42cc09a8903f258b3be754f3fc -size 58406 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_108.uasset b/hwanyoung2/Content/Naganeupseong/Scene_108.uasset deleted file mode 100644 index bfe2ba46..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_108.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f27adf570b94e02ec29980ec82f1b9035f2407ff0dab012cf60371482b1d1eb -size 29668 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_109.uasset b/hwanyoung2/Content/Naganeupseong/Scene_109.uasset deleted file mode 100644 index 0886aeeb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_109.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7d21e75d02f9c9179e79929e5b184053b7a8555d6e4e12644649cb86ab0a865 -size 42471 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_11.uasset b/hwanyoung2/Content/Naganeupseong/Scene_11.uasset deleted file mode 100644 index 3aeea919..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65a2581619711b28fea27cfe537efe75f4e17439197d1143de029b6d79be2b70 -size 17171 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_110.uasset b/hwanyoung2/Content/Naganeupseong/Scene_110.uasset deleted file mode 100644 index 798da471..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_110.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ec2a841dde1ea503bfe2673f7ea276bf47461ed393428934bf83db1cde4fcef -size 92331 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_111.uasset b/hwanyoung2/Content/Naganeupseong/Scene_111.uasset deleted file mode 100644 index 3fd69c33..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_111.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:091b7111b11265040c0c64661fa3060dfb540dc942d58da0c21344610e716120 -size 59173 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_112.uasset b/hwanyoung2/Content/Naganeupseong/Scene_112.uasset deleted file mode 100644 index 2370e0f7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_112.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faca2bc838c5e36f3373ab168ee597262d76585d7dddba315d753a42011a39b3 -size 63138 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_113.uasset b/hwanyoung2/Content/Naganeupseong/Scene_113.uasset deleted file mode 100644 index 6ca9dbe6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_113.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a68bea72f2377afbc94746c088bf04e7eed2d8c825433c8dceae179366dca7e -size 63201 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_114.uasset b/hwanyoung2/Content/Naganeupseong/Scene_114.uasset deleted file mode 100644 index 6d1c5b6e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_114.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a11eb20ed8f67bb6c3831d9188de78266c8e92b9a1a67809b2888c711e92fd18 -size 37319 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_115.uasset b/hwanyoung2/Content/Naganeupseong/Scene_115.uasset deleted file mode 100644 index ac55702c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_115.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89fba512d89479fdd40a5642dde9b72e781f3fdeb813752f1eb98b082cfbfcf5 -size 30562 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_116.uasset b/hwanyoung2/Content/Naganeupseong/Scene_116.uasset deleted file mode 100644 index c54d977a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_116.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbb51449c8e3edcbe5701c9c0755e2742b0ff1f00c16883d64f1eec41be85243 -size 20439 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_117.uasset b/hwanyoung2/Content/Naganeupseong/Scene_117.uasset deleted file mode 100644 index c02b6352..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_117.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9950aa9f78021b9324eb57d1adc1ae485cb2e228a6e6b91b4abcc9bb0dcffe3b -size 29642 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_118.uasset b/hwanyoung2/Content/Naganeupseong/Scene_118.uasset deleted file mode 100644 index f405e6b9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_118.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fd7b12de41e7c22a11bfd425701b5a8389aa8841f9e2da2789da0902aca66fe -size 75049 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_119.uasset b/hwanyoung2/Content/Naganeupseong/Scene_119.uasset deleted file mode 100644 index 3622dc14..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_119.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aec56a1327c6800050ea835a78295af3e7768ddf14f343e89eb299bf9817da48 -size 70227 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_12.uasset b/hwanyoung2/Content/Naganeupseong/Scene_12.uasset deleted file mode 100644 index f6958193..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4dfa338cb78fda51ee3b046a36fb47c14aa8757fb7dabb92a4a5df8698ad9f9 -size 26293 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_120.uasset b/hwanyoung2/Content/Naganeupseong/Scene_120.uasset deleted file mode 100644 index 0a6108e4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_120.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7404bd54745a52bca3a81bab09f24e90225f58a971a0629bba0000feb571b9c4 -size 36081 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_121.uasset b/hwanyoung2/Content/Naganeupseong/Scene_121.uasset deleted file mode 100644 index 5a1768a0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_121.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c6840d65e2ffa2a2e9121f98bfd11f963c4a4fe3fb73827f730685ad8418851 -size 18422 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_122.uasset b/hwanyoung2/Content/Naganeupseong/Scene_122.uasset deleted file mode 100644 index 99a54a5f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_122.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e125e8dfe26922536e663fec9d232d7152b84f8a3dc007537a42e7c2a5a2238 -size 75501 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_123.uasset b/hwanyoung2/Content/Naganeupseong/Scene_123.uasset deleted file mode 100644 index d2c06d44..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_123.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:644516276fd0d9a9cf28d1e550222f9d48c7818e975ac738bab3a8f4664bf10c -size 1514904 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_124.uasset b/hwanyoung2/Content/Naganeupseong/Scene_124.uasset deleted file mode 100644 index aa3b4d52..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_124.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d241a6253cf678687f8a7d7b6ab8dc8901d88b20f62df0bf4edae20ec616455 -size 1270016 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_125.uasset b/hwanyoung2/Content/Naganeupseong/Scene_125.uasset deleted file mode 100644 index 89073cc3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_125.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:494d9e6ab40746943e7a721298c9f8edba50c90268c97bbc60b54dbd473085cb -size 280670 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_126.uasset b/hwanyoung2/Content/Naganeupseong/Scene_126.uasset deleted file mode 100644 index ef5672b8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_126.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd7e67bf2381107eba130e163c82b3eb23d7c8deb81f029e8000f04cafd631b9 -size 788144 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_127.uasset b/hwanyoung2/Content/Naganeupseong/Scene_127.uasset deleted file mode 100644 index 0fac5143..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_127.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cd135f6e1d26455d7db06d0a9ad1d839ce2343fd03a3e07450dc0521209ea4f -size 125506 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_128.uasset b/hwanyoung2/Content/Naganeupseong/Scene_128.uasset deleted file mode 100644 index a990066e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_128.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f7ac08b3f51a1e1c1dd9c53428f7c82f6e8c363cd787cabc684f76220df9caa -size 38826 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_129.uasset b/hwanyoung2/Content/Naganeupseong/Scene_129.uasset deleted file mode 100644 index 4775b3c2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_129.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:644f4eacc29422da48afe111920b6c01fb94145e9afd59205d7cb5c6e93488f8 -size 581072 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_13.uasset b/hwanyoung2/Content/Naganeupseong/Scene_13.uasset deleted file mode 100644 index 9cbddce7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15122a61cfed41a0d3833589f138c847e01fbff25ad9978aa0fa22a083d23969 -size 40025 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_130.uasset b/hwanyoung2/Content/Naganeupseong/Scene_130.uasset deleted file mode 100644 index c9b6a161..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_130.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94c378228e932b3392d3f68ac22001564d1442250cff73b991866c9ac52b0fa0 -size 40610 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_131.uasset b/hwanyoung2/Content/Naganeupseong/Scene_131.uasset deleted file mode 100644 index 50d5938b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_131.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd569f60d7f8a30979bb10218e34ad5b4116ff4770a0c44b07f40a8411a67949 -size 533951 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_132.uasset b/hwanyoung2/Content/Naganeupseong/Scene_132.uasset deleted file mode 100644 index 373e58ca..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_132.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af32d1a378ab7811a5a05206eba6bf6cc88debb10202da5f84988b092367c47e -size 65190 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_133.uasset b/hwanyoung2/Content/Naganeupseong/Scene_133.uasset deleted file mode 100644 index 33acb399..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_133.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebe413a3566f39e9a3d9d7e3e1716666b8ac5269e440ab7406e660c41796ee34 -size 39240 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_134.uasset b/hwanyoung2/Content/Naganeupseong/Scene_134.uasset deleted file mode 100644 index 835cf484..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_134.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85ea4e88198426e849ae603069a0fd6fbb9745215af18429a031ac4b44a91eba -size 23470 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_135.uasset b/hwanyoung2/Content/Naganeupseong/Scene_135.uasset deleted file mode 100644 index e0a0b1f5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_135.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fb43097a4ac3aa1804a403acc8850fa3663302c18fda1210cf61a753a9488a8 -size 32121 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_136.uasset b/hwanyoung2/Content/Naganeupseong/Scene_136.uasset deleted file mode 100644 index 5ccd1698..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_136.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0111b71b6182a154f686048ebe0f25b7f577f491657a4a54bfd342dea98d282 -size 43046 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_137.uasset b/hwanyoung2/Content/Naganeupseong/Scene_137.uasset deleted file mode 100644 index c41b12c8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_137.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dda791ccea119cb7630a18f79b1547b9726ed5273e692ef90bc59871f4a425aa -size 35518 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_138.uasset b/hwanyoung2/Content/Naganeupseong/Scene_138.uasset deleted file mode 100644 index ea3df3ec..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_138.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c0259d2fa3b552f68db8316a13910058ba7f2d766ad6ec42e0ea979fc59fc6d -size 417997 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_139.uasset b/hwanyoung2/Content/Naganeupseong/Scene_139.uasset deleted file mode 100644 index c688351f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_139.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4482072f87fad0da5b5ccc00287f9e8c59454871b3166dc53b6c12531e514df -size 46015 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_14.uasset b/hwanyoung2/Content/Naganeupseong/Scene_14.uasset deleted file mode 100644 index efc31030..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_14.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63109aab13dc33816c7202924ce4df46b88b98c85d03afec848a949e6d61eac7 -size 17643 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_140.uasset b/hwanyoung2/Content/Naganeupseong/Scene_140.uasset deleted file mode 100644 index d1475516..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_140.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be4130355dad7735a9adacae589f4da8998972f26cc7b0256af2d8b19fc541cb -size 38912 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_141.uasset b/hwanyoung2/Content/Naganeupseong/Scene_141.uasset deleted file mode 100644 index bdea1969..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_141.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caadd9abd76a545f1a0d3c70f1dac5bd572a0130c8526696657b994c99621ef1 -size 155992 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_142.uasset b/hwanyoung2/Content/Naganeupseong/Scene_142.uasset deleted file mode 100644 index 78f5ef52..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_142.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93ae86ec2e6c1987ec74b63bfff340f52475a6d9bcdbceca7c315355fee45c8e -size 57914 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_143.uasset b/hwanyoung2/Content/Naganeupseong/Scene_143.uasset deleted file mode 100644 index f6a559d5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_143.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f3358030c5243457468ada332f73617abf7efc607d3266d878a69c36fd3f8f5 -size 58262 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_144.uasset b/hwanyoung2/Content/Naganeupseong/Scene_144.uasset deleted file mode 100644 index 1c51dfdc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_144.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3257c9d1b92ac6d667bf35cc6218bc533aa70c1d2e25e4813ea075e4d50c434 -size 58526 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_145.uasset b/hwanyoung2/Content/Naganeupseong/Scene_145.uasset deleted file mode 100644 index bd98d7fe..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_145.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7622f255031bb83b1c605b267e1f205e39a94f72fa905083c16ba0fa3304258c -size 61376 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_146.uasset b/hwanyoung2/Content/Naganeupseong/Scene_146.uasset deleted file mode 100644 index fe619e52..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_146.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3591f2032afed4f4c9366dded38776596629f13049d4e9781e2f0c27c4248800 -size 40032 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_147.uasset b/hwanyoung2/Content/Naganeupseong/Scene_147.uasset deleted file mode 100644 index 5ca32422..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_147.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f14cf195517a7f77669cbe0baff9943259c049736ae2283a4c309016bb5848d4 -size 65190 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_148.uasset b/hwanyoung2/Content/Naganeupseong/Scene_148.uasset deleted file mode 100644 index 8587f375..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_148.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1120a2ed3450caab7788522eaaed8105acdf0684ae90b115ce8083cbd4219fd3 -size 63138 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_149.uasset b/hwanyoung2/Content/Naganeupseong/Scene_149.uasset deleted file mode 100644 index 1fbe9e85..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_149.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7072cda257930c38d2f17b7e7b6fdaa7a71104fd4564026aee313c6997fed412 -size 46015 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_15.uasset b/hwanyoung2/Content/Naganeupseong/Scene_15.uasset deleted file mode 100644 index 1f7ed075..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_15.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3a773384f70b23c6ce463626b6292c971935f127945f6a52eac23a7adf2b45b -size 20311 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_150.uasset b/hwanyoung2/Content/Naganeupseong/Scene_150.uasset deleted file mode 100644 index b9c27f73..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_150.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85cc4d2846357792f702877a7118bb8e154f3ba21b158f415daa289842fc4ff4 -size 581072 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_151.uasset b/hwanyoung2/Content/Naganeupseong/Scene_151.uasset deleted file mode 100644 index 6e79db19..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_151.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ad9e227893f3ec8b67323f0d670da32df89e4a248bbd1dc2b26b25cb9b066f1 -size 40610 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_152.uasset b/hwanyoung2/Content/Naganeupseong/Scene_152.uasset deleted file mode 100644 index 4bb19f1f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_152.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62a0514024cd3ae4b779f74c8b44794b35f2c9a4568783750ab07180a132f074 -size 75501 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_153.uasset b/hwanyoung2/Content/Naganeupseong/Scene_153.uasset deleted file mode 100644 index eedab3a8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_153.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d9d38c92773c135c7788451fa377a803b421c392a2631d32494ee904ccb1758 -size 43046 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_154.uasset b/hwanyoung2/Content/Naganeupseong/Scene_154.uasset deleted file mode 100644 index 85293f05..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_154.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62aaac13a6b6433938c3dc49935356db780e82a0c0f240a19be7d467ac36e552 -size 1270016 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_155.uasset b/hwanyoung2/Content/Naganeupseong/Scene_155.uasset deleted file mode 100644 index 98206ff0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_155.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b1fb2cec8e5922f2fcbb00ab02a0af64fc298568f966581586d836bae5a6bc6 -size 17666 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_156.uasset b/hwanyoung2/Content/Naganeupseong/Scene_156.uasset deleted file mode 100644 index de6afe1e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_156.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e3598317ff93ba41023ce2f43ea11ff8dd03039daaa66ebac38db0ea8106437 -size 678381 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_157.uasset b/hwanyoung2/Content/Naganeupseong/Scene_157.uasset deleted file mode 100644 index 25d955d4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_157.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7728cec3ba20ae44782aeb2baafcba5f55614005bcba4c318dc4e9360e0f2d93 -size 17644 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_158.uasset b/hwanyoung2/Content/Naganeupseong/Scene_158.uasset deleted file mode 100644 index 76a4b3a6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_158.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6c21d1e8eb73ed425c65588a73f9de446b0f64ca484dbe38bbf30e2ef33d062 -size 143434 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_159.uasset b/hwanyoung2/Content/Naganeupseong/Scene_159.uasset deleted file mode 100644 index 77101099..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_159.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3648734881626ec7b3263788e39826834136a916b9b40aa68225792047149ed -size 744787 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_16.uasset b/hwanyoung2/Content/Naganeupseong/Scene_16.uasset deleted file mode 100644 index 4b6e4b39..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_16.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2172a26772c10686c15920382ae56dcf6fd7823d701ccf9d5282c82c762a1dd1 -size 24387 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_160.uasset b/hwanyoung2/Content/Naganeupseong/Scene_160.uasset deleted file mode 100644 index 00e76672..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_160.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48adb8b376c050ab48f8ded82f23ba86e28dbc0222fa1498982c460ff2dc84b3 -size 20312 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_161.uasset b/hwanyoung2/Content/Naganeupseong/Scene_161.uasset deleted file mode 100644 index a78bb13e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_161.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7b2aa6a48ecac9cec63b6a87e24b793f2521811323aa480ce7d118de05b424d -size 110713 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_162.uasset b/hwanyoung2/Content/Naganeupseong/Scene_162.uasset deleted file mode 100644 index 141cc7d0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_162.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:865ecab22c6f8b566b43db681815d4a47c51ba54764517e3b0834cb631af0032 -size 22428 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_163.uasset b/hwanyoung2/Content/Naganeupseong/Scene_163.uasset deleted file mode 100644 index 106e12fa..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_163.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db971edd9194ad8a712abf9999ce7e23287f52300327d02bca6901202d5b00dc -size 33214 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_164.uasset b/hwanyoung2/Content/Naganeupseong/Scene_164.uasset deleted file mode 100644 index b77ea9f2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_164.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fca194abbcebf5e84598237152982df7a8da33ea3e49290184fa7a4c2a87bddb -size 37319 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_165.uasset b/hwanyoung2/Content/Naganeupseong/Scene_165.uasset deleted file mode 100644 index be9f0236..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_165.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a7632be424e3efd86e04e034443dafdd082ab0841af2ade13336e56a3e58074 -size 18803 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_166.uasset b/hwanyoung2/Content/Naganeupseong/Scene_166.uasset deleted file mode 100644 index 7c6a9acc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_166.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a8f24105fe41bdca94fc29e899fae82cf23be620dfa74fc58ff826d741d20ac -size 16729 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_167.uasset b/hwanyoung2/Content/Naganeupseong/Scene_167.uasset deleted file mode 100644 index 391411df..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_167.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d92055682185d32b97a8edb7eb5c3784be54c620877548368ed911d4f04d0d3 -size 141867 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_168.uasset b/hwanyoung2/Content/Naganeupseong/Scene_168.uasset deleted file mode 100644 index 1bfa010b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_168.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a20b07a04ed9579158a3e1709f4b2b8a25de9ff01d806c65c22b8dbf3068adf3 -size 17535 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_169.uasset b/hwanyoung2/Content/Naganeupseong/Scene_169.uasset deleted file mode 100644 index 9d41f637..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_169.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33d7ea44797cf2bd9ea2cbdb464b068bf867cae4dd795671423b7d41901d78b8 -size 37831 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_17.uasset b/hwanyoung2/Content/Naganeupseong/Scene_17.uasset deleted file mode 100644 index 20bc48e3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_17.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f488cfd1ab828f80fa044ad93a3c5f23b018a295c52cb0a74cf94b89e7072e3 -size 22195 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_170.uasset b/hwanyoung2/Content/Naganeupseong/Scene_170.uasset deleted file mode 100644 index ef7eb763..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_170.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:749077f1adbbb2a58bb80e6bf773ba42aac2a0cfe31579beaea996e1c868e50d -size 24388 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_171.uasset b/hwanyoung2/Content/Naganeupseong/Scene_171.uasset deleted file mode 100644 index 09a6d867..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_171.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80e931098fdeca8566b04de30a19e478ef219e63129ec569073d4faae5806fdd -size 93066 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_172.uasset b/hwanyoung2/Content/Naganeupseong/Scene_172.uasset deleted file mode 100644 index 9f62bfec..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_172.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22a87dfcfc7ab0a037b54dc9c4847499562e126a0fbd7d34884b882b7f00a515 -size 162952 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_173.uasset b/hwanyoung2/Content/Naganeupseong/Scene_173.uasset deleted file mode 100644 index 202fa0e4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_173.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67b18ddcbf4958ddfb8957bd8fc0ad44a011623f55d182ca608fd7468bc79e60 -size 17477 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_174.uasset b/hwanyoung2/Content/Naganeupseong/Scene_174.uasset deleted file mode 100644 index 1b71fe66..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_174.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41f381b89343911c90d30828cc4e9f67af009ee45f44ace356da97515b3c3cf8 -size 18439 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_175.uasset b/hwanyoung2/Content/Naganeupseong/Scene_175.uasset deleted file mode 100644 index 266cf57c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_175.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3d8a72f3b8825908e4d74e16bb81377f9b18a6060d121fa829e7aa050de2d8a -size 18683 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_176.uasset b/hwanyoung2/Content/Naganeupseong/Scene_176.uasset deleted file mode 100644 index 33df9a17..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_176.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5775182293f31cea90817765f809c50d5c1adeb7a8643e5195f62f5902a170f -size 18672 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_177.uasset b/hwanyoung2/Content/Naganeupseong/Scene_177.uasset deleted file mode 100644 index 5ca72eba..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_177.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f543a3ff8f4b2bbf96915f5e2b2ff6161e398bcfde68c51cafa39c367f759ac0 -size 114447 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_178.uasset b/hwanyoung2/Content/Naganeupseong/Scene_178.uasset deleted file mode 100644 index 457580ef..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_178.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8047991eeae68bdcdb518f8c71a4f4aea8919226626240d491ecdd2272b203d6 -size 20784 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_179.uasset b/hwanyoung2/Content/Naganeupseong/Scene_179.uasset deleted file mode 100644 index 119729b1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_179.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47206c1aab30bc96cc1a1c85b1185b4d667b17cb8a8534f5e20f248b7ba66e77 -size 16582 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_18.uasset b/hwanyoung2/Content/Naganeupseong/Scene_18.uasset deleted file mode 100644 index 86540c1f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_18.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8a3bdc965c93a67a41337901d77415713e64dfed2e56718a4d811af08af7159 -size 17820 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_180.uasset b/hwanyoung2/Content/Naganeupseong/Scene_180.uasset deleted file mode 100644 index 158eeafc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_180.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4a231ba91a260bc3aca472e6d0ca9fb7ffd5df48eaa12e79b1ede2322224746 -size 144486 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_181.uasset b/hwanyoung2/Content/Naganeupseong/Scene_181.uasset deleted file mode 100644 index 79d5e30d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_181.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbac7b280ad6e445bf6e550f88f22f0e548197aa8303d198398af92771ce40ff -size 21481 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_182.uasset b/hwanyoung2/Content/Naganeupseong/Scene_182.uasset deleted file mode 100644 index b28ea631..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_182.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ff3ff0a7e38275a20fab78a4a2c782b82f3836bcf071fac92cb38ee119b04d4 -size 22196 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_183.uasset b/hwanyoung2/Content/Naganeupseong/Scene_183.uasset deleted file mode 100644 index 7f999aaf..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_183.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09fe437cbfcc59911514bc8ac4b11c45dfe50a34cf704e34491078c3af2ceea6 -size 21128 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_184.uasset b/hwanyoung2/Content/Naganeupseong/Scene_184.uasset deleted file mode 100644 index 7b9c1cd4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_184.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7203ed84e402573f6c487885173ac9bb4ddfde1585712c0105bcf45d78ff4243 -size 18785 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_185.uasset b/hwanyoung2/Content/Naganeupseong/Scene_185.uasset deleted file mode 100644 index acdaf4b5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_185.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43f273fcf70211543d406c45b421495cd3ac4ba3e90bebdd274dcf6efac22ea9 -size 28721 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_186.uasset b/hwanyoung2/Content/Naganeupseong/Scene_186.uasset deleted file mode 100644 index c6b72189..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_186.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdef4018d8e7c891bd394b819541a65c34799f8c58185c16c216fb5d2ec9e2ec -size 79099 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_187.uasset b/hwanyoung2/Content/Naganeupseong/Scene_187.uasset deleted file mode 100644 index 50f52c8c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_187.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5ab2017c64bac687c6ed8fb174de8a756a962533b67b83bc4f5d0864b57a772 -size 40026 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_188.uasset b/hwanyoung2/Content/Naganeupseong/Scene_188.uasset deleted file mode 100644 index 1eb5d4da..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_188.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dcc5f4ec370989281c44529c05d67a52ca668e549f22e6b778c54647e119adc -size 181638 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_189.uasset b/hwanyoung2/Content/Naganeupseong/Scene_189.uasset deleted file mode 100644 index 188dde7c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_189.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e4c6128d63b0fa51877d89d92de2bf7302440d0fcb1b0c7f3626446d2ce9721 -size 17172 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_19.uasset b/hwanyoung2/Content/Naganeupseong/Scene_19.uasset deleted file mode 100644 index f4093dc8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_19.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24c87df1978556ad34f68010409fb38ddcbadee22bc1165d42fa81d30e8b81fb -size 18438 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_190.uasset b/hwanyoung2/Content/Naganeupseong/Scene_190.uasset deleted file mode 100644 index b9992141..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_190.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e530b7cd5ada793d7323153f3f6e3d755995f4750168cf51315f5ca009cff060 -size 21084 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_191.uasset b/hwanyoung2/Content/Naganeupseong/Scene_191.uasset deleted file mode 100644 index 150bc13b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_191.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6c169213e47b527ca018c3150f69d7ecdb3b42ff620bbcb3b56db3aa909c18c -size 34603 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_192.uasset b/hwanyoung2/Content/Naganeupseong/Scene_192.uasset deleted file mode 100644 index 94359dfb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_192.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5b08188237ddc4e469fc7b007c040a44ad7865db0105ca356f787379b71d6e7 -size 21066 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_193.uasset b/hwanyoung2/Content/Naganeupseong/Scene_193.uasset deleted file mode 100644 index 9f0d2a71..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_193.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b9743127617bfde8b5d89aed7fa038a72f349dc1ed193aa3df2a22565ed3e18 -size 84379 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_194.uasset b/hwanyoung2/Content/Naganeupseong/Scene_194.uasset deleted file mode 100644 index ca4d692d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_194.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bd835d9406ac34af87d0b20a1c7f40cf9008166f59a7fd03e7f8e2be27bdd3e -size 17808 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_195.uasset b/hwanyoung2/Content/Naganeupseong/Scene_195.uasset deleted file mode 100644 index 520c1a32..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_195.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c91f6073664bf8d34e45f088dd056a04ca7dc6fff790201a262fb23ca4f410ee -size 33513 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_196.uasset b/hwanyoung2/Content/Naganeupseong/Scene_196.uasset deleted file mode 100644 index 764e63f5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_196.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db3b32b1e523c88993e95e460cce3de7519c7a879497003af0eec6e91b64bbe3 -size 167062 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_197.uasset b/hwanyoung2/Content/Naganeupseong/Scene_197.uasset deleted file mode 100644 index 262af118..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_197.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:010cd0dbb76c44ad1c0cb79e33d79ebe6c29f38dab833c1fe3be70c63aae07db -size 55966 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_198.uasset b/hwanyoung2/Content/Naganeupseong/Scene_198.uasset deleted file mode 100644 index d97475cc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_198.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91b5cc031164ca93bd80e43032acc0983e9be23ef5157d8ea53499f0d4b97e36 -size 17821 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_199.uasset b/hwanyoung2/Content/Naganeupseong/Scene_199.uasset deleted file mode 100644 index ef4e0a68..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_199.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:051ae166d485f3462a8706e7c85db2326feabfd9e8a7c5dac9102a5d3a5d6d94 -size 17671 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_2.uasset b/hwanyoung2/Content/Naganeupseong/Scene_2.uasset deleted file mode 100644 index ffb20fc2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62838e58c6b923a57d58db6f0a7f218a152fbf1b861fbbb9f57fcccfea74d9a3 -size 16674 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_20.uasset b/hwanyoung2/Content/Naganeupseong/Scene_20.uasset deleted file mode 100644 index debab0db..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_20.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45d0a216cf025779a606d405e300f6e2ef63810e894e8415ddaba8c651cae4cc -size 465509 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_200.uasset b/hwanyoung2/Content/Naganeupseong/Scene_200.uasset deleted file mode 100644 index 354362d9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_200.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b93696298b205f26710443473c9d30813f661faa28e0b973e9aaffbbd85355ba -size 25000 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_201.uasset b/hwanyoung2/Content/Naganeupseong/Scene_201.uasset deleted file mode 100644 index 9c1f9ab5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_201.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b43ea517d881a80b6f1e7d19d4fc4dde40825a06be28511d4ae2a0081bc54c04 -size 32636 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_202.uasset b/hwanyoung2/Content/Naganeupseong/Scene_202.uasset deleted file mode 100644 index c28c71fd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_202.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30c23ac992f275061a46823a56cd90a9a43a3d4a75181f2d1f9dee7d42fef901 -size 33995 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_203.uasset b/hwanyoung2/Content/Naganeupseong/Scene_203.uasset deleted file mode 100644 index c8222751..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_203.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09b502e2769f976b2b2fc43e7afc36e0417ca7c4cba4ead58f5c87e0aeb8149b -size 48303 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_204.uasset b/hwanyoung2/Content/Naganeupseong/Scene_204.uasset deleted file mode 100644 index 00354897..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_204.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f15c0ced94c4278d5b9f3afffa3abc21d439e6bd01eea90c63959bee6e965372 -size 30562 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_205.uasset b/hwanyoung2/Content/Naganeupseong/Scene_205.uasset deleted file mode 100644 index e23ad9c8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_205.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04a5dabcc132267b44bc1ccdd052a2b109e12c3cb31302fd11bb9625f921eb16 -size 533951 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_206.uasset b/hwanyoung2/Content/Naganeupseong/Scene_206.uasset deleted file mode 100644 index a296eb19..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_206.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa978838cac48ee671a0119aee51e926f6889a0869ea4d9446d97c613c852233 -size 73341 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_207.uasset b/hwanyoung2/Content/Naganeupseong/Scene_207.uasset deleted file mode 100644 index 43ebd426..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_207.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6c4c6aa4c87df4c6087d59b3c892f443f25e97f713c54c7bd2b727c9a5aded2 -size 36081 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_208.uasset b/hwanyoung2/Content/Naganeupseong/Scene_208.uasset deleted file mode 100644 index 77726f6a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_208.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:815de15a9dd0c41d637a0a5bb7214411591c2215c470d034bf7760ee16092717 -size 202637 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_209.uasset b/hwanyoung2/Content/Naganeupseong/Scene_209.uasset deleted file mode 100644 index 26b90178..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_209.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88fe16a37264345f92c0b16b91178a75ccca48113423825b7c1e5f3c05d95879 -size 788144 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_21.uasset b/hwanyoung2/Content/Naganeupseong/Scene_21.uasset deleted file mode 100644 index 4125b766..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_21.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c53eb751f913c77b16f25ca9c49f28197c727cec947141e729b2612572fda5d -size 21318 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_210.uasset b/hwanyoung2/Content/Naganeupseong/Scene_210.uasset deleted file mode 100644 index 2f7906e2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_210.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1167aa916fdb95b9e2f95af37dddd2a3be5e4262ced568fd9a0591e21ad2670 -size 53973 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_211.uasset b/hwanyoung2/Content/Naganeupseong/Scene_211.uasset deleted file mode 100644 index 9693269d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_211.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad62330b8a62497429a6493e35d8fbcc99da1e1e8fd3d46051353e42574d444f -size 32121 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_212.uasset b/hwanyoung2/Content/Naganeupseong/Scene_212.uasset deleted file mode 100644 index ed4ce158..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_212.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb61811f225db7760835c4c78bfa61d175576c58a7bbefe3b7c006dc89c46fab -size 42860 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_213.uasset b/hwanyoung2/Content/Naganeupseong/Scene_213.uasset deleted file mode 100644 index aa64cbc8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_213.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:068854ed92812b14bfe2ed7fcd4a9aace18dde55628177f5f9b0f430d84a06bc -size 75049 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_214.uasset b/hwanyoung2/Content/Naganeupseong/Scene_214.uasset deleted file mode 100644 index 9c08ec40..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_214.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ba61e7fd3b1c53e1205ab60845c295a53e03702181629594523f423b3782e94 -size 29642 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_215.uasset b/hwanyoung2/Content/Naganeupseong/Scene_215.uasset deleted file mode 100644 index dab5dfe0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_215.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ecc9d86fc5b43f638c22a171f4b134e4cee0b3d32e9391b24c82a2d79cdf312 -size 30249 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_216.uasset b/hwanyoung2/Content/Naganeupseong/Scene_216.uasset deleted file mode 100644 index 78f72624..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_216.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c10a083a555a3d3d45de0df27d9e05147b8dbfcd2ec6fe41b872402235cd71c8 -size 38912 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_217.uasset b/hwanyoung2/Content/Naganeupseong/Scene_217.uasset deleted file mode 100644 index efa1eb59..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_217.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc66776d1b841aebd38fc0ace7b059eca3f42566954e88901d79f616e4b7d318 -size 17291 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_218.uasset b/hwanyoung2/Content/Naganeupseong/Scene_218.uasset deleted file mode 100644 index caff4569..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_218.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1eee7a12cb16d621b4ae650eef79bb525ffff5745de21acf1e05099e03a4c17 -size 43130 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_219.uasset b/hwanyoung2/Content/Naganeupseong/Scene_219.uasset deleted file mode 100644 index 7c96514d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_219.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ace39a149d496d4727fd0b10699c8f8b468edd6485d12cee962ffca4b8720a7d -size 45272 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_22.uasset b/hwanyoung2/Content/Naganeupseong/Scene_22.uasset deleted file mode 100644 index c60a6357..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_22.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c011505265ae87580a8923d0c9f9e0db4daa9056f03712af201cb61792b4dcb1 -size 18784 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_220.uasset b/hwanyoung2/Content/Naganeupseong/Scene_220.uasset deleted file mode 100644 index 60d68906..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_220.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f089f2142b2070facbf00c9995f31e22ed4c4ae631004f098018df75f16830fd -size 77869 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_221.uasset b/hwanyoung2/Content/Naganeupseong/Scene_221.uasset deleted file mode 100644 index 3337da01..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_221.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:610ef2fe2aab7b4acae239f57aae3699262aacd60c3483e48ba32f87efa34b32 -size 20439 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_222.uasset b/hwanyoung2/Content/Naganeupseong/Scene_222.uasset deleted file mode 100644 index 9d8303ba..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_222.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e24da92df46b6fa5360c3b82387a913fc6ea2850f8a550b22913679b25c20b3 -size 42471 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_223.uasset b/hwanyoung2/Content/Naganeupseong/Scene_223.uasset deleted file mode 100644 index 538353b4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_223.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27dedb66beb5d2534e067be9738ec5feddc4ff081b9d66742912d6a1250fd6eb -size 33941 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_224.uasset b/hwanyoung2/Content/Naganeupseong/Scene_224.uasset deleted file mode 100644 index 53f45161..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_224.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71f09975f7e38baf488d0ccb5619259443d13452ba004e47ae6ed58042c191ee -size 58406 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_225.uasset b/hwanyoung2/Content/Naganeupseong/Scene_225.uasset deleted file mode 100644 index 9b85374c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_225.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bce90aec2da74428951ccc3279bcf96505c97292eb4eb0c8f38c197ff95da278 -size 36303 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_226.uasset b/hwanyoung2/Content/Naganeupseong/Scene_226.uasset deleted file mode 100644 index a7aa1cd2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_226.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6ce9a15273984ed4dd1e7ce25b997d2319df5f1dcff15c108a82899be386a6f -size 58783 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_227.uasset b/hwanyoung2/Content/Naganeupseong/Scene_227.uasset deleted file mode 100644 index 94858601..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_227.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fcc7e4662251b92c6872136f2674b0168da4a3c22da124e4c7f1052f0f49496 -size 29668 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_228.uasset b/hwanyoung2/Content/Naganeupseong/Scene_228.uasset deleted file mode 100644 index fd510216..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_228.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18b9ed7160f48cc6c9af6614f9fd4c08f1727bce0c89d7a3fbabd0dafb7026f7 -size 31494 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_229.uasset b/hwanyoung2/Content/Naganeupseong/Scene_229.uasset deleted file mode 100644 index 779ed222..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_229.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e85e647f4617e91b2d5e5c18b95d36561d48a3fe3c8f7d4e21204f80703dbb24 -size 59173 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_23.uasset b/hwanyoung2/Content/Naganeupseong/Scene_23.uasset deleted file mode 100644 index 5c78121f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_23.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:558041f7b753749263d116754f6b94ef7e3c56f3017e39c2a3536270a1ca96f2 -size 16581 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_230.uasset b/hwanyoung2/Content/Naganeupseong/Scene_230.uasset deleted file mode 100644 index 2946a13c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_230.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4813de0da083b6e06069c04dfb939a146deb4a85d77bb24c00f401f50aafddb -size 280670 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_231.uasset b/hwanyoung2/Content/Naganeupseong/Scene_231.uasset deleted file mode 100644 index c9540707..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_231.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:784195c1681cd07c0d41af893918febb66d6808941c6cd6848bdf21590785104 -size 18422 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_232.uasset b/hwanyoung2/Content/Naganeupseong/Scene_232.uasset deleted file mode 100644 index c1cd49d3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_232.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4abd83e71b8833ccf84a1edaf2e0e49bbba91553787c378b2e2b22803089a49e -size 63201 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_233.uasset b/hwanyoung2/Content/Naganeupseong/Scene_233.uasset deleted file mode 100644 index 7af6b32e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_233.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3b1100b1fbe85e47fb2acbde735a94634120e6900a2ee97d7160665a59304e4 -size 39240 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_234.uasset b/hwanyoung2/Content/Naganeupseong/Scene_234.uasset deleted file mode 100644 index 4d144e2b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_234.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c9c6885c60ba9dcba91e5e30d84ded2a698b6c2c4124d638ebd50df160e76a2 -size 23470 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_235.uasset b/hwanyoung2/Content/Naganeupseong/Scene_235.uasset deleted file mode 100644 index 6c2fef44..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_235.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60bbcf151496ea8051e994f4857319a9878d44e719e8bf09927bbeea87a95d40 -size 38826 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_236.uasset b/hwanyoung2/Content/Naganeupseong/Scene_236.uasset deleted file mode 100644 index 25ba1b3e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_236.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7942ffd1fd38dfb6f61d2a431972f8364befd2666f23f1a42cb7f2455a414be -size 70227 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_237.uasset b/hwanyoung2/Content/Naganeupseong/Scene_237.uasset deleted file mode 100644 index 53dcb1c8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_237.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:341c947e02157ff0a46ddae760ae1c06b10019f315c09664039fa372a062bd51 -size 695492 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_238.uasset b/hwanyoung2/Content/Naganeupseong/Scene_238.uasset deleted file mode 100644 index bd9627d6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_238.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80d92fbb6adc924718676f6b4bb12a4459c98d08f2d0677d37c63cd489ed7036 -size 38969 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_239.uasset b/hwanyoung2/Content/Naganeupseong/Scene_239.uasset deleted file mode 100644 index 4e4f3200..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_239.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:253163cfbef40cb098c6afc142c81e636fd196226338c00f2460e3530b2a68aa -size 155992 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_24.uasset b/hwanyoung2/Content/Naganeupseong/Scene_24.uasset deleted file mode 100644 index 8d12f7af..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_24.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d8b6c12afaa65c9a2f561ce98929af295945d1090dbf896061a81d6952e45fa -size 93065 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_240.uasset b/hwanyoung2/Content/Naganeupseong/Scene_240.uasset deleted file mode 100644 index ae4099e9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_240.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bfa69dd1ed48b508041c475dc4c2109c5a341bada1d14119456274be9c67108 -size 33574 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_241.uasset b/hwanyoung2/Content/Naganeupseong/Scene_241.uasset deleted file mode 100644 index 0a5244d9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_241.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:223eb1fba029f5aa97fd0b917e868ad84395468696c84a17b887dd2e6ed54b27 -size 57914 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_242.uasset b/hwanyoung2/Content/Naganeupseong/Scene_242.uasset deleted file mode 100644 index dfe3e75d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_242.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f81909b7da5b94e7f34ab1cbc4a903c137ce4e83dc0de129e6a90f23a34ded38 -size 58262 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_243.uasset b/hwanyoung2/Content/Naganeupseong/Scene_243.uasset deleted file mode 100644 index 0ad44d09..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_243.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c9b70d7db309d9bd1df17a75d6d479744ba2de8c8a78c035af2b8bc2cc76bfd -size 58526 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_244.uasset b/hwanyoung2/Content/Naganeupseong/Scene_244.uasset deleted file mode 100644 index f673028a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_244.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c62cec3f9514e35d7879a0b9f7b6378cce8b0af8fd38858b1ebfc0b5a594a992 -size 61376 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_245.uasset b/hwanyoung2/Content/Naganeupseong/Scene_245.uasset deleted file mode 100644 index 78d2fa74..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_245.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbc24566e4d8ac6a36df9985834da083036bc35089fbc006ccafc56da44545b9 -size 35518 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_246.uasset b/hwanyoung2/Content/Naganeupseong/Scene_246.uasset deleted file mode 100644 index 67039ba2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_246.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cebfc4c2ed49f7c236fffa06b564ad792e1c40685f9ec005f27e9ef8bbfcd87 -size 417997 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_247.uasset b/hwanyoung2/Content/Naganeupseong/Scene_247.uasset deleted file mode 100644 index 8c576dc5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_247.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5eecd08abe14e3518bc12bdd68680f14e91ef5cd86571a772a3769690736f866 -size 92331 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_248.uasset b/hwanyoung2/Content/Naganeupseong/Scene_248.uasset deleted file mode 100644 index 6c3b6b81..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_248.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b1559fa1948775c0d7cc4e25dafccc66bc279009258fcf9c0449c630dc41537 -size 125506 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_249.uasset b/hwanyoung2/Content/Naganeupseong/Scene_249.uasset deleted file mode 100644 index a7b3164e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_249.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:176db1adc3702f252bf4734f83477e9ba7f4bcda240bf4f9efa9229160e63865 -size 40032 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_25.uasset b/hwanyoung2/Content/Naganeupseong/Scene_25.uasset deleted file mode 100644 index 6237dd5d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_25.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b113703a7abc347894ad198092a1bfd772a00cbd12b477be6199dff93df99c5e -size 144485 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_250.uasset b/hwanyoung2/Content/Naganeupseong/Scene_250.uasset deleted file mode 100644 index c09d7ec4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_250.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d19831df02c8df3a7fcfd70cede7825fd9ea7494af93aceba7ca2bef93fd5e68 -size 65190 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_251.uasset b/hwanyoung2/Content/Naganeupseong/Scene_251.uasset deleted file mode 100644 index 624c369b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_251.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91b070aa3930d23c930a0ec1bd33d4a2d518356099ece759291d8c9a77b8fd9e -size 63138 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_252.uasset b/hwanyoung2/Content/Naganeupseong/Scene_252.uasset deleted file mode 100644 index c7de4068..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_252.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:609095028ca10d9e4ea45ce24ab00b200d5ef6e5e80d7e8d0504f7f619050fd1 -size 46015 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_253.uasset b/hwanyoung2/Content/Naganeupseong/Scene_253.uasset deleted file mode 100644 index 99a1ab74..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_253.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f5b8d1cc4bd7ee8caf20263468d48cc1a7b4433a845041df4e35824aecedbdd -size 581072 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_254.uasset b/hwanyoung2/Content/Naganeupseong/Scene_254.uasset deleted file mode 100644 index c48b12c8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_254.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4a58b7b3dbab43ecd57694fdd7ce047271f3b150ae4e4d8de68f0be2c1d2d49 -size 40610 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_255.uasset b/hwanyoung2/Content/Naganeupseong/Scene_255.uasset deleted file mode 100644 index ec4bc6f3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_255.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa9c678d23be36b78cd244ac1980e9c4390ebb8ba5812f157d4314c2b1308202 -size 75501 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_256.uasset b/hwanyoung2/Content/Naganeupseong/Scene_256.uasset deleted file mode 100644 index d0971184..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_256.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:768288560318a859c03c4fdeafbcae1dc459d0ee9043502b0274dd205d6b9f0a -size 43046 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_257.uasset b/hwanyoung2/Content/Naganeupseong/Scene_257.uasset deleted file mode 100644 index 7936631e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_257.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be0cd2ae673b7c73ddafe11240bc834ffc6fecf76576c930eb89dfbb2c266b2d -size 1270016 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_258.uasset b/hwanyoung2/Content/Naganeupseong/Scene_258.uasset deleted file mode 100644 index 2ee2fcc7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_258.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd45de1a00cd012533938ba5460998ba9116891a5e38c589542fe325da6327d7 -size 17666 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_259.uasset b/hwanyoung2/Content/Naganeupseong/Scene_259.uasset deleted file mode 100644 index 878cb4d2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_259.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75609ae6f929d6f98984db4429cc4990caa9146d8436baa6bbe6e79463318b4c -size 678381 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_26.uasset b/hwanyoung2/Content/Naganeupseong/Scene_26.uasset deleted file mode 100644 index b136128b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_26.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df8d51db2facd6e8ba1b887c1cd6cd6c54e304e07a2731de5d9f181696b78596 -size 17581 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_260.uasset b/hwanyoung2/Content/Naganeupseong/Scene_260.uasset deleted file mode 100644 index ae2dbe1f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_260.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc2a1cd813975334b1137584634e982e878615d8681dea4cfaa19befbfcfe095 -size 17644 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_261.uasset b/hwanyoung2/Content/Naganeupseong/Scene_261.uasset deleted file mode 100644 index 2306a015..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_261.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9aee1f61b9fd4852fdda1c8c217211a0426f9f47d75313ec4482991a1d10ba6f -size 143434 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_262.uasset b/hwanyoung2/Content/Naganeupseong/Scene_262.uasset deleted file mode 100644 index 2d7f67b1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_262.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cae69959250e33f64c090646cfc866126c8d17f802035a4889ddb245380207e -size 744787 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_263.uasset b/hwanyoung2/Content/Naganeupseong/Scene_263.uasset deleted file mode 100644 index ce7b1a14..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_263.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f86ba734ab6d25ac5af0b61469dcc809f393c31c0ffff5370cb791ac26bcfb08 -size 20312 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_264.uasset b/hwanyoung2/Content/Naganeupseong/Scene_264.uasset deleted file mode 100644 index 10d1fc3b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_264.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:042c8027361c3a89b71ac13c86c903271cddd7c7255f38eb2dd3c0ad37dbc43e -size 110713 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_265.uasset b/hwanyoung2/Content/Naganeupseong/Scene_265.uasset deleted file mode 100644 index 4dd3d134..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_265.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2eb1c0e89adf09fde11df4de118faef62c365e1c209b432a9b6436611eb60f5 -size 22428 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_266.uasset b/hwanyoung2/Content/Naganeupseong/Scene_266.uasset deleted file mode 100644 index d05e4742..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_266.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:507222b16986a2a7951a38a4e35d44d246956875b32cacb1e5dbe113a9051109 -size 33214 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_267.uasset b/hwanyoung2/Content/Naganeupseong/Scene_267.uasset deleted file mode 100644 index 97bdff31..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_267.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f21bd4c5077d20c349b5198fc3c465e04fd0bb715af394a30ed830adc37ddcc -size 37319 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_268.uasset b/hwanyoung2/Content/Naganeupseong/Scene_268.uasset deleted file mode 100644 index 5d777da8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_268.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75989e54d4bcb38772408e503c8426dad00c8c1d72d24f2d9049030079cc2787 -size 18803 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_269.uasset b/hwanyoung2/Content/Naganeupseong/Scene_269.uasset deleted file mode 100644 index 0d7ab885..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_269.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:597348c38398dd227a13442077e46be96efb96bf8b2e81527b97b57caf290947 -size 16729 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_27.uasset b/hwanyoung2/Content/Naganeupseong/Scene_27.uasset deleted file mode 100644 index 94115830..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_27.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7b19614bf3205ae076f8c60e74c51d0b63e853efa4cc878498e880ce6038b67 -size 22410 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_270.uasset b/hwanyoung2/Content/Naganeupseong/Scene_270.uasset deleted file mode 100644 index 47e3fc73..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_270.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76eedde2aac72a23cae0e135848046c6417054c42e88bdde30b780c3115561dd -size 141867 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_271.uasset b/hwanyoung2/Content/Naganeupseong/Scene_271.uasset deleted file mode 100644 index d3bb5188..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_271.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e39973be9bd64ae7a98bd45caf86f5e4a5aa23aac07cdfc44c09c392aacb72ed -size 17535 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_272.uasset b/hwanyoung2/Content/Naganeupseong/Scene_272.uasset deleted file mode 100644 index 5ea1f179..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_272.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:554ee2b7363e589cf9c468895a5b08d2b3541c44da9cec300062fc5d025d28dd -size 37831 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_273.uasset b/hwanyoung2/Content/Naganeupseong/Scene_273.uasset deleted file mode 100644 index d807a433..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_273.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7da7a25476d16f8ba625fc05dd938ce0c5abc9a7bfa758b0b8ec3bb7cd159fc4 -size 24388 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_274.uasset b/hwanyoung2/Content/Naganeupseong/Scene_274.uasset deleted file mode 100644 index 315eb0ec..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_274.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51452d5b9e2d8fec3ee468c5ef24056a581f122670a4927a816f0da17db053bf -size 93066 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_275.uasset b/hwanyoung2/Content/Naganeupseong/Scene_275.uasset deleted file mode 100644 index 9f59aa4f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_275.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b78c69008aaa0e76288910472d815276415684ff439e12753309484531ce2f0a -size 162952 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_276.uasset b/hwanyoung2/Content/Naganeupseong/Scene_276.uasset deleted file mode 100644 index 28f634e9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_276.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed89ef9e495e76ecb24545df18cc6bf83002121f25602c4a4c194344c18834d7 -size 17477 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_277.uasset b/hwanyoung2/Content/Naganeupseong/Scene_277.uasset deleted file mode 100644 index 99f254c7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_277.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e36985d0f193643b758d6e117e9b52ae6daf3aef322c65c562a7386f2493146 -size 18439 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_278.uasset b/hwanyoung2/Content/Naganeupseong/Scene_278.uasset deleted file mode 100644 index f18b6a59..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_278.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ca38dae7a0162f07e724b1dd7b64378eef564c86728cde26cba9a20ba6edbce -size 18683 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_279.uasset b/hwanyoung2/Content/Naganeupseong/Scene_279.uasset deleted file mode 100644 index 59ae303c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_279.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b50c9835d0d054d6baeb03e9f65a851541d47271efcb0683d56c06bb55f6b652 -size 18672 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_28.uasset b/hwanyoung2/Content/Naganeupseong/Scene_28.uasset deleted file mode 100644 index 0cc2bbee..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_28.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4badf206bfad87b9c623bcb5738c2fe652c323507b36ba0ee9eecb4130fff9e -size 34602 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_280.uasset b/hwanyoung2/Content/Naganeupseong/Scene_280.uasset deleted file mode 100644 index b7f22f29..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_280.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1af05138e68ab1efbb39de8c9697e0b6647de52ce267d673bca018640bdd9ce -size 114447 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_281.uasset b/hwanyoung2/Content/Naganeupseong/Scene_281.uasset deleted file mode 100644 index eba18aa3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_281.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b7e2ddadc600873fec71e651f1e1098a1e2ce59dbcf69c612e818803970f9ac -size 20784 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_282.uasset b/hwanyoung2/Content/Naganeupseong/Scene_282.uasset deleted file mode 100644 index 18bc7c03..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_282.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:141358f5a3e1f2a33199c3b8695dd6889de6eb5f925fb0b2c28c51539f9c4053 -size 16582 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_283.uasset b/hwanyoung2/Content/Naganeupseong/Scene_283.uasset deleted file mode 100644 index 3fcda38d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_283.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e8e4694a07ceb8f75aaa28769776d4f6829a42d1c070bfd3351bae3158c5665 -size 144486 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_284.uasset b/hwanyoung2/Content/Naganeupseong/Scene_284.uasset deleted file mode 100644 index 6c59c59c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_284.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38480b733644083af980643e0121286d96834fa70f4a43edda53e372914d5d17 -size 21481 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_285.uasset b/hwanyoung2/Content/Naganeupseong/Scene_285.uasset deleted file mode 100644 index 66dcb5df..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_285.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e5fb3519b146c6a566b56ab4ce718255debec49b61d3dce45db6f4246061c79 -size 22196 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_286.uasset b/hwanyoung2/Content/Naganeupseong/Scene_286.uasset deleted file mode 100644 index 2d561f5f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_286.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7214aa0c2de53db531227df2d96ffc1cb2c402dbee45bc6289a0a0aae96569d -size 21128 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_287.uasset b/hwanyoung2/Content/Naganeupseong/Scene_287.uasset deleted file mode 100644 index 93f2b314..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_287.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29f53ea33d3e3f3e8b3b888793799f8f9a4285761f6d5646cd67fe05c81237a7 -size 18785 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_288.uasset b/hwanyoung2/Content/Naganeupseong/Scene_288.uasset deleted file mode 100644 index b5e4db60..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_288.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da0ee0c6d16338e2c1e4d3f1008d13e2a72646fc0f46ebc04c86a2e5c907d6f8 -size 28721 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_289.uasset b/hwanyoung2/Content/Naganeupseong/Scene_289.uasset deleted file mode 100644 index 7d936206..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_289.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf3577b46e09fa0f0d6b031554cd79b7f2005b650fba917e3e42a8f401f0e1ac -size 79099 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_29.uasset b/hwanyoung2/Content/Naganeupseong/Scene_29.uasset deleted file mode 100644 index dc0c9f36..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_29.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecb0bbeb1785e20ecf966049446080540284543628baa3b895e5088c43116210 -size 20783 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_290.uasset b/hwanyoung2/Content/Naganeupseong/Scene_290.uasset deleted file mode 100644 index 272c608c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_290.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:884a7a6dc20fb6d0efa46ae10fde7f6cd6c24556443d0554d007daca0086090a -size 40026 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_291.uasset b/hwanyoung2/Content/Naganeupseong/Scene_291.uasset deleted file mode 100644 index 7a1fa65e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_291.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:654143ce79d0df550dc8d9f2513e8e2e4eec9cfff91cbccc18c2ed2928fdfc3c -size 181638 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_292.uasset b/hwanyoung2/Content/Naganeupseong/Scene_292.uasset deleted file mode 100644 index 1a879e8c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_292.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8d496c542f1424797ce7c6839afd6d65838233a952ffcfa94740638d4eb75d5 -size 17172 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_293.uasset b/hwanyoung2/Content/Naganeupseong/Scene_293.uasset deleted file mode 100644 index a364f0da..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_293.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:672ca83fd2bc5a1317f498ac7f55207e11dc4c0991bf588e8636c344938effaf -size 21084 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_294.uasset b/hwanyoung2/Content/Naganeupseong/Scene_294.uasset deleted file mode 100644 index 15f8ae33..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_294.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb71dc302e7f650aff337dd7fbe25e858f984824bee6ce40469339d09f097a7b -size 34603 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_295.uasset b/hwanyoung2/Content/Naganeupseong/Scene_295.uasset deleted file mode 100644 index 15fb0d2c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_295.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcc7b0ae80e8778cdfa7a9359de4dbe9b5ae828b6ad24d2581f3c249e15f4476 -size 21066 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_296.uasset b/hwanyoung2/Content/Naganeupseong/Scene_296.uasset deleted file mode 100644 index 9aefe0a8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_296.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93eabb7240b33f7b0f0aa7ef6ec1d2d92e98d0dbf59b35c436c7ba873d5185cd -size 84379 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_297.uasset b/hwanyoung2/Content/Naganeupseong/Scene_297.uasset deleted file mode 100644 index 2ac8d67a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_297.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:238e7c23d89e54d1438c3efe6f19f0a9392ef3ee7f90b58dbe1a3b545f6dff2d -size 17808 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_298.uasset b/hwanyoung2/Content/Naganeupseong/Scene_298.uasset deleted file mode 100644 index 251db266..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_298.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c42e7a1f6c2576f77ed5a2bc36c354374f1396e5bcc9e19b4f48db54aa382c50 -size 33513 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_299.uasset b/hwanyoung2/Content/Naganeupseong/Scene_299.uasset deleted file mode 100644 index fa15e860..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_299.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0e88352094dcb75eeddfada06944760c7fd696c09069da93f11085b93e3b6f6 -size 167062 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_3.uasset b/hwanyoung2/Content/Naganeupseong/Scene_3.uasset deleted file mode 100644 index e0a510d3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fee11405226dfd42e86643c92108d105b3386e760902cef3f2345b0317cccb5 -size 678379 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_30.uasset b/hwanyoung2/Content/Naganeupseong/Scene_30.uasset deleted file mode 100644 index f4d6a318..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_30.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05f085e2146e7f01b8816344ae54b31e4f1f3f7fcbc6d1870d5ab5571caa428c -size 21065 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_300.uasset b/hwanyoung2/Content/Naganeupseong/Scene_300.uasset deleted file mode 100644 index 565d221b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_300.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35d8eeeefcff4c1ddfda9fec0ef8354100ef827c4df22cd676c82d6ce7d7142a -size 55966 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_301.uasset b/hwanyoung2/Content/Naganeupseong/Scene_301.uasset deleted file mode 100644 index 5f15e8c2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_301.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:648002ff6b5cf74dc4bd3b308b2041eb9f234f6faf7bce45b254b22b3390ea98 -size 17821 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_302.uasset b/hwanyoung2/Content/Naganeupseong/Scene_302.uasset deleted file mode 100644 index b81eddb9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_302.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6c0d4f1235e991257c3c6f7edd96a6a46ea289638befc06ac88c60dc098dc24 -size 17671 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_303.uasset b/hwanyoung2/Content/Naganeupseong/Scene_303.uasset deleted file mode 100644 index 9cae5076..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_303.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c0bff3016dd03ff8705ca8698f29ecbf57b46ede75b5ed90a14db5a2aa04ceb -size 25000 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_304.uasset b/hwanyoung2/Content/Naganeupseong/Scene_304.uasset deleted file mode 100644 index ab3433cd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_304.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bab9674a64910ba4d9384c1b7470ed583a982f2d8e2fd858bccf7daea7136717 -size 32636 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_305.uasset b/hwanyoung2/Content/Naganeupseong/Scene_305.uasset deleted file mode 100644 index 106768d3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_305.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f8b85c5136720464f96828c07cad53d1536200a56b4e9c754f027092409b061 -size 33995 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_306.uasset b/hwanyoung2/Content/Naganeupseong/Scene_306.uasset deleted file mode 100644 index 89f4a1a4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_306.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5be62bf44d36a756888625275cdc03e54a8ed0db24580707d29990a11ea4620 -size 48303 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_307.uasset b/hwanyoung2/Content/Naganeupseong/Scene_307.uasset deleted file mode 100644 index fabd93c7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_307.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:355a90c4006929cd631f894fb6a88d097d27c55fe3c6e88bdbbb4781feb8d7f3 -size 30562 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_308.uasset b/hwanyoung2/Content/Naganeupseong/Scene_308.uasset deleted file mode 100644 index 6b0e4472..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_308.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e609455dbdff691575c4e9e2df935adfc5ee794640e9fb8eb3f1fbbb4b9af999 -size 533951 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_309.uasset b/hwanyoung2/Content/Naganeupseong/Scene_309.uasset deleted file mode 100644 index 37a34d98..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_309.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d0ce3f37034bbc61cbc1fa900be72a204b910fcfcb9e0c0547eea38bfb59c51 -size 73341 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_31.uasset b/hwanyoung2/Content/Naganeupseong/Scene_31.uasset deleted file mode 100644 index e95f0fdd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_31.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d832710ea5a16fcf0bd1687c070ce5b4d8580dda79bc7189932ab45f52435473 -size 195450 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_310.uasset b/hwanyoung2/Content/Naganeupseong/Scene_310.uasset deleted file mode 100644 index 25afc4af..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_310.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bf29cefdb17475c16461201fbfddf15139e133b02e642e51468cfb181310175 -size 36081 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_311.uasset b/hwanyoung2/Content/Naganeupseong/Scene_311.uasset deleted file mode 100644 index fe52acc6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_311.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fb8e1617c681e0091a72b4bc400dd03af27f05b94b3b2b7b03ea6f4fbbb64cd -size 202637 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_312.uasset b/hwanyoung2/Content/Naganeupseong/Scene_312.uasset deleted file mode 100644 index 6f0029bd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_312.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7da040087fc80d9b3a8b0095c4ccf4b8a15c05f2ed29486358844602cdc4051f -size 788144 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_313.uasset b/hwanyoung2/Content/Naganeupseong/Scene_313.uasset deleted file mode 100644 index c4c2d31f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_313.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d1b1ce831efee396d93d5dbdc57d20103867f41b214808615d11bb6db6a54d8 -size 53973 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_314.uasset b/hwanyoung2/Content/Naganeupseong/Scene_314.uasset deleted file mode 100644 index 87f847c5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_314.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73392228b21483ce6be2f617234eac8018adf7e7825f17df809952457c35835c -size 32121 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_315.uasset b/hwanyoung2/Content/Naganeupseong/Scene_315.uasset deleted file mode 100644 index da7ff9c5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_315.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aab9b91906419d0c483b787cc6f10a39752a382895a397da185fb3fda3d856e -size 42860 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_316.uasset b/hwanyoung2/Content/Naganeupseong/Scene_316.uasset deleted file mode 100644 index b3af6011..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_316.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dca4ab328ea30176b3f9bb1a83e029f12bce7ab129afe9b7ac212acd6727688 -size 75049 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_317.uasset b/hwanyoung2/Content/Naganeupseong/Scene_317.uasset deleted file mode 100644 index 0a932d1e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_317.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7c9c2afe9e9bee7d0647da1904583b3131fb95d50fb75a7942d95a04708339f -size 29642 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_318.uasset b/hwanyoung2/Content/Naganeupseong/Scene_318.uasset deleted file mode 100644 index f500c3af..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_318.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d923e7d849cba9a6cb56f1addd4a53480ce001df93cd7246205ad5d5d0214e1b -size 30249 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_319.uasset b/hwanyoung2/Content/Naganeupseong/Scene_319.uasset deleted file mode 100644 index 236a9a8b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_319.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25baf0a913300568f89250e003bfc44c0599bd6358dfc1688a6d72ec6c451197 -size 38912 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_32.uasset b/hwanyoung2/Content/Naganeupseong/Scene_32.uasset deleted file mode 100644 index 4c532a10..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_32.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3987d64c41bb46f925c87b5f414fc1ac4059d12d63434a423e08160e2e981dde -size 18768 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_320.uasset b/hwanyoung2/Content/Naganeupseong/Scene_320.uasset deleted file mode 100644 index 6dd7b804..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_320.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccd895ca502671ac9e1eead8882543aa1c4afb8d1ec887d40c2fa97e79cdea8e -size 17291 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_321.uasset b/hwanyoung2/Content/Naganeupseong/Scene_321.uasset deleted file mode 100644 index 3fe546ab..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_321.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03c52dce66219210b39e653bf36a2782f436e03a1e2c066386b44d81ecaf8b5b -size 43130 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_322.uasset b/hwanyoung2/Content/Naganeupseong/Scene_322.uasset deleted file mode 100644 index 18c0ef47..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_322.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ef83a46af11bd49f9f42a19e6b6c90eedd83ee3fb7e8a2dc59264a7b2218601 -size 45272 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_323.uasset b/hwanyoung2/Content/Naganeupseong/Scene_323.uasset deleted file mode 100644 index 3eaa86c1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_323.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98030795554da1b361736c123a5596b336a6706431eafb3d3027c6ebf335e520 -size 77869 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_324.uasset b/hwanyoung2/Content/Naganeupseong/Scene_324.uasset deleted file mode 100644 index b46c78e8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_324.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ec54b1727d6a498d4517d149ea263e91e682d82776997e1777defd5ecc5a1e9 -size 20439 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_325.uasset b/hwanyoung2/Content/Naganeupseong/Scene_325.uasset deleted file mode 100644 index 7183f36d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_325.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b20c4b2b30e9264ad382b485b05b52b26b29c6425d05c9e01030bcad0c53eef -size 42471 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_326.uasset b/hwanyoung2/Content/Naganeupseong/Scene_326.uasset deleted file mode 100644 index 0f55cd17..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_326.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b53763fa60c617dd0d9c97027fbdfb9550d867009ec2396e13db481f633f5f9 -size 33941 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_327.uasset b/hwanyoung2/Content/Naganeupseong/Scene_327.uasset deleted file mode 100644 index 620a52d6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_327.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ce08902e82c29110bf97059464475e1a82889b72ec1e58e862fb74e0b2b8cd9 -size 58406 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_328.uasset b/hwanyoung2/Content/Naganeupseong/Scene_328.uasset deleted file mode 100644 index 317dfc5d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_328.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54a71aa55f117802f535497716b75d0033f755920a65803083b94e9745bce393 -size 36303 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_329.uasset b/hwanyoung2/Content/Naganeupseong/Scene_329.uasset deleted file mode 100644 index cbb5d413..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_329.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7077f085034e73030d131dadf39434bbfc78e839d67e87eab352776033f37e8a -size 58783 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_33.uasset b/hwanyoung2/Content/Naganeupseong/Scene_33.uasset deleted file mode 100644 index 98e34234..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_33.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8abec35ef9c1ea07cdab6504bb79f09a1743a54e8f695144a9e39832e7bae9b4 -size 98103 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_330.uasset b/hwanyoung2/Content/Naganeupseong/Scene_330.uasset deleted file mode 100644 index e0c86e8d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_330.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b46ad96c0284c39cc360e50430cf09d98d90aa2b0f3f4e166b54cbaa36dc6c04 -size 29668 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_331.uasset b/hwanyoung2/Content/Naganeupseong/Scene_331.uasset deleted file mode 100644 index 37ce1db6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_331.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac038e3a0546dd6edbd690dd9eac3818bc21501335e054fa5d3ae9f81a985118 -size 31494 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_332.uasset b/hwanyoung2/Content/Naganeupseong/Scene_332.uasset deleted file mode 100644 index 0ea0912b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_332.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a56e03bb9ea6ef489d10b5046daaefa3510df128953b0b29cde663c29af990dc -size 59173 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_333.uasset b/hwanyoung2/Content/Naganeupseong/Scene_333.uasset deleted file mode 100644 index 3797541d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_333.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f41e2ed6938af8eea4fda5450ac9982c40de9286a3ab58258c7f1bb9a66e54e -size 280670 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_334.uasset b/hwanyoung2/Content/Naganeupseong/Scene_334.uasset deleted file mode 100644 index 1a96d1e7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_334.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d193ec3643095c2b180a14a9663102fb448a04c48b3db06548b928fc6f4e01f0 -size 18422 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_335.uasset b/hwanyoung2/Content/Naganeupseong/Scene_335.uasset deleted file mode 100644 index 2d4bc346..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_335.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f6a5bd63843d1e1ad177831248230383d38de576575285046661c6e46224710 -size 63201 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_336.uasset b/hwanyoung2/Content/Naganeupseong/Scene_336.uasset deleted file mode 100644 index 4b426e0f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_336.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49ebed6a64993cd1853df2d0409a7546a30602251a87293d23c9a6466359b442 -size 39240 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_337.uasset b/hwanyoung2/Content/Naganeupseong/Scene_337.uasset deleted file mode 100644 index 68c3dff4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_337.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a83f67bff34e63a0053285a9adda7989287313efea6faf7d800d783bca406dc -size 23470 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_338.uasset b/hwanyoung2/Content/Naganeupseong/Scene_338.uasset deleted file mode 100644 index 8f7acb7b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_338.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:769e407faf555f2ecfe9da49a5533b753b3cca145229aa84e9374d46d1666d1a -size 38826 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_339.uasset b/hwanyoung2/Content/Naganeupseong/Scene_339.uasset deleted file mode 100644 index 0220440b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_339.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c6f3358e90b78eb7b446a01532749f765f0db5ac165d6cd85515fb79661523b -size 70227 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_34.uasset b/hwanyoung2/Content/Naganeupseong/Scene_34.uasset deleted file mode 100644 index 65aed052..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_34.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7081784e35bb3aa4a3e3afbbafa1900fae3fd22e1072ad0fbc6dbe8cf7622b97 -size 33512 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_340.uasset b/hwanyoung2/Content/Naganeupseong/Scene_340.uasset deleted file mode 100644 index fb883df5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_340.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:221d0f9e52316ed0019d19c4a45042409e6aecc525100fd93079186883b2ed37 -size 695492 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_341.uasset b/hwanyoung2/Content/Naganeupseong/Scene_341.uasset deleted file mode 100644 index 5d700732..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_341.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:473f27badf882ef51515772881a51432b30041b2757eaea2689345c088859b10 -size 38969 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_342.uasset b/hwanyoung2/Content/Naganeupseong/Scene_342.uasset deleted file mode 100644 index 12084d57..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_342.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:188a6582cd53ad146cd67c821c763d9cb3d6120adca834e3b58d5782f53bcd74 -size 155992 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_343.uasset b/hwanyoung2/Content/Naganeupseong/Scene_343.uasset deleted file mode 100644 index 50e214f6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_343.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:402949e9764806b2035016cd8ea8614247476e36f73cb913e84e35507561797c -size 33574 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_344.uasset b/hwanyoung2/Content/Naganeupseong/Scene_344.uasset deleted file mode 100644 index 8a8fc1f7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_344.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d98aebc2577057c339d120c4b4eb646ef61983be018f148ea7c10aebbb42099 -size 57914 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_345.uasset b/hwanyoung2/Content/Naganeupseong/Scene_345.uasset deleted file mode 100644 index 699749a8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_345.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2313fc25ca33bb732db589ddf336b5456a46241e5a294df575457d1ecdfa9f4 -size 58262 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_346.uasset b/hwanyoung2/Content/Naganeupseong/Scene_346.uasset deleted file mode 100644 index 3a6a31c4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_346.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0096d89cb7b3bb0112dfce57a4afd5df08229fee6ef6773f56134e21437d2b7 -size 58526 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_347.uasset b/hwanyoung2/Content/Naganeupseong/Scene_347.uasset deleted file mode 100644 index 1ede74bf..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_347.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eedd799562d725bc33c88d5ad4dec7477a411b736f4e1ca1c3f2b22d343a3bb4 -size 61376 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_348.uasset b/hwanyoung2/Content/Naganeupseong/Scene_348.uasset deleted file mode 100644 index 423b8da0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_348.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9ec6eed2f07a00c2945ccf375c8dad5938c7237c6735f94a30ea2700a62ca10 -size 35518 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_349.uasset b/hwanyoung2/Content/Naganeupseong/Scene_349.uasset deleted file mode 100644 index 58624cdb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_349.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98fc35692abeab6a70407ca0eff285a9fcc9751d9c352665ee5afda230669f08 -size 417997 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_35.uasset b/hwanyoung2/Content/Naganeupseong/Scene_35.uasset deleted file mode 100644 index 5eb0823e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_35.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eabe8345947e526c4a2f9720ad6237d1313ea46a0052188f7b2a2d167f8b15dd -size 16728 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_350.uasset b/hwanyoung2/Content/Naganeupseong/Scene_350.uasset deleted file mode 100644 index d0d216bd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_350.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f31bb1f0369b054e5db94f6a8f6ee8caa101b29e716eb6e986a97a82db1f5c3 -size 92331 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_351.uasset b/hwanyoung2/Content/Naganeupseong/Scene_351.uasset deleted file mode 100644 index a7256478..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_351.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:503effbe40694d72d1a7e775e06d864ac21b0e53079df546b20bf241e3323d94 -size 125506 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_352.uasset b/hwanyoung2/Content/Naganeupseong/Scene_352.uasset deleted file mode 100644 index 1d18507d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_352.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dd25cad6903fed0118906ff293764e8d39f6152ab2cce006f1875810497edba -size 40032 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_353.uasset b/hwanyoung2/Content/Naganeupseong/Scene_353.uasset deleted file mode 100644 index b1ecf481..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_353.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:993fc68c2c7f2abb11082eb34df1aed369ed81d5394ef558881c4fefaa55d95a -size 65190 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_354.uasset b/hwanyoung2/Content/Naganeupseong/Scene_354.uasset deleted file mode 100644 index 62654c57..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_354.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:675b3b06c2302bb59b1e227e4fd3dbc1f07a0e9e5752ff48f5e7cfa04b8684ab -size 63138 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_355.uasset b/hwanyoung2/Content/Naganeupseong/Scene_355.uasset deleted file mode 100644 index e755bd5d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_355.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fe5998603833e3fd93b50303b0f84e2418eb019ff6f8d91faea17ffbb486807 -size 46015 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_356.uasset b/hwanyoung2/Content/Naganeupseong/Scene_356.uasset deleted file mode 100644 index cabd2407..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_356.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dac3bc4d6d344e6c23a34b1ee6817696fb8d3f410823fcc32b9009d3757adf4 -size 581072 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_357.uasset b/hwanyoung2/Content/Naganeupseong/Scene_357.uasset deleted file mode 100644 index 95780889..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_357.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd1792eeab565a4384d9a1a73f54d0b40121811c775467d35cf2b0b1c61838c3 -size 40610 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_358.uasset b/hwanyoung2/Content/Naganeupseong/Scene_358.uasset deleted file mode 100644 index eb0c9117..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_358.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bdaeaebe6cb4f277de1f0b240ec4cb2a8eff9dcbe0b56db41d9b49a9f00f568 -size 75501 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_359.uasset b/hwanyoung2/Content/Naganeupseong/Scene_359.uasset deleted file mode 100644 index b3c9eb04..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_359.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc2a0eec4f5127638c2cbd3e8c84d3ae61e8be7bdd8ca2cc82bdee09b1b564d6 -size 43046 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_36.uasset b/hwanyoung2/Content/Naganeupseong/Scene_36.uasset deleted file mode 100644 index e1ca5a40..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_36.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ae88920dd7dc245f91b93b8ec78d4ba81c2cdb290ad364e18ad362016aef8a9 -size 55965 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_360.uasset b/hwanyoung2/Content/Naganeupseong/Scene_360.uasset deleted file mode 100644 index 9937676d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_360.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30fdf771d4e0e88e9fe16b2400313e1593d8002e310f23d5df93f716da6acd6c -size 1270016 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_361.uasset b/hwanyoung2/Content/Naganeupseong/Scene_361.uasset deleted file mode 100644 index 8fa2df93..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_361.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c660b28adc0bfa23e7830ef61fdfd21d8c65a1f41a14cbf67a43f07d36a5e22 -size 17666 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_362.uasset b/hwanyoung2/Content/Naganeupseong/Scene_362.uasset deleted file mode 100644 index 601d093d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_362.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73fb913e1fb461e772235db0112d52eb189b943d6b785cfd7bef0614bd7f8a88 -size 678381 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_363.uasset b/hwanyoung2/Content/Naganeupseong/Scene_363.uasset deleted file mode 100644 index 4b5d684b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_363.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:269a2a98d828e9e6695ad5d0bfb92d923d73f191b1a7659498c63f7d9a30aa30 -size 17644 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_364.uasset b/hwanyoung2/Content/Naganeupseong/Scene_364.uasset deleted file mode 100644 index e5f773ba..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_364.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:568aee97b9d0b66e1216c377fdbd70e97a81d06d8c2c7d6a29cb524f250cdb2f -size 143434 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_365.uasset b/hwanyoung2/Content/Naganeupseong/Scene_365.uasset deleted file mode 100644 index fd4f84ea..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_365.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8aa51a4fd1afc9ad32d56ecd2d33428b76a8d30e67358f9e155317442d527c75 -size 744787 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_366.uasset b/hwanyoung2/Content/Naganeupseong/Scene_366.uasset deleted file mode 100644 index d11ed0bd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_366.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93deaa0046aad062966e45c0ad0b933bce7a9475cd2505d86ef7380744f2c16f -size 20312 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_367.uasset b/hwanyoung2/Content/Naganeupseong/Scene_367.uasset deleted file mode 100644 index 2781cf3b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_367.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1e48ef83d2422830a1a1a86cf57add1ded911b85587190e8d4395c1d1e8c72b -size 110713 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_368.uasset b/hwanyoung2/Content/Naganeupseong/Scene_368.uasset deleted file mode 100644 index 6af10fa9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_368.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e410e8d176e49356137c9d217fcec593727a78702183531e7be9dbc19821c89 -size 22428 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_369.uasset b/hwanyoung2/Content/Naganeupseong/Scene_369.uasset deleted file mode 100644 index e4c02223..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_369.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a19871986773860d79db1180827e0a6ec885d9cc1d986fe1327d1e91d98a3f7c -size 33214 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_37.uasset b/hwanyoung2/Content/Naganeupseong/Scene_37.uasset deleted file mode 100644 index b45dbd2a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_37.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afc3213eecd1f37f4d834478a572f97eebfca4c8913fb5ddea2c6ff390904e22 -size 20911 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_370.uasset b/hwanyoung2/Content/Naganeupseong/Scene_370.uasset deleted file mode 100644 index 1e856c86..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_370.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a9f0e25aadd3f42c8a6099d6dabba2c7a644bf24e1168e46c9915ec4e3d081f -size 37319 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_371.uasset b/hwanyoung2/Content/Naganeupseong/Scene_371.uasset deleted file mode 100644 index 04eba955..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_371.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:badb5031c4f5bf16b1e614bb11f553b5840d2954610a63cc02bdcb56dff01b1e -size 18803 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_372.uasset b/hwanyoung2/Content/Naganeupseong/Scene_372.uasset deleted file mode 100644 index d82ea329..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_372.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10cc9bb2797d6df6636a01f223a3e21dea5680b4fae74953af573f772900583e -size 16729 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_373.uasset b/hwanyoung2/Content/Naganeupseong/Scene_373.uasset deleted file mode 100644 index be12098d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_373.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db748418130a24ea0b056f68f0e4df8ce6aaea0597161b4dbaa5112ac88bb3b1 -size 141867 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_374.uasset b/hwanyoung2/Content/Naganeupseong/Scene_374.uasset deleted file mode 100644 index a21ce32f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_374.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d731bf7a59a25b532bc588ee18de0ea1ea6443eeb90f29c0d344b78491eee11e -size 17535 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_375.uasset b/hwanyoung2/Content/Naganeupseong/Scene_375.uasset deleted file mode 100644 index a5511a9a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_375.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:510650cf716f9b35a1657b725fe74df47a58fb5b19d367e3e42d4eeffc9f3e8a -size 37831 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_376.uasset b/hwanyoung2/Content/Naganeupseong/Scene_376.uasset deleted file mode 100644 index 29f2254e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_376.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcdff4acbf0d5dc43ef4620a57e3b0409597ede4ec23f085275686dc888add65 -size 24388 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_377.uasset b/hwanyoung2/Content/Naganeupseong/Scene_377.uasset deleted file mode 100644 index 36cf23cb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_377.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfbd347ee606ac79ad8199e0a9a9bf615bbdbff633110b5c99ac9735273f2e32 -size 93066 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_378.uasset b/hwanyoung2/Content/Naganeupseong/Scene_378.uasset deleted file mode 100644 index fa3c17f9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_378.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74ef5051e19ab117dbf1aade9431252f66e4210f15a6886029cfd52e279820fe -size 162952 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_379.uasset b/hwanyoung2/Content/Naganeupseong/Scene_379.uasset deleted file mode 100644 index f6771c97..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_379.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc6e629632d46f60b017f01047e8c5cd75a7d718e7214f7f9424d00810a20ab7 -size 17477 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_38.uasset b/hwanyoung2/Content/Naganeupseong/Scene_38.uasset deleted file mode 100644 index 005e2e36..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_38.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9260e443730681e840956da5616d678b578e6a9e6f331df2f16a47cee40aa53f -size 114446 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_380.uasset b/hwanyoung2/Content/Naganeupseong/Scene_380.uasset deleted file mode 100644 index 4d6f11e1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_380.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f07fc1ef907e3b31c2ee31825f28cc5e736063b839f4311c44565df9c454cfbf -size 18439 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_381.uasset b/hwanyoung2/Content/Naganeupseong/Scene_381.uasset deleted file mode 100644 index dd33f1dc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_381.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47a577099b1f72b2ae1e3ed2cfee4a036c2286e9463fba9a3523c8eaf3852ab9 -size 18683 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_382.uasset b/hwanyoung2/Content/Naganeupseong/Scene_382.uasset deleted file mode 100644 index 25ecc2d4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_382.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24a2399030779c4eab00a328b73b1decc45c8d1a717d7f2d8bfcd7e119ba815b -size 18672 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_383.uasset b/hwanyoung2/Content/Naganeupseong/Scene_383.uasset deleted file mode 100644 index 3dcfa2f9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_383.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:408fb245384f5b6c58715228d5c45fc12c03af5114265b29af76ef8f44aa6554 -size 114447 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_384.uasset b/hwanyoung2/Content/Naganeupseong/Scene_384.uasset deleted file mode 100644 index 4814335c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_384.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea08e612e137180f499c29f20050d05065f468e360a4fbbcc031b87f78968e5b -size 20784 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_385.uasset b/hwanyoung2/Content/Naganeupseong/Scene_385.uasset deleted file mode 100644 index dc34466e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_385.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:319e51c232cc59a830bd111bd3770503ee59106c736c4ed9a2978083a6f2313d -size 16582 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_386.uasset b/hwanyoung2/Content/Naganeupseong/Scene_386.uasset deleted file mode 100644 index 725d8c39..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_386.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b67b23abc8aa7c274b60230d3ab1eee96d1a120b7cc4299792a9be85b63630a3 -size 144486 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_387.uasset b/hwanyoung2/Content/Naganeupseong/Scene_387.uasset deleted file mode 100644 index 7a3cf1fa..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_387.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6391bed0400b7599616a6d5aac839c2961aca0449b88ef70c146360f489c973a -size 21481 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_388.uasset b/hwanyoung2/Content/Naganeupseong/Scene_388.uasset deleted file mode 100644 index b26874d9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_388.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:353dea41c109b6367af25832f10bee4d942c796540deb2b3bfb36767398f6c22 -size 22196 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_389.uasset b/hwanyoung2/Content/Naganeupseong/Scene_389.uasset deleted file mode 100644 index 1f6fc620..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_389.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53e110afa9cd52fbdd34b00e2ee170dc53bcee0b180cefa93b1632e3b93bb341 -size 21128 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_39.uasset b/hwanyoung2/Content/Naganeupseong/Scene_39.uasset deleted file mode 100644 index 243314e9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_39.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f55a6fc7c6ba663e453b1ae2e7e150e1c760bb24e7367846fc2b3397bf580ef1 -size 18671 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_390.uasset b/hwanyoung2/Content/Naganeupseong/Scene_390.uasset deleted file mode 100644 index 7734a5e6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_390.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b692d89dfbae3034b449855fc3f4b25d75da9d0397c80a0c465c0f4c59273dae -size 18785 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_391.uasset b/hwanyoung2/Content/Naganeupseong/Scene_391.uasset deleted file mode 100644 index 59a3d7e2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_391.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e6d6c0504019ff3dec5737e02c78560a03ae1856494d932af52f20d3b8b49a3 -size 28721 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_392.uasset b/hwanyoung2/Content/Naganeupseong/Scene_392.uasset deleted file mode 100644 index 21022bba..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_392.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b66bda6e8ea7c16368fad1716ba1abb690008839deb9a9b750ef15778d395ab4 -size 79099 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_393.uasset b/hwanyoung2/Content/Naganeupseong/Scene_393.uasset deleted file mode 100644 index 4ef05e33..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_393.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0131fff8fa5c05e1287f5a2a8d1f56ecca2c209d663ebcbaaaffb8c7ade144ce -size 40026 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_394.uasset b/hwanyoung2/Content/Naganeupseong/Scene_394.uasset deleted file mode 100644 index 26e3b969..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_394.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf96bdc008bb24762637c6253cf4240b2387d45ffe98da017c1e64ae91f00653 -size 181638 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_395.uasset b/hwanyoung2/Content/Naganeupseong/Scene_395.uasset deleted file mode 100644 index 4871ef26..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_395.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1d417ca1f84354217e6306487c3f2ea814d0130548311135dcf336f59f068e9 -size 17172 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_396.uasset b/hwanyoung2/Content/Naganeupseong/Scene_396.uasset deleted file mode 100644 index a93d69a7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_396.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c9e097f2fa454322357d91f7dc13c0420243ba9a77de7bfac0f2ef396ff723e -size 21084 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_397.uasset b/hwanyoung2/Content/Naganeupseong/Scene_397.uasset deleted file mode 100644 index 126fef83..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_397.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:937b420354086ddd24075e12d28bccc64e37490848b861ea5553e2aaf5c9c170 -size 34603 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_398.uasset b/hwanyoung2/Content/Naganeupseong/Scene_398.uasset deleted file mode 100644 index 5c9a196d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_398.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8724032c5ef85953ac353d4bf126cc5a1030f27970cdd8db812ddd34c3d930c5 -size 21066 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_399.uasset b/hwanyoung2/Content/Naganeupseong/Scene_399.uasset deleted file mode 100644 index 92c09b01..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_399.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3c669f9e4d6f596354b6661979546160b4012a9a0868911a71343c01d3ac4cb -size 84379 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_4.uasset b/hwanyoung2/Content/Naganeupseong/Scene_4.uasset deleted file mode 100644 index ecad8483..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7eb51db4373aa2dbe253f116712eec2b6ad7a085e1e03798f7bc12dd43a70293 -size 141865 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_40.uasset b/hwanyoung2/Content/Naganeupseong/Scene_40.uasset deleted file mode 100644 index 2b49c81c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_40.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4fe4dacef407ecd51c6197c7a6799f60a148bb057af594b44361af2ebd6982d -size 19774 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_400.uasset b/hwanyoung2/Content/Naganeupseong/Scene_400.uasset deleted file mode 100644 index dfb424ae..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_400.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce1973dd059bd42d4104c8573965f40defd35d9947798813fcffa7dd492d91fe -size 17808 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_401.uasset b/hwanyoung2/Content/Naganeupseong/Scene_401.uasset deleted file mode 100644 index 43bcd191..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_401.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:097a3b0aeb6d0825d20f970f0fabd7f222924c164385b0fdc14cc6723b3623b7 -size 33513 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_402.uasset b/hwanyoung2/Content/Naganeupseong/Scene_402.uasset deleted file mode 100644 index 5a016f55..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_402.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22f0922d422de3a63a08cee4c5c14da7b3a80c84ca5ffb3d612cdaa6fd5986ff -size 167062 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_403.uasset b/hwanyoung2/Content/Naganeupseong/Scene_403.uasset deleted file mode 100644 index 17a3317e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_403.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6afe5dbed46d9a2421ba22be578d3a0a5dad0963dfe850bf7721d6a22933f6fa -size 55966 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_404.uasset b/hwanyoung2/Content/Naganeupseong/Scene_404.uasset deleted file mode 100644 index 8aa48c0c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_404.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6491769774b2ff446c74675964471a9fc35cd2880cd89f6d2ed355886832166 -size 17821 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_405.uasset b/hwanyoung2/Content/Naganeupseong/Scene_405.uasset deleted file mode 100644 index d3858067..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_405.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6d8a5b2826be1a8b6aa3d0b0c14a7320ad475f856b1e7749a321be4b78d4867 -size 17671 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_406.uasset b/hwanyoung2/Content/Naganeupseong/Scene_406.uasset deleted file mode 100644 index 73e7b9c1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_406.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c9cdd156732f9ea5844e87dffb8b433e212b337574b3e9f8b54a98e30808ab1 -size 25000 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_407.uasset b/hwanyoung2/Content/Naganeupseong/Scene_407.uasset deleted file mode 100644 index 27ed8ec2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_407.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:197b117d5562cb5f71eb7f19e9f895635918d8c51ba4ae0974a02ec3c3d447a4 -size 32636 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_408.uasset b/hwanyoung2/Content/Naganeupseong/Scene_408.uasset deleted file mode 100644 index e155520b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_408.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5c627df29ebba0acc3d048cb8f9ba3027acb055d80ea065e6133d15bdd70f80 -size 33995 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_409.uasset b/hwanyoung2/Content/Naganeupseong/Scene_409.uasset deleted file mode 100644 index 7366d10a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_409.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c07139672fa187cb2ee1841638633bdecebd2f149747cdab37de0f4063fbe8db -size 48303 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_41.uasset b/hwanyoung2/Content/Naganeupseong/Scene_41.uasset deleted file mode 100644 index 39fbfbf3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_41.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a92c6e696a4b2bac79cce16b21e519973f871244d77ea434b4a91a4114da7738 -size 19425 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_410.uasset b/hwanyoung2/Content/Naganeupseong/Scene_410.uasset deleted file mode 100644 index a4f668d1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_410.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ff2a35fc21b86888ec08d3ff151aa2d72be89dd89a3fb356c150a95dc690084 -size 30562 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_411.uasset b/hwanyoung2/Content/Naganeupseong/Scene_411.uasset deleted file mode 100644 index 70f06181..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_411.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d67d7763b4865d6b6526538e56e7f3e874a66a6135287627ee6b9765d4297614 -size 533951 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_412.uasset b/hwanyoung2/Content/Naganeupseong/Scene_412.uasset deleted file mode 100644 index b1c5e4d6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_412.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2fc249c08a2f7401978c6ff280cd39bf569d4cc33444e10a00f939435cc691c -size 73341 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_413.uasset b/hwanyoung2/Content/Naganeupseong/Scene_413.uasset deleted file mode 100644 index 7e2dfa6c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_413.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34228fe50327e24b5876dc4436bb590f8b0dc03e4cfbe461b265514b07eee216 -size 36081 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_414.uasset b/hwanyoung2/Content/Naganeupseong/Scene_414.uasset deleted file mode 100644 index 910dd5a2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_414.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e4c8d23d54116442c8581a732aa61ac82c31e33bbe7d4f09cdd02696c805220 -size 202637 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_415.uasset b/hwanyoung2/Content/Naganeupseong/Scene_415.uasset deleted file mode 100644 index 0eb57be8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_415.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b090f379570317875afbc858b4ae7e5a72143468a71a21612db2382d65d0014c -size 788144 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_416.uasset b/hwanyoung2/Content/Naganeupseong/Scene_416.uasset deleted file mode 100644 index 04511196..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_416.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4906231a531aa24b66efba26cc3f9d5464e7cc08bb776c939b5e42dfd1ad9a35 -size 53973 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_417.uasset b/hwanyoung2/Content/Naganeupseong/Scene_417.uasset deleted file mode 100644 index 8996a8eb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_417.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c28ca47cba6f6ea5359ddeb17b26a90e8a4bfbb03c6b5cc6dbfda0623d5701e -size 32121 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_418.uasset b/hwanyoung2/Content/Naganeupseong/Scene_418.uasset deleted file mode 100644 index 8cdf80bb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_418.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82fa88899fbcf39faa828a460661faaa63868c715f11a8455b5faa09a24aac4d -size 42860 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_419.uasset b/hwanyoung2/Content/Naganeupseong/Scene_419.uasset deleted file mode 100644 index 15b52767..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_419.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:645cad45b3dd45a93c9520b0fbb100375180e01b50e06f14d4c0a0eaa1b7c485 -size 75049 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_42.uasset b/hwanyoung2/Content/Naganeupseong/Scene_42.uasset deleted file mode 100644 index a5754154..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_42.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b59c3f74048e20c77687ccb814eef3b4789a9ab69c7008bd7f09f5317fb5f103 -size 110712 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_420.uasset b/hwanyoung2/Content/Naganeupseong/Scene_420.uasset deleted file mode 100644 index 8761f67b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_420.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5f8a394d6cf6082f747b319b4dcdcdee99ca8abcc9f1746caa4487485371cc4 -size 29642 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_421.uasset b/hwanyoung2/Content/Naganeupseong/Scene_421.uasset deleted file mode 100644 index 43e9b5f0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_421.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e6bb33dcb59b881482f614bce8c250949bf7312c1ef5fbdddecf8b30403bfc0 -size 30249 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_422.uasset b/hwanyoung2/Content/Naganeupseong/Scene_422.uasset deleted file mode 100644 index daea4b55..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_422.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5ddcd5788ca9406508e71ba951e9ca97a06d89dbded934a586d25168a61803d -size 38912 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_423.uasset b/hwanyoung2/Content/Naganeupseong/Scene_423.uasset deleted file mode 100644 index 124d8ae0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_423.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b09ac5d95c1b9acf002939c5ca8bc8b1469721905cf17a897e96a6960a2c646b -size 17291 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_424.uasset b/hwanyoung2/Content/Naganeupseong/Scene_424.uasset deleted file mode 100644 index 25b7bba5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_424.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:323e96a8a5528d8150fd8e48a48ac4743c3222cf5ee43935ebbab4bab32bc259 -size 43130 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_425.uasset b/hwanyoung2/Content/Naganeupseong/Scene_425.uasset deleted file mode 100644 index 9bc3c7fd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_425.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3332baf2dc6b97b6e225499fcaadaab8a0d345361a44c9496a4d5b6dd8f5b1d2 -size 45272 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_426.uasset b/hwanyoung2/Content/Naganeupseong/Scene_426.uasset deleted file mode 100644 index e3807581..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_426.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94ce5baed23cbfcfddaca9becce952b2af1cdac47b7a6e38e26c5819f5a96844 -size 77869 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_427.uasset b/hwanyoung2/Content/Naganeupseong/Scene_427.uasset deleted file mode 100644 index 150f668f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_427.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d72c01afd250ba7fde826f3a2076f3b743247c07189b435553d0fa230a982030 -size 20439 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_428.uasset b/hwanyoung2/Content/Naganeupseong/Scene_428.uasset deleted file mode 100644 index 0f4be75b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_428.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5c99d4ab9ac06a06db660a822ff4f18a3e5aaaf5ab8ae44d50c352db2bdd546 -size 42471 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_429.uasset b/hwanyoung2/Content/Naganeupseong/Scene_429.uasset deleted file mode 100644 index 7ef004cd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_429.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:014dd677f24d749874baebdd8565856cf7d7026cdc6ae200b4ea66feb511c8f6 -size 33941 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_43.uasset b/hwanyoung2/Content/Naganeupseong/Scene_43.uasset deleted file mode 100644 index 02f2a300..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_43.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3e7ff21337c39c44c0091bc1c1b594edc4b763174ac968b230aa262aa14963b -size 908926 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_430.uasset b/hwanyoung2/Content/Naganeupseong/Scene_430.uasset deleted file mode 100644 index 20aa30b7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_430.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a60afa2d458d5ed52e3282b0ee50527f98cf38312275dd053d1fd126a0d1bab9 -size 58406 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_431.uasset b/hwanyoung2/Content/Naganeupseong/Scene_431.uasset deleted file mode 100644 index 792c3df4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_431.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66721d78b87ba2db533732cef7383746821997685586f935565f87136d008c0b -size 36303 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_432.uasset b/hwanyoung2/Content/Naganeupseong/Scene_432.uasset deleted file mode 100644 index 3da884e8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_432.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb6aa0ac376e5111245ec6ff675308fbb353264b13568165845fe51c6da86051 -size 58783 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_433.uasset b/hwanyoung2/Content/Naganeupseong/Scene_433.uasset deleted file mode 100644 index d7b40dc1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_433.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:537d6491b633c3c06e1bc358a4273c97ec5cfdae51af7209be3ee57cb161502d -size 29668 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_434.uasset b/hwanyoung2/Content/Naganeupseong/Scene_434.uasset deleted file mode 100644 index 8303215b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_434.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfa832361bed0bb1a7d0f0cff5196b3220242f7938da66a1f282d51a95daaf89 -size 31494 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_435.uasset b/hwanyoung2/Content/Naganeupseong/Scene_435.uasset deleted file mode 100644 index 77d7014c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_435.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcc8ce22f65dc6e3d711026cb072014e7057ac0e0e336c208539d77881708bb0 -size 59173 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_436.uasset b/hwanyoung2/Content/Naganeupseong/Scene_436.uasset deleted file mode 100644 index 9c9e70d0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_436.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0acc0d21d789ad856bd2bbe6d68eb42a947c93d80c0eb0ef6b5ea9d85ae4b8ed -size 280670 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_437.uasset b/hwanyoung2/Content/Naganeupseong/Scene_437.uasset deleted file mode 100644 index 7fa9e181..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_437.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:985636735854556c450009789dac7d71e0ea360bf27ff15c8f10258033a94c5e -size 18422 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_438.uasset b/hwanyoung2/Content/Naganeupseong/Scene_438.uasset deleted file mode 100644 index 3c4c96e4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_438.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44345a52423909da61cc1bb09d036cc141e1b15a0f52caf15ad57726d69ef643 -size 63201 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_439.uasset b/hwanyoung2/Content/Naganeupseong/Scene_439.uasset deleted file mode 100644 index 207b1d36..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_439.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:495a2ff8f42cfc284f8d06c8141b7397733bea99f93a900ec00f1f7babad9c03 -size 39240 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_44.uasset b/hwanyoung2/Content/Naganeupseong/Scene_44.uasset deleted file mode 100644 index 564e45c4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_44.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b71c57ece78c699cbf721a528b7fcbe9c54e1a981ce5e58e96216afffe5b94d9 -size 143433 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_440.uasset b/hwanyoung2/Content/Naganeupseong/Scene_440.uasset deleted file mode 100644 index 881bfa06..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_440.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a17a5a9377904b95ed756341706c9b33e78f2651c1adacafc8f590c2f8d2e8ec -size 23470 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_441.uasset b/hwanyoung2/Content/Naganeupseong/Scene_441.uasset deleted file mode 100644 index 7038d26a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_441.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fc1202bd8ecc1d38600a21b84a2df3b40ce195d6ee13d51240697b02869d4b4 -size 38826 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_442.uasset b/hwanyoung2/Content/Naganeupseong/Scene_442.uasset deleted file mode 100644 index ba98c18a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_442.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e6dd4f0485c48cfa989dd01743f891fa7f1c5dc7c2de2b466fd799f4fe1cd4a -size 70227 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_443.uasset b/hwanyoung2/Content/Naganeupseong/Scene_443.uasset deleted file mode 100644 index c31ec4fd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_443.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c64146c2235da97105dc18a12ed40aebfdc33d5c51ef3ae771de968592ba4e4 -size 695492 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_444.uasset b/hwanyoung2/Content/Naganeupseong/Scene_444.uasset deleted file mode 100644 index b93b44c2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_444.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d00c65782e031fa887cccc0d647ed8753550428bcf4dbed0470d0cda73219a3 -size 38969 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_445.uasset b/hwanyoung2/Content/Naganeupseong/Scene_445.uasset deleted file mode 100644 index 0e092d59..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_445.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00de0e53d8e1b6faea3af29d42cf4e2ae4efd2acea40070dff982117ce95bf9f -size 155992 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_446.uasset b/hwanyoung2/Content/Naganeupseong/Scene_446.uasset deleted file mode 100644 index 3540191f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_446.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:623e81c0d156fe6c4a8245e794d23a47f842c10f6e93f9b4f109d3d78d3a940b -size 33574 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_447.uasset b/hwanyoung2/Content/Naganeupseong/Scene_447.uasset deleted file mode 100644 index e39d9452..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_447.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e6123cb761cb3b9d19d07e2ed773d204cc9d5171f4767d5a10db0d9b92fe5ae -size 57914 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_448.uasset b/hwanyoung2/Content/Naganeupseong/Scene_448.uasset deleted file mode 100644 index ad3db925..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_448.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df1ccb755856575d28501b8f724cfad87c62519db999e41b2def284b00a5a5aa -size 58262 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_449.uasset b/hwanyoung2/Content/Naganeupseong/Scene_449.uasset deleted file mode 100644 index 4ce29e2e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_449.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:944dc0ea3568d04f1a491bed326430af2b393a2b79948a53447fbdb28e929781 -size 58526 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_45.uasset b/hwanyoung2/Content/Naganeupseong/Scene_45.uasset deleted file mode 100644 index 1497dcc7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_45.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:525669d2a594aa9a5fcfe701a460101488c27832717164c5870339b67263042d -size 714547 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_450.uasset b/hwanyoung2/Content/Naganeupseong/Scene_450.uasset deleted file mode 100644 index 4a324517..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_450.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28f611d4133778d15ed4f44c49cb395dd23a19f3d2fc3709938bbc4705e2b09f -size 61376 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_451.uasset b/hwanyoung2/Content/Naganeupseong/Scene_451.uasset deleted file mode 100644 index 3c052799..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_451.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74ef69a5f27dbb3d55ebfc61b2272e042352bad9ab1a2400a9e9b68a101dd0db -size 35518 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_452.uasset b/hwanyoung2/Content/Naganeupseong/Scene_452.uasset deleted file mode 100644 index eb1bfa7c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_452.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2808b7ac76ac5b35c2b58c9450aa0c1100ab7e79dd9b6a937ebe919cbbce99e -size 417997 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_453.uasset b/hwanyoung2/Content/Naganeupseong/Scene_453.uasset deleted file mode 100644 index e777acb7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_453.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10cefa2939517b19b6c48587b04049de710792521de8fc995a66add5f3e8604a -size 92331 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_454.uasset b/hwanyoung2/Content/Naganeupseong/Scene_454.uasset deleted file mode 100644 index fab45473..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_454.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e80d4d51366f75d23b7c6adb71bc50590b6fdd7fd6c4abfeb3cefb2ba6f86334 -size 125506 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_46.uasset b/hwanyoung2/Content/Naganeupseong/Scene_46.uasset deleted file mode 100644 index 0b230b13..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_46.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18d461196a84e5647d3754f54cbab25e8b8a8a496cefbb7afed8197cc0f8741b -size 17262 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_47.uasset b/hwanyoung2/Content/Naganeupseong/Scene_47.uasset deleted file mode 100644 index ee21d176..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_47.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5528509e261200f15700d2e2aebf8ff7b31ff03fa1c43a44aa2e4f86d264e7b2 -size 28720 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_48.uasset b/hwanyoung2/Content/Naganeupseong/Scene_48.uasset deleted file mode 100644 index 56f65b55..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_48.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4218237ae1041b4d4db3e99b5af5585a3da1cc04b82426b5aee6c2517a688ebe -size 18368 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_49.uasset b/hwanyoung2/Content/Naganeupseong/Scene_49.uasset deleted file mode 100644 index 31a148d0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_49.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ce7d7b145b2a39512fcc0933b737d89efbf6a9aef089ad16d3bda39a4a8fe3f -size 21127 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_5.uasset b/hwanyoung2/Content/Naganeupseong/Scene_5.uasset deleted file mode 100644 index 4fcf26de..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7adba37afb3dc7715d70c8729d1a49f96ce58d7be2456ff20aba1f5dac022e57 -size 35416 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_50.uasset b/hwanyoung2/Content/Naganeupseong/Scene_50.uasset deleted file mode 100644 index 353842bb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_50.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:191d012c6b4058c8d23291730227f99df1365a8c6c6610ffef83475b2202cbce -size 23569 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_51.uasset b/hwanyoung2/Content/Naganeupseong/Scene_51.uasset deleted file mode 100644 index db723e89..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_51.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e256a1a0b261a8c6df93f99b1432160b0649ac5186fdc18eb0f8335e7c55581 -size 17670 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_52.uasset b/hwanyoung2/Content/Naganeupseong/Scene_52.uasset deleted file mode 100644 index 54b61659..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_52.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:680c7bba2f17b6032d2746e37fe27cd7751391fb5b86de7726a8d8996949f31c -size 18802 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_53.uasset b/hwanyoung2/Content/Naganeupseong/Scene_53.uasset deleted file mode 100644 index a286f926..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_53.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:829ee6ca38c45cb3dc90692898bc696bb69e777aa3d9c79c421f77151c315b76 -size 17807 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_54.uasset b/hwanyoung2/Content/Naganeupseong/Scene_54.uasset deleted file mode 100644 index 34f2b41a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_54.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e519ffd3fcddbb78fb2e8ef0b7b63975d5477a9b6c6526c7d0a767aa102a481 -size 16697 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_55.uasset b/hwanyoung2/Content/Naganeupseong/Scene_55.uasset deleted file mode 100644 index fa83a9b4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_55.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a0a6224609fbefc4df4674daa1db51283612bf29236ff61c4155d3218ae0c49 -size 52925 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_56.uasset b/hwanyoung2/Content/Naganeupseong/Scene_56.uasset deleted file mode 100644 index d6bea860..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_56.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b8ef7c41599bf87299a74149901aa8c1e9a50850f45438c23945bd6afc4ba39 -size 60655 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_57.uasset b/hwanyoung2/Content/Naganeupseong/Scene_57.uasset deleted file mode 100644 index 9a2055ff..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_57.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:442c13c125d7286a8f8cef9d8576549dcc724b5630a3274e1663d87adea8ecf7 -size 182521 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_58.uasset b/hwanyoung2/Content/Naganeupseong/Scene_58.uasset deleted file mode 100644 index 5155b09e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_58.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a8e634a7bbba9d7b63ee0d888579b9d642872abc382f6301dcc74c9bf14a031 -size 21220 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_59.uasset b/hwanyoung2/Content/Naganeupseong/Scene_59.uasset deleted file mode 100644 index 5a3774ce..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_59.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dba4de257f14ba79c26356d9253ea9158d34f7925e3678e46fdbb3bbd8248c8c -size 21585 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_6.uasset b/hwanyoung2/Content/Naganeupseong/Scene_6.uasset deleted file mode 100644 index 312bab80..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ac76f0776f42b245d613f3bd7bba4ea58f5f53732cb8d6ccf5685b5cf63a70a -size 22426 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_60.uasset b/hwanyoung2/Content/Naganeupseong/Scene_60.uasset deleted file mode 100644 index bab96042..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_60.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfa6885a11d4f540853efcf9e11e8edfa393c9f2eed77e86c91f9a760dbcaae0 -size 58215 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_61.uasset b/hwanyoung2/Content/Naganeupseong/Scene_61.uasset deleted file mode 100644 index 287ff3e2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_61.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:420b9b1944ee9e300cf2fc098b2987fbe75e9d710ea732b1ef79751e7e7765b9 -size 84378 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_62.uasset b/hwanyoung2/Content/Naganeupseong/Scene_62.uasset deleted file mode 100644 index d2c1ed39..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_62.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4eae7167a80a71841e13aa99d75abde0534138bf36fc697679642ec865f55c32 -size 99674 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_63.uasset b/hwanyoung2/Content/Naganeupseong/Scene_63.uasset deleted file mode 100644 index ab0c3e42..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_63.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98b7ccffad71b6447245c1ceda44a13f599ed0611fd379181c5e88549d51c6b3 -size 19110 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_64.uasset b/hwanyoung2/Content/Naganeupseong/Scene_64.uasset deleted file mode 100644 index 054a2f53..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_64.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b06aa6db1760a85c86c77f5c9fbbdf244fe581009acd88102c6464c65046080a -size 57740 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_65.uasset b/hwanyoung2/Content/Naganeupseong/Scene_65.uasset deleted file mode 100644 index 6588d805..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_65.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0bb242b7221ef77ffb9368c65419e21c5e5de51e209fd63e38fea8b9f900359 -size 189141 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_66.uasset b/hwanyoung2/Content/Naganeupseong/Scene_66.uasset deleted file mode 100644 index ea822eb4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_66.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a18a3f60130489a293893ae49ac09a55eaed9f0def94bc357ebef045bdcc98bf -size 21083 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_67.uasset b/hwanyoung2/Content/Naganeupseong/Scene_67.uasset deleted file mode 100644 index 61471417..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_67.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5539ee6655c115a11bba762ce12d27622395e746c1045e1af6b329087792f005 -size 110340 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_68.uasset b/hwanyoung2/Content/Naganeupseong/Scene_68.uasset deleted file mode 100644 index 0b1fdb4d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_68.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de3bc1d09fa3afc15a577ebbdd90d9f1dd47873078e01d5c581b97862bde7eb8 -size 19977 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_69.uasset b/hwanyoung2/Content/Naganeupseong/Scene_69.uasset deleted file mode 100644 index 49344947..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_69.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dd8d81538d91c4cfbfc6777140195d0ea940baef40999f7b8c6c3b98faddb69 -size 17584 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_7.uasset b/hwanyoung2/Content/Naganeupseong/Scene_7.uasset deleted file mode 100644 index 04ca9b3f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bcebbdad8602f349e04dc4313e36855f154822aad3b8114852329fec87e78f2 -size 181636 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_70.uasset b/hwanyoung2/Content/Naganeupseong/Scene_70.uasset deleted file mode 100644 index abcda800..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_70.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:251d58fc00ba2058598386dfbd58770232905d48546c004e62af7b644b861152 -size 18682 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_71.uasset b/hwanyoung2/Content/Naganeupseong/Scene_71.uasset deleted file mode 100644 index 56259cb8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_71.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c4a769030b9ae256a64783001ea0a26933d780ee3ca120490f686e7764aa422 -size 17534 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_72.uasset b/hwanyoung2/Content/Naganeupseong/Scene_72.uasset deleted file mode 100644 index 465c165d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_72.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:658af998d95f9603ecd2a7a731e60847dbdc1653827b2a4e8a4fde481c3d8e7a -size 21078 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_73.uasset b/hwanyoung2/Content/Naganeupseong/Scene_73.uasset deleted file mode 100644 index 9f5540a6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_73.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec45641e8b1f3fd17f754fdeb98e7b2011a1b17e11bc15d592e1b10093ece767 -size 20631 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_74.uasset b/hwanyoung2/Content/Naganeupseong/Scene_74.uasset deleted file mode 100644 index f665ca74..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_74.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf765036a044ace51be40db3656a520b6900a9d244e9191baa58b9dbd85a8038 -size 17476 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_75.uasset b/hwanyoung2/Content/Naganeupseong/Scene_75.uasset deleted file mode 100644 index 02fc60f3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_75.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2c3c7b0f5504bae016d53a8738a9745bb7e4d99d53d04b313366370b2e939e9 -size 695491 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_76.uasset b/hwanyoung2/Content/Naganeupseong/Scene_76.uasset deleted file mode 100644 index 5bfb3ac5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_76.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9264a3dfa5b948834d64241c8325285d94213143494499e4f43b947e90cf170 -size 120812 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_77.uasset b/hwanyoung2/Content/Naganeupseong/Scene_77.uasset deleted file mode 100644 index 72c1b549..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_77.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a6e5f65a2d49b3cb9d576dfdcf15fe9f04624aa2a583fed01933a0cbdaa29ee -size 595024 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_78.uasset b/hwanyoung2/Content/Naganeupseong/Scene_78.uasset deleted file mode 100644 index 37ed8222..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_78.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98c21232810b675dfe90ea47a72468e672e4ba428d9b86d7e5883dda8f129b51 -size 686209 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_79.uasset b/hwanyoung2/Content/Naganeupseong/Scene_79.uasset deleted file mode 100644 index 29fd1b04..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_79.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f1d3a3eb4c97f36382f552e12186c44091e8bff9660af4f49284ad3171b85de -size 18941 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_8.uasset b/hwanyoung2/Content/Naganeupseong/Scene_8.uasset deleted file mode 100644 index 8084c05f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c7f0a367b40f111f6f61abd99da5a32c73c08c70e4f1bf8c0ca8d50fa67cdb7 -size 744785 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_80.uasset b/hwanyoung2/Content/Naganeupseong/Scene_80.uasset deleted file mode 100644 index ced3761e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_80.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee77d9f3b272a43f56d85a65c6d0243a70fa6127d7f7ad1405b4d3fea15390a1 -size 36302 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_81.uasset b/hwanyoung2/Content/Naganeupseong/Scene_81.uasset deleted file mode 100644 index dc47f2d1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_81.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4d5900d4f6b14908e55c2d535005323c24d744f00bd4dbef49d5797f2eb8d56 -size 37830 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_82.uasset b/hwanyoung2/Content/Naganeupseong/Scene_82.uasset deleted file mode 100644 index eabf2e71..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_82.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa66de1c3d14ca9e98423005920a0849529dc06caf0460a626e5af4c246a5255 -size 21480 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_83.uasset b/hwanyoung2/Content/Naganeupseong/Scene_83.uasset deleted file mode 100644 index 220f3738..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_83.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1fbda1d8b919d5635358ca927062ad4a9e783f576190c1ab325aa8bf44b8788 -size 79098 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_84.uasset b/hwanyoung2/Content/Naganeupseong/Scene_84.uasset deleted file mode 100644 index 1070eea4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_84.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:682a26af7345c72a9016ac9b9fe69a6fe6d5bf098a2cec38d07e54a7e8cbee32 -size 24999 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_85.uasset b/hwanyoung2/Content/Naganeupseong/Scene_85.uasset deleted file mode 100644 index f9c111ff..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_85.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:772674a382b84e7a007b2753391fe33705bdb34c174cc32e2313bbcabdad660a -size 55814 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_86.uasset b/hwanyoung2/Content/Naganeupseong/Scene_86.uasset deleted file mode 100644 index 72bd4a5e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_86.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63317d72a9fa6e6199d0899bf054d951162d3d00d8932db3ef9703496eff6aab -size 74904 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_87.uasset b/hwanyoung2/Content/Naganeupseong/Scene_87.uasset deleted file mode 100644 index 1c72c5c3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_87.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7ce4c1f8f57c64ea26742ad8ef261a49d3f431d5a93bd850dd5ff526b97f19f -size 114672 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_88.uasset b/hwanyoung2/Content/Naganeupseong/Scene_88.uasset deleted file mode 100644 index 605649c2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_88.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4357c731acef444205bfac1b33fc67dc54cf173a4ed0e2198526dbd994dae4d5 -size 77868 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_89.uasset b/hwanyoung2/Content/Naganeupseong/Scene_89.uasset deleted file mode 100644 index a6186f29..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_89.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bd1e332c112413ecaca33a799e63778195ee5617914a79308071c7c701e33bc -size 53972 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_9.uasset b/hwanyoung2/Content/Naganeupseong/Scene_9.uasset deleted file mode 100644 index 59b496f2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b08fedd79439914762659d2fe2d78601169d9257f4f12db84c8671eac3d288fc -size 167060 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_90.uasset b/hwanyoung2/Content/Naganeupseong/Scene_90.uasset deleted file mode 100644 index 67448061..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_90.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f410230e83c22136378e73d1ca057fc6c3136f4a893223a7b24d1cf3211d137 -size 38968 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_91.uasset b/hwanyoung2/Content/Naganeupseong/Scene_91.uasset deleted file mode 100644 index 2daebdbc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_91.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:226ec4370d9757552ee4f8694d22ebec820d863774ca43c221b496fc595011e4 -size 30248 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_92.uasset b/hwanyoung2/Content/Naganeupseong/Scene_92.uasset deleted file mode 100644 index f60255aa..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_92.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46df28cc49c7107cadfb29df82749965fd767a2fa91eb8b650ad4ce4e1c25c81 -size 48302 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_93.uasset b/hwanyoung2/Content/Naganeupseong/Scene_93.uasset deleted file mode 100644 index d3499c11..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_93.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d3efc447cac9078b0c64b4cf7bfccf9a867d73126d5352dbc0b668ece30fe2e -size 202636 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_94.uasset b/hwanyoung2/Content/Naganeupseong/Scene_94.uasset deleted file mode 100644 index ceda62e4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_94.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85f70e37bfb64544a18f3371a9def4acc62e77a1c8de69974c43a71981b2020f -size 31493 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_95.uasset b/hwanyoung2/Content/Naganeupseong/Scene_95.uasset deleted file mode 100644 index 073d8b27..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_95.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c63f224a6bdc77f87e16ed515b51a2025de4047d9b78d9048bf1ab7b9da4a7bb -size 33940 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_96.uasset b/hwanyoung2/Content/Naganeupseong/Scene_96.uasset deleted file mode 100644 index 6073be69..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_96.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51ddc32e4c59995cacdd60082689543630bcb3e999ad018368910998393cfba0 -size 58782 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_97.uasset b/hwanyoung2/Content/Naganeupseong/Scene_97.uasset deleted file mode 100644 index 762e6427..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_97.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a97de05de60faa00008f0dc12a4d1d42c58705805697fffdfa2ecfcefe1ee90 -size 33573 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_98.uasset b/hwanyoung2/Content/Naganeupseong/Scene_98.uasset deleted file mode 100644 index b4eb0ae2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_98.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c28fad0b5ecd432971ecf35e6e5e36f76cc4f4aea90c470174c2cede42994960 -size 33213 diff --git a/hwanyoung2/Content/Naganeupseong/Scene_99.uasset b/hwanyoung2/Content/Naganeupseong/Scene_99.uasset deleted file mode 100644 index ad7ebe64..00000000 --- a/hwanyoung2/Content/Naganeupseong/Scene_99.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a96fb0f8ba9bc4274d17e82afda927726758c9beb54584cb8a8922ba6e7e3326 -size 43129 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Chimney/T_Chimney01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Chimney/T_Chimney01a_AO.uasset deleted file mode 100644 index f91691d8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Chimney/T_Chimney01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e786621f42f91851feb4fe797ee41189d736d576a18a0c74e392e9cb7da691c -size 117058 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Chimney/T_Chimney01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Chimney/T_Chimney01a_BC.uasset deleted file mode 100644 index c865ed89..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Chimney/T_Chimney01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:935ba052801f8cb836d01a91a16d7379008dbf8a6f940ffbdd2134def1f005b8 -size 1694768 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Chimney/T_Chimney01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Chimney/T_Chimney01a_N.uasset deleted file mode 100644 index 41abcfdb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Chimney/T_Chimney01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f4e9ac2fca2e3d81eeecffe5a5ca4657af8604a4c9ce19e37bf13f230f0b215 -size 1973556 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Chimney/T_Chimney01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Chimney/T_Chimney01a_R.uasset deleted file mode 100644 index ecb7c6cd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Chimney/T_Chimney01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd5295128a79fe3918225b50e96e32d51abf1b21d8a1faf959ca4a79a3f38549 -size 246002 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_AO.uasset deleted file mode 100644 index 51081d66..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b354d29900be1fa462ddb4b8c479df1e9569efce55a8e8b8b277e1c09a8522d -size 57759 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_BC.uasset deleted file mode 100644 index 15bac527..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:696354d3ae7f9d39b7bca3135645e3ba901b9739863105fe86daebb45e77db9f -size 1223335 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_MT.uasset deleted file mode 100644 index be9c8d55..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:567b0d79c5fd81b1ead970259f8252f8caa9d40622f22214b74940b46ea92ae3 -size 17841 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_N.uasset deleted file mode 100644 index 73650e32..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21f0c6517525c0e42cef3732d6af2795222bc6a1b89312b7898fd48dcc1779c9 -size 1124312 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_R.uasset deleted file mode 100644 index e7590647..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Closet/T_Closet01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f838b81abed9caab9ba6aa2728f44548ffda71a1f12a4749eded4dcf1ea6f804 -size 513065 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_AO.uasset deleted file mode 100644 index a39195b1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3304a8959f27ef1af87155052bb4351e6d1be18fd669e3f88e9e49f48e164813 -size 178195 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_BC.uasset deleted file mode 100644 index cd746511..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb92764e05c17a7b5854a50488ff035ed650903ab1b113106ffe28edcd824cf7 -size 1209163 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_MT.uasset deleted file mode 100644 index 871e7da1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5421d976bc4dc2106c8a1669a30ee50a832d89cfb89d0b8db9cd31d9ceeb608 -size 68363 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_N.uasset deleted file mode 100644 index d33ac905..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05c443f670b26e753e02bf3c6f9024164c7420a9544d59b7009a10fffa57bd2c -size 1185850 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_R.uasset deleted file mode 100644 index b0904320..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:090dbc8ab235585714ea0c658d1443a966afbc8b31d3a1a1e9d8ead9a599f1a4 -size 369575 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_AO.uasset deleted file mode 100644 index 5922e93a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c28aba216483b5d8dc1f3ca60f7943507b6d3bfd93f69a32ef11184e89879280 -size 234760 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_BC.uasset deleted file mode 100644 index deb2d107..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb278be7c4a7fb25f9c421a2d97e0fd12d0be45eedc55d00c22da13c43d78d89 -size 1902068 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_MT.uasset deleted file mode 100644 index 3d1ccd28..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebea332e417da913bfd74f826fec4c067b2fdc98084efc95d03e0790af8ba14a -size 29897 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_N.uasset deleted file mode 100644 index 144d20ae..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9305749dde7be3205d56fd4c9b3c60374e1180e9923c869059d8f34f43881d0 -size 1874391 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_R.uasset deleted file mode 100644 index 9e9bd15b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_01_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:668ead5c67c0b1594b8f3a07b5522634cfde6f4742b35505946bd0a9c6110bc0 -size 287512 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_AO.uasset deleted file mode 100644 index 2146bf6e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c01e997cac03150a269051a3a75522872b051720cce6dd88d53aa52ff5674391 -size 245777 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_BC.uasset deleted file mode 100644 index e535a8a0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ea28f7f70d1f693e821f893c48363ee8543a2f84358fa0fa1e597c9ffce9d96 -size 1755729 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_MT.uasset deleted file mode 100644 index 6a283827..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89c4b4246a04471ccedbd0ce8f2b8a5ffb9d7ff9b5cad6c690585dacface7f66 -size 26205 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_N.uasset deleted file mode 100644 index 471a6d19..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dbb656a7a11a32d48c742c6265854e9bb728b784adaba12e8afa245e35d8c62 -size 1653891 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_R.uasset deleted file mode 100644 index ed0ee13f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01b_02_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd78d64387f4c9cff1602c0baf9c5b44c08950a4e6f225e32942bb1566945a93 -size 300280 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_AO.uasset deleted file mode 100644 index f0c9d935..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53733dc9b479fb1f506482d953c1268f74285c1a1c4970def3a77cfc2fc3741f -size 219876 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_BC.uasset deleted file mode 100644 index 0a090437..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2989514794615f925ec3681f5ab52dbc2e2a73155e4f53f2c34444959fa64331 -size 1542534 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_MT.uasset deleted file mode 100644 index a46268de..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4150807245a0f495a167c77d197904d19ba35abeb1fded294f221819beaec021 -size 44355 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_N.uasset deleted file mode 100644 index 6ddebe8b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1156ea8dd04bc7063816666337a1db09818854c21dd053122101b4ac6c4b81a3 -size 694055 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_R.uasset deleted file mode 100644 index ad541e4f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01c_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10c38f2d4cbd46762e210611fa24af253c3bd33c13f43fba88be004c8567f5c6 -size 289079 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_AO.uasset deleted file mode 100644 index 489ffdf9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5f85ff3ff4a10be2c8f6e60df1e059bc46d33b6de2e74c6b9c087eec28acea9 -size 191867 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_BC.uasset deleted file mode 100644 index 76184521..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b531c0a64ceb3075864565109f234e7e7eb85b1256a4ac0d578b646646f53f7 -size 1462637 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_MT.uasset deleted file mode 100644 index 63b00768..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c8863a57a6b3442b2b00dcb09107495ff64587f6c3b89eeea28ddd924267ca9 -size 32492 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_N.uasset deleted file mode 100644 index ee652ca7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f85bae94f9b5608b547f35e618aaa5f129b84b0a6f8571233b248823e4a01984 -size 464613 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_R.uasset deleted file mode 100644 index 81a9c27c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_01_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7ce3e4b317331bca65a5e52a7404b11f4c613f8ec04cb503f6ac70d36fad911 -size 203243 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_AO.uasset deleted file mode 100644 index e7d76773..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64bd7784f7ece6fe78e9b4de3d066f00098e8248cfddc8932e1aa70821a677fb -size 210929 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_BC.uasset deleted file mode 100644 index 671a5a55..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd23a2222cfc32e8c888f892c5a81b3b51b77e5e7e6615e311f74aecc1fefbbd -size 1533324 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_MT.uasset deleted file mode 100644 index 1045e355..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a4d2ac7fef5fe304e852f40d4c087f9bcc77a78b73f76d5678f0595f585d6f9 -size 47746 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_N.uasset deleted file mode 100644 index 2a71cb9b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f060819782cdd399d2fc9820cda00e753db5e040bced0fc1614f610d5889023 -size 486996 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_R.uasset deleted file mode 100644 index 85a09fc5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01d_02_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:991849d37388bc5fdbe5fd4877cc8e999d4d89437de282630271c9c496ec6af2 -size 223069 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_AO.uasset deleted file mode 100644 index 90e56fef..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15608dac2ffa9fc7d80f7dc407dd1bff540e1ef7a8098c14e36fc056614c26b6 -size 317636 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_BC.uasset deleted file mode 100644 index 977e6986..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8aa5c83e538d9ece6af1cdfaed25e8112e5eac4d88c350a98404222959bf5f9d -size 1722698 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_MT.uasset deleted file mode 100644 index 3124f307..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d660f02a1500900feb61766be573b1148285b5703b94f5b80e0ce16dacdf8bd0 -size 37810 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_N.uasset deleted file mode 100644 index 9dadeb3c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6939ac4227146dc5f8d6697005018dd7e94c9ec534d5909aa9c1ac100f5c0a0e -size 5220573 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_R.uasset deleted file mode 100644 index ca8e380b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01e_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b51c1a79dfcec9968d66bc73a3aa8de155ad6d42f501b2bdc9c6c034f84c56b0 -size 319439 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_AO.uasset deleted file mode 100644 index f7dd669e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83add49ae610f2ef4811014fa7b16e8adf21ee96f9ada647eebfdc569e36327a -size 279709 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_BC.uasset deleted file mode 100644 index cbb8123b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:067b08f5e65b4460e23af9135246c495f51581e41609aa8adfe381312fd9c155 -size 1752911 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_MT.uasset deleted file mode 100644 index ff4de5dc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7510a0497a4f6105c12f8230cf7a99f8531c64c7d0231fb4097800487f822d22 -size 39581 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_N.uasset deleted file mode 100644 index b874a421..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0740e9062ca078ce48e5c5f9f3a384b12221576aceeaf4c526d1c29fbda5cc7e -size 1801456 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_R.uasset deleted file mode 100644 index d5c97f99..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_01_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55c085f051fd90dfcc81d59bb396278f1d5f59e431f5a4e7d4c18a9dcfefb735 -size 320586 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_AO.uasset deleted file mode 100644 index 46fa3418..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5de33faf4ddbcd7576de9d16de0923dcd9aaa6eda8fbe152db05db76bcdf66ca -size 273495 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_BC.uasset deleted file mode 100644 index 533c76c6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39edce31f13f6be06b91a096622af664f6dbb38570ea6972e710af5934acd3d1 -size 1555233 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_MT.uasset deleted file mode 100644 index e0c7c5bd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d4517ddb42d4322996e254e0298dbc8b4f38a8485673159aa7732ec2b810c0b -size 40016 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_N.uasset deleted file mode 100644 index 3f3f197e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03820c47e1ca728f5679b575f052c8a1b61e4342418add57b03c55c81a0d3b6b -size 1423087 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_R.uasset deleted file mode 100644 index 7371ea69..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01f_02_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13c4dee223b2f0bc1b02da721261ddccef18661eb917e278833476b60c986de5 -size 232327 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_AO.uasset deleted file mode 100644 index 8de9b5aa..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78f51c1479020713e87ece3ae29d4c88320486853e26e7dea0c259e35ce40271 -size 210177 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_BC.uasset deleted file mode 100644 index c105d984..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a9cf7b4b3d46375ee14ee60998379d82ff068dc1f7b6652ad4ff956b102c9d7 -size 1624069 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_M.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_M.uasset deleted file mode 100644 index 40945d37..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:035d8bfe969c93668ffe1093dad1b276f38374ae1653c5837f2e6a03ad87d96a -size 58607 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_N.uasset deleted file mode 100644 index 5f8a49d8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67347cb79b2593339ec08218abedbe9cd914e81e18c6eaffa4a05a421be25b97 -size 1773511 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_R.uasset deleted file mode 100644 index 5c74309e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01g_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22bfff30ff307ad3613364526d78127e71cfd036ff1b139a2e16528957063da0 -size 135541 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_AO.uasset deleted file mode 100644 index 089a87ef..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3af6b51a57ef3e640b7068bcd3efa286527720c0a303a6fea9d0c54684f060cd -size 152935 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_BC.uasset deleted file mode 100644 index fa0cc081..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db062afc42528402043d4884f718a1e3f39332671c9d1569dc8f78f5dc5a3b5c -size 1677506 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_MT.uasset deleted file mode 100644 index 97563737..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3ee9d8ee3a083cfbe998ecb50e20c0298c338a8d4bb85d84260c528680e498c -size 25625 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_N.uasset deleted file mode 100644 index ded07a0e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bda658aa9e1050d1e0b1a4a279c5c1e6dd3e4fc2143b6396e8078525305d501 -size 2099135 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_R.uasset deleted file mode 100644 index 72148a21..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_01_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20517f65ecc374090e078bd06b0cd9b262e5ee1eb8b6bbfe596515cbe4960241 -size 152568 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_AO.uasset deleted file mode 100644 index 67f1044b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a1af79264c99918583339459a4508d6d77b5df8e35cfd174356f4b19e191ece -size 169031 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_BC.uasset deleted file mode 100644 index f186505c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dab113a0809467b1f873ce58564dc647fa7f64bbeb4d003b5c52011e390df871 -size 1699013 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_MT.uasset deleted file mode 100644 index 41183481..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c7ca9631c11da2d927d1d2819f95aad9bf3c534290e220e44281f1a116f8f14 -size 36420 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_N.uasset deleted file mode 100644 index 568b4b43..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3e54a1a0501284d64e53ea3cdf48a5e64f91aba4992d5585a0a700ff54e6c36 -size 2118120 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_R.uasset deleted file mode 100644 index 9a403c8d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01h_02_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7cd64b492d448ea54b9862b6fb69f19c904337fbb7b68d9cd8dc89045e8b28c -size 106175 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_AO.uasset deleted file mode 100644 index 87b847df..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fdb5bbcdabacb3ac2cf692b66ebd7b7775f3055ac1ed36751788ced535b034d -size 397094 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_BC.uasset deleted file mode 100644 index 289d1a33..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7dc0d9c17dd2739bcd785dcc85f11746546e78db666a482edc100058e96678a -size 5656402 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_MT.uasset deleted file mode 100644 index 8f0e5d76..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e5d808c0cf6f76ecb87d6ce17a20396e057dc79d16388b605349b698b80ac87 -size 58184 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_N.uasset deleted file mode 100644 index daaa8336..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cffd5dc03a24bf5a36f0d887adbd0ad23f169f86f819891035c398be72242d92 -size 7830019 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_R.uasset deleted file mode 100644 index de609106..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01i_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5b72de5e26abe423962b43792611e76ac4fbdc1ebc1c31a0d4ce0bb922adbcb -size 141663 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01j_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01j_BC.uasset deleted file mode 100644 index 57689e18..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01j_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26637fc38c9ae0ca1fa31e841135ba67888f1e78f955dc2f846c99dc3ad6e261 -size 1602334 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01j_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01j_N.uasset deleted file mode 100644 index 3dc0845c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01j_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4168baa148a00bc8e6b9c0b709028c3d009ebac84e64b3cb385a1e18b37d231 -size 1562540 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01j_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01j_R.uasset deleted file mode 100644 index be6f2e4f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01j_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac02c025da666f7ec24d6f9a274425b531718b74318238fa5693ea333591d846 -size 493002 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_AO.uasset deleted file mode 100644 index 9be61271..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a00a9014642e391a7dfa502b012b18fa2ebbd5614a5121ea2081cbf81c3b90dd -size 1214427 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_BC.uasset deleted file mode 100644 index 142d8992..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02b721641f7638ddb82bc3640a81f2b0fae08c334dc7bfd527674f0d7d85c3f8 -size 6687028 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_MT.uasset deleted file mode 100644 index f413ea05..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4b2896aded9fd365dbf3d6375df4e424a9731c2d86488d5a5c967095c1826de -size 149027 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_N.uasset deleted file mode 100644 index 55259ffe..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9977bb904bf27d6077ff3e23281873b34a9a55016c6fe36e657320d68f9aaf5a -size 6587756 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_R.uasset deleted file mode 100644 index d84022e9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door01k_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a92b1a12718e3eb758a6c6d03daa2443dcc609159153cb7e4139a2704b03776 -size 1916732 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_AO.uasset deleted file mode 100644 index 477eec36..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38bd0ccc107318bf679f72fa9459ce7fb1bd81cc8fe273c85f8e94c54ec5d87f -size 84135 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_BC.uasset deleted file mode 100644 index 14667cf7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8f10f61cbdb4e8fd2ce4a62879f8eb00b999b32ff573633930793399c98be24 -size 329838 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_MT.uasset deleted file mode 100644 index 4609f090..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:830e1e7cb8840699aa905e84ea2d048618977533f56920ce6f59d8e0a47b979c -size 13783 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_N.uasset deleted file mode 100644 index c71f3f5b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f593ad1656504d75b1c82b122fcb2ba46a963282ebbf6cf2a4959fb4fa43d44 -size 361075 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_R.uasset deleted file mode 100644 index 24d65d25..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Door/T_Door02i_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:540189fbbf7ea4f62924ac4086bf8e61f990d19c00106bfe47ddd1c09c77aace -size 14647 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01a_AO.uasset deleted file mode 100644 index 4a97853c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a424c20ad378fbbd0e22b0391b046cc5a8088cb0f25c6d37873c038fd4b16691 -size 200068 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01a_BC.uasset deleted file mode 100644 index 064ae270..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:657f95435e50a3eaf826dfe31ddb0d851b10b916d3360d8c0c66a552d0e9b09f -size 20307257 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01a_N.uasset deleted file mode 100644 index c288b659..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:004675dd66125de17c190cf7d4c7ba8aa91a029f9fde58fe52fc42759556d5cf -size 191115 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01a_R.uasset deleted file mode 100644 index b73c73a1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce2a7875d2d5aff9ca42f147a6cd7d10e98df5de9f984f51e9919bccf42d8de8 -size 7275531 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01b_AO.uasset deleted file mode 100644 index 3891e6b6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:552d444e0e7abd5b5bcd594214f7b30116099642b20550a8582ac2a3ee649ad1 -size 351918 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01b_BC.uasset deleted file mode 100644 index c0aa41ca..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f55fce57dcfd1d4997b2ad8278630a4ba30fbec9062bba5b2b634cb3a847ae8a -size 6623851 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01b_N.uasset deleted file mode 100644 index 0bb5485f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c6f6c4ebc199c329690a98000d18fe8c35cd9878ba0bc0ccf3ace8a3250d1f9 -size 10679418 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01b_R.uasset deleted file mode 100644 index fd5bb74b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2b769a278f9595acb1642cf869857e18168ce8c52f82d5a3285f8c3e0a9b7d8 -size 2042370 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01d_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01d_AO.uasset deleted file mode 100644 index 47972f01..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01d_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d5ab51fd642c3e7144b182c4d0ec1df6227586f3fae7cf0b0f849429037438c -size 120237 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01d_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01d_BC.uasset deleted file mode 100644 index 5f71af73..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01d_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:704be9afebfe074b8ac1b39a2701d5ebfb8b51c202e3e9ca18af3b7095b75645 -size 6335306 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01d_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01d_N.uasset deleted file mode 100644 index e6e0dcfd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01d_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71d0564884d9995902261edb9f748c4dca11d5fe17979b5fc153c30608e617ec -size 9041392 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01d_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01d_R.uasset deleted file mode 100644 index 416f0862..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Floor/T_Floor01d_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef1b835de619880834504079d647a994abf7f29c0d60ace54b00dee99560f5aa -size 1856088 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01a_AO.uasset deleted file mode 100644 index 363fad7c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bed4729d557a9bf073def31c753aeec56d7027a16e9a0f6df61b1938a8849b7 -size 7097883 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01a_BC.uasset deleted file mode 100644 index 18fc2554..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14a87458fd74a150280082fe47da73ba1b46a282e1eec2c40538bb45bb21f3dc -size 18915416 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01a_N.uasset deleted file mode 100644 index e3796df9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79c5ff264c87858ae1991a0f7983323e308228772ed2bacb7252442a2b68b3c0 -size 21002905 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01a_R.uasset deleted file mode 100644 index bd07af6e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d6b932ccfd52826c64caa35675841896eda0d6e87d29c447306eb8e6db866a2 -size 7594020 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01b_AO.uasset deleted file mode 100644 index 33485337..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6df015ae2172ce9e903ce675af0aeaa4e01e81637d15d8aa4966977f52927dc9 -size 7109098 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01b_BC.uasset deleted file mode 100644 index 7a126b84..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37256e20c36d5cf9b47f1102b9ed8db1a3dda6bf4445b463520e7753ab9e3cc3 -size 20006048 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01b_N.uasset deleted file mode 100644 index 2aa505b4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a26be8d2a96f2989de9ab5cc97cd64a177740a6ca876d9fcb78514e1dc5e16c6 -size 21807361 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01b_R.uasset deleted file mode 100644 index ca79643d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14373deda37b450c7113161401701de473c63afda0440ca349ce870160ed312e -size 7765518 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02a_AO.uasset deleted file mode 100644 index 51e859d3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8a5d3c5ac212608067e3ea4dd0f5ac35533169bd8b44c4b9a00d454557f7d00 -size 913517 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02a_BC.uasset deleted file mode 100644 index 8a87ac28..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e45103b7d66222e0a8e8c3bbe205d64293df12a0208c983124d860d79096396 -size 5776357 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02a_N.uasset deleted file mode 100644 index 6fbeff56..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdb2f2674f201b1ecaf987d0e2bf4e28a2cbc69fb47bac3e8b4ac27ac702ad4d -size 6358415 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02a_R.uasset deleted file mode 100644 index 0cd0a582..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be9ae66ca41c4c58c4cdc268218585dfe510f2525be267bf8d2fb46514e85d8c -size 3087036 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02b_AO.uasset deleted file mode 100644 index 7323a640..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b565a5aa4bec60025323fbe1ca576a361e1a209e809ba4834a99dc4d405ccd4 -size 3028838 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02b_BC.uasset deleted file mode 100644 index 3f72c3e6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b8b14d3f60a1d5287931bed6ac19c9f0569691a708dec81efb60da3acc0fcad -size 7756252 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02b_N.uasset deleted file mode 100644 index 903d3e97..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ground/T_Ground02b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e7497e05e081e17884ee77fac650759a2b6c3ab022869c1244adb92fedb6041 -size 10148884 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ox_Mill/T_Ox_Mill01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ox_Mill/T_Ox_Mill01a_AO.uasset deleted file mode 100644 index 39c2e059..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ox_Mill/T_Ox_Mill01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bf52214409d47a2c51be91455a767b10f75a17909560b3d1cfc48d28ec44485 -size 22569482 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ox_Mill/T_Ox_Mill01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ox_Mill/T_Ox_Mill01a_BC.uasset deleted file mode 100644 index 7258f227..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ox_Mill/T_Ox_Mill01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:593f3f9b80ab8776d8dfe9cb85d1f5635fd36a89e23c27c9ab280a2e26ea27e4 -size 22053896 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ox_Mill/T_Ox_Mill01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ox_Mill/T_Ox_Mill01a_N.uasset deleted file mode 100644 index 0a1b1513..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ox_Mill/T_Ox_Mill01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a785e5b2fea9bac4bf64ec1b373000c02feeb1f98a0032d45acabeb8085a3ca -size 37112187 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Ox_Mill/T_Ox_Mill01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Ox_Mill/T_Ox_Mill01a_R.uasset deleted file mode 100644 index 0dcf581b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Ox_Mill/T_Ox_Mill01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d07f4e4001b4d148923b58b2596e76bc66391d4e35538af91330ad0036fb92e0 -size 11068433 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01a_AO.uasset deleted file mode 100644 index 8a78b7b3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a238663bdd7ce6df14d602f263c06e628cd2a33966a652f9035e85c7384dd82 -size 154165 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01a_BC.uasset deleted file mode 100644 index d7b23563..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:672c380014deca87893969a83c38cc087dd5e2b0403db610315e95bb94c4afb8 -size 1407765 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01a_N.uasset deleted file mode 100644 index 1632a9c0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdf97205772b874963c9f60fb7fb17cba0c5c741f61fdfb94c963f3f0259cbc9 -size 1955161 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01a_R.uasset deleted file mode 100644 index 3b1d835a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b3d97670113080585d11353e0d5d75739c49841f97b9870d92b0b062acb556a -size 457319 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01b_AO.uasset deleted file mode 100644 index 3df4f50e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bafe59589d34783bbfc285106a6f3e68e55d6f9708857b8cac4fa084ac040ab7 -size 7153902 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01b_BC.uasset deleted file mode 100644 index ec613fe4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:827fc5e5224138e533d357b15d33a934856c7b0f2ec3df2fec2930514ee19029 -size 5284004 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01b_N.uasset deleted file mode 100644 index b0ebfcd6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3edb677dd73b01d01b0758e0e16be925f95905b371ef36beed07e187e5b57283 -size 26228946 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01b_R.uasset deleted file mode 100644 index eac18f32..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7a31083b1d9079e6ea96f57fbaa2856aa9564137570fcd3ae0397b2f4f03aeb -size 6973682 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01d_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01d_AO.uasset deleted file mode 100644 index bec21bb4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01d_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1370b41c4c14197977de408d30d829d499aaff2787e73ce9d8946f89cbeedb55 -size 51498 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01d_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01d_BC.uasset deleted file mode 100644 index 12ae8e0a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01d_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:987b0ed87d8bd3e184748aeb64d62a6765121c4b5499267ef8c292594f3f7a95 -size 311675 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01d_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01d_N.uasset deleted file mode 100644 index 8dfe0410..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01d_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1c69b42c2b1f666715d68a84161229a277da83eba66cd02bb8d22cbe3813439 -size 593042 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01d_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01d_R.uasset deleted file mode 100644 index 71c8791b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01d_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd35eed0187b43ca25e9770f0d6ced10aa2a031f0fc6d33154d28c00bc129e17 -size 147980 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01e_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01e_AO.uasset deleted file mode 100644 index 8d695783..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01e_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72dc205dff36b29a9f59b24b22506d7ab5e2de9bb80723af8ded0de3cf1333d4 -size 49293 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01e_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01e_BC.uasset deleted file mode 100644 index 428eb999..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01e_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3275a7d633c90caedee4d565de750819142d9705b8796e275f89ae017907979 -size 329535 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01e_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01e_N.uasset deleted file mode 100644 index 5269fc12..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01e_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e571a754199ce93b75f5fef597e450ab18f350f300c03031a4116945418b793 -size 581501 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01e_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01e_R.uasset deleted file mode 100644 index c6a620d9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar01e_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3710b6e6d3142299457fed634ae8256ef1f611ffe05482d6e94a1b5be11a9356 -size 147914 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar02a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar02a_AO.uasset deleted file mode 100644 index a61743d5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar02a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38b3402862a3da3ce60398af3b4bbfe097aee9534e253ca5f6ca6fb31ca3f51d -size 103834 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar02a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar02a_BC.uasset deleted file mode 100644 index 7dfc0bcb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar02a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11b9192c31b313cc17e7b927e756e2d87cfb1e592cfdb95279795c70e95e6273 -size 1455654 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar02a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar02a_N.uasset deleted file mode 100644 index bf83aced..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar02a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b3185cf6fa1ecf4d7b6e4d2fa28b8ad34a64f3434f6cb331b8b1673fa1b9bec -size 1871396 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar02a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar02a_R.uasset deleted file mode 100644 index 5b379f05..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Pillar/T_Pillar02a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa97de9e2059815b36944f00d67d9f329f2f77f82cb4b659e30b3730d85f3ef9 -size 449152 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01a_AO.uasset deleted file mode 100644 index 408ee00d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:866ce5ed78736d99f364d5f38a723da8b4d54530cf89c62929b68236c6fdeded -size 660209 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01a_BC.uasset deleted file mode 100644 index a961f987..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c79a65431dbd932de776d0acfb2c04b49b3db6d6a6fe74f6ad04d8d88e5fb635 -size 1419887 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01a_N.uasset deleted file mode 100644 index 5a3af99d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04dd8eb035f8259ce2a455a6712988c6bb829a86085717b4305f69eae6953ca0 -size 1987738 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01a_R.uasset deleted file mode 100644 index 6edb7c7b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebafd79a45eb2a3c79fb3fef2b3c63edaebe895c22a116b5cc7eb86edc1d8a0e -size 998502 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01b_AO.uasset deleted file mode 100644 index 9d88bec9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de54359560067816f89052656747141e77bf7cedbc48b9714749dbb64840c966 -size 2037637 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01b_BC.uasset deleted file mode 100644 index 8dc55f7e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16279c137cafd11d8596c7948fe76dcdba389a29badaaff3d9c35138528a5124 -size 5484133 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01b_N.uasset deleted file mode 100644 index 69251858..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92c97d7e0541bc50a68af3ae015de3e3f376a5391a6dffca59e80d88bf57beda -size 6757664 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01b_R.uasset deleted file mode 100644 index 2eb634dd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_A_frame_Carrier01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:804b63043cecdc68876ff9ed815723464afe01cb56bcd5d8ef292be52129bb43 -size 1733121 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_AO.uasset deleted file mode 100644 index 3a0500d9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:242df12d4e37dd7860cdddaf4294a7c32166dfe120853de481e8771feed8b13b -size 142499 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_BC.uasset deleted file mode 100644 index 00cb6c31..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:674b513e6be68b3405688835509351067cd629b56366b4689bc6608c263f2cf2 -size 1528977 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_MT.uasset deleted file mode 100644 index ed76431b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acbad18c2a568bd69d85c43ddf0114c7f1a8b6a1a9e935eae3ea56fb1cd7a6f7 -size 23554 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_N.uasset deleted file mode 100644 index 248be16d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46b0f9c3db22f4f96e0ba9989bbf37b66722298339d7052749e7eccbaee2debb -size 1760313 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_R.uasset deleted file mode 100644 index 620ae959..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Anvil_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6931d9cbd0b32aecd3f31fea9d9f2abaffa65c9fb1eba47e34249da658b8ca25 -size 464828 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bamboo_Basket_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bamboo_Basket_BC.uasset deleted file mode 100644 index f775f34f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bamboo_Basket_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcd8117fd1824d712fa4320356b94436386593b7ee2c33b6b3ba1111b6f8ebcf -size 198124 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bamboo_Basket_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bamboo_Basket_N.uasset deleted file mode 100644 index fc2872be..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bamboo_Basket_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71cf4ecbaa961358d2208723d70f2161c0a5980c376b0ae4f6469119cee29092 -size 257314 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bamboo_Basket_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bamboo_Basket_R.uasset deleted file mode 100644 index 0ce8111e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bamboo_Basket_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5004d288e19dfca3d29b8ab4cc82ea06ebdc890866b44c3b3c7eb0c8e24b2888 -size 54796 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01a_BC.uasset deleted file mode 100644 index a69434b0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d79f5574f61df90e064f8ffaf49cc34fcb5cd280e313d1cac5f968d9c8093fe -size 310127 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01a_N.uasset deleted file mode 100644 index 6a02da80..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d24b0d4182bd94bd96465cd7e682c8434e42fa4387b4aaed110a86bdaa4d98b -size 396834 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01a_R.uasset deleted file mode 100644 index 27d25500..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18ce07fe30292e019785df4bd23a870a6806d6c5f9562191b1ca4e01299148fd -size 135286 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01b_AO.uasset deleted file mode 100644 index a8d04e8a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b495f9f60c8678e342f7e1a2d3225b411d168b62ce37b10df517de129e22a99 -size 65961 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01b_BC.uasset deleted file mode 100644 index 9df9c396..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d60c47426645428222f5573fad38059152b55a667904ed98d648be915aa8851f -size 350681 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01b_N.uasset deleted file mode 100644 index d5452f14..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:205daa84b24c73224c084d18c7ec781ee1514662054607d26d63d72242b660fa -size 531683 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01b_R.uasset deleted file mode 100644 index 1dc15184..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basin01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e92c1030a755b0d02269c1bd2f729715fe40924577af324d606fe5e33864e8fe -size 151345 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01a_AO.uasset deleted file mode 100644 index e306a6e9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1649e6c37d93f3d7b9cb6e66ff9601354de14c5513c97cbd64ee15e6242aba8b -size 102275 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01a_BC.uasset deleted file mode 100644 index 6149d376..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4feed3eab4db64151a7978d0e2f0e5d3e7d26ab362843ea10cc49a4c7d840c04 -size 438584 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01a_N.uasset deleted file mode 100644 index c5a9eae4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fbf32dcaec39d50bf07e5926d8f042e74e0a131aab017b831542d5fd2cd0e85 -size 656048 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01a_R.uasset deleted file mode 100644 index 64eba993..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfb1b846a9e7031a9f384e7409b4d76da8d46e7c43dd3c36653e6e7a08ad283f -size 103127 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01b_BC.uasset deleted file mode 100644 index 835fa5d5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a721b1d517dbd010e4965c0116e5d303b3ebf4819105e096b14fc7e006bec2d -size 288616 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01b_N.uasset deleted file mode 100644 index 35d1ad96..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e719417f379b1713024954ded1055ef4ce73b229f6e12be990d27d2c626a5b9d -size 646810 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01b_R.uasset deleted file mode 100644 index 3b4b328f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Basket01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:051bf9114b5c539c673fa6c60cd15ad01468ae8bab8b7a6c32fd3fb02925a9b9 -size 102201 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bed_Clothes_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bed_Clothes_BC.uasset deleted file mode 100644 index de98ca08..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bed_Clothes_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e090aee0679341166c85eba347f20dd3c72200e9f150dfd1f4df1ef89781638 -size 1746427 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bed_Clothes_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bed_Clothes_N.uasset deleted file mode 100644 index ade509c3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bed_Clothes_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4be36cf90f2f3bbbb4d7414ddeddb87c611332dc460f60745c4919bb1be14652 -size 1258202 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bed_Clothes_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bed_Clothes_R.uasset deleted file mode 100644 index 33238491..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bed_Clothes_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31439193dfe1db9d8ecb95c352a814ae10c124ecd3e8b999d31bfac64fd897fb -size 230754 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Beef_Jerky_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Beef_Jerky_BC.uasset deleted file mode 100644 index 51e9c210..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Beef_Jerky_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b28106df205e6ffee7b24fb79efb75b8e160243a8c74059b4ea427a367073b2 -size 357564 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Beef_Jerky_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Beef_Jerky_N.uasset deleted file mode 100644 index 2d19e389..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Beef_Jerky_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f86cd113d511f67b0e591f0a489d136a8f3ddb3712d3bec645667915cf0f6b9e -size 504510 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Beef_Jerky_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Beef_Jerky_R.uasset deleted file mode 100644 index 3ae75598..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Beef_Jerky_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5837e99a0ad7d7ff47df7f8c058eeaa31bb3e28cd37f82176edc1a0efd62d63 -size 88073 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bellows_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bellows_AO.uasset deleted file mode 100644 index 9ffdb42e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bellows_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13b25d41e4fe08f132fefd3e32456cc0c0b08ef0fefa29110f11ca5001ee039f -size 65389 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bellows_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bellows_BC.uasset deleted file mode 100644 index 0df2e3d1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bellows_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1b5e7af0ac7503d9ae1d68e39cbb5a56a88184f23510e83d67a1486298b409a -size 314461 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bellows_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bellows_N.uasset deleted file mode 100644 index 81918f49..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bellows_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5efdc57285e45d18bdc8733d682b07a428ddd27b71149875d3d94ab2ea756eb -size 190727 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bellows_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bellows_R.uasset deleted file mode 100644 index 6001673d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bellows_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae08b8765ea8fb6142eb869ad71b492c271c57d921b063961be92162f5b3f6d9 -size 169989 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bibimbap_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bibimbap_BC.uasset deleted file mode 100644 index d0148b8e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bibimbap_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99aabac8b7cb4971568bf401bd9566778c2e243ccd81357f5ddd93aee940ce8b -size 403170 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bibimbap_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bibimbap_N.uasset deleted file mode 100644 index b78dca8e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bibimbap_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f82217fe2273ad98ece3611c2d738595b221b2d7b938333f64ec588d05fc5cd3 -size 525932 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bibimbap_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bibimbap_R.uasset deleted file mode 100644 index 639f5a32..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bibimbap_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f52edab815abaae8c5911f06188f57b65891aa1a8117db55dbae6eeb5376444 -size 116463 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bottle_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bottle_AO.uasset deleted file mode 100644 index 34e014b0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bottle_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf2529522549b641de43358f43a5d19867cb3e30afa6dae80c075f14c1b9e97f -size 68602 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bottle_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bottle_BC.uasset deleted file mode 100644 index f283f1d0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bottle_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f987ec078591e47e3804c56e5a6277119bc2386b5831ecbc608fa0ab645e5423 -size 277008 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bottle_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bottle_N.uasset deleted file mode 100644 index 5a86db5f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bottle_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ddd71eb87a1251a29e0e0f245dc516a57b2f122702fe7befcc0ad04453c9bfc -size 93226 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bottle_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bottle_R.uasset deleted file mode 100644 index 6c631d9b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bottle_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75f27675901af2d05ab432f6a3dcba666df48b51930ec22c09a2ee684beabd24 -size 131963 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01a_BC.uasset deleted file mode 100644 index 4cf2e1fe..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d1d1ec2cdaad7cadf1006a5f49cd09cdc872ae5df5351993d24f19ef87823fd -size 108614 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01a_N.uasset deleted file mode 100644 index 6183bb6e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:237a9c298f68f9066011049046e4b91e38543ac60eb9c223136c11cbdf368dfa -size 130092 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01a_R.uasset deleted file mode 100644 index 17d6cb32..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d422ce607f2ec70404b7e79c0448f493e258e88b4014d65a4238dde7ce1aa896 -size 52507 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01b_AO.uasset deleted file mode 100644 index 3749cbc6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f105f61a999f45d9bbcd339eabf9010ba2a6f147ba1aea32cce36d8c65afd590 -size 18972 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01b_BC.uasset deleted file mode 100644 index b47aa463..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:040de808c12050997aa036da4c0ea66a4de4b2f05648e1ae3d28b2b80777a660 -size 175455 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01b_N.uasset deleted file mode 100644 index 980dc79f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e24c780dabbe0021889e6920bb21fbb4c835de267c90abb4a0be00a1255b5c13 -size 108416 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01b_R.uasset deleted file mode 100644 index abf2d3bd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Bowl01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ccd0973c8a1c25ae662e7795ac9d06422388b127c3bf4e5f6c44a75c733dac6 -size 68349 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Brazer_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Brazer_BC.uasset deleted file mode 100644 index 259cccb1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Brazer_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66be7156a66bf53b9991d70e393e724759381c08194ea1f1d4d7aed54a0386fb -size 326765 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Brazer_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Brazer_N.uasset deleted file mode 100644 index e765c8db..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Brazer_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33608ab8db36518723105d88845e91916b96787378285c80438b0583f1ac7084 -size 496017 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Brazer_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Brazer_R.uasset deleted file mode 100644 index 80d03401..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Brazer_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52d7c368982f80bbbc81b4f54d65b00b3dabccab5294c5893ab3290c430cf354 -size 86936 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_01_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_01_BC.uasset deleted file mode 100644 index c1c22e7c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c6d67520d5fb14b750eacf064351a9aff6898118df88bb40d9c8e986b41f2a7 -size 320143 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_01_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_01_N.uasset deleted file mode 100644 index 6314db7f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:599ed04aa2b0090888ba3b6ee06c363fe518e0790c9aa5242f626be21e377591 -size 322850 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_01_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_01_R.uasset deleted file mode 100644 index d98412b1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_01_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8b316005e9a314267344243dbab54268e61df2bbca96478c8c37f36ea3f9fcf -size 73601 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_02_A.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_02_A.uasset deleted file mode 100644 index d1fac61a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_02_A.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a70ec027280d23384f150f64c256fcaff4eef1e9275cf6d09443ffa196bf60f7 -size 52263 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_02_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_02_BC.uasset deleted file mode 100644 index a61d36a2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68561294d3e091fc434c3fea64128766505b9cf9391d4fef3eb637c748ca5817 -size 492970 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_02_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_02_N.uasset deleted file mode 100644 index 0be83699..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9223002d726c0b3f2efaa147081667d1822d4ecbbb1e9709dc15e185b636ed6 -size 503316 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_02_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_02_R.uasset deleted file mode 100644 index 217e0726..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01a_02_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e95ba43717fc951e451d2b8d6ea97ed73019943270c3a9494f086adfb28b53a3 -size 98640 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01b_BC.uasset deleted file mode 100644 index 8a2c7086..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54637f83779e1364b37045ec61c1550159773b1b373876dbc7e856c7bc16818a -size 496279 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01b_N.uasset deleted file mode 100644 index 1f6473c6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7f6cd73f93f9693bf57666789729a24ad6c67a6f5bab9d25b9025e80176498a -size 510055 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01b_R.uasset deleted file mode 100644 index f72923cb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Broom01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e52e4773285110fd34cdc511533ad259fb484594556ca5472621ad31173c6c94 -size 114511 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_AO.uasset deleted file mode 100644 index dbb97a61..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72aba2408e828f1b4597be234df82ef68da7eb08d838e0465eaff6383a4516e6 -size 26734 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_BC.uasset deleted file mode 100644 index 2d64eb5e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62172a87ef847786925cb70ae4ece3aa7f1a2a50ca0f9b6041c6dca8c9a8963e -size 362416 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_MT.uasset deleted file mode 100644 index dfa17eb9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69075cb04cb58821c79bb17b145511b954de627f0bdfb4bb168c62a344948ca4 -size 13415 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_N.uasset deleted file mode 100644 index 6078cd6a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0a0ec1076975e8263b1c0a97c2961be699843db48fdd24222344a4292c97127 -size 377744 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_R.uasset deleted file mode 100644 index 01029e0b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fcda36bc6d11f41c293640f85b838831ca943f57c92b919a66a7c588faf7606 -size 125068 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_AO.uasset deleted file mode 100644 index 8e7d4a91..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:586d8138e026a791029782937154bf55f76f50636004d3cd48c822c1dd024d1e -size 148802 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_BC.uasset deleted file mode 100644 index 0ff2ab87..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63fe61e93bffa10be6fb5870587ba7c0258218b978dc0c7f7eff267c938f41f7 -size 1449644 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_MT.uasset deleted file mode 100644 index 3021298b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4107c02041148cab1809765288b0db6273056e9bfa83cdb11092934f52ffd2d7 -size 50658 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_N.uasset deleted file mode 100644 index ffa3a528..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:791b704f24ab5001180e032d92b0d8e1fbc9e86297d951bc027f866cc16497a4 -size 1421096 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_R.uasset deleted file mode 100644 index 131b0aa8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cabinet01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2bec774f1307763892bd9ac4d5fb716ebf79dd2769ecf2fa8ef44d0a1a278af -size 471885 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_AO.uasset deleted file mode 100644 index e5e1c967..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:634c69c8f074d1d46d894619414fd2f92ac37e115a83a49b35279bd588f0e127 -size 538633 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_BC.uasset deleted file mode 100644 index e90b7a2e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c71876c1d4ea4f1fd8c7e15533e70c440b138b882dfc4dc0be2b6f45ba796a1c -size 5209356 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_MT.uasset deleted file mode 100644 index d26716ab..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0254c51e25319357595f48a042f10fe903c75ea2aae035db04dc8f4fae1fe16 -size 252499 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_N.uasset deleted file mode 100644 index 4538f213..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3b6c8834b91871a5e2a0173e26fb13d4b53883db6f0938e1d27347df9aaf0bc -size 6419484 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_R.uasset deleted file mode 100644 index a3d964c2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_01_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b73211dea39cc0bcd6c538ec5a7366dd2ea4dffea6800fc9b6b57e0e668be52c -size 1882059 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_AO.uasset deleted file mode 100644 index f543800a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f04ea345500982a201ef32d12a88787e096a3a80c4fea882c588bf14089aa4bb -size 1822710 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_BC.uasset deleted file mode 100644 index a9a2b6c9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f422f1301ee384fa109644681c06b08cdd43230007c8deda8f6eecf30d234880 -size 5229213 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_MT.uasset deleted file mode 100644 index 2d00ed61..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bbc61a055d68e2d18e47a820425f24ca21e9d3b4c7674557ffab4018e5b8812 -size 466847 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_N.uasset deleted file mode 100644 index d1f709b6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bacdbb56c6971af8d393511bf4d1d9056eccb0e8e07914adc87d78ce65223ac5 -size 6176115 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_R.uasset deleted file mode 100644 index 93692e68..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cart01a_02_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cf0e507b8483eb45076f13f0766fed9b122807378e472e263f5a2760da24958 -size 1396828 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_AO.uasset deleted file mode 100644 index dc14ae69..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a603b0a764c74ec152d9ffe00da3cbfe49d4e8954eb93fadcdfa34dca4fa563 -size 100927 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_BC.uasset deleted file mode 100644 index 935e887a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74e9d1a4797ac8857ee2529d9896c0c61784afef8ab1e70044e6d99cb77d4dee -size 262205 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_MT.uasset deleted file mode 100644 index 8b19cc5e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8ae0b0a0ff5ec06ffde55ecfa46eefbd3ccd445d551f6bee342633f16f8303b -size 129469 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_N.uasset deleted file mode 100644 index e8c5d033..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6edc2c721610c8204052ffabbf9d4999438b151d2696ba121777647462b18d63 -size 269627 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_R.uasset deleted file mode 100644 index afc591b0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d563b5f7fff338c06504ae60956d88232252ff57f688158fd7b0faa2ed9f921 -size 141732 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_AO.uasset deleted file mode 100644 index bbe1dd0d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:720fe3461a97dbc73a08bc078b8c4b6db75192214077395ae0be4b91ae6bfd39 -size 86858 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_BC.uasset deleted file mode 100644 index 0413c32b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:610e178c42eb2b0172be489c79d1f79eb456d4b7095e6a1f1fedbbfbeffc47f8 -size 268620 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_MT.uasset deleted file mode 100644 index 65a8e5d8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06ecb30916227c3667627471beb4dfb8e134790944b1b23cc8c3321e4945b764 -size 127494 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_N.uasset deleted file mode 100644 index f223fa3c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4148ad77c6363a5cafa284e224b78d88061064e6346099e59758925f7b717107 -size 248086 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_R.uasset deleted file mode 100644 index fa6dc424..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8a80980d142d804570462c67aea9ab4f784f12a8c2d0a8da2c8760f38470ec7 -size 131339 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01a_BC.uasset deleted file mode 100644 index 7ece275c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d35a39b4eefeca66a1ed10835877da6e0eaa8fe89a7e7c8d267fd7ddc157a3d -size 216835 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01a_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01a_MT.uasset deleted file mode 100644 index f5fa39b4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01a_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:050b1ed3450f0f4a4e5b87a3a87069a4b966684a01d2268b8c2a4f15d70e4f35 -size 63035 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01a_N.uasset deleted file mode 100644 index ae27a39b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54e927bb9a10bb798a02dfc7b2295f3734b776a78e638058129b58a7c3e0d994 -size 299861 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01a_R.uasset deleted file mode 100644 index d190a684..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4035cf12986f46d2a99e2dfb5eb2a10c2ca85079dcefd089bc6c2d5f8c6a8f26 -size 110655 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01b_AO.uasset deleted file mode 100644 index 7ce77add..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a40af0cc5c203d573bec0d3efae8f797cd192cb27f515332b669d1d8e531b8b -size 92759 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01b_BC.uasset deleted file mode 100644 index 0b3ab381..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03e7706a853656b3c8af32232b0a520045097a011736753deb573147fcd0a0e4 -size 473650 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01b_N.uasset deleted file mode 100644 index 8649e90e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7af01f81f4b5dae1efd2ce668ea946abcf2538e7e1811a4ca7b2429588ecf7fd -size 451873 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01b_R.uasset deleted file mode 100644 index 023ee1f4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cauldron_Lid01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d639be7a9570f71a866b44b46bb2f3d225eacf25452782d4a59632e0b0c3f7ec -size 99893 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chili_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chili_BC.uasset deleted file mode 100644 index dd60b331..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chili_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a7e3b36cffc2d226cc520a6e707916eca9994c910535c32c36aaef62dd19635 -size 12179 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chili_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chili_N.uasset deleted file mode 100644 index f60bd444..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chili_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6cd7a0226842360e61df1fcea8f2cc72b67d5bcd7df4956068965973d421661 -size 20487 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chili_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chili_R.uasset deleted file mode 100644 index d45152f3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chili_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bfd83a67b33cc547b0a292a7a028f8cdc89c0015822428d081ee6588160c7c8 -size 20531 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chisel_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chisel_BC.uasset deleted file mode 100644 index 7050ca7c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chisel_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72e9b200b2c072f56c2f05c61cd15117514e4a11321493ed8c0a89a3e34083d9 -size 312566 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chisel_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chisel_MT.uasset deleted file mode 100644 index d29a4051..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chisel_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91c9c8822906bbdb7e96e8187ff37f445a305aa240ee192e78886a73c97746b5 -size 131732 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chisel_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chisel_N.uasset deleted file mode 100644 index cb62aeca..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chisel_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b10eff81184f6b29484fd345fd7465b80e1d1b746c0c3ae7f64c26214db19166 -size 297334 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chisel_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chisel_R.uasset deleted file mode 100644 index ccd6c072..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Chisel_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d585c2b7bcd62b7070f2eb624d83d1a4d9e104d290b04bf53514bb906e08a84 -size 130051 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cloth_Roller_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cloth_Roller_BC.uasset deleted file mode 100644 index 70ff0158..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cloth_Roller_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f4f8491aced492bebdc94a100aea2b54dc1815e8ed467c883e1640b2c72127f -size 440821 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cloth_Roller_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cloth_Roller_N.uasset deleted file mode 100644 index 9717ac59..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cloth_Roller_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:241552f3979a89dd0b8f48ed303c1b51d49a2bed3bf4fa0df229fe695517698e -size 632807 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cloth_Roller_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cloth_Roller_R.uasset deleted file mode 100644 index e99b6ad7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cloth_Roller_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04c59bd8b6836739706d8b2fb42660d4a4bd825f7971d3fc13556f0e9a9b6ea8 -size 100200 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Clothes_Rack_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Clothes_Rack_BC.uasset deleted file mode 100644 index a0d4a6e0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Clothes_Rack_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e304393ee581a9324edddb3050ac0f04d2364d40359d7ecc9b27ddb28326e55 -size 233789 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Clothes_Rack_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Clothes_Rack_N.uasset deleted file mode 100644 index 51346a5b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Clothes_Rack_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b84081d39b03312b0854c5460e0a225bc63d3324e1f56ae54839becaea19c94f -size 261235 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Clothes_Rack_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Clothes_Rack_R.uasset deleted file mode 100644 index 549871a7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Clothes_Rack_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:760f2f83dccb80c855eccb1892baa5cd8e81aa5b8a2e68e65538cdba79178ca7 -size 53694 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cooked_Rice_Bowl_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cooked_Rice_Bowl_AO.uasset deleted file mode 100644 index 9a353143..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cooked_Rice_Bowl_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faf3fed7706defdac7bb23ba788b4d82e20969e6b457efe1b640741df8a8419d -size 67972 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cooked_Rice_Bowl_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cooked_Rice_Bowl_BC.uasset deleted file mode 100644 index f217cb04..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cooked_Rice_Bowl_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5b7acab457690bb99cba431f2f9e688c6af82d5d374ff2b525faf672f863a96 -size 230589 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cooked_Rice_Bowl_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cooked_Rice_Bowl_N.uasset deleted file mode 100644 index 05a17369..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cooked_Rice_Bowl_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3ce8efdc73deafce440a091bb668fbea848c3fbab90bec8aa6893249fba318e -size 65559 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cooked_Rice_Bowl_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cooked_Rice_Bowl_R.uasset deleted file mode 100644 index b98f43ab..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cooked_Rice_Bowl_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5180f4cf37fc2fcf82e3fe64d2571a50ffe9d7d64c4ece498c45b5126bc8447 -size 11216 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_01_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_01_BC.uasset deleted file mode 100644 index 3ba26299..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87cbf3d596334be9800c9aeb441441cafca7620dee3f0105080113bd3d1d60a8 -size 294760 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_01_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_01_N.uasset deleted file mode 100644 index f3e01db5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2156ab6d267757520bf79c9cc4b5e13fbf532afb592754a8565f86de58817f4c -size 361169 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_01_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_01_R.uasset deleted file mode 100644 index 19ff68e3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_01_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90b371264149f928b83b4b9b29cb8f631595dddc028d523181c41c7d98512ba3 -size 58334 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_02_A.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_02_A.uasset deleted file mode 100644 index a4d5ea97..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_02_A.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2547b06d03495bd6945dacc7e9393ba67a4314d0098d5dd0767551b0001583b6 -size 18122 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_02_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_02_BC.uasset deleted file mode 100644 index 6e661b5a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Corn_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d39b8f5993428807e08e6ac8453a9b1cdd081b4930b73b4b1e68ce7ab4e7ebf5 -size 247778 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cup_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cup_AO.uasset deleted file mode 100644 index 0e5e4737..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cup_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6697582de185a5013a3b34b1517bac8006c126d8f3a8001616130d2e69013ace -size 69644 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cup_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cup_BC.uasset deleted file mode 100644 index 0af1621a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cup_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f929583a9078212f5b2d11c91601efd12644a57286055d0b1187af0e667dbdf2 -size 108577 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cup_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cup_N.uasset deleted file mode 100644 index 26fbc64a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cup_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ff6ec9db0b00d1a22fda332f580352bdb3857102a662339a509548617ee88ff -size 120829 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cup_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cup_R.uasset deleted file mode 100644 index fee32171..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Cup_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f2f64e6e737f94801db756a3e26d9fa7f1c0b61d319b8afc3a3cc52e4887b37 -size 56596 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Dishwater_Bucket_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Dishwater_Bucket_AO.uasset deleted file mode 100644 index cfbf0aa7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Dishwater_Bucket_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62f61c261b35fcfa5452e2739d8f9014f977c8bb4f8e6425ee13e823caeb8ea8 -size 310911 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Dishwater_Bucket_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Dishwater_Bucket_BC.uasset deleted file mode 100644 index 65a9e6f9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Dishwater_Bucket_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8c8ceae3eb6b3e12340bc665fc7570e98f7b7d1d3e95b7649c80a009211f8d0 -size 1310259 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Dishwater_Bucket_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Dishwater_Bucket_N.uasset deleted file mode 100644 index 4b2b231e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Dishwater_Bucket_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75e4bbcb970b0d378fd26e26c4c38ea90e089382073e524895ed0d699d769fe3 -size 1662453 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Dishwater_Bucket_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Dishwater_Bucket_R.uasset deleted file mode 100644 index a52499b8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Dishwater_Bucket_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f91debdb611a73da4a4efa2f7773c774931e7169d0d299fb7b925c3d1d00e503 -size 345814 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Earthenware_Bowl_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Earthenware_Bowl_AO.uasset deleted file mode 100644 index d4d2da38..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Earthenware_Bowl_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05ce1acbd4d2a597bb4f0d76e7e1eee49040f09c2815cebaa7e3d3ad058d16cb -size 86475 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Earthenware_Bowl_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Earthenware_Bowl_BC.uasset deleted file mode 100644 index f8d0fcb5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Earthenware_Bowl_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f15cffa81671e260f0c7ca6a8e976be9639926e676da88132b274094ddcbc40a -size 240196 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Earthenware_Bowl_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Earthenware_Bowl_N.uasset deleted file mode 100644 index 45d40608..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Earthenware_Bowl_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61c5d462b25c2af2f99808c0183c244c94a74bf8448bcadaf360b6b96473f8f1 -size 487591 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Earthenware_Bowl_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Earthenware_Bowl_R.uasset deleted file mode 100644 index b475f0be..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Earthenware_Bowl_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05aa54209f96c4d126b0758704bf7537001867bc7f48bbc06d58e207d3c2d634 -size 112693 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_AO.uasset deleted file mode 100644 index b3496804..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecf65cf7b32ab3d70080277db807c88e52f6d6c235f5fada1b61ba62edc2650d -size 1273728 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_BC.uasset deleted file mode 100644 index 7fa4a756..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db3b758bbcd7e5c6dc916788e1ddbf86bd748a6d7e3f80e8df5f640b7cae4ecf -size 6229820 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_MT.uasset deleted file mode 100644 index e00bee08..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25c09e8ca1de8db494d15abd5b735f13e2acdf294c819dbd98b29cd35a3e1d0e -size 1028830 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_N.uasset deleted file mode 100644 index 7e5f6b05..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6a8554a7f4b0124affef4734aad5fc8fca0947403606f13c2291186fb41ece1 -size 9973145 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_R.uasset deleted file mode 100644 index 77423cbe..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Pot01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34061f928332cd296dbdec9dc042d55be6657932ea4df109f234e3de8bfc0180 -size 2009588 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Shovel_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Shovel_BC.uasset deleted file mode 100644 index 8dadc993..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Shovel_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f3a3e49cf8b37d50cd5b14ff2253987a981399cc177c77f8fb8628f6eadd75f -size 192856 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Shovel_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Shovel_N.uasset deleted file mode 100644 index 44c5be73..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Shovel_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a41464e050f59f8f30befec34108732e4465db60125ed3e819d8a2085ea56048 -size 312573 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Shovel_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Shovel_R.uasset deleted file mode 100644 index 8c4bc253..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fire_Shovel_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb2c58937e85af692212706c9511cd48755419388a9a64f3a803010398aba1ac -size 98815 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fish_Jerky_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fish_Jerky_BC.uasset deleted file mode 100644 index 143d0521..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fish_Jerky_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e1ff602934e61bbf1f66831a443f7f2c5f35901c505fd0087ee810af7d79ce3 -size 427059 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fish_Jerky_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fish_Jerky_N.uasset deleted file mode 100644 index 35158ffc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fish_Jerky_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc208dfe55f655e39c0a8bae1ba80adb477407cbefc5b34ffbe3a349f26d1778 -size 520876 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fish_Jerky_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fish_Jerky_R.uasset deleted file mode 100644 index 5c81b3fe..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fish_Jerky_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cb437dc530ed2865331daf16819591baa44a72ea43e4b31772ba4feb4245156 -size 55818 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fork_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fork_BC.uasset deleted file mode 100644 index a7614348..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fork_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e25a086c8b959ad4b161ae90d656b31f2544038c450fd4b308afeda6de53991c -size 336895 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fork_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fork_N.uasset deleted file mode 100644 index 17dfc792..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fork_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3efae0f19bca79b048bccbb0879ed089d0b1dbc6b66dfb3889ecf7e2cac0582a -size 406113 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fork_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fork_R.uasset deleted file mode 100644 index 2efc7b8b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fork_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6751c5f1575f010738e4bc22413f2bc18ae9c5ece45a84162e5d8946e9a43266 -size 185792 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fulling_Block_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fulling_Block_BC.uasset deleted file mode 100644 index ee244298..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fulling_Block_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74b1dcd0647df31bc5609dced8096f69cf890873cbccae392bac0ec3a9dfdbcc -size 1091340 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fulling_Block_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fulling_Block_N.uasset deleted file mode 100644 index a0b6a679..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fulling_Block_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a402121ad996bd53d0c264f7b1ec24282a355281e1ca3f1439a32c7e5e56552a -size 2214443 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fulling_Block_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fulling_Block_R.uasset deleted file mode 100644 index a22f23a4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Fulling_Block_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8240527773338fb410e350e597892a882832152bbba384d475f79d84d2b0e4db -size 140148 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Garlic_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Garlic_BC.uasset deleted file mode 100644 index f071470e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Garlic_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d127d7a2a89a9437c43707f62201704cfa9ffb5aaff30abcaad07efdb5f529a7 -size 353506 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Garlic_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Garlic_N.uasset deleted file mode 100644 index 7a325764..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Garlic_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46c78921ce1fff358d71ca69096776c055335a0bb9028fb6491959a217c64984 -size 338000 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Garlic_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Garlic_R.uasset deleted file mode 100644 index ddc810e8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Garlic_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29738b1891d567a65e8411ea37a4b82528bea8b53ee841a60527322ac9850691 -size 92872 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Gourd_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Gourd_BC.uasset deleted file mode 100644 index 73a77739..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Gourd_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74e592119a0b08cb31b6de90655d39358bcbeab479471f25fd7c0644efa5b384 -size 99352 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Gourd_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Gourd_N.uasset deleted file mode 100644 index 807f0a02..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Gourd_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:170102c6738f62a79a9194fb17bbd9d9f0aa729335d1a148faaa44295ca86b56 -size 19721 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01a_AO.uasset deleted file mode 100644 index 8fc3bcba..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e126a79434852bd2a300d4b11ffb7b8b5f599d194ac3322e8d524b95c92315e -size 307477 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01a_BC.uasset deleted file mode 100644 index 42a6364d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f98aba484b2970e3e2c2122ddc0e3071ed9764a328ce55aae2159e93a6bcc9b -size 1178833 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01a_N.uasset deleted file mode 100644 index 5856ec6a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ef1cc2fea87f7eadc281edad89b251b1ba44c8bda22760e9e6c68052568e84b -size 1203675 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01a_R.uasset deleted file mode 100644 index 9c7e41c5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b10872b4f972250cd41bc061ceceee2ba9d8926cbeb303416f41e5c87da9001 -size 245122 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01b_AO.uasset deleted file mode 100644 index 94ee1638..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1862e9740a989baf5b960819b92e377dc4e4129135621502d1a0f9b4bc289b4 -size 402188 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01b_BC.uasset deleted file mode 100644 index 6b566c5e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5b8757284780f1b3f8c9b02ce39bc65edbb6cb5393c88452a7e72b5265078c8 -size 1446586 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01b_N.uasset deleted file mode 100644 index 9648f1c0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6b4dd5713bb0dbc9e46b31b482768b860d232634effb2e116aab0bfc3996ffd -size 4783159 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01b_R.uasset deleted file mode 100644 index 6b18a3b4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Grain_Rake01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a16942f61a827341a303b28db35c847e35147347f11060987b9de545bb5560c -size 260423 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Haejangguk_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Haejangguk_BC.uasset deleted file mode 100644 index cb548254..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Haejangguk_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56d3dcd7d8f3314a301ea44faaa53f3cb6b0b57dcf3753d5bcdeac253a3d4545 -size 127318 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Haejangguk_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Haejangguk_N.uasset deleted file mode 100644 index a9ec6db0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Haejangguk_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dec16c5c82b3ca1c3a117dcdeb462d6c6e287e9e0e9f445b6e4f74c4ed73b4b8 -size 126463 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Haejangguk_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Haejangguk_R.uasset deleted file mode 100644 index 47a8e188..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Haejangguk_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3b132302ef7d41f30daf412ac9c564b3587f86195f8993f7daac4be2b2e8b71 -size 45268 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hammer_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hammer_BC.uasset deleted file mode 100644 index 5f262271..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hammer_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:313c537747f6785c5599a3eb465879f6bf86ffb531804a40d0eddc80d8539d8a -size 208510 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hammer_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hammer_MT.uasset deleted file mode 100644 index 79c9e7a8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hammer_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16f198d8f12bad8569d4f17a210ca4f80bd2248b51016f41c5f7001589332a67 -size 73130 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hammer_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hammer_N.uasset deleted file mode 100644 index 4a576a67..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hammer_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5485eef24370ad26dddf02316d67cc3c9011e84485905c0e8229827d2c31e4dd -size 279840 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hammer_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hammer_R.uasset deleted file mode 100644 index 9a757c65..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hammer_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c419ab0388fea67e9c7401f81591aada0700c6772c468fb7522630c976388d3 -size 95675 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hand_Mill_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hand_Mill_AO.uasset deleted file mode 100644 index 6f917dc2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hand_Mill_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:817e50d4e5969b8b7583b0478ddeb1b5cffc0bae29f6ff58b5d93b83c3cfa685 -size 143110 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hand_Mill_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hand_Mill_BC.uasset deleted file mode 100644 index d101176d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hand_Mill_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98d908d6e2bc67beef6615761b43279b7e06d198c9049906545517579709fe91 -size 511257 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hand_Mill_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hand_Mill_N.uasset deleted file mode 100644 index e04ff674..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hand_Mill_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75052517fcf31408c2820abd2606ffe4673ba1c9f6d3b35448ea6aabb98c48ff -size 619465 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hand_Mill_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hand_Mill_R.uasset deleted file mode 100644 index 30ed987c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Hand_Mill_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e0f9630314985111016ca65e048a74f142f7dcea4bd56a2822ea1c656f9a45e -size 177098 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Irrigation_Bucket_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Irrigation_Bucket_AO.uasset deleted file mode 100644 index 166c321c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Irrigation_Bucket_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e8f69a180c1730a37430fcff693715f5b5aff30976a2dc73b5247b825ebb064 -size 976299 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Irrigation_Bucket_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Irrigation_Bucket_BC.uasset deleted file mode 100644 index e61ab293..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Irrigation_Bucket_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af47648770224ac60932769f31eccca60b65e0b8e82dcf1ef5134a5eda6e0e2b -size 1175478 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Irrigation_Bucket_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Irrigation_Bucket_N.uasset deleted file mode 100644 index cab291e2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Irrigation_Bucket_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6459c1ae452c0dbc4cc02446f6cb8a094d5a5ec4405163f5b9f7736cf76c18f2 -size 668960 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Irrigation_Bucket_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Irrigation_Bucket_R.uasset deleted file mode 100644 index bc29b319..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Irrigation_Bucket_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb1ee60a318de57791f1551bf037459da1e66efabfc6dba91115831349ce681b -size 336071 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01a_AO.uasset deleted file mode 100644 index 795a9c75..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9012dffeb8eac7236f4604c4d0105eb5df1f894cfeb07974c3862a6e3d5a7cfd -size 216649 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01a_BC.uasset deleted file mode 100644 index 9632a0b8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a697cc27bbabc2b27659ad4064a656d33ae854f06518e9377b3c8186454abc7d -size 1196782 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01a_N.uasset deleted file mode 100644 index 597e87a3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:093caeab3c83a3a8133d2028e0da2b24bd1deed3af03f79c2f37c2c91b656360 -size 1975549 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01a_R.uasset deleted file mode 100644 index 98538455..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:640bf49c60635d5331868e0e23d7172fdfef59ee472f07d767afe768a9c240ea -size 382120 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01b_AO.uasset deleted file mode 100644 index a863451a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1f3318d13e28a3d57423ced68f0846b18680f9115f44c82250a60083cb60987 -size 120371 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01b_BC.uasset deleted file mode 100644 index 15a899f8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:293d2f8ba76c58a7fe50459900b6ff59be0193f233739ee7ed4f2712707b2fed -size 1140926 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01b_N.uasset deleted file mode 100644 index fa08ec6c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b49298e9b3cc97b6d350a980b28cda19ed434e4e8ac48ed7c3adefa45f353201 -size 2052554 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01b_R.uasset deleted file mode 100644 index 8650c0f2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8f1cfd486d81135c84a4e880202fe954a7a0921bb850a28b75bb1cb91801d15 -size 413828 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01c_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01c_AO.uasset deleted file mode 100644 index d2720771..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01c_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e434c56452285ac8df0cd388d9315c7f796dfe88aab11aa1b281d7cec93cca21 -size 50497 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01c_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01c_BC.uasset deleted file mode 100644 index d56ed2ad..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01c_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1814ce86dfa464a41404907634888b81a17127084fe7cfcf974b903830b5f57 -size 343382 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01c_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01c_N.uasset deleted file mode 100644 index e5625951..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01c_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09f530368ebb456e0e37e1c0760e1277f7dbb61fd013ecef0d74ad2b4d54d5cb -size 484782 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01c_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01c_R.uasset deleted file mode 100644 index 3ffb9119..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar01c_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7080ee8cd1277f3f52fc33e98ff204de647c67f4ba71079ee99ed0c4390039c -size 100667 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar_With_A_Spout_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar_With_A_Spout_AO.uasset deleted file mode 100644 index 1b012286..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar_With_A_Spout_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b71262410f66886bad833d037cde6384277c3aaaa5568e225e160f58d21718b -size 213847 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar_With_A_Spout_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar_With_A_Spout_BC.uasset deleted file mode 100644 index 662ed96e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar_With_A_Spout_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f9f508e4c6d83f116899759aefc4dcc1028ffc24cbdfb923708199ce042c585 -size 1068527 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar_With_A_Spout_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar_With_A_Spout_N.uasset deleted file mode 100644 index 079989f7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar_With_A_Spout_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2940cbe5671d59178c29480883b76371c1b548eedfeecada80c0a2d1d62b172f -size 1052951 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar_With_A_Spout_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar_With_A_Spout_R.uasset deleted file mode 100644 index 4598276a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Jar_With_A_Spout_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2713c2f41a1876ca27c894b35451841949883051f5a2fc089f284bd0178896a -size 559170 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kimchi_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kimchi_BC.uasset deleted file mode 100644 index 38e597da..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kimchi_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f59bf2d86e0f72ff805ea382842e62544bdda57fe1a06a2c5d44a8691e1d036 -size 390000 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kimchi_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kimchi_N.uasset deleted file mode 100644 index 267cb830..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kimchi_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b86a411074074ad7ba8dcf636797777a4ba74e8a8792b1810172ca34f2a23b96 -size 461326 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kimchi_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kimchi_R.uasset deleted file mode 100644 index cbda338f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kimchi_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb874ae46c6129a99e96785d7864176b8d9694df74b36a1a57ea20ea822d2a41 -size 85336 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kitchen_Board_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kitchen_Board_BC.uasset deleted file mode 100644 index 9699ec6d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kitchen_Board_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad8d15b2c62332fd864324b41d5a3f67504e26750addb441012dc9d9c215b781 -size 1949108 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kitchen_Board_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kitchen_Board_N.uasset deleted file mode 100644 index 160388ca..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kitchen_Board_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1cc8fcece1ef501aa4ebdac7af231b6c63e72db1e0db42a772d9627ee4f7ba6 -size 1613836 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kitchen_Board_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kitchen_Board_R.uasset deleted file mode 100644 index 5f7e5054..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Kitchen_Board_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:434c304e21ca9497b1454cc5936a2d43c909d1f9aebe286f8e48e0f5fedfc162 -size 464560 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Korean_Cabbage_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Korean_Cabbage_BC.uasset deleted file mode 100644 index 5392e00f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Korean_Cabbage_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbaa93d6ebc87373fcc4b25f4332fe3fdd276a06905dcc7e0606a2483fa9cee5 -size 82875 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Korean_Cabbage_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Korean_Cabbage_N.uasset deleted file mode 100644 index 6313c27a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Korean_Cabbage_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6064211c41741dcff36b2d52580e8ef80491261794dd188e61fc0269325202f -size 155594 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Korean_Cabbage_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Korean_Cabbage_R.uasset deleted file mode 100644 index 6feb1d16..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Korean_Cabbage_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5e43bc4bf807bc75479ff5d8cfa146ef9352a8b4c40a8db411e8d0940d46c61 -size 35921 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lamp_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lamp_BC.uasset deleted file mode 100644 index 7fc97897..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lamp_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edf1b718048e3a4c6fa631f5913e5c9eaf94f2fb183116eda7e696bf1c935eda -size 271559 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lamp_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lamp_N.uasset deleted file mode 100644 index 2b49409c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lamp_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71118f6fb7b4275fa7964dbbc063b4c91d569f9ab802da4c6fde1588a6c74248 -size 345109 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lamp_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lamp_R.uasset deleted file mode 100644 index 05aa1014..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lamp_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66fabed86d7c61ea8fe569f81bf8fd4e0e244a2650d1375ffb02c99d87cae755 -size 124342 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lampstand_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lampstand_AO.uasset deleted file mode 100644 index 7ff8be2b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lampstand_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a56791625a9651a5c35eebf6ffb949c60b629e288d0f3e330430e6b5a246401 -size 34844 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lampstand_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lampstand_BC.uasset deleted file mode 100644 index b5cdda63..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lampstand_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04635ff9ac2f91c499512e889963dc43f7e7e3d01ba517b309ca518a5b8d4177 -size 330100 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lampstand_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lampstand_N.uasset deleted file mode 100644 index e1aaaa51..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lampstand_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf6f57e6815845dc6ce262781a6c787226c3977bb9490089363c5940b1fef83b -size 378881 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lampstand_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lampstand_R.uasset deleted file mode 100644 index 5dde11b3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Lampstand_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:014b8874fe4bd4aef8be96e9e47a32146c56a985b7dfaff26bfb5c31c18908a4 -size 96430 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Large_Scooped_Wooden_Bowl_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Large_Scooped_Wooden_Bowl_AO.uasset deleted file mode 100644 index 3988ce74..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Large_Scooped_Wooden_Bowl_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05c05ca4d3fd57be806cb02c0885213271dd0740b801085de62ebcd42b18e46f -size 487399 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Large_Scooped_Wooden_Bowl_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Large_Scooped_Wooden_Bowl_BC.uasset deleted file mode 100644 index 11d5ee6f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Large_Scooped_Wooden_Bowl_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00f1588398b3c2d63b566f651d44e9060fc10f816ff4c5f40e5165d0a5c3ff92 -size 1116922 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Large_Scooped_Wooden_Bowl_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Large_Scooped_Wooden_Bowl_N.uasset deleted file mode 100644 index 839e4a0d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Large_Scooped_Wooden_Bowl_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1703974593907a058b9fd52d055d01f9770f1f4ad8f134e7ef4a4ec5124e589e -size 1740490 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Large_Scooped_Wooden_Bowl_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Large_Scooped_Wooden_Bowl_R.uasset deleted file mode 100644 index 1fb2b480..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Large_Scooped_Wooden_Bowl_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faf66774bca9ae7444b96439b76805d60b88e80e1ff800b71a322f6eec7ab68e -size 489308 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Low_Wooden_Bench_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Low_Wooden_Bench_AO.uasset deleted file mode 100644 index d4f835ce..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Low_Wooden_Bench_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c4cf5c872c54b358cfccc254069ef5234365c4b12b0c4139f7f9fabb4529e1c2 -size 1546925 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Low_Wooden_Bench_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Low_Wooden_Bench_BC.uasset deleted file mode 100644 index 465a276f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Low_Wooden_Bench_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5f398c89ddc6810f942de45ae02eb794e960d6c3c667a1088cfd073e9ae2dca -size 5041708 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Low_Wooden_Bench_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Low_Wooden_Bench_N.uasset deleted file mode 100644 index 38949c78..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Low_Wooden_Bench_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:076679aa7274c54a6a61f26f08294a3b92ce970cef020541c916ffe39f5e2c1a -size 5576516 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Low_Wooden_Bench_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Low_Wooden_Bench_R.uasset deleted file mode 100644 index 054f790b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Low_Wooden_Bench_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b55ec3ee977e1afb0e2547b7c236e243f236db5e792e39de09c20b39f09cc4b -size 1123697 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Manure_Container_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Manure_Container_AO.uasset deleted file mode 100644 index df33fbb7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Manure_Container_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30958221bf645f6fe62387ee8b19180a05d438ca82e10f43c2855d3eef7f7adf -size 510430 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Manure_Container_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Manure_Container_BC.uasset deleted file mode 100644 index c19cd1b1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Manure_Container_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8964b0e6be72652ea1131ad92cd4b7579159c2dd71207ba6defdf668f603b057 -size 1432898 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Manure_Container_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Manure_Container_N.uasset deleted file mode 100644 index 4f1976cc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Manure_Container_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c50a2427fb94f82d63007acac5b54d687caca4c80c03c6441bc29fa16d6bcad -size 1333233 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Manure_Container_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Manure_Container_R.uasset deleted file mode 100644 index a23b0fd0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Manure_Container_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:233c8dd00e5ecdb9e23859344900ecc68f32c66409c54e97e77a98ac5ba5eda9 -size 624295 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mat_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mat_BC.uasset deleted file mode 100644 index e614fb33..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mat_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f98be407a0f39306c11a3b9eb633cc682ad27754f3605ea00de9de06d65146b1 -size 1064162 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mat_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mat_N.uasset deleted file mode 100644 index 437885ce..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mat_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dccd90ca4c6cb353f3d4b47093ea323b545e99661bb498f0a061aa613f6ae13 -size 1684595 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mat_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mat_R.uasset deleted file mode 100644 index aa6e2060..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mat_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c45a54a640042d30e22a0054a7e7e71148889bcc18b773af1a7e7ec4375096cd -size 425611 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Meju_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Meju_AO.uasset deleted file mode 100644 index 1075a09c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Meju_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86b04299a62f218803819091eb2650ef5eb93eb966ce0c5524afc54de233ce2a -size 80088 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Meju_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Meju_BC.uasset deleted file mode 100644 index 2433f164..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Meju_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31cc2f152cfa282068946562034519e1997566f483bf8f58af15693f0a45ffe8 -size 467594 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Meju_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Meju_N.uasset deleted file mode 100644 index 9beceafc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Meju_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:892371b3b9c1d6b9a3974c131fe755bb75cee10b9e8245d0515d1f68e0742503 -size 565739 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Meju_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Meju_R.uasset deleted file mode 100644 index 82277641..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Meju_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bfe4c0aab5f6cdc51dee54256128d4cbd4fca238effb51bc72ff87226aae1f5 -size 105177 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mortar_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mortar_BC.uasset deleted file mode 100644 index 0b09f142..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mortar_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d43e765860c45cd1e35dc88195de8c11485c92d6946b9558a3419c5a6c479752 -size 1620902 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mortar_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mortar_N.uasset deleted file mode 100644 index 91730f22..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mortar_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:037a372126ae7c37eedf10c7f3640baf6a29dbee4bbf4e0fccf92d3e23d2d251 -size 1809341 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mortar_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mortar_R.uasset deleted file mode 100644 index 7a4724ea..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mortar_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75fec4ca8c7783eb6d0b69c5f63e92d64fd21e8748a203210a7444c0f4101ce3 -size 586689 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mung_Bean_Pancake_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mung_Bean_Pancake_BC.uasset deleted file mode 100644 index 33529f8f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mung_Bean_Pancake_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b25a0218f6fbbabc278d68dbba18fdd7812e2199ee2b11316315109311cf87fe -size 145529 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mung_Bean_Pancake_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mung_Bean_Pancake_N.uasset deleted file mode 100644 index d1e7428f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mung_Bean_Pancake_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8c3724b2114b3e525dc43884527aeddf7b801dc298e9363ae09bbf8fc56439f -size 160900 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mung_Bean_Pancake_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mung_Bean_Pancake_R.uasset deleted file mode 100644 index d0165bb4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Mung_Bean_Pancake_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b53070528bf9ce5a957cf16bb2fc70873d7aa019b8a4d838d6cfd6e3fc8a96ad -size 47443 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Net_Bag_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Net_Bag_BC.uasset deleted file mode 100644 index be79fddb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Net_Bag_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a354edbf325826cd04abac6c48456ee7874a3b81f5ebd84519e2497b8b7c535 -size 713310 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Net_Bag_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Net_Bag_N.uasset deleted file mode 100644 index 59578e84..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Net_Bag_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e7fa93fcab95385ecf3b90f4d0b6d8ab26a7040a36414f454d80040b5d44fc1 -size 597630 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Net_Bag_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Net_Bag_R.uasset deleted file mode 100644 index 4d5c2afc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Net_Bag_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51c364f01b21fc455a360329beca3517640b0c901504d32d122941ec63b6343b -size 211506 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_01_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_01_AO.uasset deleted file mode 100644 index dc0663e4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_01_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80233de0683c771b45bebdb16ca1cba5c0ea7880b447bd26c32621c6e8e74d22 -size 722159 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_01_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_01_BC.uasset deleted file mode 100644 index b2acdfe6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:070d70efdd878c5fc73372be7f7b28bf507036d4c46dba2a9965aa7e65dbefee -size 5199807 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_01_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_01_N.uasset deleted file mode 100644 index 1d8a390f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:167d230a8c1a0ae6569f0fa959e674cb0824e7ed9ce10bf9f9b437f2a077104f -size 2302947 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_01_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_01_R.uasset deleted file mode 100644 index a0ec951e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_01_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c60647f2aa75da0cfb87d483ae10657f504b2bf480b70616b01934601f65015 -size 970968 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_02_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_02_BC.uasset deleted file mode 100644 index 6522e889..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24e20ef381f4a8141c96995c65f00753f34f0d9a65f8abfb70d1a6d18f1962d6 -size 141523 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_02_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_02_MT.uasset deleted file mode 100644 index 2d76b514..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_02_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79ef2730a02f37e9dff6473ba467ea401485edcd3cb3b35d1fb6c931296803cd -size 29785 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_02_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_02_N.uasset deleted file mode 100644 index 3dbbadb1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ca0ca03015f32847b7def9f9248862949ec953d82240ec0c6bff06f6270b5b3 -size 123048 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_02_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_02_R.uasset deleted file mode 100644 index 06bf68fa..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Chest_02_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71c8e28bcf82e76c570928c3c10af2ed273dc0780819523f257a8151eaff9acb -size 56501 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Shelf_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Shelf_AO.uasset deleted file mode 100644 index 8a187e51..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Shelf_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c0242e05cea0b0d16be5b6e967f5038be938e59a488a7798c62cefad136b6dc -size 210440 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Shelf_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Shelf_BC.uasset deleted file mode 100644 index f4e3ebf3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Shelf_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8bb5a5ba73fd1347f7171f6edf02c12c15c8a1734a7f97ad43e7c45dbf47f7e -size 1298895 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Shelf_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Shelf_N.uasset deleted file mode 100644 index 50219568..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Shelf_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78cb2838fc6d5d317ddbc5b8f5d2c55d198859383df96deec51d872e81628a57 -size 898138 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Shelf_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Shelf_R.uasset deleted file mode 100644 index 39483243..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pantry_Shelf_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e5c88cf099e59228e8e5282ba4592cd2d2a644f14f9b9d718a993366500214c -size 495822 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pestle_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pestle_BC.uasset deleted file mode 100644 index 5c0e7067..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pestle_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43a2a73e62e7fed89a783748dc9f84da66ecf12a13afee6b5deb41444e0e716b -size 399839 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pestle_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pestle_N.uasset deleted file mode 100644 index 1a23ae45..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pestle_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:daef69759c971fa40a74a57e5291ec079188d7aa26253cce685c5d1810f58704 -size 401637 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pestle_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pestle_R.uasset deleted file mode 100644 index 3442385f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pestle_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f319bf085243240554da05ed62f7aa65f365a4ae46ea9bce96dfe407dcd3db05 -size 80373 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pillow_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pillow_BC.uasset deleted file mode 100644 index 42b60478..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pillow_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:247617577046723b36392def85b43e94dbf87bb07c1b9cecf5f6bff1400d8ed3 -size 226735 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pillow_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pillow_N.uasset deleted file mode 100644 index ec3f6ee6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pillow_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e0830b6a4d07452e6d67b8bfa91381256cd421d7c84d321a24f8b4bf68ca751 -size 369347 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pillow_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pillow_R.uasset deleted file mode 100644 index 2ba1b999..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pillow_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc379db5178ddd989a7fb5741240db492837deea857578f7ef5398e03b05417f -size 87617 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01a_BC.uasset deleted file mode 100644 index 8292027c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:671b18d596845cc94625af5d03cfcec2e6b7b764fe4d1952708c3c142b79ef4c -size 292821 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01a_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01a_MT.uasset deleted file mode 100644 index 87a85e49..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01a_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f77844c211ee504620b69de6f4be305c81a9919da587aa2f1ab5cbb759963bd -size 55602 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01a_N.uasset deleted file mode 100644 index 3bbddc01..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca653f55f86bccb00fb8961eb40c95be927839b4eaf5517611bc83b7d39916f5 -size 298140 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01a_R.uasset deleted file mode 100644 index 593559bb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41b11f9aca7e777fd685387b4c8c7b781f3b19ede83321f0ac1a44bc57a55186 -size 102668 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01b_BC.uasset deleted file mode 100644 index d4681658..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c8f06d6d2a096573fad1176d1eb23da746395cd7055b2aa4c403c2c5b912479 -size 161946 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01b_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01b_MT.uasset deleted file mode 100644 index 515c45f8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01b_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:229a815003f51159f2ad7f0809c7045339d86f157a8392521f6fd4fbb0a256c7 -size 40513 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01b_N.uasset deleted file mode 100644 index 63021dbf..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e714f948dcf8d80d7ce76013baf0ae461297b41bc37d5b2ccdfa4f46a91df93 -size 166495 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01b_R.uasset deleted file mode 100644 index 7b166857..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pincers01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebdae578b82635900d33a2772ba2ecbe5d687c5dff07814d5b34d0e339d33880 -size 57596 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Plate_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Plate_BC.uasset deleted file mode 100644 index d431174a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Plate_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d26f505ea2728773951d95be956650a755a5291816b0ccfe2252487a98a2cbab -size 165555 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Plate_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Plate_N.uasset deleted file mode 100644 index 954953a1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Plate_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:564e8e4678761f4fd075f89e47106abf1f606d85af801cacfb86e7a782ac49d0 -size 127407 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Plate_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Plate_R.uasset deleted file mode 100644 index 079b0e5f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Plate_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43e3347f2636b027a34ef0b928d463e48d4bca66fa93eba87acba6ee1fc48f83 -size 60514 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Potato_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Potato_BC.uasset deleted file mode 100644 index 04d8c1cc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Potato_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e358d868b3352ca02f974a6ae7a3bf8cb214c221da2af776bdcc7dcd2daebbd6 -size 98229 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Potato_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Potato_N.uasset deleted file mode 100644 index 4be77036..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Potato_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65e0403ba15457881c2ad29e2c991130ffc8067006c36cd02ecfcb980ea27503 -size 42689 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pumpkin_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pumpkin_BC.uasset deleted file mode 100644 index 3ebf88bd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pumpkin_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d990bec4a5883c7de78b4a2611d2ee7b74d83dbf29e6414da4b6eba2d339603 -size 87482 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pumpkin_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pumpkin_N.uasset deleted file mode 100644 index f16fd573..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pumpkin_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d352f6960737049faa9bf13e77dd5c50afb35675506d0387a188e01bf3155d24 -size 82529 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pumpkin_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pumpkin_R.uasset deleted file mode 100644 index 70ab84de..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Pumpkin_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f2661d0217e40d633a2b2679cdae20010cefb09bc84fdfcdd5f4ac328b828ed -size 41268 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Radish_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Radish_BC.uasset deleted file mode 100644 index ca693797..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Radish_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1c36cac6ca90f7152cd9cbd2eadc738054c0553278ca5b349b99a3cb512e872 -size 103537 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Radish_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Radish_N.uasset deleted file mode 100644 index 4a46ea43..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Radish_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21cc243b7b2f2f9922ca399cbae0135f69232433593aae29948f15bf537df835 -size 29342 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_BC.uasset deleted file mode 100644 index 1df7f5ed..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f247eb0af1bd797035a76eb8ffe3f407292a97d7c5524f20b1ef32d8e5606017 -size 390278 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_AO.uasset deleted file mode 100644 index 348b5ac4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46bc4a2fc1f1945a1b10cbae5cc194dcf7bfb826fb6244473e61f4751e4ab16c -size 204785 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_BC.uasset deleted file mode 100644 index 8d3ff252..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9df1582327e22bfc78fcb886e56c2093fd2986aaca7e09e4031d5ccfb4757144 -size 1406414 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_MT.uasset deleted file mode 100644 index b9cf9e26..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25322aaf53fbd579ec6c83b71a556885a45d6b8616746f5125f0cc2aed36a9e3 -size 76243 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_N.uasset deleted file mode 100644 index b326a1d2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cebb4bfce33ea513954f9c3445d6f619e28018ed45ebe0d396197f65dac8f33 -size 1106850 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_R.uasset deleted file mode 100644 index 2ccfe2a1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Chest_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a6e783b135057b2a2773e8e5f24711a64cf1cbd0fcf8eebf44d8628ca7f25f4 -size 470243 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_N.uasset deleted file mode 100644 index 572c007a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5f9501af33eeb8bb51ece2ade5813f71e571c7c4d6fad02d12ac87d26a09360 -size 604367 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_R.uasset deleted file mode 100644 index c60bf6ad..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e71ffdc6db46ca386879e0f5c55d76ce3e2f52b8ab5c8831980a6a10dd7042b0 -size 103290 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Soup_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Soup_BC.uasset deleted file mode 100644 index 7ed65d41..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Soup_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8384f9ef11c9c5e3831105d7997b037691d0b5060faf1adcbc91688cb7a2e274 -size 147181 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Soup_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Soup_N.uasset deleted file mode 100644 index ce99a94e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Soup_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21fe6e0133a124ca036b108b55d38e7d15f3861b52eda9a493c3784119d88c9d -size 184218 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Soup_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Soup_R.uasset deleted file mode 100644 index 1fe48b17..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Soup_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a09b9681286b74b02a9767822c79e4a90c86492a62bf412f5ca8b23dd6e0770 -size 45935 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Straw_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Straw_BC.uasset deleted file mode 100644 index e61f3729..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Straw_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c4b54ed812aca72932b772cab12e040809a93b696b346f4a027bf9d562acc68 -size 390564 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Straw_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Straw_N.uasset deleted file mode 100644 index c6c2f598..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Straw_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4a44bbd93cbfdc3b4022d382233d47df5cbbc6f4e7a5b28ffd95180cca54483 -size 563609 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Straw_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Straw_R.uasset deleted file mode 100644 index 81df4109..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Straw_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce10361d92b5112d5f7b6378f3b5964faf093b0e8c41a6ab16ee44e1ca35675e -size 136071 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Washing_Bowl_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Washing_Bowl_BC.uasset deleted file mode 100644 index 95065f4b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Washing_Bowl_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4fa40c643c15b812cf65a5db3538ffa176c21b4310eae31c91679909cacc4e2 -size 173934 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Washing_Bowl_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Washing_Bowl_N.uasset deleted file mode 100644 index 7ff7f078..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Washing_Bowl_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cec78923411dae11df77d28a4bf479841ee6b1a8f6dc2849a56b815e56ce7ff2 -size 226290 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Washing_Bowl_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Washing_Bowl_R.uasset deleted file mode 100644 index 36e5a5e1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Rice_Washing_Bowl_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5f7a90d637f230b43e49e56401898d30399daa8e502a3d0c99c2054c6222436 -size 75188 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scikle_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scikle_BC.uasset deleted file mode 100644 index 6e799c6b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scikle_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74cfb5461fb131614a40a9f7b6f13c071294d71a8df44b7b2dae5ad828bcf5c1 -size 196753 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scikle_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scikle_MT.uasset deleted file mode 100644 index 14955e5b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scikle_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c18eae715e977f4e36bf9a978c57fa19e9eeeef4412f252d2c6bb786da7d10d7 -size 36511 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scikle_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scikle_N.uasset deleted file mode 100644 index 49794829..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scikle_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e509578bc8e3c08aef5038374ef525a3c01b06d0fa399db23837c27ca1d7263a -size 172077 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scikle_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scikle_R.uasset deleted file mode 100644 index f17be62d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scikle_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f73cd1439752796bb8c70877766ef4aa0ce772460115255a8d1bfc8a1fcbbef -size 75200 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scoop_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scoop_BC.uasset deleted file mode 100644 index 82f6d5d2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scoop_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f67becf69dbc379727cc883dea405d231881f0400737e51e48d54953f6e4e5b3 -size 163258 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scoop_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scoop_MT.uasset deleted file mode 100644 index 1cae8598..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scoop_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d21ce2426b2539ed9ffd074efe73723641d51a3e5c300eef2c8e72bc55dd24d -size 66543 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scoop_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scoop_N.uasset deleted file mode 100644 index fa676e04..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scoop_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59eda56faeea92b2ff51809330e5ed42fe5b1b904aae00d1054e22d838705158 -size 362132 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scoop_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scoop_R.uasset deleted file mode 100644 index b3724c41..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Scoop_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7780830e1df963121b5caaa50e32ea51cceddc81acc6c64cde9f616a10d883e -size 125624 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Seive_Support_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Seive_Support_AO.uasset deleted file mode 100644 index 8d28340e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Seive_Support_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1608b902ab76ce8e805f3cd722222f149bae1c790836827bc7e1723edc34779c -size 95389 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Seive_Support_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Seive_Support_BC.uasset deleted file mode 100644 index bc875451..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Seive_Support_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbe5b58a27ce8d344f5c9eccbf57386f0c7dd24f5f3dd2c1ba10f6120d13b61f -size 394964 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Seive_Support_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Seive_Support_N.uasset deleted file mode 100644 index b9429a37..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Seive_Support_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:085623a1e05fe6e5a11dc76d80051e773dbcf59ea193c31880e396da7cea38df -size 336669 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Seive_Support_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Seive_Support_R.uasset deleted file mode 100644 index f1608262..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Seive_Support_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:451ad0292dd85b2ef7b99f8048d072e1dc3bede0522daaaa8412711f108181ec -size 101742 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_01_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_01_AO.uasset deleted file mode 100644 index 0350716d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_01_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:536ee83bb4edf95382a70d85e78441b864d26ec860f2bf7b927822f0a6542512 -size 82844 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_01_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_01_BC.uasset deleted file mode 100644 index 1f0bfb5d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c161330383202a9f3510913801e47dc5c23144099197bc9181a9b1601546ed4f -size 178792 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_01_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_01_N.uasset deleted file mode 100644 index a64bfc7a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a706ba31ead248523ee8dd926f9d7533f2bad48f30624d6a5f4533167929dba1 -size 230115 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_01_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_01_R.uasset deleted file mode 100644 index 80e85a39..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_01_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de073fb36c69e265bca17ffc0ec12e876ad656351bf3b2fea43ce51ca9426f16 -size 83183 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_02_A.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_02_A.uasset deleted file mode 100644 index 3187b9e7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_02_A.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb503f0e309395121b41bc360240ece71102b35633510cc4bc6238d42bf10a9e -size 25175 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_02_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_02_BC.uasset deleted file mode 100644 index 870dd954..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99e55d7bab9303f4eb4b4f3f65c87140a8add75abf4ad8bda372bf7950d7c399 -size 107103 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_02_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_02_N.uasset deleted file mode 100644 index 58a9f1fc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5004df64834598da7bccfe13b2b3d9b740942a051a26144e960f686f9c3d3b3b -size 120734 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_02_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_02_R.uasset deleted file mode 100644 index 70a30892..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sieve_02_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7bb9bcd5469c710284a913d03383ffa7f5507ad9fd0964e6d0778e33202f2b1 -size 54267 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Dining_Table_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Dining_Table_AO.uasset deleted file mode 100644 index a5023e81..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Dining_Table_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4d2865d190ccef19806fe1cad5e93c6df57bd47051d6740bb175afecd5cdf46 -size 93666 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Dining_Table_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Dining_Table_BC.uasset deleted file mode 100644 index 8cb0b358..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Dining_Table_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c845b70140ed9acb65ee1af02b821a5ed30274760d3d95a9613011c398605e1 -size 317716 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Dining_Table_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Dining_Table_N.uasset deleted file mode 100644 index ba1b862e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Dining_Table_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3816899964097dc2db71a92df8571bb9c837038bfedd3bdaee342fc7087f62ce -size 398832 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Dining_Table_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Dining_Table_R.uasset deleted file mode 100644 index 8716764e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Dining_Table_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:925b6b08b1cf7fb1c9c05096f2360e9a6e0c19914031c18c39623aa570e82935 -size 145213 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Plow_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Plow_AO.uasset deleted file mode 100644 index 1fa422ca..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Plow_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0d157f6a5357fc08b79b8ce5cc7430b23370fa17c5b19d2691e538a9b4a35c5 -size 372218 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Plow_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Plow_BC.uasset deleted file mode 100644 index 83581ef1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Plow_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d266c9e4a7cfbded8d65c757211eb9abe97f957d5bd2851346caa9acc00494fe -size 1136145 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Plow_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Plow_N.uasset deleted file mode 100644 index 92d28708..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Plow_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7061054b82e46c7836e6c3a69ec2e391f6b005e7c379800c4d3c5b757dac0ae5 -size 1371636 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Plow_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Plow_R.uasset deleted file mode 100644 index 75eddb0d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Small_Plow_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c631173b924abfee8111168b34b28d9f245caf86b8d7da6ad2df76ca3ec4a333 -size 408524 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_01_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_01_BC.uasset deleted file mode 100644 index afd80f3f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a00384bf49d932aa6be1fecf045bb18b1bcbd15204a5a1a8114768ede0e0e796 -size 378362 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_01_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_01_N.uasset deleted file mode 100644 index e3502a62..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dcb5e76a83cf46192c9575987480d55c04457588b32f221cf85f82a9ff75b79 -size 468223 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_01_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_01_R.uasset deleted file mode 100644 index 38e73030..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_01_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b04df47fc53c8f2bcb10bce1aabd420ccfcf443c1905f56f7bccd62f6401595e -size 120394 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_02_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_02_BC.uasset deleted file mode 100644 index a078b646..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f418531ede356d864a6a8ebd92b238c5dad82ab443eea0c21bc81b92cfd7547 -size 376611 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_02_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_02_MT.uasset deleted file mode 100644 index 5cdc7c00..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_02_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a211ec7a27580b0abf78253b3aa7f4beb908c9548764dcf75dcf3076388a0794 -size 168132 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_02_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_02_N.uasset deleted file mode 100644 index dbf64e1d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dc434958a8839eb1639458e19f23a49a1aaccd3274380f808dc5716bfef40ae -size 1298285 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_02_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_02_R.uasset deleted file mode 100644 index 90146854..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_02_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:782bc931220fe92b9f608fd94527ed8ca5d1a6e3ca0c8ed1420b122bf4dbbc9c -size 162219 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_For_Irrigation_Work_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_For_Irrigation_Work_BC.uasset deleted file mode 100644 index 7f687b66..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_For_Irrigation_Work_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acf9e83dceba113a4339e8c89c3c6e5b089a9e106be783ca2bdf0ece7e377338 -size 933242 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_For_Irrigation_Work_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_For_Irrigation_Work_MT.uasset deleted file mode 100644 index 5fc96abe..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_For_Irrigation_Work_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2eb09c13fe11c11b36ae599c2c71f3667342c6e15cae6849ff53aca84410a66 -size 128380 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_For_Irrigation_Work_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_For_Irrigation_Work_N.uasset deleted file mode 100644 index a765fc43..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_For_Irrigation_Work_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7452c23915f73f3f2397c35ae784a919583bd17024d35ba69a8ded4264e797cc -size 1288956 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_For_Irrigation_Work_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_For_Irrigation_Work_R.uasset deleted file mode 100644 index 259dde3a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spade_For_Irrigation_Work_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8748aa5f906edd7c2eecffbeb9172169e15857f92a9d0a3410c0ed9339bb89a9 -size 131455 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_And_Chopsticks_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_And_Chopsticks_BC.uasset deleted file mode 100644 index 6d6d35ad..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_And_Chopsticks_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dab6a084491f6deaac29bce7852ff90b9fb65152dd546f315d9592eb10ce146c -size 186393 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_And_Chopsticks_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_And_Chopsticks_N.uasset deleted file mode 100644 index 53590602..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_And_Chopsticks_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:353332fdeb6847785f8cdcdd5827d86c3a7a93887ee084fcbb93f4ef2090d909 -size 367803 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_And_Chopsticks_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_And_Chopsticks_R.uasset deleted file mode 100644 index b6d9ea0b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_And_Chopsticks_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f24b67490236669d074fb310bc0ba4a60d64104eef62612f0cb625f3b5179dc -size 168081 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_Stand_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_Stand_BC.uasset deleted file mode 100644 index cc83d2a8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_Stand_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a687f3db0ff3d73c93ecc4f68bed0ba195dc77b043c8b1757cbc7e3f6a214153 -size 356063 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_Stand_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_Stand_N.uasset deleted file mode 100644 index b4a63853..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_Stand_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e0dc11851048728d19658bf0b8de4b23de31fd5df97ea958b6461befc6b071d -size 553758 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_Stand_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_Stand_R.uasset deleted file mode 100644 index f23af83f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_Stand_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4febdcf5ab746f31c18c2ff37988b990d1826bb20903415743a2be12194cb3ba -size 191049 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_and_Chopsticks_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_and_Chopsticks_MT.uasset deleted file mode 100644 index 2e504def..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Spoon_and_Chopsticks_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9cd6495caa0ed1f29553f8b63378eb7e24b6faf0a7fd2f6aba444f7298b80cb -size 93628 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Strainer_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Strainer_AO.uasset deleted file mode 100644 index 260d70f3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Strainer_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:129e875d408d7a776a31e16b8384552ca9eb53143cd1b18918000ab8b071a133 -size 141917 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Strainer_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Strainer_BC.uasset deleted file mode 100644 index 2d33c904..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Strainer_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c3fd04a2be43e580391f049aa5b5622532c7a9dda9dbb11ebd89edff3517432 -size 418742 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Strainer_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Strainer_N.uasset deleted file mode 100644 index cc7d97fa..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Strainer_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e40114b5083bf31cc81a896767ca217e3cb9a2adf1f9175f6053c6458ac04fea -size 587346 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Strainer_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Strainer_R.uasset deleted file mode 100644 index 1a969d14..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Strainer_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89a10d0effa3eeb663f36c81cf63bec2206e7bd955c3c87c1d47c17a242ca2e1 -size 115418 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Bag_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Bag_AO.uasset deleted file mode 100644 index 79a3c50f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Bag_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b62f1081f5e71295feea1034a0d71105cab37be05ea65751ee646969d4c44434 -size 696627 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Bag_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Bag_BC.uasset deleted file mode 100644 index 54d56524..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Bag_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ca4f255fe501526add88c0ad77f410bd8149759871b7027fe86dbdafaf5ffe2 -size 2416888 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Bag_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Bag_N.uasset deleted file mode 100644 index f61f5b01..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Bag_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cf78f6132013f6c2a2b9bdf63c02c19a2f82671fe0a3ab812ba59afebb0c3b7 -size 2345366 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Bag_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Bag_R.uasset deleted file mode 100644 index 06b82a04..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Bag_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0be9c35bc061ebcd245e6e3a77ce103b28893b91e1eeb03dad1ba80010d5c02a -size 1000911 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar01a_BC.uasset deleted file mode 100644 index 98f4d2c8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d3996c118fd127473036efe59cc161875db7cc959df08e7d9e8ef46ccbd410d -size 449218 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar01a_N.uasset deleted file mode 100644 index b5e4982e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a645e4ceb4777f831660267fd262a636c5268d70cf0b011140770378bb6b1942 -size 1403370 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar01a_R.uasset deleted file mode 100644 index 9ed9199b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d59d0641d0e5dc33ef1ee1fe2eb3fb4e9c1627a0608cea6dd023ce3183b6e391 -size 85358 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar02a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar02a_BC.uasset deleted file mode 100644 index c726f9ce..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar02a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67c20e9c3b6abc1950e6ff1e4aff424fe19a0ba99fab0cea618d832da4cb3c9d -size 486549 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar02a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar02a_N.uasset deleted file mode 100644 index fddea72b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar02a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92bda3595e0a5a1c4875f094c9adf4176cd37211049bb6b71d11081d228f612b -size 588320 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar02a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar02a_R.uasset deleted file mode 100644 index d19edc64..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Jar02a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2525390e5137f18c96e0946489ed73b051d312f46320bd1a70520d42680763d1 -size 107362 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01a_BC.uasset deleted file mode 100644 index 248be778..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b15f6ed02f8305c845767d37ebfe4038fdbed53d14312b2d9a2c79542b34e5ca -size 2344133 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01a_N.uasset deleted file mode 100644 index 840a8ee1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bde1e8877b49d009060887ebcd52e7bd41bfd0f2d1ecd28e940cd55d2bcd153 -size 2583003 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01a_R.uasset deleted file mode 100644 index 9a303019..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dfad3c77708aaeeb4867bff886cdabcbeff68a79c65db6a983409f45e6ccf8a -size 520650 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01b_AO.uasset deleted file mode 100644 index 22e8019e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02853c758ac199145a323d6e358a5e0fdb3314b284f1f83d74bb611db403a4e9 -size 112924 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01b_BC.uasset deleted file mode 100644 index cdaa75b0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ea23bbec296afde2d656302cce628892e59363c7eb33b7f0723be6a8b494b2e -size 1845748 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01b_N.uasset deleted file mode 100644 index dbe463ac..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:037e56751e6b98497ba4a4e431ad62f31cdbd2f433c7b260320ac47d2ffcf450 -size 2712518 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01b_R.uasset deleted file mode 100644 index 84f2463c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Straw_Mat01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e01716bc0723730348057b1d8dc530699a3c293a7fdd2d3cfee321ce0cd9b89c -size 235820 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sweet_Potato_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sweet_Potato_BC.uasset deleted file mode 100644 index 36987dfc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sweet_Potato_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62ab579826e15cb6fca72bef940ecdb7736fcd3a9c2443ae8a8ed5601c345766 -size 126748 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sweet_Potato_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sweet_Potato_N.uasset deleted file mode 100644 index 8bc77ed4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Sweet_Potato_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:668f70f2f93b464b298bc1591c08f2b27ac7d377a77a28e541a023f3b65543af -size 34654 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Jar_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Jar_AO.uasset deleted file mode 100644 index 22cc62fb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Jar_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00204d9356177c1f5b4e2f136c2ae77452c9e309f4fe3f4e9009dadfe53c8561 -size 60370 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Jar_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Jar_BC.uasset deleted file mode 100644 index e72c3718..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Jar_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:daae59d2084f4b0abc96afdfc83ad1c6616b76703ff63be43668d1d66d10eabd -size 308198 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Jar_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Jar_N.uasset deleted file mode 100644 index 6cbdfdfe..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Jar_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ea2a972407a2e27fc20b587081f8829b213d12c9edef4f1ababf8e1f5958c4b -size 477961 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Jar_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Jar_R.uasset deleted file mode 100644 index b58ed700..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Jar_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3de6f3993600f85bab6def188519ad2f7d6cc4841d277d43cf0c13e26146e336 -size 103263 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Scoop_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Scoop_AO.uasset deleted file mode 100644 index 01e2c29b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Scoop_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3aa0ced94a7a2f85469c8b010ec7bbb75458eb2922d82a631aa80ce03bbf12d -size 348360 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Scoop_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Scoop_BC.uasset deleted file mode 100644 index ee5b1db8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Scoop_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0232ab29fb162c18b86fdc8dca0bcaf1c3e4ee3f63f687fe42969947b08c7e66 -size 1246487 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Scoop_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Scoop_N.uasset deleted file mode 100644 index 3ca65a33..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Scoop_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:440f5aea8f6d2cfc5ecef60186e1a9ac8b874c171d19e0222b92807b94c0e26d -size 1588781 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Scoop_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Scoop_R.uasset deleted file mode 100644 index dec6bf0a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Water_Scoop_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2694acf3c6510431e9515bb46eb10233330b7722208db0ca00ec07b0cab9615 -size 544822 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Weeding_Hoe_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Weeding_Hoe_BC.uasset deleted file mode 100644 index a913868a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Weeding_Hoe_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c97fb30a902cb4341a743397e1fb8a2d9d74a75ffe43e72f5857e6f450a47f07 -size 365456 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Weeding_Hoe_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Weeding_Hoe_MT.uasset deleted file mode 100644 index 6ebca531..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Weeding_Hoe_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09a5e2cf93c742991213901147ce2b15cd7b96512a2d9de41150606c758d194a -size 71847 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Weeding_Hoe_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Weeding_Hoe_N.uasset deleted file mode 100644 index 2a8c6ac0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Weeding_Hoe_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03d80065939a340d77441d4d6479ef3683a40039cae6b3af7c47c6f410e1a79a -size 335312 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Weeding_Hoe_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Weeding_Hoe_R.uasset deleted file mode 100644 index 419501db..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Weeding_Hoe_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65306222b47cfaead47d758bd8eb6133c7d27b582661fc8cdfd07454b42ac8ca -size 141049 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Whetstone_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Whetstone_BC.uasset deleted file mode 100644 index 010717c2..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Whetstone_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51690a0eee3e850c8be49e7861fad2c570a7d455216dcc4b9c9e689cc5923837 -size 357592 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Whetstone_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Whetstone_N.uasset deleted file mode 100644 index 7f35ca62..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Whetstone_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:925ba4d625953938878f3f666983726134250961791af956397cecd2198ca172 -size 500377 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Whetstone_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Whetstone_R.uasset deleted file mode 100644 index e35acc2a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Whetstone_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ea7a153f3e1bcc9ba093f8f26bf25bd2750f93c6f7cf70ef9b4e24ad8844368 -size 130863 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wicker_Basket_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wicker_Basket_AO.uasset deleted file mode 100644 index 217b3d0e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wicker_Basket_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbc90fb5d57b9aba282827a30076f9e5147f3704995ddbbc324e904ba6051e7e -size 57340 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wicker_Basket_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wicker_Basket_BC.uasset deleted file mode 100644 index f78908d6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wicker_Basket_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7190ab7eeedc24f38779f34be9f99894ee8b1408c746068d26ac13e9ea2b1ee -size 428991 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wicker_Basket_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wicker_Basket_N.uasset deleted file mode 100644 index 8c71a21d..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wicker_Basket_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90b156a3dbad30cf929722fe62870b55bd4c839796da36e25213b8662b1c181a -size 492390 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wicker_Basket_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wicker_Basket_R.uasset deleted file mode 100644 index c7aadd32..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wicker_Basket_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b0afe800a4e1ec58bd7b2b5e4225d2ff0d98389b85358b2072278258347e42b -size 31373 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Winnow_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Winnow_BC.uasset deleted file mode 100644 index f9049653..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Winnow_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c4d24b5dc02384e8d3d3cf59bc3d5fc2d57e01028d1d3261dea11625b9145d8 -size 1002696 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Winnow_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Winnow_N.uasset deleted file mode 100644 index ae013e46..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Winnow_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a608dbbdd2ec3cb0418159753df29aba9372ef4e5a3c1bc40d77076af924009 -size 1373993 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Winnow_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Winnow_R.uasset deleted file mode 100644 index a953c46c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Winnow_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15ed8373aa71012fc6163dc7212ee76d8233f6093dfe7b1d95fba435fcc37fb6 -size 602155 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove01b_AO.uasset deleted file mode 100644 index fa83ee61..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:485a39941f37c17943e3b349da83c75f51a2b5a4ec9a2fe3d0956db9e33a845f -size 137262 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove01b_BC.uasset deleted file mode 100644 index e90c0804..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45bda163281c979ce4c4f2f922374a98224f5c056c486b76eddc8d7c23f71ee3 -size 949342 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove01b_N.uasset deleted file mode 100644 index 131c75ac..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47a3fdec7fee39dcfbf5d3a2e820cdf580f767dac26945c005b59f944f9199d2 -size 1520317 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove01b_R.uasset deleted file mode 100644 index 63b30082..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d761e151394717ad89825a29f8b2de57465673bbbd74f90a12f92ae466f93aee -size 310999 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove02b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove02b_AO.uasset deleted file mode 100644 index 9b12af35..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove02b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff6428c07ee5629af6176fe980f8e9927bb5f67f52dae55c0fc7da5851eec349 -size 14424 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove02b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove02b_BC.uasset deleted file mode 100644 index ce7e9e7e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove02b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36880069514ac344e93d2852cbb72f07c6934a49e812f495964cb02c42e96c42 -size 817696 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove02b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove02b_N.uasset deleted file mode 100644 index fc66b608..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove02b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59f1f5d1d850d3c595fa9674f62a6f5e4e20edf62891317695f6ecf51004c404 -size 1209804 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove02b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove02b_R.uasset deleted file mode 100644 index 54174cd6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove02b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba227dae0cfccd1c564fb8c5336a0f93a55e44ad760ff1467e6d4ad787bf663b -size 269889 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove03b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove03b_AO.uasset deleted file mode 100644 index f061200a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove03b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:082b7ec05b162a7178cffcd3c5f640a3f8fade64a55d938a4f5b3b214862146b -size 26020 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove03b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove03b_BC.uasset deleted file mode 100644 index 2501928b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove03b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25c56fa8f970a90628fd34025606beab444dea62e8cdddb06dea89e643538d7f -size 891099 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove03b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove03b_N.uasset deleted file mode 100644 index 234bbc99..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove03b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2910239e50c3801546b0c12c101a170b6695e34f75c4547ceee11b56110daad3 -size 1319375 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove03b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove03b_R.uasset deleted file mode 100644 index 2a866160..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wood_Burning_Stove03b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c50e490d19b0b36d5bb1fa7400aac3ed487b7579ab6766da0a53a82a7de6eee2 -size 286912 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wooden_Tray_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wooden_Tray_AO.uasset deleted file mode 100644 index ee5b2825..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wooden_Tray_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47a0175e462bb10703df5f363adfc12fbd737fd9b49536d788ea6fb262690f8a -size 95322 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wooden_Tray_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wooden_Tray_BC.uasset deleted file mode 100644 index fbe3d50f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wooden_Tray_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:080ee244e89b702db5cc329bee2724da8f7008bf5d019de91804a7d624236b13 -size 336762 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wooden_Tray_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wooden_Tray_N.uasset deleted file mode 100644 index 501bb542..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wooden_Tray_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54fec35c8cae9aca83f913de51ce25e45816c32d0113a2562923af641e2f9498 -size 325722 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wooden_Tray_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wooden_Tray_R.uasset deleted file mode 100644 index 0147a45b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Prop/T_Wooden_Tray_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcb15491ce027176aa0a150f525a779fe49d4362e852bb130a6d864f181088f2 -size 81411 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_A.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_A.uasset deleted file mode 100644 index ac5b9c1b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_A.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e4b5a7844c5fe628f08dabd2b1ee46559ebda377de34fea422ac2bb2d866af3 -size 45155 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_AO.uasset deleted file mode 100644 index 66b7dce8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b91cd353dbf34abf693e36971ebe798146cd67a17d5baccc198962ac7ca7ca0 -size 6771442 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_BC.uasset deleted file mode 100644 index d75feb99..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eef2921fed8106c6ffa8080f603ab573bd10b7e7da6bece337d747de4d62424d -size 5081488 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_N.uasset deleted file mode 100644 index a3654978..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b33c1e117f57d0394560f91acc6c1e53efb7591e42dd0b02244d5905c950de8a -size 23199915 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_R.uasset deleted file mode 100644 index 79aacffb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_01_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e11b67fc024c462e125dc19910891244585a2a6a624d0047cb51e7a3ce0c552 -size 6695278 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_02_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_02_AO.uasset deleted file mode 100644 index 158d81eb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_02_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3eb2c1c785e958e45a812192eaa07fc6f18eb7e6beb8adb3b50eac624ce475e -size 807867 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_02_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_02_BC.uasset deleted file mode 100644 index 7fa5587a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc4e8b52daa5a0feb1a0925cc21ec1f921a8f3c8e1e7739954bc3558e7bfca52 -size 5722170 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_02_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_02_N.uasset deleted file mode 100644 index 1cb6383f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c24b2163759e00e71d1d4e82ea71d919ce4f9f5270a73a50d1b6938d59a8cd9 -size 8950457 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_02_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_02_R.uasset deleted file mode 100644 index 0e9f6479..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_02_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4572825d8e9327b6fdddf6aa0dab6b6d52faa93aba1ded69b0e516c5fe9f74dc -size 1850102 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_03_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_03_AO.uasset deleted file mode 100644 index fc1e2cf5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_03_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4213dc27739fb465722698997d909b24f695c7815584767cb7371bcbddd3c9f8 -size 7510470 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_03_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_03_BC.uasset deleted file mode 100644 index f8a1faed..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_03_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86c2ee88911a2c52b69dc2ad30bc1536ce61f4b51734e0912c1ce04acc9ff5d2 -size 20810875 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_03_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_03_N.uasset deleted file mode 100644 index 4e3923aa..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_03_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e076e398cad6350ab3bf46565b5280f076b30d35047c1b93be8d86754b94943 -size 24467557 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_03_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_03_R.uasset deleted file mode 100644 index 2a8306f0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Roof/T_Roof01a_03_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ab5ca0f894d965acbd1b390f88853ca833e9a844e17e809400cf0ec5c86ff19 -size 7513897 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stair01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stair01a_AO.uasset deleted file mode 100644 index 4d707911..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stair01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1235aa594230b73f1fb1c72ea76135c259f45c67483fa1921ff9801446e2c709 -size 63237 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stair01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stair01a_BC.uasset deleted file mode 100644 index 7a231421..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stair01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35d1e029e37a087b3dce9e034c130be43f638adea16685f75520e9a316324f84 -size 429061 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stair01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stair01a_N.uasset deleted file mode 100644 index f80855f7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stair01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfaebee9722ab4433028d4dfe2cb18355a33b968c7a9c7c397116e96b2984137 -size 408292 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stair01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stair01a_R.uasset deleted file mode 100644 index 3aeed7a8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stair01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a027eaf086864a027d393004fc443fb4a82c28b98a0fa64f78e47ca2dc9fcec1 -size 77015 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stone_Steps01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stone_Steps01a_AO.uasset deleted file mode 100644 index eafdc562..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stone_Steps01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19576525d5b07817a326124e8843c0875daec5bb2a57a04cf5463faf7c35a8a5 -size 21802 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stone_Steps01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stone_Steps01a_BC.uasset deleted file mode 100644 index 519316df..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stone_Steps01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1124d30b06e09ad5076f86194e8851f2255e0c11d7deb6d344fae691d303db8 -size 121232 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stone_Steps01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stone_Steps01a_N.uasset deleted file mode 100644 index 7299c72f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stone_Steps01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed896bf02443521e3b0d704d623ec6db62520ad4ee633537d0e710566e901ea8 -size 129553 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stone_Steps01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stone_Steps01a_R.uasset deleted file mode 100644 index 8cc8cd13..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Stair/T_Stone_Steps01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ddadf5606ee6b20441945204d12f63295f80248460fb0ad33e2fc55e20ad0b8 -size 30977 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01a_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01a_AO.uasset deleted file mode 100644 index c3b6c93f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01a_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70409de7b7af6fa228cfa08a07a39ac8c077b4df1dc9972adcb98b674113b23a -size 3305417 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01a_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01a_BC.uasset deleted file mode 100644 index d1463c0b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01a_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f4897c3323d742adcc1ac9993b80bcb131af4eec3e3a7b2e0e0e314cc0f1b95 -size 4342198 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01a_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01a_N.uasset deleted file mode 100644 index 09efcbfb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01a_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d1c3f1f1147cef81acf75401a4dc75bb2bc60710c7e59fb74d8c57213fc0b29 -size 29184377 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01a_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01a_R.uasset deleted file mode 100644 index c5f163c1..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01a_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a5568003c327fb4a51f0220b75c4781c426e7146decb101ffbbd57fe562a216 -size 7304634 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01b_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01b_AO.uasset deleted file mode 100644 index fb0b23e4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01b_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6c3d028afb6f1439433c6a3094c461d1306bbe727f0737418cc54ac2554cbea -size 6173666 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01b_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01b_BC.uasset deleted file mode 100644 index 368a1fed..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01b_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14a7865faeb6443dcaa4d0099c6c5274f299f7c3288131e9de42188e34cfad7a -size 7871408 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01b_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01b_N.uasset deleted file mode 100644 index 335c5e71..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01b_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c643f8187ba5bc4d3328ea5d6728a8cc520efb39efb4ddaa9eae90023466ef9 -size 21639601 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01b_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01b_R.uasset deleted file mode 100644 index ff6d2897..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01b_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:809990a19deb9e8928db6d48be1ade5a866f2fbfca35025e3e1b584456db070e -size 7718608 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_01_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_01_AO.uasset deleted file mode 100644 index ba1ed900..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_01_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bb3a83b3b064b4fa785bde72b8632d722ea2801a8ca732f75afb55a4011f4d0 -size 6833342 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_01_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_01_BC.uasset deleted file mode 100644 index ad139263..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a579e368bea388bd65f531c4674936c9718fe3e7d1e2d0bd66a66d35187ddcb7 -size 5394521 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_01_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_01_N.uasset deleted file mode 100644 index 9fac6928..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45da240eb32e8e2d6e737729089ff68f699a5cd12f0d456430ba2dce828d1b1f -size 21184314 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_01_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_01_R.uasset deleted file mode 100644 index 9365c7a7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_01_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:199d43cc55e88db09da4c5e71e4ce8fe4568019f31ead205d3a8a4faece6ed0b -size 5460299 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_A.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_A.uasset deleted file mode 100644 index 349d29e9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_A.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:037c0c1f9102d57ad68f1077ab939fe20d397847e91b23abc68bd905e169e31a -size 157120 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_AO.uasset deleted file mode 100644 index a7a2d62a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ed8df94dbca8b56a551da75ff71af65f3a2b00a6a5b0c72acf8ac54609c9df7 -size 2730913 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_BC.uasset deleted file mode 100644 index f72e2114..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1f3669f09de430e304646e33fe2e934d158b03d90099218a0eaaa5377d27405 -size 5372595 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_N.uasset deleted file mode 100644 index f5732d30..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6707e44022c1279c322bc0445a6fdaf762cf69e18cbd7c83a5b14c3e2d503dd3 -size 7560120 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_R.uasset deleted file mode 100644 index 4456b28f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Wall/T_Wall01c_02_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c28e6dda7bb2a60abbf7f15fbd24470d77a4df16ae976f064eed2185fed479a0 -size 2337119 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_01_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_01_AO.uasset deleted file mode 100644 index b9935634..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_01_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3214eff4c75f0205bd6c6d61887610c4f696227ed9167b79ceeaf848c9270b19 -size 11369501 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_01_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_01_BC.uasset deleted file mode 100644 index ea28b5fc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_01_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86ce857dd33c73615ff984612ce2056f2e9217469e35efc7e12cb3592ff9a8e5 -size 5597627 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_01_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_01_N.uasset deleted file mode 100644 index 701306fd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_01_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b131179a0e25eac3098ca98aae79be5ddbfb527cec22ff6999baf761fa03a1b8 -size 22115559 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_01_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_01_R.uasset deleted file mode 100644 index c8155458..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_01_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69ea8d2a42653f71ebb2b5f8289a1354af3708a06fe60358763e8b9e73c826fa -size 10721902 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_02_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_02_AO.uasset deleted file mode 100644 index c7b707e8..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_02_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:659a7eae8b33cf0de2aa376366666b3d6d58aee60c897c9d8768751651b4cdcf -size 6052230 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_02_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_02_BC.uasset deleted file mode 100644 index 25e2f7b0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_02_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e09292ef2d32e815fb2a837d5d1e8f3ee84a52c1945870317d1c190d60af699 -size 5910076 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_02_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_02_N.uasset deleted file mode 100644 index 8478aa60..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_02_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:942dd7077923ebf02eafd13fa901e4e48334a6e40455590b28a43b143b5788eb -size 5689404 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_02_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_02_R.uasset deleted file mode 100644 index e392f9b4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Watermill/T_Watermill_02_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ff77ab82644f71d98d2104d6ddca499f887c424e4971c9b5d6e0204184656ae -size 6286849 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_AO.uasset deleted file mode 100644 index bb021dcc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:117ae13f07dd0479494579ede08f7735f91bae4d7989072eac9064b81eb29135 -size 88326 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_BC.uasset deleted file mode 100644 index deb712a4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1315ab10716c96eed5b1b6d7dae8f7e86590c571cf289dcb0f873ea9f68ed2c5 -size 385300 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_MT.uasset deleted file mode 100644 index 55d361e0..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8341264f35f8fa6b1cf55201da3f29a0a977f048cca282be8a9b6baa686c918 -size 17393 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_N.uasset deleted file mode 100644 index 740dd9f7..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6172aafc874e65bc86a0502efdcd1038ee71702f087e57bb7481c36ee1f98679 -size 379189 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_R.uasset deleted file mode 100644 index c3e0bd84..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01c_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74632863b14ababf103aea15779655fa1e78038006b21e5ea53766b9b0086c94 -size 101963 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_AO.uasset deleted file mode 100644 index e3ce42c6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8cd1316bc7323ef35190a76367a14673ba8e9cc859a25c06c40243c10c59570 -size 264943 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_BC.uasset deleted file mode 100644 index 48304b67..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a73dee6ba8924b8df528da9436e5ff3f3a58cb404ce3a9351a44ab3a7df696b -size 1606378 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_MT.uasset deleted file mode 100644 index 09e59e7f..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5257951d12cfce19fb3e5bef3728e1b453239836fc72bce4b8ebc621cfa0dd19 -size 39575 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_N.uasset deleted file mode 100644 index 66ca7716..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40d2fcf1a505439d4ebd58c2bbeb908acb6b828fa3dc5cd1a4bda8099819ba21 -size 1210171 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_R.uasset deleted file mode 100644 index 56907e5a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01d_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf0466907196bf96e32b3399248b36a42f6eb01e6a077e65b81132ca2f6c6566 -size 284268 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_AO.uasset deleted file mode 100644 index b38f0510..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30c417b03522046f73a9578c0efa8cd84f85de1c899df4131e3f32d78f6d322f -size 89641 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_BC.uasset deleted file mode 100644 index fdfb3fc3..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8aa94ade577e04f6661c9bccdf784e30c84f5e3311dddb9943e8de57c50c7084 -size 437240 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_MT.uasset deleted file mode 100644 index 6322e118..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:935568f95cf560572bee9611b2dc764088e6399054078617cb088cb6c6d1ae08 -size 20643 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_N.uasset deleted file mode 100644 index 2baa938c..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7df7d1899b9c19b7f28620798f9d4cd93caa56dfc5b60b02fa325efac80fdc1 -size 288419 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_R.uasset deleted file mode 100644 index abffcdfe..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01e_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f478cda8c6d48793c5dc559d92781449f2878bcb04a3f1d9732211defae11b5 -size 87346 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_AO.uasset deleted file mode 100644 index bd0bfdeb..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf5329d5fc2022099b31706f69b8a982476f3545551498a9bfd0add2f91645d0 -size 288092 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_BC.uasset deleted file mode 100644 index 8e9a4af4..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9692978b54be0147cffd3658a47bcf4c9bb6ee79914b470edd15902f1778db4 -size 1730922 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_MT.uasset deleted file mode 100644 index 3ed72d98..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83a72e2711ce04d526d6eafcacf75a06d1d6e6fbdcd2e01be5db8832a0b36734 -size 58799 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_N.uasset deleted file mode 100644 index e0f71860..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5835a93b8512aa241f3b65edb88b24976c3fa685c970c35bdb75a2e4ee33e489 -size 1688165 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_R.uasset deleted file mode 100644 index e8a08472..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01f_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b891fa986223eebcd20587d3768448b3d22cf3980cc1bc4dcb99537649feea6e -size 375621 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_AO.uasset deleted file mode 100644 index d65bfeb9..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f485a39bc4c35beb05e629221e7d443480644830814511d28b230d779cfd64fa -size 42435 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_BC.uasset deleted file mode 100644 index 7bb5670a..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faba96e5e70425da081cedf8f2b641378e72f93c5350ce783cc4baeb891e9629 -size 386658 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_MT.uasset deleted file mode 100644 index 640a0d01..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81f13a02e7fb73e977972f014b6916e598e82c142796ce03abddb0adc1d3f1c2 -size 20572 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_N.uasset deleted file mode 100644 index b161665e..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fca0d42877bbd9a4d09e7bd09e2a0aec3973aa45358369716429228c757bb522 -size 271649 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_R.uasset deleted file mode 100644 index 8a5883c6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01g_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b42ec5ad90d0b4231f089e17ce5c65368207b3967f811d4e072092b50687e413 -size 161904 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_AO.uasset deleted file mode 100644 index d7b5a978..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f48f8409bbd6950475c0b10de80f99f6293509e16c144d4dd6d0a067a42e7a1 -size 158788 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_BC.uasset deleted file mode 100644 index 306576ae..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a1f90aa9fe16870e35f08313f28c86a3b7eff7b94cdb03d268d71b9ec911003 -size 1431851 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_MT.uasset deleted file mode 100644 index 1683f23b..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50bf116bbc101fb9d970b548eeeb0e6711413394e5ed8afec6c07b85bbc300e7 -size 40072 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_N.uasset deleted file mode 100644 index bfef9870..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0282de0ad507c7758bb3f6c0fc4da180748a81c6afd70787902c849d26cf2a0a -size 1584565 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_R.uasset deleted file mode 100644 index fdb72258..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01h_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d7a5b5887db4c4e187f0420b211f1666223fd26a4579e63a6824c1744179482 -size 627663 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_AO.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_AO.uasset deleted file mode 100644 index a4ee40cf..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea497b9186b7e4568fc81e4613f12303a7b03783710cd696a769a20141517993 -size 240775 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_BC.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_BC.uasset deleted file mode 100644 index 0a9d01bc..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_BC.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31d805754090ddda1690bb432df4c2aabc5eeedee24cc2c109a5ae3f430c273c -size 1294715 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_MT.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_MT.uasset deleted file mode 100644 index 7fde6ab5..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_MT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a07219b089b1fcfd127e07c84e258094b70839ca70ef41e408f2f422488295ec -size 47733 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_N.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_N.uasset deleted file mode 100644 index 9109eccd..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d17a878b8d0816d6d84cad5eefcd4c6f8f5050316ce055a4a381503c4bf64f3 -size 1178421 diff --git a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_R.uasset b/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_R.uasset deleted file mode 100644 index 4d8c8ac6..00000000 --- a/hwanyoung2/Content/Naganeupseong/Textures/Window/T_Window01i_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc6f603daf890cb3200ae149634fc1beb84c05b52e276c48b7ce34b5bee10e3d -size 206603 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Candle_Fire.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Candle_Fire.uasset deleted file mode 100644 index d8a7f2dd..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Candle_Fire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97c1662e5bc1ed7b3dd2ec25974b4b740d2299b7db8bb2daa157958519472d39 -size 340130 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Dandelion.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Dandelion.uasset deleted file mode 100644 index 2644513d..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Dandelion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17d365750d06b9c09c309fcb24eae5177bcd9327fd717cf20cf3908d2b2e0fbe -size 228363 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Fireflies.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Fireflies.uasset deleted file mode 100644 index e6d1b5d0..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Fireflies.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ca6e65d73bf49987e8654db92d650f76897bb445ec57e882ee68aac4d32c4b3 -size 234288 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Leaves.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Leaves.uasset deleted file mode 100644 index 70121870..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Leaves.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe643cfe3e874926c2bfd6e26efc98d99876949e412d67771d90cc69439ff403 -size 295273 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Smoke.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Smoke.uasset deleted file mode 100644 index 383c6313..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Smoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e165058a71ac221d909bacf7af30e07e3cc23d7ef642ee4d646456342bcaedd8 -size 190669 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Snow.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Snow.uasset deleted file mode 100644 index 4a9af601..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Particle_Snow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44e7a99889eee5da72a2c60cdf144545623fa4fbd018aaaed379638b73d27976 -size 317088 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Paticle_wind_settings.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Paticle_wind_settings.uasset deleted file mode 100644 index b30c194f..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/BP_Paticle_wind_settings.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c07ba05b15082a684c57a03fdd7d689989b7d68dca31d12c5f1b8903fbdb6adc -size 371677 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Interface_Wind_Particle_True.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Interface_Wind_Particle_True.uasset deleted file mode 100644 index ea3d5b70..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Interface_Wind_Particle_True.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2103bab86f94470f74b4bbd44a47b39c71f619ce50fc95edfd6d15017a8bc71b -size 3559 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Candle_Fire_Particle.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Candle_Fire_Particle.uasset deleted file mode 100644 index c5092be4..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Candle_Fire_Particle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93014669688a5458d982e2c6650de39bfa58834a8e1e86adc73e9c7825970db7 -size 91492 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Dandelion.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Dandelion.uasset deleted file mode 100644 index 37b53eb0..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Dandelion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65dbd650169668fbee62ab744df22bdfe640bed3202f9089ad56c1d24d1a288a -size 76375 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Fireflies.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Fireflies.uasset deleted file mode 100644 index 60c57de8..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Fireflies.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae301d75184833b5e362ea4b9cb19dcd2ae82d16a9af7a8de7c7b6bf1fadd3e2 -size 240597 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Leaves.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Leaves.uasset deleted file mode 100644 index 4d03f5ca..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Leaves.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe556cf5fccbac596d5dc72e193d9b020880d34664166d113493042cea08e321 -size 284093 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Smoke.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Smoke.uasset deleted file mode 100644 index c589f614..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Smoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:661cfc332c98535495de622834ab28d9a6815e476adabf3ae56cb5f6cd8bef11 -size 75274 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Snow.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Snow.uasset deleted file mode 100644 index b6f7b3a8..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Particles/P_Snow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4587207abd070f2c611a46b927194dd5a50dd114959a434b81ad683ce137a1e -size 216381 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Wind_Update_Info.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Wind_Update_Info.uasset deleted file mode 100644 index 53ae1061..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Components/Wind_Update_Info.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:740d7ffb21aab5a866db0b5332f95c4cde6b59ed1d8d5b70f4fc0c7d3fe476bf -size 73810 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Enumerations/P_Leaves_Enum.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Enumerations/P_Leaves_Enum.uasset deleted file mode 100644 index c33dc600..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Blueprints/Enumerations/P_Leaves_Enum.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d757bc00b0fba685858479a4e1de27510b8b8524d633bcddbd20127f95a0fd85 -size 8189 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Maps/Level_ParticlesOverview.umap b/hwanyoung2/Content/Particles_Wind_Control_System/Maps/Level_ParticlesOverview.umap deleted file mode 100644 index c20f6aff..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Maps/Level_ParticlesOverview.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f6825efc6f5e2602aed62e7a68bcf97eeca412897de221e00c13968863d01b0 -size 1149269 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_1.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_1.uasset deleted file mode 100644 index d4726c0e..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4015dde0a780a841132e5b8e289eb1eaf3f389ceccbf55ea1dad927b9f58bb1 -size 131417 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_10.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_10.uasset deleted file mode 100644 index 7e235b11..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8343e1285dbcb623694b424d40c1aaa7a4a3bdc117f7a19c01d9e56306214614 -size 131187 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_11.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_11.uasset deleted file mode 100644 index 8ced733d..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:717417932642e4a309f06f6731eb351858703b85c68a6333b4fbff043e6dc432 -size 144931 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_12.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_12.uasset deleted file mode 100644 index 692e88fb..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e78fef20134cc879fab44fd0654f544b09bb89cd79d342f6ef2b8554ae51eed -size 130784 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_13.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_13.uasset deleted file mode 100644 index f22b414b..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfd749e79244acc7a2cc4c6e859a2b8b48b4426d8f4b5c75274c0c508e2839fb -size 104362 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_14.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_14.uasset deleted file mode 100644 index 2fe1ab44..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_14.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b6ff78937dc7346867bbfd9799d0e0c3cfbbaaba398ad87b1300a89b5c05038 -size 109693 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_2.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_2.uasset deleted file mode 100644 index 028cb89b..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75615d9152980d7a10043898835bfee9d264c77841cae28b0563741597885e1c -size 135383 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_3.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_3.uasset deleted file mode 100644 index c6f482dd..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:172abeccbe17d46ab9c36af396e9d3e44c2a7c92008002ca685a0daa5467899c -size 134996 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_4.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_4.uasset deleted file mode 100644 index b06b783e..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2bd81f36c4324298ff2e34b0b6736bef3a46f9e35eda37176a605b1fd00b68c -size 134032 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_5.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_5.uasset deleted file mode 100644 index 275be55a..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf55f2683646e6440604d03f1b2dea620f4b3027bc93b7523b8865ff9ba5196d -size 122957 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_6.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_6.uasset deleted file mode 100644 index 7ecb5da1..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9847420d6410274ac226cf704806e5f74613b6b77d6f96a459792fdd511b66af -size 150065 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_7.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_7.uasset deleted file mode 100644 index b776ce58..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f18217df96d7f2cdb24e26abed30d063299822a853d89b8d67b1c3d372db0874 -size 130457 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_8.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_8.uasset deleted file mode 100644 index d22757f1..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8c288aca2fc2d21eee4d1f94beed2f115ebfbecfeb62c0535288e409c4aa336 -size 118868 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_9.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_9.uasset deleted file mode 100644 index 8334af2d..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e27bfa343a4898fbe57515e639d7a94c7436ed2fc7c0683a3a3188e8761949a3 -size 122837 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_Custom.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_Custom.uasset deleted file mode 100644 index 5da44b98..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Instances/MI_Leaf_Custom.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb78103d3c1081c0057963375a6e7bc198134638ba4ac07ed83e59ef35e07075 -size 108375 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Candle_Mat.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Candle_Mat.uasset deleted file mode 100644 index 11753787..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Candle_Mat.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3276dd6f4c6c003a696fe0a4e28fb92e5c0f745e4f42772e5f734e6c84d08d8a -size 94374 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Dandelion.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Dandelion.uasset deleted file mode 100644 index 7b2106cc..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Dandelion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05dbbaf00bb890542ffbed383732dcb406ab6f60dd482b105f8d12c64d9cfc5b -size 81221 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Fireflies.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Fireflies.uasset deleted file mode 100644 index a35ad3da..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Fireflies.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24140493ba55c1feae92c55340fd7e93b5a124cd919bc0b098447480f42153a3 -size 68162 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Smoke.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Smoke.uasset deleted file mode 100644 index bd7d4b86..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Smoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fd9cb1a7afc08a7389b27303136cbfcf2173b47e366fd9789cc5bb7d0665c33 -size 84017 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Snow.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Snow.uasset deleted file mode 100644 index 6aa116e5..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/M_Snow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa8596c73939ddf6969e702dfa2ba8f09010a41e4558029658a71f05c6341420 -size 90898 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Master/M_Default_material.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Master/M_Default_material.uasset deleted file mode 100644 index 92dfdc5c..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Master/M_Default_material.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14cd999f7133c957bf73bcd881ec20ab92695c1b3bf497d7af229d43788d2f65 -size 92572 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Master/M_Master_Material.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Master/M_Master_Material.uasset deleted file mode 100644 index 50e5df18..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Master/M_Master_Material.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9900c4f0d6f35d9050c8e761eee4e7896bd36c1df3c76ce34de90d509204994e -size 84438 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Master/M_Sky.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Master/M_Sky.uasset deleted file mode 100644 index eaa28618..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Master/M_Sky.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af7c23bd727cf3a6f2d4281b2b38d2ba1beb4bb4a1f35251057af569332247c3 -size 120669 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Material_Functions/MF_MasterMaterial_function.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Material_Functions/MF_MasterMaterial_function.uasset deleted file mode 100644 index 55c5f40c..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Materials/Material_Functions/MF_MasterMaterial_function.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30d602593bbc4f0a6c8133e3c3e51e04d5a8f19f4a6d70f736b63d6df6b1ec82 -size 85230 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Meshes/SM_Leaf.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Meshes/SM_Leaf.uasset deleted file mode 100644 index f0bfbe0a..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Meshes/SM_Leaf.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83a01f7e2e93c46adb149668318a0b3104b5745e0f52221624e2316d37091f92 -size 85992 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Meshes/SM_Skybox.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Meshes/SM_Skybox.uasset deleted file mode 100644 index baaca51d..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Meshes/SM_Skybox.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e474db376851d32da9ae86b985cf7781657c03d262e8dd6e65f58cf325f79364 -size 291905 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/HDRI/T_Day_C.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/HDRI/T_Day_C.uasset deleted file mode 100644 index 2e480d50..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/HDRI/T_Day_C.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03365962533cc9d5ee985475416e84e37f3bef36d2444ec06c6ad71590f59714 -size 269125753 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_AO_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_AO_R.uasset deleted file mode 100644 index 7a136914..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_AO_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9043ecfff685c511712d7472abb43c6d2ec066f4e569ed518d1bcb3ec4eccac4 -size 4910 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Base.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Base.uasset deleted file mode 100644 index 33dcfd85..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Base.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d3616a19c90ab4fb087dff077d3ae7ec9e0885ba734b26fe779f532bb652ee7 -size 4964 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Clouds.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Clouds.uasset deleted file mode 100644 index 0af90c13..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Clouds.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f5a89a75f0f8088fd4a36a848f3af52774c2f5ff61275f2f7138e5453f84484 -size 589408 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Dandelion_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Dandelion_B.uasset deleted file mode 100644 index c87e0588..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Dandelion_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68d25bb1ab7bb1b073f915026f02a2d00ec3620742341bce244c5ec39c73c570 -size 580471 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Dandelion_Mask.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Dandelion_Mask.uasset deleted file mode 100644 index 00034edd..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Dandelion_Mask.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c6f571073815c8e1a2b995591def456f8e7c897fcfbc9b4aa83c424a0e13b0f -size 16979 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Emissive.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Emissive.uasset deleted file mode 100644 index ef0511c9..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Emissive.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2ee40d51d4f4bd044c5cde2639f7ad7a8e7413293b66ee7321edbf90f2498a9 -size 36325 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Emitter.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Emitter.uasset deleted file mode 100644 index 8e1382c1..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Emitter.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89ca6f5c353432041a17e2b78253755a434de9dbb0101bcda0d881edf8aac682 -size 56874 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Acer_Negundo_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Acer_Negundo_AO.uasset deleted file mode 100644 index 8cc2a338..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Acer_Negundo_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e91b7d34c4b397fb1f8821ae01e7ff21205754a1877d3b6fe9bfefc48f523b4 -size 411493 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Acer_Negundo_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Acer_Negundo_B.uasset deleted file mode 100644 index f85ebbcf..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Acer_Negundo_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89c25ba2be04ebce6015689b23fc7b0c3b0496fe0a8e971b0a04d3d1f987b16f -size 657275 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Acer_Negundo_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Acer_Negundo_N.uasset deleted file mode 100644 index 8fcf6969..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Acer_Negundo_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e86c1b37a48f0666d3fd1dc14916dbdbba3be37d793cac1651dc239420ee17a6 -size 765935 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Acer_Negundo_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Acer_Negundo_R.uasset deleted file mode 100644 index c195f2ae..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Acer_Negundo_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c603448faa9349f1252fb37a6b2776ca8859e46e4e85aa2277c768c70f5406d -size 623609 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Apple_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Apple_AO.uasset deleted file mode 100644 index ea5a68ed..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Apple_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59c4f1772989797b99ae76aba10aa239410c17160dc97c656878c8bddf4cb726 -size 327208 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Apple_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Apple_B.uasset deleted file mode 100644 index 0e23607b..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Apple_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c43c9ce7c4430fee55bb560699ad261d26c5cf02ee589092541e22232278d44 -size 665506 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Apple_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Apple_N.uasset deleted file mode 100644 index e55d7b7b..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Apple_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c73ed308cd0f44fa7d43fe8545c74e7bbe5d50151d37ba4a195acd08fe0344e2 -size 765560 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Apple_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Apple_R.uasset deleted file mode 100644 index 10e6ab9e..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Apple_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f6074206158dc61df7d2a87e5ad9fb5cff85beff4fe53973864cd0e29549269 -size 454262 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Aspen_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Aspen_AO.uasset deleted file mode 100644 index 0e85a598..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Aspen_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:730cf66119322ba5c22378e258a60037bf06bb2061f4c9dd573c930fdd3d8672 -size 423177 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Aspen_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Aspen_B.uasset deleted file mode 100644 index b316e895..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Aspen_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e7e396b292f966c9402bb5c5d3887fdb59db75ead54a27b6cb71d4605d5dbdf -size 834518 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Aspen_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Aspen_N.uasset deleted file mode 100644 index 70eba834..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Aspen_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e66a8770c0c36f3820179e5fb6580768933296b21f2f57655398ae72af789a3d -size 918931 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Aspen_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Aspen_R.uasset deleted file mode 100644 index 9c9046cc..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Aspen_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cda7511b05a6d634b9593c4fc578e9e5589daa6f95893db1f0523602519ba21 -size 619743 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Birch_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Birch_AO.uasset deleted file mode 100644 index 7872999d..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Birch_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da9b77e42277129b978ec006a9b8c82f7086f534ffd640ee2a7d5ca7944db474 -size 396488 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Birch_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Birch_B.uasset deleted file mode 100644 index 39fff1d7..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Birch_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd66b7beff545d30abd94f9742ba7e18967515d8cc860edb294fcf0af3392616 -size 779445 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Birch_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Birch_N.uasset deleted file mode 100644 index 8f242fa5..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Birch_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d6c0c6d3b0cfdfabb5bf6e3e18702c4892cfaa4a20520969be45022da477163 -size 885205 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Birch_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Birch_R.uasset deleted file mode 100644 index 255e7242..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Birch_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:786cbcb5096d4ce4602fdf1860ca084d5f05242e50fd024c3091b588190f6f09 -size 573208 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Bird_Cherry_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Bird_Cherry_AO.uasset deleted file mode 100644 index ee31f5cb..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Bird_Cherry_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3db4ead7c05f1d062443686399910643d31027e4d0329244058ec1491eec8541 -size 427578 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Bird_Cherry_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Bird_Cherry_B.uasset deleted file mode 100644 index 5577ba22..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Bird_Cherry_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a639320cfd70290063f6f214a7786cb84ebefc7f32fa2b43fa1dac99895b9aa7 -size 511957 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Bird_Cherry_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Bird_Cherry_N.uasset deleted file mode 100644 index 31abbadc..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Bird_Cherry_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28020fbaadabfc64cd14b56218748a6f750405f4c628d92a72cc4e162e09e891 -size 2079673 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Bird_Cherry_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Bird_Cherry_R.uasset deleted file mode 100644 index 75e123ab..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Bird_Cherry_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46929aeea1c429457f3e79f441afa1f45f2a8c60e95260180bc31664008374c7 -size 1089688 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Cherry_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Cherry_AO.uasset deleted file mode 100644 index 51238ed2..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Cherry_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7673f190a30856686d8f93489986f854d6fcbb6f0e2a4d71b6116e00aaa83010 -size 444153 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Cherry_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Cherry_B.uasset deleted file mode 100644 index de671fc7..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Cherry_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:727fda3795fe87e04147515602a36e8c6d49ac4c63d3ab6385644b1ab085c3af -size 573695 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Cherry_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Cherry_N.uasset deleted file mode 100644 index bb14094b..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Cherry_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98a866643f5672f760488e14441b122ab21241f02b1f138f19a2205cedea9a2f -size 1003397 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Cherry_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Cherry_R.uasset deleted file mode 100644 index f1d4c8a0..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Cherry_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:972362a646ae17e910c488c929502a324d974f96dd0edd1f650f367eaea0fcc9 -size 626050 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Elm_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Elm_AO.uasset deleted file mode 100644 index 29dcca94..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Elm_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:deef3e4639820db96eaa641380deeafd144de2b6333a32cad9befa73abbab3b8 -size 398405 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Elm_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Elm_B.uasset deleted file mode 100644 index b9a26c7f..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Elm_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33d055aa1f781a355fad654859383b3729ab3a9045ff542d3405ed8b84df2299 -size 655032 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Elm_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Elm_N.uasset deleted file mode 100644 index 9f273fcc..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Elm_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f97953973f601bb47693e90442a44bcc0b5c5028dcdc3e4bfb90f19f476e8dd7 -size 858173 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Elm_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Elm_R.uasset deleted file mode 100644 index 342ee04f..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Elm_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7bb4e398753601a948b482455f926fa137ed95dbe0e24e8ff7ad9bc65a70f24 -size 653048 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Maple_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Maple_AO.uasset deleted file mode 100644 index 92646d01..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Maple_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d0f0d55518481115ee3fa386e3f19402699c84c29603e7a116aa50ba54c4082 -size 317223 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Maple_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Maple_B.uasset deleted file mode 100644 index 93463623..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Maple_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:039174180e0a4ecc664ed95b53a879d8182142698a16e935d4957ca63d1f0664 -size 576721 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Maple_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Maple_N.uasset deleted file mode 100644 index 5f6b968c..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Maple_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18f6f86eb4240b8d47d2d001a59a899e1d1c01209707ed4af9649987e20e74a9 -size 1973736 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Maple_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Maple_R.uasset deleted file mode 100644 index a9b9fad5..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Maple_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e26c88e1ac8dc4a1b070fb3bf4920a68a6112431e99f6226243efd5bc69f9f0b -size 1045826 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Oak_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Oak_AO.uasset deleted file mode 100644 index 051c5a34..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Oak_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1da4ea780c8f441334a370ccc54e2982d5ecf51444e757faa08a158d94019f76 -size 468754 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Oak_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Oak_B.uasset deleted file mode 100644 index 876a93f6..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Oak_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea602287b3336e0824a3a47ea6bcdff84c1c28068756819ea4babf63021efcc2 -size 650342 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Oak_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Oak_N.uasset deleted file mode 100644 index 7e84764b..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Oak_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:deb98a36fa5a842011cc80d83bd934585e09adbfa42d41fa5796d283795c3086 -size 1986402 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Oak_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Oak_R.uasset deleted file mode 100644 index 13ac4b2a..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Oak_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b5f750972f726b22dfc95f97d0cdbdc6efda905ef52c55304357b6e5c24e33e -size 1034416 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Plum_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Plum_AO.uasset deleted file mode 100644 index cbbd3751..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Plum_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e67ab54c53dd7bdb371e2ad39e67394e0c55c505390e8631ab0995f5182c51e -size 314943 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Plum_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Plum_B.uasset deleted file mode 100644 index 371c2fa0..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Plum_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e8ded848d6dc86a79bc773bb6fab7998ca14659f3cd1e91b650e966b398a30f -size 525389 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Plum_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Plum_N.uasset deleted file mode 100644 index c535ba87..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Plum_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8d622b0822db9287f911ec43dc1f81d9fe378afd15a5adcdaed7eb2faa69398 -size 669376 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Plum_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Plum_R.uasset deleted file mode 100644 index 04094b08..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Plum_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd6f9eacc309054d1379da4b06e56da3225f035cbcf0a3ca7a01c0f252ec61a5 -size 488067 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Pussy_Willow_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Pussy_Willow_AO.uasset deleted file mode 100644 index 2421180a..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Pussy_Willow_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f4669e6041580676a1e72e121ac03190bb88448b529966d7f8b1a2478d7bb7e -size 399588 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Pussy_Willow_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Pussy_Willow_B.uasset deleted file mode 100644 index 9dc9ba93..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Pussy_Willow_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddf5d3b1ff7dc587994ccb307e301c87d6c0466e64e8fad1598b9b0451f9311c -size 834149 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Pussy_Willow_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Pussy_Willow_N.uasset deleted file mode 100644 index 8985f28a..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Pussy_Willow_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e7ef829656508aecce90d5acf84cb2de8cb707316f94f04616ee12d349218b1 -size 910009 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Pussy_Willow_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Pussy_Willow_R.uasset deleted file mode 100644 index 7895d850..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Pussy_Willow_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:791f0aa895c11c4a3fb2af4331eb42cba6818b5a713edd1653de340a69c9cafc -size 503469 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Rowan_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Rowan_AO.uasset deleted file mode 100644 index 8849b850..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Rowan_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:142c34a2bf38f2abd8108afd37027edc6c5f3b04afbccc79bbcc6274938d5636 -size 500558 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Rowan_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Rowan_B.uasset deleted file mode 100644 index 171f452f..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Rowan_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c16cb203a3522e141dceb6caba90670699cc4fc89e0da6acfe18ebe8d92528a7 -size 699538 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Rowan_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Rowan_N.uasset deleted file mode 100644 index 5a376516..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Rowan_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f0245cd411dc81f92f0c6ad2e272f7f760eba236d830dc4995dba2863c57adc -size 2366665 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Rowan_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Rowan_R.uasset deleted file mode 100644 index be483921..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Rowan_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:688d632e728867eeec5a92510210a217ab33656396a30d370123b6f0c6e0c6d3 -size 1340550 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Sea_buckthorn_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Sea_buckthorn_AO.uasset deleted file mode 100644 index ceb890b2..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Sea_buckthorn_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0397164e848e41408399334503d11571b450cb2494659d3a4902eaa0f0f862a6 -size 167639 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Sea_buckthorn_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Sea_buckthorn_B.uasset deleted file mode 100644 index 822679ef..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Sea_buckthorn_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf4cce280ad359f24df13353689ce877c94f7e3cb050ae37e91c369c22d8c145 -size 191867 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Sea_buckthorn_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Sea_buckthorn_N.uasset deleted file mode 100644 index 0051ca0c..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Sea_buckthorn_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:390f9695241eff762e85124558887ebf8c7fe76baf7f8a52587a0ec5d6f4c834 -size 264480 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Sea_buckthorn_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Sea_buckthorn_R.uasset deleted file mode 100644 index c531ac8a..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Sea_buckthorn_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5f3659cd29c1d428fe3134d08df429071bd5be33197d155b14d8f0d06d52876 -size 491006 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Willow_AO.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Willow_AO.uasset deleted file mode 100644 index 07d4584e..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Willow_AO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e88f68e0dfd6b1d3b36a66e607a4572ae01b731376ed37ef5060674048b2e3fe -size 364466 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Willow_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Willow_B.uasset deleted file mode 100644 index 4d2be270..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Willow_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d650f56fd591666c9c88e6a7ac25faa1b0e302475b4e37c79fe8b827e585072b -size 251919 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Willow_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Willow_N.uasset deleted file mode 100644 index 2ba44d21..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Willow_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:766f8fc8d565a513fc8194c7f735db64e9b938dafb289355837ae8dfac6c794d -size 1758606 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Willow_R.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Willow_R.uasset deleted file mode 100644 index eb93a743..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Leaf_Willow_R.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f55c69b5cb0af9d48d6fcac2d653e15e6a19de118d19d5f68fb46ce36df2498 -size 997408 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Metallic.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Metallic.uasset deleted file mode 100644 index b96e5b86..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Metallic.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b16d38077b25110595c33e30669adb383e89acc93d408d5e2bcefa3a2a588046 -size 4937 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Moos_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Moos_B.uasset deleted file mode 100644 index 952d3391..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Moos_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b703af37263652c3160b77655e17677d5ffc3b7ba093442ead5dc76af5bb972 -size 6303789 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Moos_N.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Moos_N.uasset deleted file mode 100644 index f265f5ef..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Moos_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2f896e705a368f5dd4d9836b09e98a806a9b06cc69ff7d2c4dfe386bcf9e55a -size 5932761 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Moos_Roughness.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Moos_Roughness.uasset deleted file mode 100644 index c949a46c..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Moos_Roughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3351baca5e19c76917682922b790da49fd0e0b0baa784834afd07312379cf0b7 -size 3261928 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Normal.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Normal.uasset deleted file mode 100644 index 29c4bb99..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:373fd174428ddd4e299a133b50c2052f53b7abf2c467fef9e2ceaa833ecb431c -size 5218 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_RMA.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_RMA.uasset deleted file mode 100644 index 660f0617..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_RMA.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fab7b8fc11b68ac803bff3ad4203e6d38374768bd521f0aaf628b6cc4417906a -size 4903 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Snowflake_10_B.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Snowflake_10_B.uasset deleted file mode 100644 index f0e99863..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_Snowflake_10_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba70b924eb60aaf38ce930c00449a5f82b5c657c9700b0b1df6a6e63f5de24ed -size 38264 diff --git a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_particles.uasset b/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_particles.uasset deleted file mode 100644 index c4da7372..00000000 --- a/hwanyoung2/Content/Particles_Wind_Control_System/Textures/T_particles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c3850c351b1711bccb31c58e221d9e303b1c189115462492cbcb2ea5c9f7fcd -size 43689 diff --git a/hwanyoung2/Content/StarterContent/Architecture/Floor_400x400.uasset b/hwanyoung2/Content/StarterContent/Architecture/Floor_400x400.uasset deleted file mode 100644 index c2a34afc..00000000 --- a/hwanyoung2/Content/StarterContent/Architecture/Floor_400x400.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c0ecf0ac0702cc2bd355ec050232a61c49e10f102448efbeb735a51824adef6 -size 14948 diff --git a/hwanyoung2/Content/StarterContent/Architecture/Pillar_50x500.uasset b/hwanyoung2/Content/StarterContent/Architecture/Pillar_50x500.uasset deleted file mode 100644 index a74124f8..00000000 --- a/hwanyoung2/Content/StarterContent/Architecture/Pillar_50x500.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ef6566b8a58d89c7c7de52e4c1723c9ad3e9636fc801766e89757eb98ec3cbb -size 15861 diff --git a/hwanyoung2/Content/StarterContent/Architecture/SM_AssetPlatform.uasset b/hwanyoung2/Content/StarterContent/Architecture/SM_AssetPlatform.uasset deleted file mode 100644 index b6ef400b..00000000 --- a/hwanyoung2/Content/StarterContent/Architecture/SM_AssetPlatform.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c0f8fbbe377ca3d96f2671c0eb941bb8b3755d2d60b69e71719f8727149bbe1 -size 160364 diff --git a/hwanyoung2/Content/StarterContent/Architecture/Wall_400x200.uasset b/hwanyoung2/Content/StarterContent/Architecture/Wall_400x200.uasset deleted file mode 100644 index 8df10ff9..00000000 --- a/hwanyoung2/Content/StarterContent/Architecture/Wall_400x200.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05ad5630567f96399a57fec69383564321660e8e32dc2bfe4b206159475b6959 -size 14683 diff --git a/hwanyoung2/Content/StarterContent/Architecture/Wall_400x300.uasset b/hwanyoung2/Content/StarterContent/Architecture/Wall_400x300.uasset deleted file mode 100644 index e195f240..00000000 --- a/hwanyoung2/Content/StarterContent/Architecture/Wall_400x300.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f3b60af00eae705effeb499f368c376bb5bdb8620ec9790eceab8f1b6129bb0 -size 13933 diff --git a/hwanyoung2/Content/StarterContent/Architecture/Wall_400x400.uasset b/hwanyoung2/Content/StarterContent/Architecture/Wall_400x400.uasset deleted file mode 100644 index 1c97beb8..00000000 --- a/hwanyoung2/Content/StarterContent/Architecture/Wall_400x400.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71738b34263d8579795bc65719c0ccfe1cf9bd7c8fe64ca02af09bce8b93fb53 -size 14660 diff --git a/hwanyoung2/Content/StarterContent/Architecture/Wall_500x500.uasset b/hwanyoung2/Content/StarterContent/Architecture/Wall_500x500.uasset deleted file mode 100644 index 75e7f967..00000000 --- a/hwanyoung2/Content/StarterContent/Architecture/Wall_500x500.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59404b543ab051363ca22f47d8696264c20fb87012e5ffc3d0b370a3a7acbf41 -size 17336 diff --git a/hwanyoung2/Content/StarterContent/Architecture/Wall_Door_400x300.uasset b/hwanyoung2/Content/StarterContent/Architecture/Wall_Door_400x300.uasset deleted file mode 100644 index 59c6efc6..00000000 --- a/hwanyoung2/Content/StarterContent/Architecture/Wall_Door_400x300.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30948daf1661aa95461de492c66d0a8b5a03a607893da56ad03bc7a114b8b62a -size 16508 diff --git a/hwanyoung2/Content/StarterContent/Architecture/Wall_Door_400x400.uasset b/hwanyoung2/Content/StarterContent/Architecture/Wall_Door_400x400.uasset deleted file mode 100644 index 05fda565..00000000 --- a/hwanyoung2/Content/StarterContent/Architecture/Wall_Door_400x400.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31cbec41a1f814fb1aed3263b1b50f70f8d465f57934d5acda6004df67ae6a0b -size 16392 diff --git a/hwanyoung2/Content/StarterContent/Architecture/Wall_Window_400x300.uasset b/hwanyoung2/Content/StarterContent/Architecture/Wall_Window_400x300.uasset deleted file mode 100644 index 15c0eaf0..00000000 --- a/hwanyoung2/Content/StarterContent/Architecture/Wall_Window_400x300.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1988d1310934ef357e8a7638ba7cb109d8a151d2a3ea8c0fe8744dfe96fd7d25 -size 17385 diff --git a/hwanyoung2/Content/StarterContent/Architecture/Wall_Window_400x400.uasset b/hwanyoung2/Content/StarterContent/Architecture/Wall_Window_400x400.uasset deleted file mode 100644 index 5596705d..00000000 --- a/hwanyoung2/Content/StarterContent/Architecture/Wall_Window_400x400.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f34a11fa24048a7600f7b87d88d6c12f723fd955fd6c590f38745287e4f5957 -size 17251 diff --git a/hwanyoung2/Content/StarterContent/Audio/Collapse01.uasset b/hwanyoung2/Content/StarterContent/Audio/Collapse01.uasset deleted file mode 100644 index 5e3ff30e..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Collapse01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85c827023ee4b466228ec65e92b4b4a0415a106de041ac1c2cab481a2a5dfa8d -size 348532 diff --git a/hwanyoung2/Content/StarterContent/Audio/Collapse02.uasset b/hwanyoung2/Content/StarterContent/Audio/Collapse02.uasset deleted file mode 100644 index f45a091d..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Collapse02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5690c3cdc857ea7d3ae21ed1c6a22e82bb15e8bb24b995228af244c2bb4f0d3 -size 346701 diff --git a/hwanyoung2/Content/StarterContent/Audio/Collapse_Cue.uasset b/hwanyoung2/Content/StarterContent/Audio/Collapse_Cue.uasset deleted file mode 100644 index 81e69e18..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Collapse_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bbd215bbb20c2a86f7b9ba4d90aa1870edd1999e00b5ff64a52a657a50a690b -size 6517 diff --git a/hwanyoung2/Content/StarterContent/Audio/Explosion01.uasset b/hwanyoung2/Content/StarterContent/Audio/Explosion01.uasset deleted file mode 100644 index 5a0119b2..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Explosion01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16c3e6decfc990f2bc468b309a9652d7eb98d4481fbd26563ff88139052ace5c -size 282440 diff --git a/hwanyoung2/Content/StarterContent/Audio/Explosion02.uasset b/hwanyoung2/Content/StarterContent/Audio/Explosion02.uasset deleted file mode 100644 index dfdedf49..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Explosion02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d44ed6a6a3a6dec3a4ec729cc4b5ecd3ac4477ca4c9f32107b357ea02dafcddc -size 289195 diff --git a/hwanyoung2/Content/StarterContent/Audio/Explosion_Cue.uasset b/hwanyoung2/Content/StarterContent/Audio/Explosion_Cue.uasset deleted file mode 100644 index a67301e9..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Explosion_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91b66cedcfeedcaa25d7b2afe79c3dfb636e625f626fb56ce9b410fc6495ef3b -size 8088 diff --git a/hwanyoung2/Content/StarterContent/Audio/Fire01.uasset b/hwanyoung2/Content/StarterContent/Audio/Fire01.uasset deleted file mode 100644 index 67eb4281..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Fire01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2a6926e93f33107f58a79edd09d5a4ed06196b797f5fc284efc35fbe2df073d -size 549696 diff --git a/hwanyoung2/Content/StarterContent/Audio/Fire01_Cue.uasset b/hwanyoung2/Content/StarterContent/Audio/Fire01_Cue.uasset deleted file mode 100644 index b723ef56..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Fire01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3c93dca255ffe4fcd045103b0cf1341adda3640b47a5656c82ef6236639a51c -size 4280 diff --git a/hwanyoung2/Content/StarterContent/Audio/Fire_Sparks01.uasset b/hwanyoung2/Content/StarterContent/Audio/Fire_Sparks01.uasset deleted file mode 100644 index 8159b34c..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Fire_Sparks01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad12649c70f5ef2acd9c19835c59855aaecd4c946260bf6aee182d3fe317d0f2 -size 796274 diff --git a/hwanyoung2/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset b/hwanyoung2/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset deleted file mode 100644 index 693d4378..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Fire_Sparks01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c13448535c552552c0216aa5a9d5af5957d4606153a004cdcec934ea5e9a22b -size 4299 diff --git a/hwanyoung2/Content/StarterContent/Audio/Light01.uasset b/hwanyoung2/Content/StarterContent/Audio/Light01.uasset deleted file mode 100644 index dcb7c701..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Light01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:267cbc3d508a60edd5aaa8efe0d62e0097c9741782a57fab3d63ffda96314586 -size 364532 diff --git a/hwanyoung2/Content/StarterContent/Audio/Light01_Cue.uasset b/hwanyoung2/Content/StarterContent/Audio/Light01_Cue.uasset deleted file mode 100644 index 24a17754..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Light01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc123926fc005aceaa148edfc4cf3778e694a8c17e1e359448377462d4a63d95 -size 4237 diff --git a/hwanyoung2/Content/StarterContent/Audio/Light02.uasset b/hwanyoung2/Content/StarterContent/Audio/Light02.uasset deleted file mode 100644 index 55b38825..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Light02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4ac34417b5db1bf38044e258066d93415e7439dbfec09465c70eb3b96e9a201 -size 308156 diff --git a/hwanyoung2/Content/StarterContent/Audio/Light02_Cue.uasset b/hwanyoung2/Content/StarterContent/Audio/Light02_Cue.uasset deleted file mode 100644 index da4e413a..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Light02_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c65561c4b6d3767df9e90d24684abfb9fd7b8f980c1a812e329d319b15ab1c87 -size 4237 diff --git a/hwanyoung2/Content/StarterContent/Audio/Smoke01.uasset b/hwanyoung2/Content/StarterContent/Audio/Smoke01.uasset deleted file mode 100644 index 97d92a12..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Smoke01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9d9cdaab035abab672f71362fe0710533dac23e0c4b4f7fc0f48fa1dd613758 -size 476002 diff --git a/hwanyoung2/Content/StarterContent/Audio/Smoke01_Cue.uasset b/hwanyoung2/Content/StarterContent/Audio/Smoke01_Cue.uasset deleted file mode 100644 index d0d0bbfd..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Smoke01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97a08e7214107b0f39835ba844b7dcbc69b6613b3573de87e3e9c0e9cfe1a057 -size 4257 diff --git a/hwanyoung2/Content/StarterContent/Audio/Starter_Background_Cue.uasset b/hwanyoung2/Content/StarterContent/Audio/Starter_Background_Cue.uasset deleted file mode 100644 index 8eed8631..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Starter_Background_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36bc3a7bbeaad1ecf33a97465da041171bdd205f780a171d8ec712b16174e8b8 -size 10330 diff --git a/hwanyoung2/Content/StarterContent/Audio/Starter_Birds01.uasset b/hwanyoung2/Content/StarterContent/Audio/Starter_Birds01.uasset deleted file mode 100644 index 48fe853d..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Starter_Birds01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e17fb5652999970bbd06344540cdfd616331a382da43a82de082374883bdc84e -size 2689459 diff --git a/hwanyoung2/Content/StarterContent/Audio/Starter_Music01.uasset b/hwanyoung2/Content/StarterContent/Audio/Starter_Music01.uasset deleted file mode 100644 index 9034d404..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Starter_Music01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7eb074ff2fea1ac87017ca6638cb140b26ec60733878503ea2c618d726a780c -size 8445372 diff --git a/hwanyoung2/Content/StarterContent/Audio/Starter_Music_Cue.uasset b/hwanyoung2/Content/StarterContent/Audio/Starter_Music_Cue.uasset deleted file mode 100644 index 9b4e0b5f..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Starter_Music_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6fdbda2320b26aa806d967ca88390fbd6dd6078432952800fd029cf313bb2ce -size 3753 diff --git a/hwanyoung2/Content/StarterContent/Audio/Starter_Wind05.uasset b/hwanyoung2/Content/StarterContent/Audio/Starter_Wind05.uasset deleted file mode 100644 index 5b51a8b0..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Starter_Wind05.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57ff816d0d35668e42096d85b2beabd89d6a87751f4f2c4ab030f4ee32b64ce7 -size 2312702 diff --git a/hwanyoung2/Content/StarterContent/Audio/Starter_Wind06.uasset b/hwanyoung2/Content/StarterContent/Audio/Starter_Wind06.uasset deleted file mode 100644 index 13d7d301..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Starter_Wind06.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:517dad0128fbc9bf1acc611065a47892ff48f23e68fdde1d37d84cecb8dc0c7f -size 2195539 diff --git a/hwanyoung2/Content/StarterContent/Audio/Steam01.uasset b/hwanyoung2/Content/StarterContent/Audio/Steam01.uasset deleted file mode 100644 index 96b58450..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Steam01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaf02809b4d2541d2f851691f852afe55587710645207cea7bf01e0b8418473f -size 819028 diff --git a/hwanyoung2/Content/StarterContent/Audio/Steam01_Cue.uasset b/hwanyoung2/Content/StarterContent/Audio/Steam01_Cue.uasset deleted file mode 100644 index 2050940d..00000000 --- a/hwanyoung2/Content/StarterContent/Audio/Steam01_Cue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c43fb733ebfc395af98ce820de46fed7d2b3f2a42ad03f55c8cf8e12d1bd417f -size 4285 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset deleted file mode 100644 index 4b7f0d22..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Assets/FogBrightnessLUT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c04c6cdec2455c8b6fa4c0dafd4a572d4003eacba85b923de671eece901238f6 -size 1858 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset deleted file mode 100644 index 49b49d46..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Assets/M_LightStage_Arrows.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21b7d8fa958eaa3e8324f3a762cd445877c7bbdc3b5a8eb2b2d6d858cb276c52 -size 10372 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset deleted file mode 100644 index bae5b52f..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Black.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da01afa9d1cc164ac85b7a3d8329ee509485b29886e37a1288f84777e24ae85b -size 5250 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset deleted file mode 100644 index d5828c06..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_HDRI.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b2b575f499de972bf4f97524adba121cc8c8c903abdb844e0a677477489d22b -size 13553 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset deleted file mode 100644 index c213dea8..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Assets/M_LightStage_Skybox_Master.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fdf80a5102d6178944912fb4b2a242a96e3368baa3f8a0c1be38a94ae2d6e30 -size 15870 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset deleted file mode 100644 index 62183251..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Assets/SM_Arrows.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6cc69849eb29034f71b88b8c3765ae353efb3c1f3e51a3f6117631529b24d52 -size 190020 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Assets/Skybox.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Assets/Skybox.uasset deleted file mode 100644 index 2e67e296..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Assets/Skybox.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c4555ecd203a7c2993d604fce22f6526b56ce59b39b6c069a1e3cdd5a456cdc -size 209212 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset deleted file mode 100644 index dc478e65..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Assets/SunlightColorLUT.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83865c6b24e80dc62f792fdfbdb63abca1be425b02b3164cbf1f2eecb8afb786 -size 5128 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/BP_LightStudio.uasset b/hwanyoung2/Content/StarterContent/Blueprints/BP_LightStudio.uasset deleted file mode 100644 index 2ea43325..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/BP_LightStudio.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33349930c4785a2bcd4f90e8c4e13df4ea6e29e33a1a8e5c8f576e0bf6a6663f -size 646714 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset deleted file mode 100644 index c5c3b84e..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_CeilingLight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a60a29ad596546d481e43dfb8698842a78cc07f4a4b1000fa397cfba4e72331 -size 158206 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset deleted file mode 100644 index 4269e35c..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Explosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcd9abdc6a00b26e0721b48a0bb06e3100c4c1ac407fcc3e4141225572d56cc2 -size 16095 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset deleted file mode 100644 index 97e76f4b..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Fire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dad0a791b92c961cde738111acefeab728b3b4e61589d133144b5a1c84b3a6fc -size 16096 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset deleted file mode 100644 index ca8a0534..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Smoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad60f189780f8ae94abd489b48cbd5de03a539e118a842c78585a174a09280eb -size 16117 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset deleted file mode 100644 index d1cd7fc7..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Sparks.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b80b6d88fabd6b817e73b3b1da4b33def861812ea41b1971154f34c8f8420658 -size 14539 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset deleted file mode 100644 index a2ee9aa7..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_Effect_Steam.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ae4ddbe5ac59963ae5a3177f417bb812d01be33076308bb1bd352a934149c38 -size 16133 diff --git a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset b/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset deleted file mode 100644 index d4c7b4e6..00000000 --- a/hwanyoung2/Content/StarterContent/Blueprints/Blueprint_WallSconce.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c6ae820b88cfa7250fa16726c0dedcb150760c0e0b7c824993b01e152751607 -size 158241 diff --git a/hwanyoung2/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset b/hwanyoung2/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset deleted file mode 100644 index d375b5ce..00000000 --- a/hwanyoung2/Content/StarterContent/HDRI/HDRI_Epic_Courtyard_Daylight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6b007ee5e5c6139e422d2e6c67d9a623655389c856ede44c935cbbd9fcdbbc1 -size 66790690 diff --git a/hwanyoung2/Content/StarterContent/Maps/Advanced_Lighting.umap b/hwanyoung2/Content/StarterContent/Maps/Advanced_Lighting.umap deleted file mode 100644 index ec8eff10..00000000 --- a/hwanyoung2/Content/StarterContent/Maps/Advanced_Lighting.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:285c67c63d3781fa401267302d4f816a94002efae742b159faad04fe80348c9b -size 44639 diff --git a/hwanyoung2/Content/StarterContent/Maps/Minimal_Default.umap b/hwanyoung2/Content/StarterContent/Maps/Minimal_Default.umap deleted file mode 100644 index 408bd0ed..00000000 --- a/hwanyoung2/Content/StarterContent/Maps/Minimal_Default.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c87a71281a8741750325d976997db07632f5ded7c5e260ad22f0ebf5a6d28505 -size 54552 diff --git a/hwanyoung2/Content/StarterContent/Maps/StarterMap.umap b/hwanyoung2/Content/StarterContent/Maps/StarterMap.umap deleted file mode 100644 index eaedc0e8..00000000 --- a/hwanyoung2/Content/StarterContent/Maps/StarterMap.umap +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:037cdb7d9a6c20ec642646a6dcde547f32939e31f6c56afcd5808a2e52792b5a -size 402280 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_AssetPlatform.uasset b/hwanyoung2/Content/StarterContent/Materials/M_AssetPlatform.uasset deleted file mode 100644 index 9cffede5..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_AssetPlatform.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cbe10edc23286ddb3d2dd176d410aa8cb134b9cd7ba08e0c565c7ef764d335a -size 8824 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Basic_Floor.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Basic_Floor.uasset deleted file mode 100644 index 07401c92..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Basic_Floor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38e9963796183aa39c6cd4219fe60403740c902dadd223b96e37158f5b8e07f8 -size 9515 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Basic_Wall.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Basic_Wall.uasset deleted file mode 100644 index 8180e218..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Basic_Wall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d98628a1928336e234cf6b0c1b65a394bc7b6ba7b8ced62bc2fb9e029b45c0b -size 8910 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset deleted file mode 100644 index 14c45696..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Brick_Clay_Beveled.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71a2e69e0398d164f1102135139e33310e0818cd3adbc8ae1b22f180c4206c55 -size 22893 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Brick_Clay_New.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Brick_Clay_New.uasset deleted file mode 100644 index 0dc4a46e..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Brick_Clay_New.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94593f357a232f51687df14189072afeee85164e3ce42dfe65b402f80d63561c -size 26366 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset deleted file mode 100644 index 0d955cf9..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Brick_Clay_Old.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7ff7197aa1809106da243f9d8bd22fb0e1305ca2f67d934ac3fcea7629861c1 -size 34264 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset deleted file mode 100644 index 07408d2d..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Brick_Cut_Stone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5931125b271156e0f931ee93de70fd48b4408467b9deb868f9fcb903972943c3 -size 33809 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset deleted file mode 100644 index 3150c055..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Brick_Hewn_Stone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60200347bddea342b9e489b8642f8fafef462b6a36a87fe8e5cb4091e3647162 -size 26468 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset deleted file mode 100644 index 219b01e7..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Ceramic_Tile_Checker.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:508d56703e09a7dc8bdd308eb1ac523a391a4be5373f3ee98ee7a4ecda979234 -size 26818 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset b/hwanyoung2/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset deleted file mode 100644 index 7485ad0d..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_CobbleStone_Pebble.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b581105dc4109a3688351d8c4a71a5df9b4d3f142d54c8f405e4395fa9e25d51 -size 25680 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset b/hwanyoung2/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset deleted file mode 100644 index 2fabcccd..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_CobbleStone_Rough.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35a3c495a0160ba64b0a312c64c744452ebd7c5d4a5a2320792ffc1636137462 -size 108929 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset b/hwanyoung2/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset deleted file mode 100644 index 5cb2bf4c..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_CobbleStone_Smooth.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47689b5ede44d19cd095d31e9dfbb9eb444ffc04bb0fc5e4ad2c73c51628b6f7 -size 117888 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset b/hwanyoung2/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset deleted file mode 100644 index 0ebcc43c..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_ColorGrid_LowSpec.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d57780881466f2243edf382d5be4378852e02b68847565c45462ffdf7765588 -size 9385 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Concrete_Grime.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Concrete_Grime.uasset deleted file mode 100644 index 4d6c6962..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Concrete_Grime.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95e4252dc15dbc22432a756fd77a66a1ba8e4acf4fe112469530ff75b6b855bb -size 36137 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Concrete_Panels.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Concrete_Panels.uasset deleted file mode 100644 index 5645f01b..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Concrete_Panels.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edbb25f1df295f3d81ca5daff4d1fa14abc599e2f56252fcdeacd96a27114651 -size 32155 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Concrete_Poured.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Concrete_Poured.uasset deleted file mode 100644 index 604f8675..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Concrete_Poured.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69d453cc3372ddb78381716e4eafa298a39c10564cd6bf4ce6f269f8d5c5001e -size 30606 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Concrete_Tiles.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Concrete_Tiles.uasset deleted file mode 100644 index f616c4fe..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Concrete_Tiles.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:409815ab89d05e92ee115c677f210e72f09c9eb3b7ff3a42bcda77059def5afd -size 32196 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Glass.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Glass.uasset deleted file mode 100644 index e52df697..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Glass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2b9f8dbc501536bcf1725e58187b15f24dd0ca7c47eecbd963d77ecb5226c8e -size 13502 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Ground_Grass.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Ground_Grass.uasset deleted file mode 100644 index d6b21bce..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Ground_Grass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d44f22d05be5c7aa2286979bddd4c98ef7f22a5950ce101f673a03d85eb4e8cd -size 38110 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Ground_Gravel.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Ground_Gravel.uasset deleted file mode 100644 index 33842210..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Ground_Gravel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07b4f6e7eb26e5e474181b534461bd2e06bb4837d3ce943d6d180a6bef018d24 -size 31861 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Ground_Moss.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Ground_Moss.uasset deleted file mode 100644 index 80397679..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Ground_Moss.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08be31e96cd9ab8983dd2330353bff3a48835d41f331e912515b5071e93d4caa -size 37696 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset deleted file mode 100644 index 919edd69..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Brushed_Nickel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ef7f067abc9a0d9e9d5093b8bd777bf549453c1ef50b2e89935a21d89ba08e3 -size 17036 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset deleted file mode 100644 index c51d39d6..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Burnished_Steel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffe4c1b8afb6b84a011fa000d874b78bc4e78ec66d3bf00b20a279c6ca37967e -size 22803 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Chrome.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Metal_Chrome.uasset deleted file mode 100644 index beb7abea..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Chrome.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f6e1363960ae18a6406f76bf39787d453d5a705f012726c5d0a20ef38c84bd0 -size 17008 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Copper.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Metal_Copper.uasset deleted file mode 100644 index 661bef69..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Copper.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d0bc6b599b4a0744bd6f3f388983cef577239546b956d1e0e0e1395061ae0ad -size 21999 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Gold.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Metal_Gold.uasset deleted file mode 100644 index 5c96059c..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Gold.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a616be2be9912db10fc0a1263fc0468ab2b4d520e69a3f4e10d82de84f390825 -size 22232 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Rust.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Metal_Rust.uasset deleted file mode 100644 index 74afde37..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Rust.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da8fcb44b3ba9b64dff8fb7da2b48201ffcebf4fd4b3fd84d16d45c0fb705a87 -size 24149 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Steel.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Metal_Steel.uasset deleted file mode 100644 index 7b19500d..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Metal_Steel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1c84656ac5d9301a55b7c48fe1c6607bdaf57db1f3f3a2f90a13965e3e8e88e -size 23634 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Rock_Basalt.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Rock_Basalt.uasset deleted file mode 100644 index 48e574d9..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Rock_Basalt.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2356c40885bc0674e975505f07ab8a01f43e98ec099667bbd67d58c1cabfc6a9 -size 40498 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset deleted file mode 100644 index 63bbea19..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Rock_Marble_Polished.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f09428e5aacb9b2ba948c0845b765315e776cee4c6d00872fd99725896efd46 -size 34113 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Rock_Sandstone.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Rock_Sandstone.uasset deleted file mode 100644 index f19b524f..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Rock_Sandstone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3206845341fd89bf1e51a23599d504eea53ea289f6e066df32def3a603095bb3 -size 36603 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Rock_Slate.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Rock_Slate.uasset deleted file mode 100644 index 28b52253..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Rock_Slate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4e74dd3dc691ecf669006b8084181297040396881a33090f12f6ee81db44035 -size 38163 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset deleted file mode 100644 index 03651bfe..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Tech_Checker_Dot.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff1183cab4442a5fa1c47d55c734edf08a77ca34fd786f1f96aebf9b51a3f941 -size 26338 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset deleted file mode 100644 index a5204a67..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Tech_Hex_Tile.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:620426859edd8dbbbfac831c7f1dcd6a5038ebf6df527aec80883a4758c273d0 -size 27325 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset deleted file mode 100644 index 8757f2d3..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Tech_Hex_Tile_Pulse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27a5b0fab4f9af5c6a0aa9950f44068194d41176e15142833e2cc994d2b48ebb -size 25902 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Tech_Panel.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Tech_Panel.uasset deleted file mode 100644 index e3d57d6b..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Tech_Panel.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:479286a2b64dc7d6fecd43f82f2819657ced6d938061f77503946582a01d3300 -size 25957 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Water_Lake.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Water_Lake.uasset deleted file mode 100644 index 662a11e4..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Water_Lake.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69e6c50e3714db9a3e64abfdee4294ded227aea1629dc3167b08c171996bef45 -size 32687 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Water_Ocean.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Water_Ocean.uasset deleted file mode 100644 index 1d82bcfc..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Water_Ocean.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a95baf816b67cfb63343cb7c80c89308619f03a7c2dd48a0f5b20b7cc9212166 -size 35894 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset deleted file mode 100644 index 9850ec35..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Polished.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dcb981b3f68f6d9594003af8cbd2b5449ceaf116399230e46781ea45dd02a2b -size 22926 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset deleted file mode 100644 index 93e56c55..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Wood_Floor_Walnut_Worn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c8cf6b2fa1a56a04df5d66950e31f154d7bf615c0c4e4c6f6a867bdff52c750 -size 23528 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Wood_Oak.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Wood_Oak.uasset deleted file mode 100644 index de1747ef..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Wood_Oak.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dad76cd1109c8b4a3594e23dd83351170764980c3ccfe57859a3a2f60fef5cdd -size 23499 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Wood_Pine.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Wood_Pine.uasset deleted file mode 100644 index eafee70c..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Wood_Pine.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b12c6d7285dd95b1c5669e07fc665f8859a17ee78c51f139170726848c06ee67 -size 31142 diff --git a/hwanyoung2/Content/StarterContent/Materials/M_Wood_Walnut.uasset b/hwanyoung2/Content/StarterContent/Materials/M_Wood_Walnut.uasset deleted file mode 100644 index 2e926194..00000000 --- a/hwanyoung2/Content/StarterContent/Materials/M_Wood_Walnut.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8491e0b8978a41999e0f4fc6520cab088fcbe6ddf8b51655f34753aa45234c66 -size 20495 diff --git a/hwanyoung2/Content/StarterContent/Particles/Materials/M_Burst.uasset b/hwanyoung2/Content/StarterContent/Particles/Materials/M_Burst.uasset deleted file mode 100644 index 8b6ae427..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/Materials/M_Burst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19bf8a8995e63597472be08617fc5c11494c214561d92ba58cc866bbd3fc9258 -size 15675 diff --git a/hwanyoung2/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset b/hwanyoung2/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset deleted file mode 100644 index 6a1195eb..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/Materials/M_Dust_Particle.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e054c7225139c4ed10e8695158b930b64c97deabca1f3c8160b382d40b082e94 -size 8718 diff --git a/hwanyoung2/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset b/hwanyoung2/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset deleted file mode 100644 index 20bce431..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/Materials/M_Fire_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c354f936265a8af7e8be784f38742943669fd17f128d163339565680962b31f -size 19541 diff --git a/hwanyoung2/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset b/hwanyoung2/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset deleted file mode 100644 index ffb58996..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/Materials/M_Heat_Distortion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90e749c0af988f6f35a783853dd5f29a2556a1c6844187c6faa7175f8beac337 -size 13877 diff --git a/hwanyoung2/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset b/hwanyoung2/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset deleted file mode 100644 index 96f3272a..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/Materials/M_Radial_Gradient.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:969f0add70f571adb7e14da5ca542a15955166103efd54168a5e248826564781 -size 10357 diff --git a/hwanyoung2/Content/StarterContent/Particles/Materials/M_Spark.uasset b/hwanyoung2/Content/StarterContent/Particles/Materials/M_Spark.uasset deleted file mode 100644 index 17549778..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/Materials/M_Spark.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4d87a9647f2c232d84745d5c6379f3ad1d6dd2f11310af74f48c20c981d2cd5 -size 9786 diff --git a/hwanyoung2/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset b/hwanyoung2/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset deleted file mode 100644 index a09186ab..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/Materials/M_explosion_subUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:137d164ab8e2ae79e3345d7ee75e4052857726c824617cf08276a9edeebf0e95 -size 12568 diff --git a/hwanyoung2/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset b/hwanyoung2/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset deleted file mode 100644 index bc957b9d..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/Materials/M_radial_ramp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:880794e3875c4394f93e280b35524a677e72a5a1edb06b03c8a0ae9efc2b51a6 -size 10366 diff --git a/hwanyoung2/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset b/hwanyoung2/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset deleted file mode 100644 index 29506ef6..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/Materials/M_smoke_subUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2dbf2d29f4c50de40b74aef19e9a39a86891b9b617f971ea0136f90a6e4420ec -size 16561 diff --git a/hwanyoung2/Content/StarterContent/Particles/Materials/m_flare_01.uasset b/hwanyoung2/Content/StarterContent/Particles/Materials/m_flare_01.uasset deleted file mode 100644 index 4b49de3c..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/Materials/m_flare_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57377e5d237609372f0837407d7c9f35a5ba00bf81aa049102d699105af8a025 -size 14010 diff --git a/hwanyoung2/Content/StarterContent/Particles/P_Ambient_Dust.uasset b/hwanyoung2/Content/StarterContent/Particles/P_Ambient_Dust.uasset deleted file mode 100644 index bf2e4391..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/P_Ambient_Dust.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01ef616c7a8bd90cd1b7a13efb18a56f33346efbae51efa31f09804478b7621d -size 43456 diff --git a/hwanyoung2/Content/StarterContent/Particles/P_Explosion.uasset b/hwanyoung2/Content/StarterContent/Particles/P_Explosion.uasset deleted file mode 100644 index d3796bab..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/P_Explosion.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f21bbb2c9d69226415dd25268ce3c3f74af71981018c537d0080ec7df5d32309 -size 280221 diff --git a/hwanyoung2/Content/StarterContent/Particles/P_Fire.uasset b/hwanyoung2/Content/StarterContent/Particles/P_Fire.uasset deleted file mode 100644 index 38533ccf..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/P_Fire.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2d1cb2ba9933d298c62788996e50a3015632eff8908f08ec28d85fe116cc073 -size 259431 diff --git a/hwanyoung2/Content/StarterContent/Particles/P_Smoke.uasset b/hwanyoung2/Content/StarterContent/Particles/P_Smoke.uasset deleted file mode 100644 index b1b00f9c..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/P_Smoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e66c5b6ed61896f44a837c0c88ac7cdd6ed16e7bdc9e0ded78e0742e83c4d60e -size 65670 diff --git a/hwanyoung2/Content/StarterContent/Particles/P_Sparks.uasset b/hwanyoung2/Content/StarterContent/Particles/P_Sparks.uasset deleted file mode 100644 index 061ebce9..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/P_Sparks.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ae32a7cc9882bcb982df7db98dac68bbe0db2bf08c40f49fcd85c8e1407d415 -size 171805 diff --git a/hwanyoung2/Content/StarterContent/Particles/P_Steam_Lit.uasset b/hwanyoung2/Content/StarterContent/Particles/P_Steam_Lit.uasset deleted file mode 100644 index 7f3b1e05..00000000 --- a/hwanyoung2/Content/StarterContent/Particles/P_Steam_Lit.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:018c1d52865cea019dd1607b284acc89e0363c2e832d16e0d3f9e1164d337494 -size 117332 diff --git a/hwanyoung2/Content/StarterContent/Props/MaterialSphere.uasset b/hwanyoung2/Content/StarterContent/Props/MaterialSphere.uasset deleted file mode 100644 index 56bddfc9..00000000 --- a/hwanyoung2/Content/StarterContent/Props/MaterialSphere.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a8777c01491888bba9f40eda9d2bed76a611f0e80f75917501ce69c1a321342 -size 47333 diff --git a/hwanyoung2/Content/StarterContent/Props/Materials/M_Bush.uasset b/hwanyoung2/Content/StarterContent/Props/Materials/M_Bush.uasset deleted file mode 100644 index 152e5406..00000000 --- a/hwanyoung2/Content/StarterContent/Props/Materials/M_Bush.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85a4a6e7aa928fa57dd41b42f64a267793a41a01d17a5789eafe2ccf0d27ba20 -size 16429 diff --git a/hwanyoung2/Content/StarterContent/Props/Materials/M_Chair.uasset b/hwanyoung2/Content/StarterContent/Props/Materials/M_Chair.uasset deleted file mode 100644 index d832d14a..00000000 --- a/hwanyoung2/Content/StarterContent/Props/Materials/M_Chair.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55e04ce049c6f8afb5e30bdcf9f08f8c3f8020d432962c310ab179b84a4c6cc0 -size 18085 diff --git a/hwanyoung2/Content/StarterContent/Props/Materials/M_Door.uasset b/hwanyoung2/Content/StarterContent/Props/Materials/M_Door.uasset deleted file mode 100644 index 270fab87..00000000 --- a/hwanyoung2/Content/StarterContent/Props/Materials/M_Door.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5f9b85b032dd4c49bbfec94ad295ed70c530f2d193c0b7c02fdcc597536f772 -size 21015 diff --git a/hwanyoung2/Content/StarterContent/Props/Materials/M_Frame.uasset b/hwanyoung2/Content/StarterContent/Props/Materials/M_Frame.uasset deleted file mode 100644 index 2a6f32ff..00000000 --- a/hwanyoung2/Content/StarterContent/Props/Materials/M_Frame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2790b944cee372200c299d4fad42fe31bf16a54233aa26700ef5be8a109f4e8 -size 13268 diff --git a/hwanyoung2/Content/StarterContent/Props/Materials/M_Lamp.uasset b/hwanyoung2/Content/StarterContent/Props/Materials/M_Lamp.uasset deleted file mode 100644 index f1eeabe6..00000000 --- a/hwanyoung2/Content/StarterContent/Props/Materials/M_Lamp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d37cb1a4137fa7ee0b3782d5d0f4c4968d2982d3d37a79d4d124bfc9d5a644c6 -size 21945 diff --git a/hwanyoung2/Content/StarterContent/Props/Materials/M_Rock.uasset b/hwanyoung2/Content/StarterContent/Props/Materials/M_Rock.uasset deleted file mode 100644 index f76ba83d..00000000 --- a/hwanyoung2/Content/StarterContent/Props/Materials/M_Rock.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a2a237cfc23c8d44bb96b71cca8fe3f2da4bcf37bf03c4890cb1788e2ea3dd3 -size 22583 diff --git a/hwanyoung2/Content/StarterContent/Props/Materials/M_Shelf.uasset b/hwanyoung2/Content/StarterContent/Props/Materials/M_Shelf.uasset deleted file mode 100644 index 11fbc3b8..00000000 --- a/hwanyoung2/Content/StarterContent/Props/Materials/M_Shelf.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3a633e42f4a149f8846cda390b26211dc51bc1dbff29f17269679ef6fb15708 -size 14571 diff --git a/hwanyoung2/Content/StarterContent/Props/Materials/M_Statue.uasset b/hwanyoung2/Content/StarterContent/Props/Materials/M_Statue.uasset deleted file mode 100644 index b93e6f51..00000000 --- a/hwanyoung2/Content/StarterContent/Props/Materials/M_Statue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19507688a5451c6958f24e9ef4aaf9617dd2523306925e6b4240540e906c5cbf -size 16585 diff --git a/hwanyoung2/Content/StarterContent/Props/Materials/M_StatueGlass.uasset b/hwanyoung2/Content/StarterContent/Props/Materials/M_StatueGlass.uasset deleted file mode 100644 index a4a342eb..00000000 --- a/hwanyoung2/Content/StarterContent/Props/Materials/M_StatueGlass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e8269b7fc68d891c81f7600452dc8336cc193c2013d5441a9772c85d0b4eece -size 19243 diff --git a/hwanyoung2/Content/StarterContent/Props/Materials/M_TableRound.uasset b/hwanyoung2/Content/StarterContent/Props/Materials/M_TableRound.uasset deleted file mode 100644 index 3b02f5b1..00000000 --- a/hwanyoung2/Content/StarterContent/Props/Materials/M_TableRound.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89a73a49ca630a5c8833fa444444f40ca62ab9cad41f171525d5328c8dace7f1 -size 16513 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_Bush.uasset b/hwanyoung2/Content/StarterContent/Props/SM_Bush.uasset deleted file mode 100644 index 883ca530..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_Bush.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d590cc11d0237d03c8eaef929c412e9bf79b92532b8b84de91d0aa95cd82f34 -size 66229 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_Chair.uasset b/hwanyoung2/Content/StarterContent/Props/SM_Chair.uasset deleted file mode 100644 index 4e6aa983..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_Chair.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6330daf603205c63a66ae7ccba450a28edf5c7001cc572c407e6bc471cc1582 -size 99160 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_CornerFrame.uasset b/hwanyoung2/Content/StarterContent/Props/SM_CornerFrame.uasset deleted file mode 100644 index 8cb6f391..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_CornerFrame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0f3c6f7d31d9adcb610643bce0424dc087e3319e725367af568779d4deab5a1 -size 38228 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_Couch.uasset b/hwanyoung2/Content/StarterContent/Props/SM_Couch.uasset deleted file mode 100644 index f2ac558a..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_Couch.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c5d0dc6306a79e974b23102451801c80cd3108d9a6fca175e5084d6488c74c9 -size 108540 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_Door.uasset b/hwanyoung2/Content/StarterContent/Props/SM_Door.uasset deleted file mode 100644 index 94959671..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_Door.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b72cc7534989fca4045a1d2ef743d929d8c001ac4450d2027c30d18b38628348 -size 63947 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_DoorFrame.uasset b/hwanyoung2/Content/StarterContent/Props/SM_DoorFrame.uasset deleted file mode 100644 index 33b635c1..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_DoorFrame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44589f94b37599863cbac38e4dec7c4717fed858a7af56958bc7f20bbd59b035 -size 23125 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_GlassWindow.uasset b/hwanyoung2/Content/StarterContent/Props/SM_GlassWindow.uasset deleted file mode 100644 index 5d566289..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_GlassWindow.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:006ac3da047529479d0af8768be4d9bc85f81f0f88d48a8a952eebde69b4b10f -size 36547 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset b/hwanyoung2/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset deleted file mode 100644 index e4d57ce0..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_Lamp_Ceiling.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c2bddbd1708467c5e926d34497d42a8c777b679310ceadbaba8040b88e02382 -size 113036 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_Lamp_Wall.uasset b/hwanyoung2/Content/StarterContent/Props/SM_Lamp_Wall.uasset deleted file mode 100644 index e200d4b5..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_Lamp_Wall.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b9716ccfb79da747e76090223e4767c7df90a95f8c9e742335477d577a8342d -size 60277 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_PillarFrame.uasset b/hwanyoung2/Content/StarterContent/Props/SM_PillarFrame.uasset deleted file mode 100644 index d627cacd..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_PillarFrame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c321f6bc2d7980ffc49a68d59d06e890154323aafc9b51828a08c02d18c03b7b -size 43484 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_PillarFrame300.uasset b/hwanyoung2/Content/StarterContent/Props/SM_PillarFrame300.uasset deleted file mode 100644 index 1e6e2609..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_PillarFrame300.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbd6ff279f4666fca756ce3247fab616c6476871639bfd6f54039e24e90c2f4a -size 44444 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_Rock.uasset b/hwanyoung2/Content/StarterContent/Props/SM_Rock.uasset deleted file mode 100644 index 5d810201..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_Rock.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b469ad02dfe591fc1024c356598344afeb9c2c10c0dfce44f86057b76b39cce5 -size 71152 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_Shelf.uasset b/hwanyoung2/Content/StarterContent/Props/SM_Shelf.uasset deleted file mode 100644 index 06533aca..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_Shelf.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31f0effa39ebff7ff69958023b6462cf5541d619b924f932701163b2fb306a6e -size 46806 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_Stairs.uasset b/hwanyoung2/Content/StarterContent/Props/SM_Stairs.uasset deleted file mode 100644 index 271ce20e..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_Stairs.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:edbf2ae1f1df84510fdd2cb6fd6fdd0e3572bc7cedef8c316618a147e9ebcfc3 -size 27358 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_Statue.uasset b/hwanyoung2/Content/StarterContent/Props/SM_Statue.uasset deleted file mode 100644 index f16fd8b0..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_Statue.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91f1f18aa4bf9483b857271161824a212acf76615e825b80d42ff623ae39b2fc -size 191942 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_TableRound.uasset b/hwanyoung2/Content/StarterContent/Props/SM_TableRound.uasset deleted file mode 100644 index f90ae6e3..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_TableRound.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff5d2b89bc0361b3b401d747fe0a365642db5a361f7940620791c73a9d2d1515 -size 242868 diff --git a/hwanyoung2/Content/StarterContent/Props/SM_WindowFrame.uasset b/hwanyoung2/Content/StarterContent/Props/SM_WindowFrame.uasset deleted file mode 100644 index ca23fab1..00000000 --- a/hwanyoung2/Content/StarterContent/Props/SM_WindowFrame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0339ea48549fc000cd25679a2aa17bb34333b161c3d05ffa58ca33179f21d7a3 -size 25448 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Cone.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Cone.uasset deleted file mode 100644 index 6cd3c0aa..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Cone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4358682c6f6bff5ae3dd11bf13f31155b5aa74774647ffa4029f979e3bfc659 -size 27018 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Cube.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Cube.uasset deleted file mode 100644 index 29e694fb..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Cube.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18e5e66d74e5bfeff80dd0cd93dee475ab35d0cc384262ab640109a3dd188dac -size 16145 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Cylinder.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Cylinder.uasset deleted file mode 100644 index c814b020..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Cylinder.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8846205c866a82d9abfeb84b35d1f82e4e71e72df65337ea2e738455c4902f19 -size 31341 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset deleted file mode 100644 index fda653e2..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_NarrowCapsule.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59bbaddb435bd43505fb8b6051b119e844e6d575185f177411837700609deead -size 47855 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Pipe.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Pipe.uasset deleted file mode 100644 index 883aa142..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Pipe.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4a531ca154269866bb4a23b25e455de9215eea38d8afe5bfb2cc801f88a54be -size 26253 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Pipe_180.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Pipe_180.uasset deleted file mode 100644 index ea19046f..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Pipe_180.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ed0652b8fed0405700dd6635ebb6d52902d4c3444bec19c3404ef3124a71d6c -size 85759 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Pipe_90.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Pipe_90.uasset deleted file mode 100644 index 511b0378..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Pipe_90.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36a4e17228e6f85fe4600a88ea6bb2939737671a8cba62e45c0a285e8b60a185 -size 59989 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Plane.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Plane.uasset deleted file mode 100644 index c37e7c40..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Plane.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc27b5ffb949957289c59122b26b55464ac2cab8013dfa8d9b01cc6ef1781935 -size 16473 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset deleted file mode 100644 index 10464e54..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_QuadPyramid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2b5549375a2425fba0127c8f2efc85d400a781009c7124a99ca2b9b214ebfd0 -size 16296 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Sphere.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Sphere.uasset deleted file mode 100644 index 1801574a..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Sphere.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9441fb1037a41686be1ccc4f8e45a25f4f7126a16e831ff4b587820d48059543 -size 37887 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Torus.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Torus.uasset deleted file mode 100644 index 651f88a4..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Torus.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9842e266d0bbeca032e107bdb4b809cbb0f043b12527fdad3dc690b43de5d95f -size 70998 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_TriPyramid.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_TriPyramid.uasset deleted file mode 100644 index 9b4b0b8f..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_TriPyramid.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29481245fedbf1fbf6d37a7b49f064119fa9b61b8cde0f8a71634f3695fde42a -size 16154 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Trim.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Trim.uasset deleted file mode 100644 index 21b93aa1..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Trim.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d9ae1dad00a411a316ada5f41d16fe0491a299a4981e010fbc0a33d4fdc2bd8 -size 20918 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset deleted file mode 100644 index 8bc7d557..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Trim_90_In.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98f0162abad4d75bb1794e7a1f11cac718637459a7d0d0600a63abe652ddcb16 -size 30650 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset deleted file mode 100644 index 3742d002..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Trim_90_Out.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd2e1073a23e135dce25c377ee94ef017f0626cadb665bcd762757dc59fa47fc -size 31102 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Tube.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Tube.uasset deleted file mode 100644 index e124cb82..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Tube.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fec9fc112a4fb0eea12c8d6d6a08e869ecf0401fa1c903b35cb956615060c839 -size 41303 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Wedge_A.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Wedge_A.uasset deleted file mode 100644 index e729d86c..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Wedge_A.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78daa6706b75d7cdb8d0b20bfced79f634ad87f017496b8edb077ff9b71ceb81 -size 16633 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_Wedge_B.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_Wedge_B.uasset deleted file mode 100644 index 63b5e93a..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_Wedge_B.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec1df8e160b090074b21098ea608b8191482368c23683ae4f599331105285188 -size 16760 diff --git a/hwanyoung2/Content/StarterContent/Shapes/Shape_WideCapsule.uasset b/hwanyoung2/Content/StarterContent/Shapes/Shape_WideCapsule.uasset deleted file mode 100644 index ba744a9b..00000000 --- a/hwanyoung2/Content/StarterContent/Shapes/Shape_WideCapsule.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11308fae1e1d7835780372aada5fb86c8eae88bc8b757af7f7e4a082e0c5b5b6 -size 42421 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset deleted file mode 100644 index 51d28028..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Beveled_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7fd6c18ebbb8d8b97f5fcfa6fa33a7409ae841f1bbb3350c09631718ac9a886 -size 7591336 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset deleted file mode 100644 index 71ff2200..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Beveled_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:337b0f23251965e1b3ae95e1e5defa1be387ed9fa12f7e8b27929897ccd6f8d7 -size 8291521 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset deleted file mode 100644 index 452fd92f..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Beveled_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0da0eb1e0c83fcb8b65fa8310e7bfc4dd31be7087d42545091129d7fa8baa7c -size 7530431 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset deleted file mode 100644 index 27ecdf96..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_New_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d49f52bd21c9400139010b6918a2b8bff1c12aba2b2040be66394aeaa3db8cd4 -size 5993577 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset deleted file mode 100644 index 465c25de..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_New_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6ee66163a117e18a55e3014fb188c5295618d17b68a2db98b6fcfefed2f0704 -size 9129111 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset deleted file mode 100644 index 29fcc08d..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_New_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75dfb02a6aa4aba8ab593d5c428dd91b2c4ce6b130737ca027df872a9c7644cb -size 7801784 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset deleted file mode 100644 index 0309878c..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Old_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5833d1ff5e20eae43c8fe2e6f043dd494fcae47d295bb7d480f1c9dff6e44acc -size 11372796 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset deleted file mode 100644 index fbac3028..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Clay_Old_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e35cc57e8471e856d725d2df968a4ca4dbe8404979136dfe30ba8502f329d851 -size 7761834 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset deleted file mode 100644 index 3f92d6c3..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Cut_Stone_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:680c9eb5f07808e05325b17354618628d1d156b5e00a9d041729a9a157d5e1fc -size 13302492 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset deleted file mode 100644 index 08d46f12..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Cut_Stone_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:053fd7df91ed5f90629c24833503f42d688d7e1d7072f6c9cfcaaa505e314307 -size 6646267 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset deleted file mode 100644 index 1d9e1194..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Hewn_Stone_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b41c37360bbd4100366f9f70337f0045b29bfc3a35eb7325e90d03fd8c184e1 -size 7376796 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset deleted file mode 100644 index f75a9bf8..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Hewn_Stone_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69428e6a424a1a0524052e50b7266b73b89eb0b35a307d111b1e0b594f23d32b -size 6771724 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset deleted file mode 100644 index 4595078e..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Brick_Hewn_Stone_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:724271213b0fced0a2fa2ae812f070fedd592add2a63ead98804471a9dbeaa95 -size 8948214 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Burst_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Burst_M.uasset deleted file mode 100644 index 3acb768b..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Burst_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90ac59f9d0d57613887da39523e07557689038fb455dd4e934ea98bf5199f382 -size 123288 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Bush_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Bush_D.uasset deleted file mode 100644 index 8437d310..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Bush_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b938fcd6fa2f33f011994454e945c2029114e977a44b834df5e07e603586257 -size 481332 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Bush_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Bush_N.uasset deleted file mode 100644 index cd994308..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Bush_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44359d480f07e2ff25fc1dea4d65250737afa4d73395c882c4ec0d642ab0b8c3 -size 351932 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset deleted file mode 100644 index f9bf48cd..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Ceramic_Tile_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fa96b66150d87ec4a54bcccb5946a1421278a04f720272de945980e499d19b9 -size 275476 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset deleted file mode 100644 index 55f8e532..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Ceramic_Tile_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9e9cb0ac4766d1b050edcbb7f6ec15a7354a10b8df13c1547121a2e45fd19fb -size 233782 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Chair_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Chair_M.uasset deleted file mode 100644 index ef6bedb8..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Chair_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6486c196f80542ef1dd9b058f0ca1de9a05be34f1cc13ef2d4e379726488c13e -size 539588 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Chair_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Chair_N.uasset deleted file mode 100644 index d6e200b5..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Chair_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62ca4539f06c12c4ffcfb2d3e3d059c8d9379ce6a7b9c388d8c3084b47516c90 -size 1922495 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Checker_Noise_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Checker_Noise_M.uasset deleted file mode 100644 index 1694883c..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Checker_Noise_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89ad0bbce973bfb000760bc7e5d5af5c968970a2f4ff838b4997251d7322197e -size 134687 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset deleted file mode 100644 index 7ac1beba..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Pebble_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f6258c8fc41deaf078df6780ba05ca0d82eee09912233202ac160810703e52a -size 11730856 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset deleted file mode 100644 index 74391776..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Pebble_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83f100e71981f39cda279f585ff6eaa4fe880d309d87f09fcef3bc55c37ff63c -size 1274336 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset deleted file mode 100644 index c6866a71..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Pebble_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aff439802109893e1c0af4cd492033b54d6ff20441d049c3f99bb0244ef5d0ea -size 11790577 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset deleted file mode 100644 index d7725e32..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Rough_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46a663f5677bff0dafcad922400335269de036b93cf483724247926a57ee5074 -size 2888502 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset deleted file mode 100644 index 07b0a3a6..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Rough_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e64b707962b97c42ac2cd37fe14013d87a07e48afe67b1495c24c59270c5914 -size 2617708 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset deleted file mode 100644 index 4108c83e..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Smooth_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69a12473b1cd94e0c0d3702f1abd58f0423393304e72a0265c77ff3ad0993ee5 -size 6532491 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset deleted file mode 100644 index 1bb9638a..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Smooth_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adbd4fcd12e92334148416cebbee9938c5f89cde1e2e139f8f6e476172191206 -size 5705923 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset deleted file mode 100644 index c64132a9..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_CobbleStone_Smooth_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5af71f25f0d2b429a300808fc1836652cb1fce9795cca2f64a3ca2fde85fc2d -size 8796793 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset deleted file mode 100644 index a7d3fab3..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Grime_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6798aac85a9a686c6a6c5fc956b6f76346eba6fc2200b4f4227e0ea9b0e98375 -size 10650746 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset deleted file mode 100644 index 83f39ed2..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Panels_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6cc1e1e3803791f92ed99c9807f6165063e2b0bf2075c3f4821437dd5246a38 -size 8441488 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset deleted file mode 100644 index 57687e0a..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Panels_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a2d2573425bd7177b4dee1e91d1ff1ae03983db9b87685711582b73eb7ef9f1 -size 6547780 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset deleted file mode 100644 index 30faa70d..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Poured_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38af0336aa522c5835aae766d54ce2596793164421b90a67d56098798e7c4219 -size 11585076 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset deleted file mode 100644 index 0360614f..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Poured_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2855eccdb5ec7106250e1e38eb0f68789a140cd6c1a80325104e937e37d48681 -size 7435085 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset deleted file mode 100644 index 4c743613..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Tiles_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:356e28b941e40f27de4745ceb135a97c95313884695140f340853c7911ccf9fd -size 4929050 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset deleted file mode 100644 index 29ddf1ed..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Tiles_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d0a4ab623474c06c2787b76d25c66b32d8aa587cc9d99c7d2306b0f65b6a702 -size 5740835 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset deleted file mode 100644 index 6f9f7dda..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Tiles_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d127d14c8bb438abc79b00417f3fa032baa55949f34c410d3fedd84d6919eec -size 6602390 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset deleted file mode 100644 index fac4da16..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Concrete_Tiles_Variation_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f126bec6a6c1e52c3c26d9f57250487f641a89f1558d112b0dacb64c1eda97e -size 6521 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset deleted file mode 100644 index 59321820..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Detail_Rocky_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c677deccbe0ad92b089a28e63da2c50f5354861ff189fb465cbfb45b1fafcda6 -size 2798883 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Door_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Door_M.uasset deleted file mode 100644 index ccca7483..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Door_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1816807e795ab36ad16b0fc6d2ceb8c94badae605ebf77000bab1bc1006ac08e -size 555613 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Door_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Door_N.uasset deleted file mode 100644 index 4d63741d..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Door_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c47b017bffcd8cd11f09d4a19b378c365e053d17ead804c39e3e0eb35dcc73a2 -size 1074435 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Dust_Particle_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Dust_Particle_D.uasset deleted file mode 100644 index 7bf767b9..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Dust_Particle_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:172fa478144c2b0b4d20df5a10bea4a97641c686b9f49da05aea7b4669698806 -size 20548 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Explosion_SubUV.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Explosion_SubUV.uasset deleted file mode 100644 index 3c022dc9..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Explosion_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54bd4308cd9195c1c4c177d9a57875bd73c73b5f27843421ce25f6d82c7be76b -size 2957540 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Fire_SubUV.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Fire_SubUV.uasset deleted file mode 100644 index 98ea6ae3..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Fire_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1fc6355dce68750de251fdd42dfeaaca4514945bad3d6141da2937ae24e94f1 -size 495113 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset deleted file mode 100644 index 468da163..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Fire_Tiled_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:785975fbfa81ef0e0c94e97e2f941d5df7b74682e8cd0cb38f1764dd3db8be90 -size 500022 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Frame_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Frame_M.uasset deleted file mode 100644 index a42e91f0..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Frame_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d046c8b25245f637ea4e087f01b4d40a58a210678de303f67c07ee55abd476d5 -size 534405 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Frame_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Frame_N.uasset deleted file mode 100644 index a1e9af0b..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Frame_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34f0830b05503a3ba496d56546a0140425f8e8ecaab371e8213492d4defd5c68 -size 1246201 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Gradinet_01.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Gradinet_01.uasset deleted file mode 100644 index c1b54851..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Gradinet_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9347fa6dd73d59f53fb39c454d19821a7a22e6879bb56018a3859777a497f870 -size 7415 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Ground_Grass_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Ground_Grass_D.uasset deleted file mode 100644 index b27e9cdf..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Ground_Grass_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47ba5414c8da7999dafb37e9c76bd0eceab97f394bea6f5c5adca5832adcd342 -size 11963236 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Ground_Grass_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Ground_Grass_N.uasset deleted file mode 100644 index 40b4f8df..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Ground_Grass_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19c42ca6b12658235c152998fceeb207b9a1119611ff1ef7f85cc4cc431d37f2 -size 11592596 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset deleted file mode 100644 index 7a5aa75d..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Ground_Gravel_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adf23999b628f5ae55a1635ce63e09924f23df5822955e86b3e1f0bfc49704ba -size 10606442 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset deleted file mode 100644 index 31f6229a..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Ground_Gravel_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94c35e1a2d16fa2fced8f966f061c08aa7a62c3ca41a5264e5e079eacc74e4c8 -size 7370852 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Ground_Moss_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Ground_Moss_N.uasset deleted file mode 100644 index 14686fea..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Ground_Moss_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18deaa6e9634beafecc3e2f7ccf16477bde02e2a3b488ecdccfe4ff3fc50dce1 -size 8341278 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Lamp_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Lamp_M.uasset deleted file mode 100644 index 786ceb27..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Lamp_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4a3a2b018a4fd96b7e934dc3c73d055f6f182bf3c15798b5a1b188b631c4082 -size 753129 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Lamp_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Lamp_N.uasset deleted file mode 100644 index da95204f..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Lamp_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61c55d75f215dae417ca438690e79f77badc612e2a5912a1abd7cb3368eb6fd2 -size 2059569 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_MacroVariation.uasset b/hwanyoung2/Content/StarterContent/Textures/T_MacroVariation.uasset deleted file mode 100644 index ec7086ed..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_MacroVariation.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eeb1fb942acf8721eb4678223e160fd35668c507355fce4132f334c6284a7342 -size 10744761 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset deleted file mode 100644 index 3c11d7f6..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Aluminum_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a6f5743eecc990c80391163b7fd93629d338a3a3a7c4a646988bd4612edca9d -size 9683327 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Copper_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Metal_Copper_D.uasset deleted file mode 100644 index 22358dd1..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Copper_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f75f9fb29212ef71bc5ca3c710cf5d2cb5672697ed45f0c004d33a078ea9177 -size 8806136 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Gold_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Metal_Gold_D.uasset deleted file mode 100644 index 881ff7a7..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Gold_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bde39c57011fb1d814710d58cd475f2c6249ebeb68bbb2d2e13f2bd349ed9692 -size 8787638 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Gold_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Metal_Gold_N.uasset deleted file mode 100644 index 6c7a61df..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Gold_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd6500c67b3f17aa699bb6cb4b3f2da4038845f45fe38ecc9abe49b26f1be3e6 -size 2811609 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Rust_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Metal_Rust_D.uasset deleted file mode 100644 index 6e8b074d..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Rust_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97244d9d61bb141a499125f6a21c719caa4e0917e513912aa6b139440d0ac01d -size 9290171 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Rust_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Metal_Rust_N.uasset deleted file mode 100644 index c15a7f66..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Rust_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c63fd1a729903d1c48486998561550a9cf461e3bf154477504c16fd6c19b9511 -size 7473783 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Steel_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Metal_Steel_D.uasset deleted file mode 100644 index 985216b1..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Steel_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:553beb8d69dc61963c6566d2f18db4787ebdc76c43796dacf627118ee1b47569 -size 3572066 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Steel_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Metal_Steel_N.uasset deleted file mode 100644 index 675c5d3e..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Metal_Steel_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf83e43c2a3c66c7222af7db215596de955cf09a7d9cd3d5bf645eba0078b9fd -size 4912078 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset deleted file mode 100644 index fc9a1de0..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Perlin_Noise_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51d78b11e74d7da8b446d4552363ef0227a5b8a3812329740139e9f30002eac5 -size 7834324 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_RockMesh_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_RockMesh_M.uasset deleted file mode 100644 index 1ef71b4d..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_RockMesh_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e349fe2778d117f94fbb047ea0ac19be770c895801a3fe7a814eaf9046881899 -size 2679820 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_RockMesh_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_RockMesh_N.uasset deleted file mode 100644 index 0670981e..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_RockMesh_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01e5d9182e9a4010b5d3ad91968ca3db192d521d03b6cbffecb65897d39d7035 -size 5337671 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset deleted file mode 100644 index 16392822..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Basalt_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7092b9f5b20d16e9058242ca91a4f7fb061f637f631f10cdddc7cd5674448efa -size 9299763 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset deleted file mode 100644 index 07c670cb..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Basalt_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1802155501e6982e68fa04c43bea492740b28b30ec52266516a0d1aae4c44578 -size 7804770 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset deleted file mode 100644 index 550cd6fc..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Marble_Polished_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38e952a9d0f3696eb56521bf7e9ce525236da3bfb8d49d1d67b292a892568af1 -size 5288078 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset deleted file mode 100644 index 20b40e64..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Sandstone_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82cf5b1f377f0bf932854bbb5df7b4d1b0cee804180ea1dcdaba0184736bc3ea -size 9170780 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset deleted file mode 100644 index fa379859..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Sandstone_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf856d55f538aa455cc834890d9f61cf90354d01e984cb78ea5e598509758322 -size 8366788 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Slate_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Rock_Slate_D.uasset deleted file mode 100644 index 569360ef..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Slate_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46947bc63546540839a3f3df00d9596142464dc35dc1e4abc5fb146cb8f19af1 -size 12264193 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Slate_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Rock_Slate_N.uasset deleted file mode 100644 index 1708abba..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Slate_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31dee677b3e69a3be40bfaadae0398ed14ff1154060ce13ff09618b8ea7ae359 -size 9608113 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset deleted file mode 100644 index 6cc463f2..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Rock_Smooth_Granite_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e77e684ee82a9a1dc5c97ad0308cfff19987d5090cf4cd152830d37f25f14763 -size 8782207 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Shelf_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Shelf_M.uasset deleted file mode 100644 index f5ad59f6..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Shelf_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c18efac4dcf4b88c5ecaac68e2d456b170d97ab7624e2a1fd7aadde8931c372a -size 645532 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Shelf_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Shelf_N.uasset deleted file mode 100644 index 53322a30..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Shelf_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec277e89e0ccdae7a554698699c311a5e0ee9428f240b87def1a8779bfe60ea7 -size 1634736 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Single_Tile_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Single_Tile_N.uasset deleted file mode 100644 index a37ddbf9..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Single_Tile_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:570549d4aaa657171fbfd8031af38dfca19b313dcdc5d8b1318a65d04e6cbbb8 -size 9172 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Smoke_SubUV.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Smoke_SubUV.uasset deleted file mode 100644 index 12c905f1..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Smoke_SubUV.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f8c2a528a4d367921b6108d95f79766e6d8bad57868a4546b70dbacec6065de -size 2588122 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset deleted file mode 100644 index 9d6f9864..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Smoke_Tiled_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dda54aea84888edb638319ae3fa00fbc334759bce3683680ff62daa61fa90d10 -size 56487 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Spark_Core.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Spark_Core.uasset deleted file mode 100644 index 614a8b6d..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Spark_Core.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e994095844eafd889151bd94672120f0989644a45956d4f613aa3f4810d293b -size 136231 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Statue_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Statue_M.uasset deleted file mode 100644 index f6cd4bde..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Statue_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:416b08a867057d7a19496f8dcad72b10db6b23d70aa36fd693c60cbc6d6349ed -size 542689 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Statue_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Statue_N.uasset deleted file mode 100644 index e55a7c3c..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Statue_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8810fd046b77a99192742daaa0f15dbf023327ffdcec86e66dce2b83dbf21a56 -size 504347 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_TableRound_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_TableRound_M.uasset deleted file mode 100644 index 734aadc1..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_TableRound_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1d336121b0c08daa46e37300cafce3fa195a298b0dba7fedcc5bd4bd31aa90b -size 853624 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_TableRound_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_TableRound_N.uasset deleted file mode 100644 index cb4c719e..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_TableRound_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65470b69a6797b1520b26492f43f6a5cb75dc4e424bd2850454f00a8350dc983 -size 1539628 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Tech_Dot_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Tech_Dot_M.uasset deleted file mode 100644 index 7c722692..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Tech_Dot_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7b1ba3deb1cceb2f6ff0808262c5abdd74c8b9022dda4e51da8542559537034 -size 87410 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Tech_Dot_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Tech_Dot_N.uasset deleted file mode 100644 index 5195758d..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Tech_Dot_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc3ad34c61120aea1112a6846856b3596655df3371168c831ec69475ce424a13 -size 179482 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset deleted file mode 100644 index a59e13a8..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Tech_Hex_Tile_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:454e8b9be045075a1aad36d9177e6a7d1da3e74966661cc8511a66e43c0ff0c4 -size 762987 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset deleted file mode 100644 index 4fb62e11..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Tech_Hex_Tile_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:544320ffc2d7f4ea90f0226c1be6cb1f4baf455bc335a3a0ad1ff4b2354747d0 -size 463065 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Tech_Panel_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Tech_Panel_M.uasset deleted file mode 100644 index 2a4b188f..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Tech_Panel_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21648f92e4001e53537be3b6cd310afc382d41c8b033a6aeb5bf83d5d9a7690e -size 949083 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Tech_Panel_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Tech_Panel_N.uasset deleted file mode 100644 index 0336dff0..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Tech_Panel_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d021b18adec23ed357d0a8f29c958c1245ec7b21226c856195cca6f9f2143a39 -size 1857006 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Water_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Water_M.uasset deleted file mode 100644 index a97725ce..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Water_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:990a6e33285d33e53cb6956f1a7a30360c66477f9737ece4721aad36e07584cc -size 1651409 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Water_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Water_N.uasset deleted file mode 100644 index 65370c58..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Water_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d683c8f67d1a1639bcc2939f1fb23ee61289a0c3bbc44cb0db689a23348ba1bc -size 2064469 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset deleted file mode 100644 index 3c726859..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Floor_Walnut_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c1683ee19b2be98916e3b0869ddb3cb6911a715fb2caff560f70ebdc25f1246 -size 4548392 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset deleted file mode 100644 index 96907851..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Floor_Walnut_M.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12901c3b39ac9338e27c9ab0729188145690e9d361a0729371c7598f394eb835 -size 3923225 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset deleted file mode 100644 index 52002750..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Floor_Walnut_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d77f652374989bbf21c449d9de8979c8c9856509caca2f823337abd466c005c -size 2859583 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Oak_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Wood_Oak_D.uasset deleted file mode 100644 index 0ab273e7..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Oak_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f55386ba1743f0a9e6c2a0580d08be6fdad756ac6d08ff496ffa2cde371e9f2 -size 6678190 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Oak_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Wood_Oak_N.uasset deleted file mode 100644 index 7af102d3..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Oak_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90646b164c5018e2268e14831af332128202d18a9dad38d438754b27ddc1d723 -size 6244254 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Pine_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Wood_Pine_D.uasset deleted file mode 100644 index 31ddb19e..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Pine_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b0f9afde310f6e49b2dd2dcb755926bd317c851111a2709397e15a7d571ee38 -size 9827131 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Pine_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Wood_Pine_N.uasset deleted file mode 100644 index b53b21fc..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Pine_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dafc4eed7a793910c95c4a9d1b1cf95f248589776ea7caa2f0667b7cd23a57e -size 3460305 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset deleted file mode 100644 index 75fc93b8..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Walnut_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5756b81ce5abd2c786ec568be95ab9d255da0230e389c3c98d6ecf5faef8d990 -size 6485570 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset b/hwanyoung2/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset deleted file mode 100644 index 7a28b520..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_Wood_Walnut_N.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68f5d2cf1d93100036006e7af9ab6306b0afabd8156b167606a7c48952f42949 -size 3834899 diff --git a/hwanyoung2/Content/StarterContent/Textures/T_ground_Moss_D.uasset b/hwanyoung2/Content/StarterContent/Textures/T_ground_Moss_D.uasset deleted file mode 100644 index 62cfc6e7..00000000 --- a/hwanyoung2/Content/StarterContent/Textures/T_ground_Moss_D.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1aef65bf6ef89648cb6ffd875e3ddb3747349bfecd2854583c874b2d7d180f29 -size 12978098 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Fire_trail.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Fire_trail.uasset deleted file mode 100644 index 5aee653d..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Fire_trail.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6398049b22f6c8a49d73d0adc06bf6d68b0f7e799bc106edb454b3c0b5fa66b5 -size 80553 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Fire_trail_2.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Fire_trail_2.uasset deleted file mode 100644 index fc4b6ead..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Fire_trail_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:345baa04e086460886d9149a964ebd445a112553a78a77747ef3cbc44943d90e -size 80426 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Mesh.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Mesh.uasset deleted file mode 100644 index 75be7875..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Mesh.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:490aa7fa8dfa6eaa852e5ac91a88e04840a42891d32062a4b76673bc7566dd22 -size 100648 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Sprite_fast.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Sprite_fast.uasset deleted file mode 100644 index ea87b33d..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Sprite_fast.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc650c27ff5b3c4a25754e2db8bf750c133d073b59a332e7733c65ee14a7bd74 -size 90403 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Sprite_smoke.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Sprite_smoke.uasset deleted file mode 100644 index d198ce41..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_Sprite_smoke.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0af93bf4ddf2c264265772f019e8a72698146f05e69a60193e9e7ecff1f33600 -size 23721 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_black.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_black.uasset deleted file mode 100644 index e62c2eb1..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_black.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:366ffa94b8de3bff1a947ccb87756c97198d82e5532a5e98e9e8b6ba16edd585 -size 15219 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_black_2.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_black_2.uasset deleted file mode 100644 index ea3de6f9..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_black_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e04c81db161efcc28dbf8c3ea797b08d561ffbe408029ddd4198a311486d530 -size 12622 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_black_3.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_black_3.uasset deleted file mode 100644 index ded8f883..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_black_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bd9b13320b0a4df798f694ca777f658e198e1345e4fd1b1d5190af11883a3b0 -size 13429 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_crack.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_crack.uasset deleted file mode 100644 index a4bd3f72..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_crack.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c42aba1e081a02dfb17590acbd7b7684665f9dc4e55eee5dfabe3f563f8f163 -size 13184 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_shockwave.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_shockwave.uasset deleted file mode 100644 index 1ff8d64b..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_shockwave.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f678b43fc99e97c3c16061706021e567f1e26cc15f82e1847616688c71122269 -size 80136 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_stone.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_stone.uasset deleted file mode 100644 index 77bff205..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_stone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bf6fbfd9c3c33da999af93edb76d6741077f6680735b608e234d6ae14931e6e -size 12746 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_stone_2.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_stone_2.uasset deleted file mode 100644 index 5b76c970..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_stone_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6672b47ec55089011c1756b6962ab692f5422db8d6c892f64aa66bf515fa5f82 -size 11081 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_stone_3.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_stone_3.uasset deleted file mode 100644 index e4fef04b..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Materials/M_stone_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0eb52bcb9dbe50b4a2369589ab567ab88096d26bc94fb454a5dab73789151849 -size 13993 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Stone.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Stone.uasset deleted file mode 100644 index 179dc181..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Stone.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc68468941244351ed10210d36a98d5401a923d7fc2b1c98c3d61309f6c147e5 -size 2237170 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_StoneSpike_4.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_StoneSpike_4.uasset deleted file mode 100644 index 76eba265..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_StoneSpike_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09a6e7a99fae022ecccc83c658c5fcd7046aa3872ce88f96b251d65efc68cb63 -size 550163 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Stone_2.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Stone_2.uasset deleted file mode 100644 index eafbb7a5..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Stone_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c72415491030bc1f456b90f96b67ff17f1921bf46b15add841ce2cbc1adbaba -size 442196 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Stone_3.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Stone_3.uasset deleted file mode 100644 index ed9bbca2..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Stone_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:225d1dcaba90ec2d3f4632022f84332b9b556341ee520bba7413c34dd5cb0e50 -size 1312413 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Stone_4.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Stone_4.uasset deleted file mode 100644 index 9c26104f..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Stone_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6415a32e986ca12a5cdcabcd570d9ff12a8e0453b12fb0acfe54b91938ce1613 -size 771262 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Tube_01.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Tube_01.uasset deleted file mode 100644 index d1229799..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Tube_01.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bbc199f2a397a847240a0fc84ea588f6e020e452a041cc7dcee15e069e7261b -size 93657 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Tube_02.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Tube_02.uasset deleted file mode 100644 index b5e27bc6..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_Tube_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42032360d2a2e4df8acb03abe06b05bb2364d3d3021c13855baad6b0c0677241 -size 96812 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_stone_exp.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_stone_exp.uasset deleted file mode 100644 index 633c9b92..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_stone_exp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c3bbc8f99746311a09b1b6bc7bed6ce9fdf11754c731cce1c9f7a67d2b63922 -size 795535 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_tube_aura.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_tube_aura.uasset deleted file mode 100644 index cfe2e5f6..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Meshes/SM_tube_aura.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17cad23715ea135f21cd16803f92893ef3c2bc37f93fe1f4a6d9c8e4f89ae208 -size 186315 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/Erth_Stone_VFX_1.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/Erth_Stone_VFX_1.uasset deleted file mode 100644 index 17c2fa04..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/Erth_Stone_VFX_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef92e2c8b97d957853678f027254e8e3d14929dc4bbd5d010591030daadcd201 -size 1420 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_1.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_1.uasset deleted file mode 100644 index 8168020b..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a749c076196a0b5c9a154ab328402c225467c98d83662c4623101da92da95da -size 5763853 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_10.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_10.uasset deleted file mode 100644 index bbd3e428..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_10.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f0cf2c1c17e50e8df33fedc800524848b93b55535c86eb7b920ebd504246a8a -size 4076992 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_11.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_11.uasset deleted file mode 100644 index 8da0c036..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_11.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fd21a04d72ee2a5a22a81f67c75e7178920c08390e18e5764757e7599ccc9a4 -size 3897681 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_12.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_12.uasset deleted file mode 100644 index 5905b511..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_12.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b33d4abcd4f4b2f56043f5555a145ab5f031033244fca05566ecfd759c7429f -size 2803091 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_13.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_13.uasset deleted file mode 100644 index 272941f1..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_13.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c19abc59d57eef62dbcb82115d34696bdc796eaedfe2b162c0843a8e58cd1438 -size 6071187 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_14.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_14.uasset deleted file mode 100644 index 89ebf67b..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_14.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e309b9620c5ae4da9f372b4599870fed5056605ae98031eb7f4d335fc14f6f1f -size 3277927 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_15.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_15.uasset deleted file mode 100644 index 31633b6e..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_15.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6803f05b3297ded7bcf0154697ef90ac041945fcf4be318946ac0f34a50cb50 -size 5180699 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_16.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_16.uasset deleted file mode 100644 index 75442994..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_16.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5025d23bcb4ea4164a456b53a42383424cb96fcb352a4ecfd5bbc8acc7b77972 -size 2117750 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_17.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_17.uasset deleted file mode 100644 index 860c8c95..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_17.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9f804fc0ca2f631563be20863b55f799fa466f195f6395a24e6c56bfb3acbcf -size 3769379 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_18.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_18.uasset deleted file mode 100644 index 8562dc5f..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_18.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3c0dec06b81a003f6e6110f182313bdda133fc04b336a223189359d210f31fb -size 6874119 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_19.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_19.uasset deleted file mode 100644 index 89f7b234..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_19.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d324cbb14276a6e539615689680d88c9a546d4fb8cb7f02ce64b711ad22fc9c -size 1790780 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_2.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_2.uasset deleted file mode 100644 index ddfafbf6..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_2.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac0e14e5590ae762243e2e336087e4c5bb9d7f83122d8f6ab37ade11eca2a898 -size 2515401 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_20.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_20.uasset deleted file mode 100644 index efe6ee07..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_20.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b2291e5491f59731358d99b7c836bc411765238b62a9522bf43b897f732152b -size 3337669 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_21.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_21.uasset deleted file mode 100644 index 9f5ca121..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_21.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98084d08ebe35f9dc611ed69fc6c9e4cbef9e124af8f010b531cb551fe287664 -size 2788547 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_22.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_22.uasset deleted file mode 100644 index 26bb4138..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_22.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:970ed66cb6a5dc8cfc9bc0ea723ba91edd4879a35790fac134837b1fefd42e58 -size 3777602 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_23.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_23.uasset deleted file mode 100644 index 70c36b7b..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_23.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7c1235a5aa4c6d648e6ba414b7bb99497fcb12382cc391dc371f0c3d2a6d36a -size 3168687 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_24.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_24.uasset deleted file mode 100644 index ca006d56..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_24.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b78bde301edc43cd6ae9425764f8db170d734591d2623425eba39ac37d5cc168 -size 4016483 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_25.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_25.uasset deleted file mode 100644 index ebe9e98e..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_25.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f481dfefc0ae8c263719a183be2cbb2150fb0cd6319655f9c4a0128d43eb0fda -size 2229361 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_26.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_26.uasset deleted file mode 100644 index 692bdcf1..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_26.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25a9f04a87b8899f72ef80f58e06e6b538d4db11c7dbe469ea9d5a52ecd490b6 -size 1382684 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_3.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_3.uasset deleted file mode 100644 index 03eede7c..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_3.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:326dcb6e49cf8f881af9dde2d4b19a2526a9e80955b3a26dbd32bebd8c311021 -size 6909682 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_4.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_4.uasset deleted file mode 100644 index 7a2d1853..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_4.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f01e713bf835347b9aec9de48ae380ade375ee8c31f875e3d607516fe806e4cf -size 6927131 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_5.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_5.uasset deleted file mode 100644 index eeaaf37b..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_5.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:545b9566617a9d1135f297a1c0d0b9462bc5e782c6bdb6160d74f28c4281f33c -size 4424659 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_6.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_6.uasset deleted file mode 100644 index 8688724d..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_6.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:565c1a11018efcf0d54be98b800df3fcf18c4318065479d0dfc7c09c8894e649 -size 4779712 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_7.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_7.uasset deleted file mode 100644 index d4a7f3d5..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_7.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f666c1a10d9bc76a6bd26a4a8338c11d103764998f5192826e629fc29fa3cc0 -size 5750403 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_8.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_8.uasset deleted file mode 100644 index 0b715bb3..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_8.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e30be3413c7a35405a227280d99c0baa1c921b640362284f2bb405563bd64d0 -size 4096040 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_9.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_9.uasset deleted file mode 100644 index becd25f2..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Prefab/NS_Erth_Stone_VFX_9.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:437be691b845dab27540308c3edad40612f06e0862757314c6541d3d05ad62fd -size 3595893 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_NOSE.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_NOSE.uasset deleted file mode 100644 index 1c29f9cc..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_NOSE.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02f5b7b62bc8836b637335d2a8dd41d144715e2152eee384cdb1b84ed03f8710 -size 1331495 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_crack_02.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_crack_02.uasset deleted file mode 100644 index 19ed6533..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_crack_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55cbd74d68606b7b50a33e33d9d02d78911be5be92a2d857066b6d1596ecb745 -size 183428 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_crack_blakc.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_crack_blakc.uasset deleted file mode 100644 index 7359203f..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_crack_blakc.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a92d885691ab5a3e2dc9e84df451d9d30c9bdf67aeb781bdcf132028d96ba53f -size 576266 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_crack_ground_02.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_crack_ground_02.uasset deleted file mode 100644 index 18efefb7..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_crack_ground_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84f06811a493fc72af2ad0bfd7d3da7a5ec7f8791efea6b8cb853526b24c5f03 -size 67362 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_fast.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_fast.uasset deleted file mode 100644 index 21d77755..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_fast.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42840fe67a4eb7e69a886b359f03986903e782dbb62735848beb4b80acbb207a -size 748723 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_ground.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_ground.uasset deleted file mode 100644 index 8085e663..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_ground.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28ea410bb3b4ebf25a541696fd80ba4c73db6f3b6aa19c38294a2cab0673f952 -size 283571 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_smoke_02.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_smoke_02.uasset deleted file mode 100644 index f7067f4e..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_smoke_02.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52dab890d0eb22ca3ba8ba0766f15b05f1a2e533ea89a3302183d6ba14283382 -size 2065032 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_texture_Stone_norm.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_texture_Stone_norm.uasset deleted file mode 100644 index 02e9f612..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_texture_Stone_norm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8b31ef8a7b17ee58a705f70072c31b442eef33bb64145c5b8175a13a486553b -size 1710315 diff --git a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_trile_loop.uasset b/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_trile_loop.uasset deleted file mode 100644 index c9272c95..00000000 --- a/hwanyoung2/Content/Stone_and_Erth_VFX/Texture/T_trile_loop.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ce5484660b5712c7541d77dc1429e7a313f4af7000b1195aa417eca9a34a9b1 -size 71871 diff --git a/hwanyoung2/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset b/hwanyoung2/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset deleted file mode 100644 index 92c5b2ff..00000000 --- a/hwanyoung2/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80f0455da6bb5123c857b1263ed42b2ed4baf2c728efb96c731ea81592e37a97 -size 34749 diff --git a/hwanyoung2/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset b/hwanyoung2/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset deleted file mode 100644 index 7294c4fb..00000000 --- a/hwanyoung2/Content/ThirdPerson/Blueprints/BP_ThirdPersonGameMode.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06f1fc6f7c0b7819e2e1c5688b16379cadc785a68c192f805d34bca7fb2fe835 -size 14094 diff --git a/hwanyoung2/Content/ThirdPerson/Input/Actions/IA_Jump.uasset b/hwanyoung2/Content/ThirdPerson/Input/Actions/IA_Jump.uasset deleted file mode 100644 index f259a9a3..00000000 --- a/hwanyoung2/Content/ThirdPerson/Input/Actions/IA_Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be70c0d8a764ac67ce853e9bf07a97332996c27bcbf49e0ffafe0c3c13711c51 -size 1307 diff --git a/hwanyoung2/Content/ThirdPerson/Input/Actions/IA_Look.uasset b/hwanyoung2/Content/ThirdPerson/Input/Actions/IA_Look.uasset deleted file mode 100644 index 66b846e8..00000000 --- a/hwanyoung2/Content/ThirdPerson/Input/Actions/IA_Look.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f31e273949de9b9798743f238b895cd422d9b14e77f73e11d993ff3527bbb735 -size 1454 diff --git a/hwanyoung2/Content/ThirdPerson/Input/Actions/IA_Move.uasset b/hwanyoung2/Content/ThirdPerson/Input/Actions/IA_Move.uasset deleted file mode 100644 index 7b57d9b6..00000000 --- a/hwanyoung2/Content/ThirdPerson/Input/Actions/IA_Move.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8ece438a653b29d1c64011ef11d4bd05245413994ecf4ad80ef4da1694b666f -size 1454 diff --git a/hwanyoung2/Content/ThirdPerson/Input/IMC_Default.uasset b/hwanyoung2/Content/ThirdPerson/Input/IMC_Default.uasset deleted file mode 100644 index a020e103..00000000 --- a/hwanyoung2/Content/ThirdPerson/Input/IMC_Default.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1678d0a23bd1ed8d0b3d0503f3e683c69b190661a9df68940b3bfc07205285d7 -size 12793 diff --git a/hwanyoung2/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/SY/Z4CTQ4LG3YV10EKPD0UE8Q.uasset b/hwanyoung2/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/SY/Z4CTQ4LG3YV10EKPD0UE8Q.uasset deleted file mode 100644 index f11a8a57..00000000 --- a/hwanyoung2/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/SY/Z4CTQ4LG3YV10EKPD0UE8Q.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:995cdd512dce13ac9558af165778c54f71b12b16898400599f86fa6ca30444ed -size 849 diff --git a/hwanyoung2/Intermediate/Build/BuildRules/hwanyoung2ModuleRules.dll b/hwanyoung2/Intermediate/Build/BuildRules/hwanyoung2ModuleRules.dll deleted file mode 100644 index 61963293..00000000 Binary files a/hwanyoung2/Intermediate/Build/BuildRules/hwanyoung2ModuleRules.dll and /dev/null differ diff --git a/hwanyoung2/Intermediate/Build/BuildRules/hwanyoung2ModuleRules.pdb b/hwanyoung2/Intermediate/Build/BuildRules/hwanyoung2ModuleRules.pdb deleted file mode 100644 index 2966ec14..00000000 Binary files a/hwanyoung2/Intermediate/Build/BuildRules/hwanyoung2ModuleRules.pdb and /dev/null differ diff --git a/hwanyoung2/Intermediate/Build/BuildRules/hwanyoung2ModuleRulesManifest.json b/hwanyoung2/Intermediate/Build/BuildRules/hwanyoung2ModuleRulesManifest.json deleted file mode 100644 index 2e708d12..00000000 --- a/hwanyoung2/Intermediate/Build/BuildRules/hwanyoung2ModuleRulesManifest.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "SourceFiles": [ - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\hwanyoung2.Build.cs", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudioNiagara\\Source\\FMODStudioNiagara\\FMODStudioNiagara.Build.cs", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODAudioLinkEditor\\FMODAudioLinkEditor.Build.cs", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODAudioLink\\FMODAudioLink.Build.cs", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudioEditor\\FMODStudioEditor.Build.cs", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\FMODStudio.Build.cs", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2.Target.cs", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2Editor.Target.cs" - ], - "EngineVersion": "5.3.2" -} \ No newline at end of file diff --git a/hwanyoung2/Intermediate/Build/SourceFileCache.bin b/hwanyoung2/Intermediate/Build/SourceFileCache.bin deleted file mode 100644 index b0bd0608..00000000 Binary files a/hwanyoung2/Intermediate/Build/SourceFileCache.bin and /dev/null differ diff --git a/hwanyoung2/Intermediate/Build/Win64/ActionHistory.bin b/hwanyoung2/Intermediate/Build/Win64/ActionHistory.bin deleted file mode 100644 index 1515cfca..00000000 Binary files a/hwanyoung2/Intermediate/Build/Win64/ActionHistory.bin and /dev/null differ diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYAIController.gen.cpp b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYAIController.gen.cpp deleted file mode 100644 index 57eddb65..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYAIController.gen.cpp +++ /dev/null @@ -1,92 +0,0 @@ -// 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 "hwanyoung2/HYAIController.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeHYAIController() {} -// Cross Module References - AIMODULE_API UClass* Z_Construct_UClass_AAIController(); - HWANYOUNG2_API UClass* Z_Construct_UClass_AHYAIController(); - HWANYOUNG2_API UClass* Z_Construct_UClass_AHYAIController_NoRegister(); - UPackage* Z_Construct_UPackage__Script_hwanyoung2(); -// End Cross Module References - void AHYAIController::StaticRegisterNativesAHYAIController() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(AHYAIController); - UClass* Z_Construct_UClass_AHYAIController_NoRegister() - { - return AHYAIController::StaticClass(); - } - struct Z_Construct_UClass_AHYAIController_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_AHYAIController_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_AAIController, - (UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AHYAIController_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYAIController_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * \n */" }, -#endif - { "HideCategories", "Collision Rendering Transformation" }, - { "IncludePath", "HYAIController.h" }, - { "ModuleRelativePath", "HYAIController.h" }, - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_AHYAIController_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_AHYAIController_Statics::ClassParams = { - &AHYAIController::StaticClass, - "Engine", - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - 0, - 0, - 0x009002A4u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYAIController_Statics::Class_MetaDataParams), Z_Construct_UClass_AHYAIController_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_AHYAIController() - { - if (!Z_Registration_Info_UClass_AHYAIController.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AHYAIController.OuterSingleton, Z_Construct_UClass_AHYAIController_Statics::ClassParams); - } - return Z_Registration_Info_UClass_AHYAIController.OuterSingleton; - } - template<> HWANYOUNG2_API UClass* StaticClass() - { - return AHYAIController::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(AHYAIController); - AHYAIController::~AHYAIController() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_AHYAIController, AHYAIController::StaticClass, TEXT("AHYAIController"), &Z_Registration_Info_UClass_AHYAIController, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYAIController), 2285976569U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_209017106(TEXT("/Script/hwanyoung2"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYAIController.generated.h b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYAIController.generated.h deleted file mode 100644 index 414bd7d6..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYAIController.generated.h +++ /dev/null @@ -1,64 +0,0 @@ -// 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 "HYAIController.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef HWANYOUNG2_HYAIController_generated_h -#error "HYAIController.generated.h already included, missing '#pragma once' in HYAIController.h" -#endif -#define HWANYOUNG2_HYAIController_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS_NO_PURE_DECLS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_INCLASS_NO_PURE_DECLS \ -private: \ - static void StaticRegisterNativesAHYAIController(); \ - friend struct Z_Construct_UClass_AHYAIController_Statics; \ -public: \ - DECLARE_CLASS(AHYAIController, AAIController, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \ - DECLARE_SERIALIZER(AHYAIController) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ENHANCED_CONSTRUCTORS \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API AHYAIController(AHYAIController&&); \ - NO_API AHYAIController(const AHYAIController&); \ -public: \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AHYAIController); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AHYAIController); \ - DEFINE_DEFAULT_CONSTRUCTOR_CALL(AHYAIController) \ - NO_API virtual ~AHYAIController(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_12_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_GENERATED_BODY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_RPC_WRAPPERS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_INCLASS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h_15_ENHANCED_CONSTRUCTORS \ -private: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> HWANYOUNG2_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAIController_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYAttackComponent.gen.cpp b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYAttackComponent.gen.cpp deleted file mode 100644 index fb53dbf0..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYAttackComponent.gen.cpp +++ /dev/null @@ -1,153 +0,0 @@ -// 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 "hwanyoung2/HYAttackComponent.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeHYAttackComponent() {} -// Cross Module References - ENGINE_API UClass* Z_Construct_UClass_UActorComponent(); - HWANYOUNG2_API UClass* Z_Construct_UClass_UHYAttackComponent(); - HWANYOUNG2_API UClass* Z_Construct_UClass_UHYAttackComponent_NoRegister(); - HWANYOUNG2_API UScriptStruct* Z_Construct_UScriptStruct_FMeleeAttackPart(); - UPackage* Z_Construct_UPackage__Script_hwanyoung2(); -// End Cross Module References - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_MeleeAttackPart; -class UScriptStruct* FMeleeAttackPart::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_MeleeAttackPart.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_MeleeAttackPart.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMeleeAttackPart, (UObject*)Z_Construct_UPackage__Script_hwanyoung2(), TEXT("MeleeAttackPart")); - } - return Z_Registration_Info_UScriptStruct_MeleeAttackPart.OuterSingleton; -} -template<> HWANYOUNG2_API UScriptStruct* StaticStruct() -{ - return FMeleeAttackPart::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FMeleeAttackPart_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FMeleeAttackPart_Statics::Struct_MetaDataParams[] = { - { "BlueprintType", "true" }, -#if !UE_BUILD_SHIPPING - { "Comment", "// collision-based attack part\n" }, -#endif - { "ModuleRelativePath", "HYAttackComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "collision-based attack part" }, -#endif - }; -#endif - void* Z_Construct_UScriptStruct_FMeleeAttackPart_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMeleeAttackPart_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2, - nullptr, - &NewStructOps, - "MeleeAttackPart", - nullptr, - 0, - sizeof(FMeleeAttackPart), - alignof(FMeleeAttackPart), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000001), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMeleeAttackPart_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMeleeAttackPart_Statics::Struct_MetaDataParams) - }; - UScriptStruct* Z_Construct_UScriptStruct_FMeleeAttackPart() - { - if (!Z_Registration_Info_UScriptStruct_MeleeAttackPart.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_MeleeAttackPart.InnerSingleton, Z_Construct_UScriptStruct_FMeleeAttackPart_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_MeleeAttackPart.InnerSingleton; - } - void UHYAttackComponent::StaticRegisterNativesUHYAttackComponent() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UHYAttackComponent); - UClass* Z_Construct_UClass_UHYAttackComponent_NoRegister() - { - return UHYAttackComponent::StaticClass(); - } - struct Z_Construct_UClass_UHYAttackComponent_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_UHYAttackComponent_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UActorComponent, - (UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UHYAttackComponent_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UHYAttackComponent_Statics::Class_MetaDataParams[] = { - { "BlueprintSpawnableComponent", "" }, - { "ClassGroupNames", "Custom" }, - { "IncludePath", "HYAttackComponent.h" }, - { "ModuleRelativePath", "HYAttackComponent.h" }, - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_UHYAttackComponent_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UHYAttackComponent_Statics::ClassParams = { - &UHYAttackComponent::StaticClass, - "Engine", - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - 0, - 0, - 0x00B000A4u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UHYAttackComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UHYAttackComponent_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_UHYAttackComponent() - { - if (!Z_Registration_Info_UClass_UHYAttackComponent.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UHYAttackComponent.OuterSingleton, Z_Construct_UClass_UHYAttackComponent_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UHYAttackComponent.OuterSingleton; - } - template<> HWANYOUNG2_API UClass* StaticClass() - { - return UHYAttackComponent::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UHYAttackComponent); - UHYAttackComponent::~UHYAttackComponent() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics - { - static const FStructRegisterCompiledInInfo ScriptStructInfo[]; - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ScriptStructInfo[] = { - { FMeleeAttackPart::StaticStruct, Z_Construct_UScriptStruct_FMeleeAttackPart_Statics::NewStructOps, TEXT("MeleeAttackPart"), &Z_Registration_Info_UScriptStruct_MeleeAttackPart, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMeleeAttackPart), 1278463635U) }, - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UHYAttackComponent, UHYAttackComponent::StaticClass, TEXT("UHYAttackComponent"), &Z_Registration_Info_UClass_UHYAttackComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UHYAttackComponent), 481381950U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_1572929435(TEXT("/Script/hwanyoung2"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ClassInfo), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_Statics::ScriptStructInfo), - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYAttackComponent.generated.h b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYAttackComponent.generated.h deleted file mode 100644 index d0aa1d32..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYAttackComponent.generated.h +++ /dev/null @@ -1,71 +0,0 @@ -// 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 "HYAttackComponent.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef HWANYOUNG2_HYAttackComponent_generated_h -#error "HYAttackComponent.generated.h already included, missing '#pragma once' in HYAttackComponent.h" -#endif -#define HWANYOUNG2_HYAttackComponent_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_12_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FMeleeAttackPart_Statics; \ - HWANYOUNG2_API static class UScriptStruct* StaticStruct(); - - -template<> HWANYOUNG2_API UScriptStruct* StaticStruct(); - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_INCLASS_NO_PURE_DECLS \ -private: \ - static void StaticRegisterNativesUHYAttackComponent(); \ - friend struct Z_Construct_UClass_UHYAttackComponent_Statics; \ -public: \ - DECLARE_CLASS(UHYAttackComponent, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \ - DECLARE_SERIALIZER(UHYAttackComponent) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ENHANCED_CONSTRUCTORS \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UHYAttackComponent(UHYAttackComponent&&); \ - NO_API UHYAttackComponent(const UHYAttackComponent&); \ -public: \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UHYAttackComponent); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UHYAttackComponent); \ - DEFINE_DEFAULT_CONSTRUCTOR_CALL(UHYAttackComponent) \ - NO_API virtual ~UHYAttackComponent(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_29_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_GENERATED_BODY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_INCLASS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h_32_ENHANCED_CONSTRUCTORS \ -private: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> HWANYOUNG2_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYAttackComponent_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYGameStateBase.gen.cpp b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYGameStateBase.gen.cpp deleted file mode 100644 index f48d841f..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYGameStateBase.gen.cpp +++ /dev/null @@ -1,113 +0,0 @@ -// 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 "hwanyoung2/HYGameStateBase.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeHYGameStateBase() {} -// Cross Module References - ENGINE_API UClass* Z_Construct_UClass_AGameStateBase(); - ENGINE_API UClass* Z_Construct_UClass_UDataTable_NoRegister(); - HWANYOUNG2_API UClass* Z_Construct_UClass_AHYGameStateBase(); - HWANYOUNG2_API UClass* Z_Construct_UClass_AHYGameStateBase_NoRegister(); - UPackage* Z_Construct_UPackage__Script_hwanyoung2(); -// End Cross Module References - void AHYGameStateBase::StaticRegisterNativesAHYGameStateBase() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(AHYGameStateBase); - UClass* Z_Construct_UClass_AHYGameStateBase_NoRegister() - { - return AHYGameStateBase::StaticClass(); - } - struct Z_Construct_UClass_AHYGameStateBase_Statics - { - static UObject* (*const DependentSingletons[])(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; -#endif -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemDatabase_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_ItemDatabase; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_AHYGameStateBase_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_AGameStateBase, - (UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AHYGameStateBase_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYGameStateBase_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * The game state holds the database for all existing items within the game.\n */" }, -#endif - { "HideCategories", "Input Movement Collision Rendering HLOD WorldPartition DataLayers Transformation" }, - { "IncludePath", "HYGameStateBase.h" }, - { "ModuleRelativePath", "HYGameStateBase.h" }, - { "ShowCategories", "Input|MouseInput Input|TouchInput" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "The game state holds the database for all existing items within the game." }, -#endif - }; -#endif -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYGameStateBase_Statics::NewProp_ItemDatabase_MetaData[] = { - { "Category", "HYGameStateBase" }, - { "ModuleRelativePath", "HYGameStateBase.h" }, - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AHYGameStateBase_Statics::NewProp_ItemDatabase = { "ItemDatabase", nullptr, (EPropertyFlags)0x0020080000010001, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AHYGameStateBase, ItemDatabase), Z_Construct_UClass_UDataTable_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYGameStateBase_Statics::NewProp_ItemDatabase_MetaData), Z_Construct_UClass_AHYGameStateBase_Statics::NewProp_ItemDatabase_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AHYGameStateBase_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYGameStateBase_Statics::NewProp_ItemDatabase, - }; - const FCppClassTypeInfoStatic Z_Construct_UClass_AHYGameStateBase_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_AHYGameStateBase_Statics::ClassParams = { - &AHYGameStateBase::StaticClass, - "Game", - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - Z_Construct_UClass_AHYGameStateBase_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - UE_ARRAY_COUNT(Z_Construct_UClass_AHYGameStateBase_Statics::PropPointers), - 0, - 0x009002A4u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYGameStateBase_Statics::Class_MetaDataParams), Z_Construct_UClass_AHYGameStateBase_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AHYGameStateBase_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_AHYGameStateBase() - { - if (!Z_Registration_Info_UClass_AHYGameStateBase.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AHYGameStateBase.OuterSingleton, Z_Construct_UClass_AHYGameStateBase_Statics::ClassParams); - } - return Z_Registration_Info_UClass_AHYGameStateBase.OuterSingleton; - } - template<> HWANYOUNG2_API UClass* StaticClass() - { - return AHYGameStateBase::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(AHYGameStateBase); - AHYGameStateBase::~AHYGameStateBase() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_AHYGameStateBase, AHYGameStateBase::StaticClass, TEXT("AHYGameStateBase"), &Z_Registration_Info_UClass_AHYGameStateBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYGameStateBase), 710563328U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_3218488359(TEXT("/Script/hwanyoung2"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYGameStateBase.generated.h b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYGameStateBase.generated.h deleted file mode 100644 index d1ef5380..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYGameStateBase.generated.h +++ /dev/null @@ -1,64 +0,0 @@ -// 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 "HYGameStateBase.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef HWANYOUNG2_HYGameStateBase_generated_h -#error "HYGameStateBase.generated.h already included, missing '#pragma once' in HYGameStateBase.h" -#endif -#define HWANYOUNG2_HYGameStateBase_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_RPC_WRAPPERS_NO_PURE_DECLS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_INCLASS_NO_PURE_DECLS \ -private: \ - static void StaticRegisterNativesAHYGameStateBase(); \ - friend struct Z_Construct_UClass_AHYGameStateBase_Statics; \ -public: \ - DECLARE_CLASS(AHYGameStateBase, AGameStateBase, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \ - DECLARE_SERIALIZER(AHYGameStateBase) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ENHANCED_CONSTRUCTORS \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API AHYGameStateBase(AHYGameStateBase&&); \ - NO_API AHYGameStateBase(const AHYGameStateBase&); \ -public: \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AHYGameStateBase); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AHYGameStateBase); \ - DEFINE_DEFAULT_CONSTRUCTOR_CALL(AHYGameStateBase) \ - NO_API virtual ~AHYGameStateBase(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_12_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_GENERATED_BODY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_RPC_WRAPPERS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_INCLASS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h_15_ENHANCED_CONSTRUCTORS \ -private: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> HWANYOUNG2_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYGameStateBase_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYInteractableActor.gen.cpp b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYInteractableActor.gen.cpp deleted file mode 100644 index 9c542364..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYInteractableActor.gen.cpp +++ /dev/null @@ -1,232 +0,0 @@ -// 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 "hwanyoung2/HYInteractableActor.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeHYInteractableActor() {} -// Cross Module References - ENGINE_API UClass* Z_Construct_UClass_AActor(); - ENGINE_API UClass* Z_Construct_UClass_APlayerController_NoRegister(); - HWANYOUNG2_API UClass* Z_Construct_UClass_AHYInteractableActor(); - HWANYOUNG2_API UClass* Z_Construct_UClass_AHYInteractableActor_NoRegister(); - UPackage* Z_Construct_UPackage__Script_hwanyoung2(); -// End Cross Module References - DEFINE_FUNCTION(AHYInteractableActor::execGetInteractText) - { - P_FINISH; - P_NATIVE_BEGIN; - *(FString*)Z_Param__Result=P_THIS->GetInteractText(); - P_NATIVE_END; - } - DEFINE_FUNCTION(AHYInteractableActor::execInteract) - { - P_GET_OBJECT(APlayerController,Z_Param_Controller); - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->Interact_Implementation(Z_Param_Controller); - P_NATIVE_END; - } - struct HYInteractableActor_eventInteract_Parms - { - APlayerController* Controller; - }; - static FName NAME_AHYInteractableActor_Interact = FName(TEXT("Interact")); - void AHYInteractableActor::Interact(APlayerController* Controller) - { - HYInteractableActor_eventInteract_Parms Parms; - Parms.Controller=Controller; - ProcessEvent(FindFunctionChecked(NAME_AHYInteractableActor_Interact),&Parms); - } - void AHYInteractableActor::StaticRegisterNativesAHYInteractableActor() - { - UClass* Class = AHYInteractableActor::StaticClass(); - static const FNameNativePtrPair Funcs[] = { - { "GetInteractText", &AHYInteractableActor::execGetInteractText }, - { "Interact", &AHYInteractableActor::execInteract }, - }; - FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); - } - struct Z_Construct_UFunction_AHYInteractableActor_GetInteractText_Statics - { - struct HYInteractableActor_eventGetInteractText_Parms - { - FString ReturnValue; - }; - 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_AHYInteractableActor_GetInteractText_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(HYInteractableActor_eventGetInteractText_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_AHYInteractableActor_GetInteractText_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AHYInteractableActor_GetInteractText_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_AHYInteractableActor_GetInteractText_Statics::Function_MetaDataParams[] = { - { "Category", "Pickup" }, - { "ModuleRelativePath", "HYInteractableActor.h" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AHYInteractableActor_GetInteractText_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_AHYInteractableActor, nullptr, "GetInteractText", nullptr, nullptr, Z_Construct_UFunction_AHYInteractableActor_GetInteractText_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_AHYInteractableActor_GetInteractText_Statics::PropPointers), sizeof(Z_Construct_UFunction_AHYInteractableActor_GetInteractText_Statics::HYInteractableActor_eventGetInteractText_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYInteractableActor_GetInteractText_Statics::Function_MetaDataParams), Z_Construct_UFunction_AHYInteractableActor_GetInteractText_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYInteractableActor_GetInteractText_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_AHYInteractableActor_GetInteractText_Statics::HYInteractableActor_eventGetInteractText_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_AHYInteractableActor_GetInteractText() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AHYInteractableActor_GetInteractText_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_AHYInteractableActor_Interact_Statics - { - static const UECodeGen_Private::FObjectPropertyParams NewProp_Controller; - 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_AHYInteractableActor_Interact_Statics::NewProp_Controller = { "Controller", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(HYInteractableActor_eventInteract_Parms, Controller), Z_Construct_UClass_APlayerController_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_AHYInteractableActor_Interact_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AHYInteractableActor_Interact_Statics::NewProp_Controller, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_AHYInteractableActor_Interact_Statics::Function_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "//this is a Blueprint-only Event; does not have C++ implementation\n" }, -#endif - { "ModuleRelativePath", "HYInteractableActor.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "this is a Blueprint-only Event; does not have C++ implementation" }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AHYInteractableActor_Interact_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_AHYInteractableActor, nullptr, "Interact", nullptr, nullptr, Z_Construct_UFunction_AHYInteractableActor_Interact_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_AHYInteractableActor_Interact_Statics::PropPointers), sizeof(HYInteractableActor_eventInteract_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020C00, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYInteractableActor_Interact_Statics::Function_MetaDataParams), Z_Construct_UFunction_AHYInteractableActor_Interact_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYInteractableActor_Interact_Statics::PropPointers) < 2048); - static_assert(sizeof(HYInteractableActor_eventInteract_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_AHYInteractableActor_Interact() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AHYInteractableActor_Interact_Statics::FuncParams); - } - return ReturnFunction; - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(AHYInteractableActor); - UClass* Z_Construct_UClass_AHYInteractableActor_NoRegister() - { - return AHYInteractableActor::StaticClass(); - } - struct Z_Construct_UClass_AHYInteractableActor_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_Action_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_Action; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_AHYInteractableActor_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_AActor, - (UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AHYInteractableActor_Statics::DependentSingletons) < 16); - const FClassFunctionLinkInfo Z_Construct_UClass_AHYInteractableActor_Statics::FuncInfo[] = { - { &Z_Construct_UFunction_AHYInteractableActor_GetInteractText, "GetInteractText" }, // 1877685254 - { &Z_Construct_UFunction_AHYInteractableActor_Interact, "Interact" }, // 728599846 - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AHYInteractableActor_Statics::FuncInfo) < 2048); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYInteractableActor_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/*\n* Parent class for all interactable actor objects \n*/" }, -#endif - { "IncludePath", "HYInteractableActor.h" }, - { "ModuleRelativePath", "HYInteractableActor.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "* Parent class for all interactable actor objects" }, -#endif - }; -#endif -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYInteractableActor_Statics::NewProp_Name_MetaData[] = { - { "Category", "HYInteractableActor" }, - { "ModuleRelativePath", "HYInteractableActor.h" }, - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_AHYInteractableActor_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AHYInteractableActor, Name), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYInteractableActor_Statics::NewProp_Name_MetaData), Z_Construct_UClass_AHYInteractableActor_Statics::NewProp_Name_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYInteractableActor_Statics::NewProp_Action_MetaData[] = { - { "Category", "HYInteractableActor" }, - { "ModuleRelativePath", "HYInteractableActor.h" }, - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_AHYInteractableActor_Statics::NewProp_Action = { "Action", nullptr, (EPropertyFlags)0x0010000000010001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AHYInteractableActor, Action), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYInteractableActor_Statics::NewProp_Action_MetaData), Z_Construct_UClass_AHYInteractableActor_Statics::NewProp_Action_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AHYInteractableActor_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYInteractableActor_Statics::NewProp_Name, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYInteractableActor_Statics::NewProp_Action, - }; - const FCppClassTypeInfoStatic Z_Construct_UClass_AHYInteractableActor_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_AHYInteractableActor_Statics::ClassParams = { - &AHYInteractableActor::StaticClass, - "Engine", - &StaticCppClassTypeInfo, - DependentSingletons, - FuncInfo, - Z_Construct_UClass_AHYInteractableActor_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - UE_ARRAY_COUNT(FuncInfo), - UE_ARRAY_COUNT(Z_Construct_UClass_AHYInteractableActor_Statics::PropPointers), - 0, - 0x009000A4u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYInteractableActor_Statics::Class_MetaDataParams), Z_Construct_UClass_AHYInteractableActor_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AHYInteractableActor_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_AHYInteractableActor() - { - if (!Z_Registration_Info_UClass_AHYInteractableActor.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AHYInteractableActor.OuterSingleton, Z_Construct_UClass_AHYInteractableActor_Statics::ClassParams); - } - return Z_Registration_Info_UClass_AHYInteractableActor.OuterSingleton; - } - template<> HWANYOUNG2_API UClass* StaticClass() - { - return AHYInteractableActor::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(AHYInteractableActor); - AHYInteractableActor::~AHYInteractableActor() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_AHYInteractableActor, AHYInteractableActor::StaticClass, TEXT("AHYInteractableActor"), &Z_Registration_Info_UClass_AHYInteractableActor, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYInteractableActor), 3459487997U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_607922467(TEXT("/Script/hwanyoung2"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYInteractableActor.generated.h b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYInteractableActor.generated.h deleted file mode 100644 index f3bce276..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYInteractableActor.generated.h +++ /dev/null @@ -1,72 +0,0 @@ -// 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 "HYInteractableActor.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -class APlayerController; -#ifdef HWANYOUNG2_HYInteractableActor_generated_h -#error "HYInteractableActor.generated.h already included, missing '#pragma once' in HYInteractableActor.h" -#endif -#define HWANYOUNG2_HYInteractableActor_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_RPC_WRAPPERS_NO_PURE_DECLS \ - \ - DECLARE_FUNCTION(execGetInteractText); \ - DECLARE_FUNCTION(execInteract); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_CALLBACK_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_INCLASS_NO_PURE_DECLS \ -private: \ - static void StaticRegisterNativesAHYInteractableActor(); \ - friend struct Z_Construct_UClass_AHYInteractableActor_Statics; \ -public: \ - DECLARE_CLASS(AHYInteractableActor, AActor, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \ - DECLARE_SERIALIZER(AHYInteractableActor) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ENHANCED_CONSTRUCTORS \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API AHYInteractableActor(AHYInteractableActor&&); \ - NO_API AHYInteractableActor(const AHYInteractableActor&); \ -public: \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AHYInteractableActor); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AHYInteractableActor); \ - DEFINE_DEFAULT_CONSTRUCTOR_CALL(AHYInteractableActor) \ - NO_API virtual ~AHYInteractableActor(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_12_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_GENERATED_BODY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_RPC_WRAPPERS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_CALLBACK_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_INCLASS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h_15_ENHANCED_CONSTRUCTORS \ -private: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> HWANYOUNG2_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYInteractableActor_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYManualPickUp.gen.cpp b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYManualPickUp.gen.cpp deleted file mode 100644 index 3447ab18..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYManualPickUp.gen.cpp +++ /dev/null @@ -1,121 +0,0 @@ -// 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 "hwanyoung2/HYManualPickUp.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeHYManualPickUp() {} -// Cross Module References - ENGINE_API UClass* Z_Construct_UClass_UStaticMeshComponent_NoRegister(); - HWANYOUNG2_API UClass* Z_Construct_UClass_AHYInteractableActor(); - HWANYOUNG2_API UClass* Z_Construct_UClass_AHYManualPickUp(); - HWANYOUNG2_API UClass* Z_Construct_UClass_AHYManualPickUp_NoRegister(); - UPackage* Z_Construct_UPackage__Script_hwanyoung2(); -// End Cross Module References - void AHYManualPickUp::StaticRegisterNativesAHYManualPickUp() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(AHYManualPickUp); - UClass* Z_Construct_UClass_AHYManualPickUp_NoRegister() - { - return AHYManualPickUp::StaticClass(); - } - struct Z_Construct_UClass_AHYManualPickUp_Statics - { - static UObject* (*const DependentSingletons[])(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; -#endif -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_PickUpRangeMesh_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_PickUpRangeMesh; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemID_MetaData[]; -#endif - static const UECodeGen_Private::FNamePropertyParams NewProp_ItemID; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_AHYManualPickUp_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_AHYInteractableActor, - (UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AHYManualPickUp_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYManualPickUp_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * \n */" }, -#endif - { "IncludePath", "HYManualPickUp.h" }, - { "ModuleRelativePath", "HYManualPickUp.h" }, - }; -#endif -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYManualPickUp_Statics::NewProp_PickUpRangeMesh_MetaData[] = { - { "Category", "HYManualPickUp" }, - { "EditInline", "true" }, - { "ModuleRelativePath", "HYManualPickUp.h" }, - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AHYManualPickUp_Statics::NewProp_PickUpRangeMesh = { "PickUpRangeMesh", nullptr, (EPropertyFlags)0x0020080000080009, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AHYManualPickUp, PickUpRangeMesh), Z_Construct_UClass_UStaticMeshComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYManualPickUp_Statics::NewProp_PickUpRangeMesh_MetaData), Z_Construct_UClass_AHYManualPickUp_Statics::NewProp_PickUpRangeMesh_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYManualPickUp_Statics::NewProp_ItemID_MetaData[] = { - { "Category", "HYManualPickUp" }, - { "ModuleRelativePath", "HYManualPickUp.h" }, - }; -#endif - const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_AHYManualPickUp_Statics::NewProp_ItemID = { "ItemID", nullptr, (EPropertyFlags)0x0020080000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AHYManualPickUp, ItemID), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYManualPickUp_Statics::NewProp_ItemID_MetaData), Z_Construct_UClass_AHYManualPickUp_Statics::NewProp_ItemID_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AHYManualPickUp_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYManualPickUp_Statics::NewProp_PickUpRangeMesh, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYManualPickUp_Statics::NewProp_ItemID, - }; - const FCppClassTypeInfoStatic Z_Construct_UClass_AHYManualPickUp_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_AHYManualPickUp_Statics::ClassParams = { - &AHYManualPickUp::StaticClass, - "Engine", - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - Z_Construct_UClass_AHYManualPickUp_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - UE_ARRAY_COUNT(Z_Construct_UClass_AHYManualPickUp_Statics::PropPointers), - 0, - 0x009000A4u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYManualPickUp_Statics::Class_MetaDataParams), Z_Construct_UClass_AHYManualPickUp_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AHYManualPickUp_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_AHYManualPickUp() - { - if (!Z_Registration_Info_UClass_AHYManualPickUp.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AHYManualPickUp.OuterSingleton, Z_Construct_UClass_AHYManualPickUp_Statics::ClassParams); - } - return Z_Registration_Info_UClass_AHYManualPickUp.OuterSingleton; - } - template<> HWANYOUNG2_API UClass* StaticClass() - { - return AHYManualPickUp::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(AHYManualPickUp); - AHYManualPickUp::~AHYManualPickUp() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_AHYManualPickUp, AHYManualPickUp::StaticClass, TEXT("AHYManualPickUp"), &Z_Registration_Info_UClass_AHYManualPickUp, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYManualPickUp), 871010894U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_2729025153(TEXT("/Script/hwanyoung2"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYManualPickUp.generated.h b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYManualPickUp.generated.h deleted file mode 100644 index 74e86ef5..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYManualPickUp.generated.h +++ /dev/null @@ -1,64 +0,0 @@ -// 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 "HYManualPickUp.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef HWANYOUNG2_HYManualPickUp_generated_h -#error "HYManualPickUp.generated.h already included, missing '#pragma once' in HYManualPickUp.h" -#endif -#define HWANYOUNG2_HYManualPickUp_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_RPC_WRAPPERS_NO_PURE_DECLS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_INCLASS_NO_PURE_DECLS \ -private: \ - static void StaticRegisterNativesAHYManualPickUp(); \ - friend struct Z_Construct_UClass_AHYManualPickUp_Statics; \ -public: \ - DECLARE_CLASS(AHYManualPickUp, AHYInteractableActor, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \ - DECLARE_SERIALIZER(AHYManualPickUp) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ENHANCED_CONSTRUCTORS \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API AHYManualPickUp(AHYManualPickUp&&); \ - NO_API AHYManualPickUp(const AHYManualPickUp&); \ -public: \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AHYManualPickUp); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AHYManualPickUp); \ - DEFINE_DEFAULT_CONSTRUCTOR_CALL(AHYManualPickUp) \ - NO_API virtual ~AHYManualPickUp(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_12_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_GENERATED_BODY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_RPC_WRAPPERS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_INCLASS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h_15_ENHANCED_CONSTRUCTORS \ -private: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> HWANYOUNG2_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYManualPickUp_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYPlayerCharacController.gen.cpp b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYPlayerCharacController.gen.cpp deleted file mode 100644 index 930c9641..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYPlayerCharacController.gen.cpp +++ /dev/null @@ -1,454 +0,0 @@ -// 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 "hwanyoung2/HYPlayerCharacController.h" -#include "hwanyoung2/InventoryItem.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeHYPlayerCharacController() {} -// Cross Module References - ENGINE_API UClass* Z_Construct_UClass_APlayerController(); - HWANYOUNG2_API UClass* Z_Construct_UClass_AHYInteractableActor_NoRegister(); - HWANYOUNG2_API UClass* Z_Construct_UClass_AHYPlayerCharacController(); - HWANYOUNG2_API UClass* Z_Construct_UClass_AHYPlayerCharacController_NoRegister(); - HWANYOUNG2_API UScriptStruct* Z_Construct_UScriptStruct_FInventoryItem(); - UPackage* Z_Construct_UPackage__Script_hwanyoung2(); -// End Cross Module References - DEFINE_FUNCTION(AHYPlayerCharacController::execInteract) - { - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->Interact(); - P_NATIVE_END; - } - DEFINE_FUNCTION(AHYPlayerCharacController::execCraftItem) - { - P_GET_STRUCT(FInventoryItem,Z_Param_ItemA); - P_FINISH; - P_NATIVE_BEGIN; - *(FInventoryItem*)Z_Param__Result=P_THIS->CraftItem(Z_Param_ItemA); - P_NATIVE_END; - } - DEFINE_FUNCTION(AHYPlayerCharacController::execAddItemToInventoryByID) - { - P_GET_PROPERTY(FNameProperty,Z_Param_ID); - P_FINISH; - P_NATIVE_BEGIN; - *(bool*)Z_Param__Result=P_THIS->AddItemToInventoryByID(Z_Param_ID); - P_NATIVE_END; - } - DEFINE_FUNCTION(AHYPlayerCharacController::execGetInventoryWeight) - { - P_FINISH; - P_NATIVE_BEGIN; - *(int32*)Z_Param__Result=P_THIS->GetInventoryWeight(); - P_NATIVE_END; - } - static FName NAME_AHYPlayerCharacController_ReloadCraftUI = FName(TEXT("ReloadCraftUI")); - void AHYPlayerCharacController::ReloadCraftUI() - { - ProcessEvent(FindFunctionChecked(NAME_AHYPlayerCharacController_ReloadCraftUI),NULL); - } - static FName NAME_AHYPlayerCharacController_ReloadInventory = FName(TEXT("ReloadInventory")); - void AHYPlayerCharacController::ReloadInventory() - { - ProcessEvent(FindFunctionChecked(NAME_AHYPlayerCharacController_ReloadInventory),NULL); - } - static FName NAME_AHYPlayerCharacController_SaveGameplay = FName(TEXT("SaveGameplay")); - void AHYPlayerCharacController::SaveGameplay() - { - ProcessEvent(FindFunctionChecked(NAME_AHYPlayerCharacController_SaveGameplay),NULL); - } - void AHYPlayerCharacController::StaticRegisterNativesAHYPlayerCharacController() - { - UClass* Class = AHYPlayerCharacController::StaticClass(); - static const FNameNativePtrPair Funcs[] = { - { "AddItemToInventoryByID", &AHYPlayerCharacController::execAddItemToInventoryByID }, - { "CraftItem", &AHYPlayerCharacController::execCraftItem }, - { "GetInventoryWeight", &AHYPlayerCharacController::execGetInventoryWeight }, - { "Interact", &AHYPlayerCharacController::execInteract }, - }; - FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); - } - struct Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics - { - struct HYPlayerCharacController_eventAddItemToInventoryByID_Parms - { - FName ID; - bool ReturnValue; - }; - static const UECodeGen_Private::FNamePropertyParams NewProp_ID; - 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; - }; - const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::NewProp_ID = { "ID", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(HYPlayerCharacController_eventAddItemToInventoryByID_Parms, ID), METADATA_PARAMS(0, nullptr) }; - void Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::NewProp_ReturnValue_SetBit(void* Obj) - { - ((HYPlayerCharacController_eventAddItemToInventoryByID_Parms*)Obj)->ReturnValue = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(HYPlayerCharacController_eventAddItemToInventoryByID_Parms), &Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::NewProp_ID, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::Function_MetaDataParams[] = { - { "Category", "Utils" }, - { "ModuleRelativePath", "HYPlayerCharacController.h" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_AHYPlayerCharacController, nullptr, "AddItemToInventoryByID", nullptr, nullptr, Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::PropPointers), sizeof(Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::HYPlayerCharacController_eventAddItemToInventoryByID_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::Function_MetaDataParams), Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::HYPlayerCharacController_eventAddItemToInventoryByID_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics - { - struct HYPlayerCharacController_eventCraftItem_Parms - { - FInventoryItem ItemA; - FInventoryItem ReturnValue; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_ItemA; - static const UECodeGen_Private::FStructPropertyParams 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::FStructPropertyParams Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::NewProp_ItemA = { "ItemA", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(HYPlayerCharacController_eventCraftItem_Parms, ItemA), Z_Construct_UScriptStruct_FInventoryItem, METADATA_PARAMS(0, nullptr) }; // 2241997621 - const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(HYPlayerCharacController_eventCraftItem_Parms, ReturnValue), Z_Construct_UScriptStruct_FInventoryItem, METADATA_PARAMS(0, nullptr) }; // 2241997621 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::NewProp_ItemA, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::Function_MetaDataParams[] = { - { "Category", "Utils" }, - { "ModuleRelativePath", "HYPlayerCharacController.h" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_AHYPlayerCharacController, nullptr, "CraftItem", nullptr, nullptr, Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::PropPointers), sizeof(Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::HYPlayerCharacController_eventCraftItem_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::Function_MetaDataParams), Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::HYPlayerCharacController_eventCraftItem_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_AHYPlayerCharacController_CraftItem() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AHYPlayerCharacController_CraftItem_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics - { - struct HYPlayerCharacController_eventGetInventoryWeight_Parms - { - int32 ReturnValue; - }; - 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_AHYPlayerCharacController_GetInventoryWeight_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(HYPlayerCharacController_eventGetInventoryWeight_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics::Function_MetaDataParams[] = { - { "Category", "Utils" }, - { "ModuleRelativePath", "HYPlayerCharacController.h" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_AHYPlayerCharacController, nullptr, "GetInventoryWeight", nullptr, nullptr, Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics::PropPointers), sizeof(Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics::HYPlayerCharacController_eventGetInventoryWeight_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics::Function_MetaDataParams), Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics::HYPlayerCharacController_eventGetInventoryWeight_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_AHYPlayerCharacController_Interact_Statics - { -#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_AHYPlayerCharacController_Interact_Statics::Function_MetaDataParams[] = { - { "Category", "Utils" }, -#if !UE_BUILD_SHIPPING - { "Comment", "//interacts with the Interactable objects\n" }, -#endif - { "ModuleRelativePath", "HYPlayerCharacController.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "interacts with the Interactable objects" }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AHYPlayerCharacController_Interact_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_AHYPlayerCharacController, nullptr, "Interact", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_Interact_Statics::Function_MetaDataParams), Z_Construct_UFunction_AHYPlayerCharacController_Interact_Statics::Function_MetaDataParams) }; - UFunction* Z_Construct_UFunction_AHYPlayerCharacController_Interact() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AHYPlayerCharacController_Interact_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI_Statics - { -#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_AHYPlayerCharacController_ReloadCraftUI_Statics::Function_MetaDataParams[] = { - { "ModuleRelativePath", "HYPlayerCharacController.h" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_AHYPlayerCharacController, nullptr, "ReloadCraftUI", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020800, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI_Statics::Function_MetaDataParams), Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI_Statics::Function_MetaDataParams) }; - UFunction* Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_AHYPlayerCharacController_ReloadInventory_Statics - { -#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_AHYPlayerCharacController_ReloadInventory_Statics::Function_MetaDataParams[] = { - { "ModuleRelativePath", "HYPlayerCharacController.h" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AHYPlayerCharacController_ReloadInventory_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_AHYPlayerCharacController, nullptr, "ReloadInventory", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020800, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_ReloadInventory_Statics::Function_MetaDataParams), Z_Construct_UFunction_AHYPlayerCharacController_ReloadInventory_Statics::Function_MetaDataParams) }; - UFunction* Z_Construct_UFunction_AHYPlayerCharacController_ReloadInventory() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AHYPlayerCharacController_ReloadInventory_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay_Statics - { -#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_AHYPlayerCharacController_SaveGameplay_Statics::Function_MetaDataParams[] = { - { "ModuleRelativePath", "HYPlayerCharacController.h" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_AHYPlayerCharacController, nullptr, "SaveGameplay", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x08020800, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay_Statics::Function_MetaDataParams), Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay_Statics::Function_MetaDataParams) }; - UFunction* Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay_Statics::FuncParams); - } - return ReturnFunction; - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(AHYPlayerCharacController); - UClass* Z_Construct_UClass_AHYPlayerCharacController_NoRegister() - { - return AHYPlayerCharacController::StaticClass(); - } - struct Z_Construct_UClass_AHYPlayerCharacController_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_CurrentInteractable_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_CurrentInteractable; - static const UECodeGen_Private::FStructPropertyParams NewProp_Inventory_Inner; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Inventory_MetaData[]; -#endif - static const UECodeGen_Private::FArrayPropertyParams NewProp_Inventory; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_InventorySlotLimit_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_InventorySlotLimit; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_InventoryWeightLimit_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_InventoryWeightLimit; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Currency_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_Currency; - static const UECodeGen_Private::FNamePropertyParams NewProp_CraftingItems_ElementProp; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_CraftingItems_MetaData[]; -#endif - static const UECodeGen_Private::FSetPropertyParams NewProp_CraftingItems; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_AHYPlayerCharacController_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_APlayerController, - (UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::DependentSingletons) < 16); - const FClassFunctionLinkInfo Z_Construct_UClass_AHYPlayerCharacController_Statics::FuncInfo[] = { - { &Z_Construct_UFunction_AHYPlayerCharacController_AddItemToInventoryByID, "AddItemToInventoryByID" }, // 3013045099 - { &Z_Construct_UFunction_AHYPlayerCharacController_CraftItem, "CraftItem" }, // 450166460 - { &Z_Construct_UFunction_AHYPlayerCharacController_GetInventoryWeight, "GetInventoryWeight" }, // 3056279709 - { &Z_Construct_UFunction_AHYPlayerCharacController_Interact, "Interact" }, // 605996598 - { &Z_Construct_UFunction_AHYPlayerCharacController_ReloadCraftUI, "ReloadCraftUI" }, // 638548174 - { &Z_Construct_UFunction_AHYPlayerCharacController_ReloadInventory, "ReloadInventory" }, // 3757789414 - { &Z_Construct_UFunction_AHYPlayerCharacController_SaveGameplay, "SaveGameplay" }, // 2045049481 - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::FuncInfo) < 2048); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYPlayerCharacController_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * \n */" }, -#endif - { "HideCategories", "Collision Rendering Transformation" }, - { "IncludePath", "HYPlayerCharacController.h" }, - { "ModuleRelativePath", "HYPlayerCharacController.h" }, - }; -#endif -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CurrentInteractable_MetaData[] = { - { "Category", "HYPlayerCharacController" }, - { "ModuleRelativePath", "HYPlayerCharacController.h" }, - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CurrentInteractable = { "CurrentInteractable", nullptr, (EPropertyFlags)0x0010000000020005, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AHYPlayerCharacController, CurrentInteractable), Z_Construct_UClass_AHYInteractableActor_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CurrentInteractable_MetaData), Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CurrentInteractable_MetaData) }; - const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory_Inner = { "Inventory", nullptr, (EPropertyFlags)0x0000000000020000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FInventoryItem, METADATA_PARAMS(0, nullptr) }; // 2241997621 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory_MetaData[] = { - { "Category", "HYPlayerCharacController" }, - { "ModuleRelativePath", "HYPlayerCharacController.h" }, - }; -#endif - const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory = { "Inventory", nullptr, (EPropertyFlags)0x0010000000020005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AHYPlayerCharacController, Inventory), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory_MetaData), Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory_MetaData) }; // 2241997621 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventorySlotLimit_MetaData[] = { - { "Category", "HYPlayerCharacController" }, - { "ModuleRelativePath", "HYPlayerCharacController.h" }, - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventorySlotLimit = { "InventorySlotLimit", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AHYPlayerCharacController, InventorySlotLimit), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventorySlotLimit_MetaData), Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventorySlotLimit_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventoryWeightLimit_MetaData[] = { - { "Category", "HYPlayerCharacController" }, - { "ModuleRelativePath", "HYPlayerCharacController.h" }, - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventoryWeightLimit = { "InventoryWeightLimit", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AHYPlayerCharacController, InventoryWeightLimit), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventoryWeightLimit_MetaData), Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventoryWeightLimit_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Currency_MetaData[] = { - { "Category", "HYPlayerCharacController" }, - { "ModuleRelativePath", "HYPlayerCharacController.h" }, - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Currency = { "Currency", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AHYPlayerCharacController, Currency), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Currency_MetaData), Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Currency_MetaData) }; - const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems_ElementProp = { "CraftingItems", nullptr, (EPropertyFlags)0x0000000000020001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems_MetaData[] = { - { "Category", "HYPlayerCharacController" }, - { "ModuleRelativePath", "HYPlayerCharacController.h" }, - }; -#endif - const UECodeGen_Private::FSetPropertyParams Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems = { "CraftingItems", nullptr, (EPropertyFlags)0x0010000000020005, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AHYPlayerCharacController, CraftingItems), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems_MetaData), Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AHYPlayerCharacController_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CurrentInteractable, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory_Inner, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Inventory, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventorySlotLimit, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_InventoryWeightLimit, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_Currency, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems_ElementProp, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AHYPlayerCharacController_Statics::NewProp_CraftingItems, - }; - const FCppClassTypeInfoStatic Z_Construct_UClass_AHYPlayerCharacController_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_AHYPlayerCharacController_Statics::ClassParams = { - &AHYPlayerCharacController::StaticClass, - "Game", - &StaticCppClassTypeInfo, - DependentSingletons, - FuncInfo, - Z_Construct_UClass_AHYPlayerCharacController_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - UE_ARRAY_COUNT(FuncInfo), - UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::PropPointers), - 0, - 0x009002A4u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::Class_MetaDataParams), Z_Construct_UClass_AHYPlayerCharacController_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AHYPlayerCharacController_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_AHYPlayerCharacController() - { - if (!Z_Registration_Info_UClass_AHYPlayerCharacController.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AHYPlayerCharacController.OuterSingleton, Z_Construct_UClass_AHYPlayerCharacController_Statics::ClassParams); - } - return Z_Registration_Info_UClass_AHYPlayerCharacController.OuterSingleton; - } - template<> HWANYOUNG2_API UClass* StaticClass() - { - return AHYPlayerCharacController::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(AHYPlayerCharacController); - AHYPlayerCharacController::~AHYPlayerCharacController() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_AHYPlayerCharacController, AHYPlayerCharacController::StaticClass, TEXT("AHYPlayerCharacController"), &Z_Registration_Info_UClass_AHYPlayerCharacController, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AHYPlayerCharacController), 4034484735U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_1136516363(TEXT("/Script/hwanyoung2"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYPlayerCharacController.generated.h b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYPlayerCharacController.generated.h deleted file mode 100644 index 6800dd45..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYPlayerCharacController.generated.h +++ /dev/null @@ -1,74 +0,0 @@ -// 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 "HYPlayerCharacController.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -struct FInventoryItem; -#ifdef HWANYOUNG2_HYPlayerCharacController_generated_h -#error "HYPlayerCharacController.generated.h already included, missing '#pragma once' in HYPlayerCharacController.h" -#endif -#define HWANYOUNG2_HYPlayerCharacController_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_RPC_WRAPPERS_NO_PURE_DECLS \ - \ - DECLARE_FUNCTION(execInteract); \ - DECLARE_FUNCTION(execCraftItem); \ - DECLARE_FUNCTION(execAddItemToInventoryByID); \ - DECLARE_FUNCTION(execGetInventoryWeight); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_CALLBACK_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_INCLASS_NO_PURE_DECLS \ -private: \ - static void StaticRegisterNativesAHYPlayerCharacController(); \ - friend struct Z_Construct_UClass_AHYPlayerCharacController_Statics; \ -public: \ - DECLARE_CLASS(AHYPlayerCharacController, APlayerController, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \ - DECLARE_SERIALIZER(AHYPlayerCharacController) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ENHANCED_CONSTRUCTORS \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API AHYPlayerCharacController(AHYPlayerCharacController&&); \ - NO_API AHYPlayerCharacController(const AHYPlayerCharacController&); \ -public: \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AHYPlayerCharacController); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AHYPlayerCharacController); \ - DEFINE_DEFAULT_CONSTRUCTOR_CALL(AHYPlayerCharacController) \ - NO_API virtual ~AHYPlayerCharacController(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_14_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_GENERATED_BODY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_RPC_WRAPPERS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_CALLBACK_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_INCLASS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h_17_ENHANCED_CONSTRUCTORS \ -private: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> HWANYOUNG2_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYPlayerCharacController_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYProjectileAttackComponent.gen.cpp b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYProjectileAttackComponent.gen.cpp deleted file mode 100644 index 0455855c..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYProjectileAttackComponent.gen.cpp +++ /dev/null @@ -1,153 +0,0 @@ -// 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 "hwanyoung2/HYProjectileAttackComponent.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeHYProjectileAttackComponent() {} -// Cross Module References - ENGINE_API UClass* Z_Construct_UClass_UActorComponent(); - HWANYOUNG2_API UClass* Z_Construct_UClass_UHYProjectileAttackComponent(); - HWANYOUNG2_API UClass* Z_Construct_UClass_UHYProjectileAttackComponent_NoRegister(); - HWANYOUNG2_API UScriptStruct* Z_Construct_UScriptStruct_FProjectileAttackPart(); - UPackage* Z_Construct_UPackage__Script_hwanyoung2(); -// End Cross Module References - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_ProjectileAttackPart; -class UScriptStruct* FProjectileAttackPart::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_ProjectileAttackPart.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_ProjectileAttackPart.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FProjectileAttackPart, (UObject*)Z_Construct_UPackage__Script_hwanyoung2(), TEXT("ProjectileAttackPart")); - } - return Z_Registration_Info_UScriptStruct_ProjectileAttackPart.OuterSingleton; -} -template<> HWANYOUNG2_API UScriptStruct* StaticStruct() -{ - return FProjectileAttackPart::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FProjectileAttackPart_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FProjectileAttackPart_Statics::Struct_MetaDataParams[] = { - { "BlueprintType", "true" }, -#if !UE_BUILD_SHIPPING - { "Comment", "// hitscan-based attack part\n" }, -#endif - { "ModuleRelativePath", "HYProjectileAttackComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "hitscan-based attack part" }, -#endif - }; -#endif - void* Z_Construct_UScriptStruct_FProjectileAttackPart_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FProjectileAttackPart_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2, - nullptr, - &NewStructOps, - "ProjectileAttackPart", - nullptr, - 0, - sizeof(FProjectileAttackPart), - alignof(FProjectileAttackPart), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000001), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FProjectileAttackPart_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FProjectileAttackPart_Statics::Struct_MetaDataParams) - }; - UScriptStruct* Z_Construct_UScriptStruct_FProjectileAttackPart() - { - if (!Z_Registration_Info_UScriptStruct_ProjectileAttackPart.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_ProjectileAttackPart.InnerSingleton, Z_Construct_UScriptStruct_FProjectileAttackPart_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_ProjectileAttackPart.InnerSingleton; - } - void UHYProjectileAttackComponent::StaticRegisterNativesUHYProjectileAttackComponent() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UHYProjectileAttackComponent); - UClass* Z_Construct_UClass_UHYProjectileAttackComponent_NoRegister() - { - return UHYProjectileAttackComponent::StaticClass(); - } - struct Z_Construct_UClass_UHYProjectileAttackComponent_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_UHYProjectileAttackComponent_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UActorComponent, - (UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UHYProjectileAttackComponent_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UHYProjectileAttackComponent_Statics::Class_MetaDataParams[] = { - { "BlueprintSpawnableComponent", "" }, - { "ClassGroupNames", "Custom" }, - { "IncludePath", "HYProjectileAttackComponent.h" }, - { "ModuleRelativePath", "HYProjectileAttackComponent.h" }, - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_UHYProjectileAttackComponent_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UHYProjectileAttackComponent_Statics::ClassParams = { - &UHYProjectileAttackComponent::StaticClass, - "Engine", - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - 0, - 0, - 0x00B000A4u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UHYProjectileAttackComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UHYProjectileAttackComponent_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_UHYProjectileAttackComponent() - { - if (!Z_Registration_Info_UClass_UHYProjectileAttackComponent.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UHYProjectileAttackComponent.OuterSingleton, Z_Construct_UClass_UHYProjectileAttackComponent_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UHYProjectileAttackComponent.OuterSingleton; - } - template<> HWANYOUNG2_API UClass* StaticClass() - { - return UHYProjectileAttackComponent::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UHYProjectileAttackComponent); - UHYProjectileAttackComponent::~UHYProjectileAttackComponent() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics - { - static const FStructRegisterCompiledInInfo ScriptStructInfo[]; - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ScriptStructInfo[] = { - { FProjectileAttackPart::StaticStruct, Z_Construct_UScriptStruct_FProjectileAttackPart_Statics::NewStructOps, TEXT("ProjectileAttackPart"), &Z_Registration_Info_UScriptStruct_ProjectileAttackPart, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FProjectileAttackPart), 3686502449U) }, - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UHYProjectileAttackComponent, UHYProjectileAttackComponent::StaticClass, TEXT("UHYProjectileAttackComponent"), &Z_Registration_Info_UClass_UHYProjectileAttackComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UHYProjectileAttackComponent), 3763948325U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_154370152(TEXT("/Script/hwanyoung2"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ClassInfo), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_Statics::ScriptStructInfo), - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYProjectileAttackComponent.generated.h b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYProjectileAttackComponent.generated.h deleted file mode 100644 index 8a2ba32d..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HYProjectileAttackComponent.generated.h +++ /dev/null @@ -1,71 +0,0 @@ -// 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 "HYProjectileAttackComponent.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef HWANYOUNG2_HYProjectileAttackComponent_generated_h -#error "HYProjectileAttackComponent.generated.h already included, missing '#pragma once' in HYProjectileAttackComponent.h" -#endif -#define HWANYOUNG2_HYProjectileAttackComponent_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_12_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FProjectileAttackPart_Statics; \ - HWANYOUNG2_API static class UScriptStruct* StaticStruct(); - - -template<> HWANYOUNG2_API UScriptStruct* StaticStruct(); - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_INCLASS_NO_PURE_DECLS \ -private: \ - static void StaticRegisterNativesUHYProjectileAttackComponent(); \ - friend struct Z_Construct_UClass_UHYProjectileAttackComponent_Statics; \ -public: \ - DECLARE_CLASS(UHYProjectileAttackComponent, UActorComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \ - DECLARE_SERIALIZER(UHYProjectileAttackComponent) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ENHANCED_CONSTRUCTORS \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UHYProjectileAttackComponent(UHYProjectileAttackComponent&&); \ - NO_API UHYProjectileAttackComponent(const UHYProjectileAttackComponent&); \ -public: \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UHYProjectileAttackComponent); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UHYProjectileAttackComponent); \ - DEFINE_DEFAULT_CONSTRUCTOR_CALL(UHYProjectileAttackComponent) \ - NO_API virtual ~UHYProjectileAttackComponent(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_29_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_GENERATED_BODY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_RPC_WRAPPERS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_INCLASS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h_32_ENHANCED_CONSTRUCTORS \ -private: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> HWANYOUNG2_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HYProjectileAttackComponent_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HwanyoungAssetManager.gen.cpp b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HwanyoungAssetManager.gen.cpp deleted file mode 100644 index 11191722..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HwanyoungAssetManager.gen.cpp +++ /dev/null @@ -1,92 +0,0 @@ -// 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 "hwanyoung2/HwanyoungAssetManager.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeHwanyoungAssetManager() {} -// Cross Module References - ENGINE_API UClass* Z_Construct_UClass_UAssetManager(); - HWANYOUNG2_API UClass* Z_Construct_UClass_UHwanyoungAssetManager(); - HWANYOUNG2_API UClass* Z_Construct_UClass_UHwanyoungAssetManager_NoRegister(); - UPackage* Z_Construct_UPackage__Script_hwanyoung2(); -// End Cross Module References - void UHwanyoungAssetManager::StaticRegisterNativesUHwanyoungAssetManager() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UHwanyoungAssetManager); - UClass* Z_Construct_UClass_UHwanyoungAssetManager_NoRegister() - { - return UHwanyoungAssetManager::StaticClass(); - } - struct Z_Construct_UClass_UHwanyoungAssetManager_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_UHwanyoungAssetManager_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UAssetManager, - (UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UHwanyoungAssetManager_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UHwanyoungAssetManager_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * \n */" }, -#endif - { "IncludePath", "HwanyoungAssetManager.h" }, - { "ModuleRelativePath", "HwanyoungAssetManager.h" }, - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_UHwanyoungAssetManager_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UHwanyoungAssetManager_Statics::ClassParams = { - &UHwanyoungAssetManager::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - 0, - 0, - 0x001000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UHwanyoungAssetManager_Statics::Class_MetaDataParams), Z_Construct_UClass_UHwanyoungAssetManager_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_UHwanyoungAssetManager() - { - if (!Z_Registration_Info_UClass_UHwanyoungAssetManager.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UHwanyoungAssetManager.OuterSingleton, Z_Construct_UClass_UHwanyoungAssetManager_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UHwanyoungAssetManager.OuterSingleton; - } - template<> HWANYOUNG2_API UClass* StaticClass() - { - return UHwanyoungAssetManager::StaticClass(); - } - UHwanyoungAssetManager::UHwanyoungAssetManager() {} - DEFINE_VTABLE_PTR_HELPER_CTOR(UHwanyoungAssetManager); - UHwanyoungAssetManager::~UHwanyoungAssetManager() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UHwanyoungAssetManager, UHwanyoungAssetManager::StaticClass, TEXT("UHwanyoungAssetManager"), &Z_Registration_Info_UClass_UHwanyoungAssetManager, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UHwanyoungAssetManager), 1448857513U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_2668778732(TEXT("/Script/hwanyoung2"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HwanyoungAssetManager.generated.h b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HwanyoungAssetManager.generated.h deleted file mode 100644 index d360c7c2..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/HwanyoungAssetManager.generated.h +++ /dev/null @@ -1,66 +0,0 @@ -// 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 "HwanyoungAssetManager.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef HWANYOUNG2_HwanyoungAssetManager_generated_h -#error "HwanyoungAssetManager.generated.h already included, missing '#pragma once' in HwanyoungAssetManager.h" -#endif -#define HWANYOUNG2_HwanyoungAssetManager_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS_NO_PURE_DECLS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_INCLASS_NO_PURE_DECLS \ -private: \ - static void StaticRegisterNativesUHwanyoungAssetManager(); \ - friend struct Z_Construct_UClass_UHwanyoungAssetManager_Statics; \ -public: \ - DECLARE_CLASS(UHwanyoungAssetManager, UAssetManager, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \ - DECLARE_SERIALIZER(UHwanyoungAssetManager) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ENHANCED_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UHwanyoungAssetManager(); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UHwanyoungAssetManager(UHwanyoungAssetManager&&); \ - NO_API UHwanyoungAssetManager(const UHwanyoungAssetManager&); \ -public: \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UHwanyoungAssetManager); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UHwanyoungAssetManager); \ - DEFINE_DEFAULT_CONSTRUCTOR_CALL(UHwanyoungAssetManager) \ - NO_API virtual ~UHwanyoungAssetManager(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_12_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_GENERATED_BODY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_RPC_WRAPPERS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_INCLASS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h_15_ENHANCED_CONSTRUCTORS \ -private: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> HWANYOUNG2_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_HwanyoungAssetManager_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/InventoryItem.gen.cpp b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/InventoryItem.gen.cpp deleted file mode 100644 index 228fc084..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/InventoryItem.gen.cpp +++ /dev/null @@ -1,347 +0,0 @@ -// 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 "hwanyoung2/InventoryItem.h" -#include "hwanyoung2/CraftingInfo.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeInventoryItem() {} -// Cross Module References - COREUOBJECT_API UClass* Z_Construct_UClass_UClass(); - ENGINE_API UClass* Z_Construct_UClass_UTexture2D_NoRegister(); - ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FTableRowBase(); - HWANYOUNG2_API UClass* Z_Construct_UClass_AHYManualPickUp_NoRegister(); - HWANYOUNG2_API UScriptStruct* Z_Construct_UScriptStruct_FCraftingInfo(); - HWANYOUNG2_API UScriptStruct* Z_Construct_UScriptStruct_FInventoryItem(); - UPackage* Z_Construct_UPackage__Script_hwanyoung2(); -// End Cross Module References - -static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FInventoryItem cannot be polymorphic unless super FTableRowBase is polymorphic"); - - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_InventoryItem; -class UScriptStruct* FInventoryItem::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_InventoryItem.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_InventoryItem.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FInventoryItem, (UObject*)Z_Construct_UPackage__Script_hwanyoung2(), TEXT("InventoryItem")); - } - return Z_Registration_Info_UScriptStruct_InventoryItem.OuterSingleton; -} -template<> HWANYOUNG2_API UScriptStruct* StaticStruct() -{ - return FInventoryItem::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FInventoryItem_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemID_MetaData[]; -#endif - static const UECodeGen_Private::FNamePropertyParams NewProp_ItemID; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemPickup_MetaData[]; -#endif - static const UECodeGen_Private::FClassPropertyParams NewProp_ItemPickup; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemName_MetaData[]; -#endif - static const UECodeGen_Private::FTextPropertyParams NewProp_ItemName; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemWeight_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_ItemWeight; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemValue_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_ItemValue; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_OnlyDropped_MetaData[]; -#endif - static void NewProp_OnlyDropped_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_OnlyDropped; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_CanBeUsed_MetaData[]; -#endif - static void NewProp_CanBeUsed_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_CanBeUsed; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_CanBeBought_MetaData[]; -#endif - static void NewProp_CanBeBought_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_CanBeBought; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_IsCraftItem_MetaData[]; -#endif - static void NewProp_IsCraftItem_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_IsCraftItem; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_IsCookingItem_MetaData[]; -#endif - static void NewProp_IsCookingItem_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_IsCookingItem; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemIcon_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_ItemIcon; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ItemDescription_MetaData[]; -#endif - static const UECodeGen_Private::FTextPropertyParams NewProp_ItemDescription; - static const UECodeGen_Private::FStructPropertyParams NewProp_CraftCombinations_Inner; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_CraftCombinations_MetaData[]; -#endif - static const UECodeGen_Private::FArrayPropertyParams NewProp_CraftCombinations; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::Struct_MetaDataParams[] = { - { "BlueprintType", "true" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Represents an item that can be added to player's inventory\n */" }, -#endif - { "ModuleRelativePath", "InventoryItem.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Represents an item that can be added to player's inventory" }, -#endif - }; -#endif - void* Z_Construct_UScriptStruct_FInventoryItem_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemID_MetaData[] = { - { "Category", "InventoryItem" }, -#if !UE_BUILD_SHIPPING - { "Comment", "//unique ID for the item\n" }, -#endif - { "ModuleRelativePath", "InventoryItem.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "unique ID for the item" }, -#endif - }; -#endif - const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemID = { "ItemID", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInventoryItem, ItemID), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemID_MetaData), Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemID_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemPickup_MetaData[] = { - { "Category", "InventoryItem" }, -#if !UE_BUILD_SHIPPING - { "Comment", "//queue of items that are dropped and spawned back into the world\n" }, -#endif - { "ModuleRelativePath", "InventoryItem.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "queue of items that are dropped and spawned back into the world" }, -#endif - }; -#endif - const UECodeGen_Private::FClassPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemPickup = { "ItemPickup", nullptr, (EPropertyFlags)0x0014000000000005, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInventoryItem, ItemPickup), Z_Construct_UClass_UClass, Z_Construct_UClass_AHYManualPickUp_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemPickup_MetaData), Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemPickup_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemName_MetaData[] = { - { "Category", "InventoryItem" }, -#if !UE_BUILD_SHIPPING - { "Comment", "//name of the item\n" }, -#endif - { "ModuleRelativePath", "InventoryItem.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "name of the item" }, -#endif - }; -#endif - const UECodeGen_Private::FTextPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemName = { "ItemName", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInventoryItem, ItemName), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemName_MetaData), Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemName_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemWeight_MetaData[] = { - { "Category", "InventoryItem" }, -#if !UE_BUILD_SHIPPING - { "Comment", "//weight of the item\n//(this may not be important, depends on how we re-design the inventory)\n" }, -#endif - { "ModuleRelativePath", "InventoryItem.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "weight of the item\n(this may not be important, depends on how we re-design the inventory)" }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemWeight = { "ItemWeight", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInventoryItem, ItemWeight), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemWeight_MetaData), Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemWeight_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemValue_MetaData[] = { - { "Category", "InventoryItem" }, -#if !UE_BUILD_SHIPPING - { "Comment", "//value of the item \n" }, -#endif - { "ModuleRelativePath", "InventoryItem.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "value of the item" }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemValue = { "ItemValue", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInventoryItem, ItemValue), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemValue_MetaData), Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemValue_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_OnlyDropped_MetaData[] = { - { "Category", "InventoryItem" }, -#if !UE_BUILD_SHIPPING - { "Comment", "//is the item only available through drops?\n" }, -#endif - { "ModuleRelativePath", "InventoryItem.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "is the item only available through drops?" }, -#endif - }; -#endif - void Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_OnlyDropped_SetBit(void* Obj) - { - ((FInventoryItem*)Obj)->OnlyDropped = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_OnlyDropped = { "OnlyDropped", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FInventoryItem), &Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_OnlyDropped_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_OnlyDropped_MetaData), Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_OnlyDropped_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed_MetaData[] = { - { "Category", "InventoryItem" }, -#if !UE_BUILD_SHIPPING - { "Comment", "//can this item be consumed/used?\n" }, -#endif - { "ModuleRelativePath", "InventoryItem.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "can this item be consumed/used?" }, -#endif - }; -#endif - void Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed_SetBit(void* Obj) - { - ((FInventoryItem*)Obj)->CanBeUsed = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed = { "CanBeUsed", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FInventoryItem), &Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed_MetaData), Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeBought_MetaData[] = { - { "Category", "InventoryItem" }, -#if !UE_BUILD_SHIPPING - { "Comment", "//can this item be bought at the store?\n" }, -#endif - { "ModuleRelativePath", "InventoryItem.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "can this item be bought at the store?" }, -#endif - }; -#endif - void Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeBought_SetBit(void* Obj) - { - ((FInventoryItem*)Obj)->CanBeBought = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeBought = { "CanBeBought", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FInventoryItem), &Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeBought_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeBought_MetaData), Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeBought_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCraftItem_MetaData[] = { - { "Category", "InventoryItem" }, -#if !UE_BUILD_SHIPPING - { "Comment", "//is this a crafting item?\n" }, -#endif - { "ModuleRelativePath", "InventoryItem.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "is this a crafting item?" }, -#endif - }; -#endif - void Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCraftItem_SetBit(void* Obj) - { - ((FInventoryItem*)Obj)->IsCraftItem = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCraftItem = { "IsCraftItem", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FInventoryItem), &Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCraftItem_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCraftItem_MetaData), Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCraftItem_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCookingItem_MetaData[] = { - { "Category", "InventoryItem" }, -#if !UE_BUILD_SHIPPING - { "Comment", "//is this a cooking item?\n" }, -#endif - { "ModuleRelativePath", "InventoryItem.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "is this a cooking item?" }, -#endif - }; -#endif - void Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCookingItem_SetBit(void* Obj) - { - ((FInventoryItem*)Obj)->IsCookingItem = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCookingItem = { "IsCookingItem", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FInventoryItem), &Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCookingItem_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCookingItem_MetaData), Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCookingItem_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemIcon_MetaData[] = { - { "Category", "InventoryItem" }, - { "ModuleRelativePath", "InventoryItem.h" }, - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemIcon = { "ItemIcon", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInventoryItem, ItemIcon), Z_Construct_UClass_UTexture2D_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemIcon_MetaData), Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemIcon_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemDescription_MetaData[] = { - { "Category", "InventoryItem" }, - { "ModuleRelativePath", "InventoryItem.h" }, - }; -#endif - const UECodeGen_Private::FTextPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemDescription = { "ItemDescription", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInventoryItem, ItemDescription), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemDescription_MetaData), Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemDescription_MetaData) }; - const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations_Inner = { "CraftCombinations", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FCraftingInfo, METADATA_PARAMS(0, nullptr) }; // 3438663321 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations_MetaData[] = { - { "Category", "InventoryItem" }, -#if !UE_BUILD_SHIPPING - { "Comment", "////all the possible crafting combinations for this particular item\n" }, -#endif - { "ModuleRelativePath", "InventoryItem.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "/all the possible crafting combinations for this particular item" }, -#endif - }; -#endif - const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations = { "CraftCombinations", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FInventoryItem, CraftCombinations), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations_MetaData), Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations_MetaData) }; // 3438663321 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FInventoryItem_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemID, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemPickup, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemName, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemWeight, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemValue, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_OnlyDropped, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeUsed, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CanBeBought, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCraftItem, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_IsCookingItem, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemIcon, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_ItemDescription, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations_Inner, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FInventoryItem_Statics::NewProp_CraftCombinations, - }; - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FInventoryItem_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2, - Z_Construct_UScriptStruct_FTableRowBase, - &NewStructOps, - "InventoryItem", - Z_Construct_UScriptStruct_FInventoryItem_Statics::PropPointers, - UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::PropPointers), - sizeof(FInventoryItem), - alignof(FInventoryItem), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000001), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FInventoryItem_Statics::Struct_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FInventoryItem_Statics::PropPointers) < 2048); - UScriptStruct* Z_Construct_UScriptStruct_FInventoryItem() - { - if (!Z_Registration_Info_UScriptStruct_InventoryItem.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_InventoryItem.InnerSingleton, Z_Construct_UScriptStruct_FInventoryItem_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_InventoryItem.InnerSingleton; - } - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_Statics - { - static const FStructRegisterCompiledInInfo ScriptStructInfo[]; - }; - const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_Statics::ScriptStructInfo[] = { - { FInventoryItem::StaticStruct, Z_Construct_UScriptStruct_FInventoryItem_Statics::NewStructOps, TEXT("InventoryItem"), &Z_Registration_Info_UScriptStruct_InventoryItem, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FInventoryItem), 2241997621U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_1624062771(TEXT("/Script/hwanyoung2"), - nullptr, 0, - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_Statics::ScriptStructInfo), - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/InventoryItem.generated.h b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/InventoryItem.generated.h deleted file mode 100644 index 42bf0ba5..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/InventoryItem.generated.h +++ /dev/null @@ -1,29 +0,0 @@ -// 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 "InventoryItem.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef HWANYOUNG2_InventoryItem_generated_h -#error "InventoryItem.generated.h already included, missing '#pragma once' in InventoryItem.h" -#endif -#define HWANYOUNG2_InventoryItem_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h_18_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FInventoryItem_Statics; \ - HWANYOUNG2_API static class UScriptStruct* StaticStruct(); \ - typedef FTableRowBase Super; - - -template<> HWANYOUNG2_API UScriptStruct* StaticStruct(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_InventoryItem_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/Timestamp b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/Timestamp deleted file mode 100644 index 5b4fb43f..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/Timestamp +++ /dev/null @@ -1,17 +0,0 @@ -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\CraftingInfo.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2Character.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\hwanyoung2GameMode.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HwanyoungAssetManager.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAIController.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAttackComponent.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYAutomaticPickUp.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYConsumableItem.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYEnemyBase.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYGameStateBase.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYInteractableActor.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYProjectileAttackComponent.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYManualPickUp.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYSaveGameActor.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYMoneyAutoPickUp.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\InventoryItem.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Source\hwanyoung2\HYPlayerCharacController.h diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2.init.gen.cpp b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2.init.gen.cpp deleted file mode 100644 index e0363b27..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2.init.gen.cpp +++ /dev/null @@ -1,29 +0,0 @@ -// 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 EmptyLinkFunctionForGeneratedCodehwanyoung2_init() {} - static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_hwanyoung2; - FORCENOINLINE UPackage* Z_Construct_UPackage__Script_hwanyoung2() - { - if (!Z_Registration_Info_UPackage__Script_hwanyoung2.OuterSingleton) - { - static const UECodeGen_Private::FPackageParams PackageParams = { - "/Script/hwanyoung2", - nullptr, - 0, - PKG_CompiledIn | 0x00000000, - 0xE735E544, - 0x6D7B9283, - METADATA_PARAMS(0, nullptr) - }; - UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_hwanyoung2.OuterSingleton, PackageParams); - } - return Z_Registration_Info_UPackage__Script_hwanyoung2.OuterSingleton; - } - static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_hwanyoung2(Z_Construct_UPackage__Script_hwanyoung2, TEXT("/Script/hwanyoung2"), Z_Registration_Info_UPackage__Script_hwanyoung2, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xE735E544, 0x6D7B9283)); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2Character.gen.cpp b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2Character.gen.cpp deleted file mode 100644 index f77dde1a..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2Character.gen.cpp +++ /dev/null @@ -1,410 +0,0 @@ -// 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 "hwanyoung2/hwanyoung2Character.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodehwanyoung2Character() {} -// Cross Module References - COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); - ENGINE_API UClass* Z_Construct_UClass_ACharacter(); - ENGINE_API UClass* Z_Construct_UClass_UCameraComponent_NoRegister(); - ENGINE_API UClass* Z_Construct_UClass_USphereComponent_NoRegister(); - ENGINE_API UClass* Z_Construct_UClass_USpringArmComponent_NoRegister(); - ENHANCEDINPUT_API UClass* Z_Construct_UClass_UInputAction_NoRegister(); - ENHANCEDINPUT_API UClass* Z_Construct_UClass_UInputMappingContext_NoRegister(); - HWANYOUNG2_API UClass* Z_Construct_UClass_Ahwanyoung2Character(); - HWANYOUNG2_API UClass* Z_Construct_UClass_Ahwanyoung2Character_NoRegister(); - UPackage* Z_Construct_UPackage__Script_hwanyoung2(); -// End Cross Module References - DEFINE_FUNCTION(Ahwanyoung2Character::execGetStartingCameraBoomLocation) - { - P_FINISH; - P_NATIVE_BEGIN; - *(FVector*)Z_Param__Result=P_THIS->GetStartingCameraBoomLocation(); - P_NATIVE_END; - } - DEFINE_FUNCTION(Ahwanyoung2Character::execGetStartingCameraBoomArmLength) - { - P_FINISH; - P_NATIVE_BEGIN; - *(float*)Z_Param__Result=P_THIS->GetStartingCameraBoomArmLength(); - P_NATIVE_END; - } - void Ahwanyoung2Character::StaticRegisterNativesAhwanyoung2Character() - { - UClass* Class = Ahwanyoung2Character::StaticClass(); - static const FNameNativePtrPair Funcs[] = { - { "GetStartingCameraBoomArmLength", &Ahwanyoung2Character::execGetStartingCameraBoomArmLength }, - { "GetStartingCameraBoomLocation", &Ahwanyoung2Character::execGetStartingCameraBoomLocation }, - }; - FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); - } - struct Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics - { - struct hwanyoung2Character_eventGetStartingCameraBoomArmLength_Parms - { - float ReturnValue; - }; - 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_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(hwanyoung2Character_eventGetStartingCameraBoomArmLength_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics::Function_MetaDataParams[] = { - { "Category", "HY_Character|Camera" }, - { "ModuleRelativePath", "hwanyoung2Character.h" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_Ahwanyoung2Character, nullptr, "GetStartingCameraBoomArmLength", nullptr, nullptr, Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics::PropPointers), sizeof(Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics::hwanyoung2Character_eventGetStartingCameraBoomArmLength_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics::Function_MetaDataParams), Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics::hwanyoung2Character_eventGetStartingCameraBoomArmLength_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics - { - struct hwanyoung2Character_eventGetStartingCameraBoomLocation_Parms - { - FVector ReturnValue; - }; - static const UECodeGen_Private::FStructPropertyParams 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::FStructPropertyParams Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(hwanyoung2Character_eventGetStartingCameraBoomLocation_Parms, ReturnValue), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics::Function_MetaDataParams[] = { - { "Category", "HY_Character|Camera" }, - { "ModuleRelativePath", "hwanyoung2Character.h" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_Ahwanyoung2Character, nullptr, "GetStartingCameraBoomLocation", nullptr, nullptr, Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics::PropPointers), sizeof(Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics::hwanyoung2Character_eventGetStartingCameraBoomLocation_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics::Function_MetaDataParams), Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics::hwanyoung2Character_eventGetStartingCameraBoomLocation_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation_Statics::FuncParams); - } - return ReturnFunction; - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(Ahwanyoung2Character); - UClass* Z_Construct_UClass_Ahwanyoung2Character_NoRegister() - { - return Ahwanyoung2Character::StaticClass(); - } - struct Z_Construct_UClass_Ahwanyoung2Character_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_CameraBoom_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_CameraBoom; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_FollowCamera_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_FollowCamera; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_CollectionSphere_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_CollectionSphere; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_InputMapping_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_InputMapping; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_JumpAction_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_JumpAction; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_MoveAction_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_MoveAction; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_LookAction_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_LookAction; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_WalkAction_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_WalkAction; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_StartingCameraBoomArmLength_MetaData[]; -#endif - static const UECodeGen_Private::FFloatPropertyParams NewProp_StartingCameraBoomArmLength; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_StartingCameraBoomLocation_MetaData[]; -#endif - static const UECodeGen_Private::FStructPropertyParams NewProp_StartingCameraBoomLocation; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_BaseTurnRate_MetaData[]; -#endif - static const UECodeGen_Private::FFloatPropertyParams NewProp_BaseTurnRate; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_BaseLookUpRate_MetaData[]; -#endif - static const UECodeGen_Private::FFloatPropertyParams NewProp_BaseLookUpRate; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_CharacterName_MetaData[]; -#endif - static const UECodeGen_Private::FTextPropertyParams NewProp_CharacterName; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_Ahwanyoung2Character_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_ACharacter, - (UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::DependentSingletons) < 16); - const FClassFunctionLinkInfo Z_Construct_UClass_Ahwanyoung2Character_Statics::FuncInfo[] = { - { &Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomArmLength, "GetStartingCameraBoomArmLength" }, // 3492522485 - { &Z_Construct_UFunction_Ahwanyoung2Character_GetStartingCameraBoomLocation, "GetStartingCameraBoomLocation" }, // 3828862462 - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::FuncInfo) < 2048); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::Class_MetaDataParams[] = { - { "HideCategories", "Navigation" }, - { "IncludePath", "hwanyoung2Character.h" }, - { "ModuleRelativePath", "hwanyoung2Character.h" }, - }; -#endif -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CameraBoom_MetaData[] = { - { "AllowPrivateAccess", "true" }, - { "Category", "Camera" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Camera boom positioning the camera behind the character */" }, -#endif - { "EditInline", "true" }, - { "ModuleRelativePath", "hwanyoung2Character.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Camera boom positioning the camera behind the character" }, -#endif - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CameraBoom = { "CameraBoom", nullptr, (EPropertyFlags)0x004000000008000c, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Ahwanyoung2Character, CameraBoom), Z_Construct_UClass_USpringArmComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CameraBoom_MetaData), Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CameraBoom_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_FollowCamera_MetaData[] = { - { "AllowPrivateAccess", "true" }, - { "Category", "Camera" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Follow camera */" }, -#endif - { "EditInline", "true" }, - { "ModuleRelativePath", "hwanyoung2Character.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Follow camera" }, -#endif - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_FollowCamera = { "FollowCamera", nullptr, (EPropertyFlags)0x004000000008000c, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Ahwanyoung2Character, FollowCamera), Z_Construct_UClass_UCameraComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_FollowCamera_MetaData), Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_FollowCamera_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CollectionSphere_MetaData[] = { - { "AllowPrivateAccess", "true" }, - { "Category", "Camera" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Collection sphere */" }, -#endif - { "EditInline", "true" }, - { "ModuleRelativePath", "hwanyoung2Character.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Collection sphere" }, -#endif - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CollectionSphere = { "CollectionSphere", nullptr, (EPropertyFlags)0x00400000000a001d, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Ahwanyoung2Character, CollectionSphere), Z_Construct_UClass_USphereComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CollectionSphere_MetaData), Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CollectionSphere_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_InputMapping_MetaData[] = { - { "AllowPrivateAccess", "true" }, - { "Category", "Input" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** MappingContext */" }, -#endif - { "ModuleRelativePath", "hwanyoung2Character.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "MappingContext" }, -#endif - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_InputMapping = { "InputMapping", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Ahwanyoung2Character, InputMapping), Z_Construct_UClass_UInputMappingContext_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_InputMapping_MetaData), Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_InputMapping_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_JumpAction_MetaData[] = { - { "AllowPrivateAccess", "true" }, - { "Category", "Input" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Jump Input Action */" }, -#endif - { "ModuleRelativePath", "hwanyoung2Character.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Jump Input Action" }, -#endif - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_JumpAction = { "JumpAction", nullptr, (EPropertyFlags)0x0040000000000015, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Ahwanyoung2Character, JumpAction), Z_Construct_UClass_UInputAction_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_JumpAction_MetaData), Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_JumpAction_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_MoveAction_MetaData[] = { - { "AllowPrivateAccess", "true" }, - { "Category", "Input" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Move Input Action */" }, -#endif - { "ModuleRelativePath", "hwanyoung2Character.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Move Input Action" }, -#endif - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_MoveAction = { "MoveAction", nullptr, (EPropertyFlags)0x0040000000000015, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Ahwanyoung2Character, MoveAction), Z_Construct_UClass_UInputAction_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_MoveAction_MetaData), Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_MoveAction_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_LookAction_MetaData[] = { - { "AllowPrivateAccess", "true" }, - { "Category", "Input" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Look Input Action */" }, -#endif - { "ModuleRelativePath", "hwanyoung2Character.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Look Input Action" }, -#endif - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_LookAction = { "LookAction", nullptr, (EPropertyFlags)0x0040000000000015, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Ahwanyoung2Character, LookAction), Z_Construct_UClass_UInputAction_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_LookAction_MetaData), Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_LookAction_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_WalkAction_MetaData[] = { - { "AllowPrivateAccess", "true" }, - { "Category", "Input" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Walk Input Action */" }, -#endif - { "ModuleRelativePath", "hwanyoung2Character.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Walk Input Action" }, -#endif - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_WalkAction = { "WalkAction", nullptr, (EPropertyFlags)0x0040000000000015, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Ahwanyoung2Character, WalkAction), Z_Construct_UClass_UInputAction_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_WalkAction_MetaData), Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_WalkAction_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_StartingCameraBoomArmLength_MetaData[] = { - { "Category", "HY_Character|Camera" }, - { "ModuleRelativePath", "hwanyoung2Character.h" }, - }; -#endif - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_StartingCameraBoomArmLength = { "StartingCameraBoomArmLength", nullptr, (EPropertyFlags)0x0020080000000014, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Ahwanyoung2Character, StartingCameraBoomArmLength), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_StartingCameraBoomArmLength_MetaData), Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_StartingCameraBoomArmLength_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_StartingCameraBoomLocation_MetaData[] = { - { "Category", "HY_Character|Camera" }, - { "ModuleRelativePath", "hwanyoung2Character.h" }, - }; -#endif - const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_StartingCameraBoomLocation = { "StartingCameraBoomLocation", nullptr, (EPropertyFlags)0x0020080000000014, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Ahwanyoung2Character, StartingCameraBoomLocation), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_StartingCameraBoomLocation_MetaData), Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_StartingCameraBoomLocation_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_BaseTurnRate_MetaData[] = { - { "Category", "HY_Character|Camera" }, - { "ModuleRelativePath", "hwanyoung2Character.h" }, - }; -#endif - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_BaseTurnRate = { "BaseTurnRate", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Ahwanyoung2Character, BaseTurnRate), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_BaseTurnRate_MetaData), Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_BaseTurnRate_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_BaseLookUpRate_MetaData[] = { - { "Category", "HY_Character|Camera" }, - { "ModuleRelativePath", "hwanyoung2Character.h" }, - }; -#endif - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_BaseLookUpRate = { "BaseLookUpRate", nullptr, (EPropertyFlags)0x0020080000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Ahwanyoung2Character, BaseLookUpRate), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_BaseLookUpRate_MetaData), Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_BaseLookUpRate_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CharacterName_MetaData[] = { - { "Category", "Hwanyoung|Character" }, - { "ModuleRelativePath", "hwanyoung2Character.h" }, - }; -#endif - const UECodeGen_Private::FTextPropertyParams Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CharacterName = { "CharacterName", nullptr, (EPropertyFlags)0x0020080000000015, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Ahwanyoung2Character, CharacterName), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CharacterName_MetaData), Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CharacterName_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_Ahwanyoung2Character_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CameraBoom, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_FollowCamera, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CollectionSphere, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_InputMapping, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_JumpAction, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_MoveAction, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_LookAction, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_WalkAction, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_StartingCameraBoomArmLength, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_StartingCameraBoomLocation, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_BaseTurnRate, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_BaseLookUpRate, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_Ahwanyoung2Character_Statics::NewProp_CharacterName, - }; - const FCppClassTypeInfoStatic Z_Construct_UClass_Ahwanyoung2Character_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_Ahwanyoung2Character_Statics::ClassParams = { - &Ahwanyoung2Character::StaticClass, - "Game", - &StaticCppClassTypeInfo, - DependentSingletons, - FuncInfo, - Z_Construct_UClass_Ahwanyoung2Character_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - UE_ARRAY_COUNT(FuncInfo), - UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::PropPointers), - 0, - 0x008000A4u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::Class_MetaDataParams), Z_Construct_UClass_Ahwanyoung2Character_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2Character_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_Ahwanyoung2Character() - { - if (!Z_Registration_Info_UClass_Ahwanyoung2Character.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_Ahwanyoung2Character.OuterSingleton, Z_Construct_UClass_Ahwanyoung2Character_Statics::ClassParams); - } - return Z_Registration_Info_UClass_Ahwanyoung2Character.OuterSingleton; - } - template<> HWANYOUNG2_API UClass* StaticClass() - { - return Ahwanyoung2Character::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(Ahwanyoung2Character); - Ahwanyoung2Character::~Ahwanyoung2Character() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_Ahwanyoung2Character, Ahwanyoung2Character::StaticClass, TEXT("Ahwanyoung2Character"), &Z_Registration_Info_UClass_Ahwanyoung2Character, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(Ahwanyoung2Character), 2230661046U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_234618559(TEXT("/Script/hwanyoung2"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2Character.generated.h b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2Character.generated.h deleted file mode 100644 index a3be3e2d..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2Character.generated.h +++ /dev/null @@ -1,69 +0,0 @@ -// 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 "hwanyoung2Character.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef HWANYOUNG2_hwanyoung2Character_generated_h -#error "hwanyoung2Character.generated.h already included, missing '#pragma once' in hwanyoung2Character.h" -#endif -#define HWANYOUNG2_hwanyoung2Character_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_RPC_WRAPPERS_NO_PURE_DECLS \ - \ - DECLARE_FUNCTION(execGetStartingCameraBoomLocation); \ - DECLARE_FUNCTION(execGetStartingCameraBoomArmLength); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_INCLASS_NO_PURE_DECLS \ -private: \ - static void StaticRegisterNativesAhwanyoung2Character(); \ - friend struct Z_Construct_UClass_Ahwanyoung2Character_Statics; \ -public: \ - DECLARE_CLASS(Ahwanyoung2Character, ACharacter, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), NO_API) \ - DECLARE_SERIALIZER(Ahwanyoung2Character) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ENHANCED_CONSTRUCTORS \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API Ahwanyoung2Character(Ahwanyoung2Character&&); \ - NO_API Ahwanyoung2Character(const Ahwanyoung2Character&); \ -public: \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, Ahwanyoung2Character); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(Ahwanyoung2Character); \ - DEFINE_DEFAULT_CONSTRUCTOR_CALL(Ahwanyoung2Character) \ - NO_API virtual ~Ahwanyoung2Character(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_14_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_GENERATED_BODY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_RPC_WRAPPERS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_INCLASS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h_17_ENHANCED_CONSTRUCTORS \ -private: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> HWANYOUNG2_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2Character_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2GameMode.gen.cpp b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2GameMode.gen.cpp deleted file mode 100644 index 14ad2470..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2GameMode.gen.cpp +++ /dev/null @@ -1,90 +0,0 @@ -// 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 "hwanyoung2/hwanyoung2GameMode.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodehwanyoung2GameMode() {} -// Cross Module References - ENGINE_API UClass* Z_Construct_UClass_AGameModeBase(); - HWANYOUNG2_API UClass* Z_Construct_UClass_Ahwanyoung2GameMode(); - HWANYOUNG2_API UClass* Z_Construct_UClass_Ahwanyoung2GameMode_NoRegister(); - UPackage* Z_Construct_UPackage__Script_hwanyoung2(); -// End Cross Module References - void Ahwanyoung2GameMode::StaticRegisterNativesAhwanyoung2GameMode() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(Ahwanyoung2GameMode); - UClass* Z_Construct_UClass_Ahwanyoung2GameMode_NoRegister() - { - return Ahwanyoung2GameMode::StaticClass(); - } - struct Z_Construct_UClass_Ahwanyoung2GameMode_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_Ahwanyoung2GameMode_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_AGameModeBase, - (UObject* (*)())Z_Construct_UPackage__Script_hwanyoung2, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2GameMode_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_Ahwanyoung2GameMode_Statics::Class_MetaDataParams[] = { - { "HideCategories", "Info Rendering MovementReplication Replication Actor Input Movement Collision Rendering HLOD WorldPartition DataLayers Transformation" }, - { "IncludePath", "hwanyoung2GameMode.h" }, - { "ModuleRelativePath", "hwanyoung2GameMode.h" }, - { "ShowCategories", "Input|MouseInput Input|TouchInput" }, - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_Ahwanyoung2GameMode_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_Ahwanyoung2GameMode_Statics::ClassParams = { - &Ahwanyoung2GameMode::StaticClass, - "Game", - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - 0, - 0, - 0x008802ACu, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_Ahwanyoung2GameMode_Statics::Class_MetaDataParams), Z_Construct_UClass_Ahwanyoung2GameMode_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_Ahwanyoung2GameMode() - { - if (!Z_Registration_Info_UClass_Ahwanyoung2GameMode.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_Ahwanyoung2GameMode.OuterSingleton, Z_Construct_UClass_Ahwanyoung2GameMode_Statics::ClassParams); - } - return Z_Registration_Info_UClass_Ahwanyoung2GameMode.OuterSingleton; - } - template<> HWANYOUNG2_API UClass* StaticClass() - { - return Ahwanyoung2GameMode::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(Ahwanyoung2GameMode); - Ahwanyoung2GameMode::~Ahwanyoung2GameMode() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_Ahwanyoung2GameMode, Ahwanyoung2GameMode::StaticClass, TEXT("Ahwanyoung2GameMode"), &Z_Registration_Info_UClass_Ahwanyoung2GameMode, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(Ahwanyoung2GameMode), 2837174373U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_1168177773(TEXT("/Script/hwanyoung2"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2GameMode.generated.h b/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2GameMode.generated.h deleted file mode 100644 index 7910e009..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/UnrealEditor/Inc/hwanyoung2/UHT/hwanyoung2GameMode.generated.h +++ /dev/null @@ -1,64 +0,0 @@ -// 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 "hwanyoung2GameMode.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef HWANYOUNG2_hwanyoung2GameMode_generated_h -#error "hwanyoung2GameMode.generated.h already included, missing '#pragma once' in hwanyoung2GameMode.h" -#endif -#define HWANYOUNG2_hwanyoung2GameMode_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS_NO_PURE_DECLS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_INCLASS_NO_PURE_DECLS \ -private: \ - static void StaticRegisterNativesAhwanyoung2GameMode(); \ - friend struct Z_Construct_UClass_Ahwanyoung2GameMode_Statics; \ -public: \ - DECLARE_CLASS(Ahwanyoung2GameMode, AGameModeBase, COMPILED_IN_FLAGS(0 | CLASS_Transient | CLASS_Config), CASTCLASS_None, TEXT("/Script/hwanyoung2"), HWANYOUNG2_API) \ - DECLARE_SERIALIZER(Ahwanyoung2GameMode) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ENHANCED_CONSTRUCTORS \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - HWANYOUNG2_API Ahwanyoung2GameMode(Ahwanyoung2GameMode&&); \ - HWANYOUNG2_API Ahwanyoung2GameMode(const Ahwanyoung2GameMode&); \ -public: \ - DECLARE_VTABLE_PTR_HELPER_CTOR(HWANYOUNG2_API, Ahwanyoung2GameMode); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(Ahwanyoung2GameMode); \ - DEFINE_DEFAULT_CONSTRUCTOR_CALL(Ahwanyoung2GameMode) \ - HWANYOUNG2_API virtual ~Ahwanyoung2GameMode(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_9_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_GENERATED_BODY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_RPC_WRAPPERS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_INCLASS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h_12_ENHANCED_CONSTRUCTORS \ -private: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> HWANYOUNG2_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Source_hwanyoung2_hwanyoung2GameMode_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Intermediate/Build/Win64/hwanyoung2Editor/Development/hwanyoung2Editor.uhtmanifest b/hwanyoung2/Intermediate/Build/Win64/hwanyoung2Editor/Development/hwanyoung2Editor.uhtmanifest deleted file mode 100644 index 00f4ff76..00000000 --- a/hwanyoung2/Intermediate/Build/Win64/hwanyoung2Editor/Development/hwanyoung2Editor.uhtmanifest +++ /dev/null @@ -1,13533 +0,0 @@ -{ - "IsGameTarget": true, - "RootLocalPath": "D:\\Epic Games\\UE_5.3", - "TargetName": "hwanyoung2Editor", - "ExternalDependenciesFile": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Intermediate\\Build\\Win64\\hwanyoung2Editor\\Development\\hwanyoung2Editor.deps", - "Modules": [ - { - "Name": "Engine", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Shaders\\Shared", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Engine\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavCollisionBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavEdgeProviderInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavigationTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavAreaBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavigationDataChunk.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavigationAvoidanceTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\AISystemBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavAgentInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavigationDataInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\PathFollowingAgentInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavigationInvokerPriority.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavigationDataResolution.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\NavigationSystemConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimationTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimBlueprintGeneratedClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AimOffsetBlendSpace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimBoneCompressionCodec.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimClassData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\NavigationSystemBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavAgentSelector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavPathObserverInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimCompress_BitwiseCompressOnly.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavRelevantInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimCompress_PerTrackCompression.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AimOffsetBlendSpace1D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimCompress_RemoveTrivialKeys.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\AvoidanceManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\AI\\Navigation\\NavLinkDefinition.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimCurveCompressionCodec.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimationAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimationRecordingSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimEnums.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimationAssetExtensions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimCurveCompressionCodec_CompressedRichCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimLayerInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimCurveCompressionCodec_UniformlySampled.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimLinkableElement.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimMontage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimationSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimComposite.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimCompositeBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimCompress_RemoveEverySecondKey.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimCompress_LeastDestructive.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimMetaData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_CustomProperty.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimCurveCompressionSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimExecutionContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimCurveCompressionCodec_UniformIndexable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_LinkedAnimGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimBoneCompressionSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNodeSpaceConversions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimCompress.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_SequencePlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNodeBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_TransitionPoseEvaluator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_UseCachedPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_ApplyMeshSpaceAdditive.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNodeReference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_RelevantAssetPlayerBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimCompress_RemoveLinearKeys.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_AssetPlayerBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimSlotEvaluationPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_DeadBlending.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_LinkedAnimLayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNodeFunctionRef.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_LinkedInputPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AttributeCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_Root.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_SaveCachedPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\BlendProfile.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\BlendSpace1D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_TransitionResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_StateMachine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNode_Inertialization.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimSequence.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\InputScaleBias.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\MeshDeformer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimStreamable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AssetMappingTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimSingleNodeInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\MorphTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimClassInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\Rig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\Skeleton.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\TimeStretchCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\SmartName.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\PreviewAssetAttachComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimData\\AnimDataModel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\CurveSourceInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimSequenceBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimData\\CurveIdentifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\MeshDeformerInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimData\\IAnimationDataModel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNotifies\\AnimNotify.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\BuiltInAttributeTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNotifies\\AnimNotifyState_TimedParticleEffect.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\CustomAttributes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\MirrorDataTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\SkeletalMeshActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\VariableFrameStrippingSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimData\\BoneMaskFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimData\\IAnimationDataController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimData\\AnimDataNotifications.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimData\\AttributeIdentifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimStateMachineTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNotifies\\AnimNotify_PauseClothingSimulation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNotifies\\AnimNotifyState_DisableRootMotion.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNotifies\\AnimNotify_PlaySound.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNotifies\\AnimNotify_ResetDynamics.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Camera\\CameraModifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNotifies\\AnimNotify_ResumeClothingSimulation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Atmosphere\\AtmosphericFog.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\PoseAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Camera\\CameraShakeSourceActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNotifies\\AnimNotify_ResetClothingSimulation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Camera\\CameraShakeSourceComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Audio\\ActorSoundParameterInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Camera\\CameraTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Camera\\CameraStackTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Commandlets\\Commandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Commandlets\\SmokeTestCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Camera\\PlayerCameraManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\ActorComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\ArrowComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\AudioComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNotifies\\AnimNotifyState.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNotifies\\AnimNotify_PlayParticleEffect.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\BoundsCopyComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\BoxReflectionCaptureComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\BrushComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\ChildActorComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Atmosphere\\AtmosphericFogComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\BlendSpace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Camera\\CameraActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\DrawSphereComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\ForceFeedbackComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\HeterogeneousVolumeComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Camera\\CameraLensEffectInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Animation\\AnimNotifies\\AnimNotifyState_Trail.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\InstancedStaticMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Commandlets\\PluginCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\LightComponentBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\ApplicationLifecycleComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\LineBatchComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\LocalHeightFogComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\BoxComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Camera\\CameraComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Camera\\CameraModifier_CameraShake.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\LightComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Camera\\CameraShakeBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\CapsuleComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\PlanarReflectionComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\ExponentialHeightFogComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\LightmassPortalComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\HierarchicalInstancedStaticMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\PlatformEventsComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\PoseableMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\PostProcessComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\InputComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\RectLightComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\BillboardComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\InterpToMovementComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\PrimitiveComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\DirectionalLightComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\SceneComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\SceneCaptureComponent2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\DecalComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\DrawFrustumComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\PlaneReflectionCaptureComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\SkinnedMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\SphereComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\MeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\SplineComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\ModelComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\LocalLightComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\LODSyncComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\PawnNoiseEmitterComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\StereoLayerComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\MaterialBillboardComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\SceneCaptureComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\RuntimeVirtualTextureComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\SphereReflectionCaptureComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\PointLightComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\CurveBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\WindDirectionalSourceComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\CurveFloat.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\CurveLinearColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\SpotLightComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\ReflectionCaptureComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\SceneCaptureComponentCube.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\SkyAtmosphereComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\IndexedCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\SkyLightComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\ShapeComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\SplineMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\TextRenderComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\StringCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\StaticMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\CurveVector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\CurveEdPresetCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\DataDrivenCVars\\DataDrivenCVars.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Debug\\ReporterBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\VectorFieldComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\WorldPartitionStreamingSourceComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\DeviceProfiles\\DeviceProfileManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\TimelineComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\RealCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\VolumetricCloudComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionFloat.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\NameCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionFloatParameterBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\DeviceProfiles\\DeviceProfileFragment.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\IntegralCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionFloatUniform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\CurveLinearColorAtlas.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Debug\\DebugDrawComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionVectorConstant.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionFloatParticleParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionVectorParameterBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\RichCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\KeyHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Debug\\DebugDrawService.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\Distribution.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionVectorUniformCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\EdGraph\\EdGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\DeviceProfiles\\DeviceProfileMatching.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Curves\\SimpleCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\EdGraph\\EdGraphSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionVectorUniform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionFloatConstantCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionFloatConstant.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\AssetManagerSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\AssetManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\AssetManagerTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Attenuation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionVectorParticleParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\EdGraph\\EdGraphNode_Documentation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Debug\\ReporterGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\AssetUserData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\DeviceProfiles\\DeviceProfile.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\EditorFramework\\ThumbnailInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\EdGraph\\EdGraphPin.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\EditorFramework\\AssetImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionVectorConstantCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionFloatUniformCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Distributions\\DistributionVector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\EdGraph\\EdGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ActorChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\BlueprintGeneratedClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\AutoDestroySubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\BookMark2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\BlockingVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\BookmarkBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ActorInstanceHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\BlendableInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Blueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\CancellableAsyncAction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\BoxReflectionCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\BookMark.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Channel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\BrushShape.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\BlueprintCore.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\CanvasRenderTarget2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\CollisionProfile.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Brush.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\CompositeCurveTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ComponentDelegateBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ControlChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\BrushBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\CullDistanceVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\CurveTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ChildConnection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\CloudStorageBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Canvas.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DataAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\CompositeDataTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DebugCameraHUD.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DebugCameraControllerSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DataTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DemoNetConnection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DebugDisplayProperty.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DemoPendingNetGame.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DirectionalLight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Components\\SkeletalMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DPICustomScalingRule.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DamageEvents.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DebugCameraController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\CoreSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DocumentationActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\EngineCustomTimeStep.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Engine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\EngineTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DecalActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DynamicBlueprintBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Font.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\GameEngine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ExponentialHeightFog.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\DemoNetDriver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\EngineBaseTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\HitResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Console.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\FontFace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ImportantToggleSettingInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\FontImportOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\GeneratedMeshAreaLight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\GameViewportClient.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\InputAxisDelegateBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\InputDelegateBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\GameInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\InputKeyDelegateBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\InputVectorAxisDelegateBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\InputAxisKeyDelegateBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\IntSerialization.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LatentActionManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\InputActionDelegateBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\InterpCurveEdSetup.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Level.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\InputTouchDelegateBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\InGameAdManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LevelActorContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\InheritableComponentHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LevelStreamingAlwaysLoaded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LevelStreamingDynamic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\HLODProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LevelStreamingVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LevelScriptBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LocalHeightFog.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LightMapTexture2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LevelStreamingPersistent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LevelScriptActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\MapBuildDataRegistry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LevelBounds.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LevelStreaming.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\MemberReference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\MeshMergeCullingVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\MicroTransactionBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\MeshMerging.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\NavigationObjectBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\MaterialMerging.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\NetSerialization.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Light.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\MeshSimplificationSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\NetworkSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ObjectLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\NetDriver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\OverlapResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ObjectReferencer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\PackageMapClient.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LocalPlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\LODActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Note.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\PlanarReflection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\PlatformInterfaceBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\PlatformInterfaceWebResponse.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\PointLight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\PlaneReflectionCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\PoseWatch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\PlayerStartPIE.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\PostProcessVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\NetConnection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ProxyLODMeshSimplificationSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\RectLight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\RendererSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\PendingNetGame.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\PreviewMeshCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\PrimaryAssetLabel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Player.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Polys.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SceneCaptureCube.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ReflectionCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ScriptViewportClient.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SceneCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SceneCapture2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ReplicationDriver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ReplicatedState.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SimpleConstructionScript.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\RuntimeOptionsBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SkeletalMeshLODSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SkeletalMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Scene.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SkeletalMeshEditorData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ShadowMapTexture2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SCS_Node.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ServerStatReplicator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SkeletalMeshSimplificationSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SkyLight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SphereReflectionCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SoftWorldReference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SpotLight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SkeletalMeshSocket.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SplineMeshActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SpecularProfile.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\StaticMeshSocket.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SkinnedAssetCommon.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SkinnedAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\StreamableRenderAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SystemTimeTimecodeProvider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextRenderActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Texture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Texture2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SkeletalMeshSampling.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\StaticMeshActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TargetPoint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\StaticMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SpringInterpolator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextureDefines.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextureLightProfile.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextureAllMipDataProviderFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextureLODSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\StaticMeshSourceData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextureRenderTarget2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextureRenderTarget2DArray.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextureCube.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\SubsurfaceProfile.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextureMipDataProviderFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextureRenderTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TimecodeProvider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Texture2DArray.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\Texture2DDynamic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TriggerBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextureCubeArray.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TriggerCapsule.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TriggerBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TriggerVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\UserDefinedEnum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TriggerSphere.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextureStreamingTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextureRenderTargetCube.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\UserDefinedStruct.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\VoiceChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TimerHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\WindDirectionalSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TextureRenderTargetVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ViewportSplitScreen.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TimelineTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\UserInterfaceSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\WorldComposition.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\VolumeTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\TwitterIntegrationBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\Actor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\ViewportStatsSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\CameraBlockingVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Exporters\\Exporter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\AsyncActionHandleSaveGame.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\CharacterMovementReplication.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\CheatManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\CharacterMovementComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\Character.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\FloatingPawnMovement.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\EngineMessage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\DefaultPhysicsVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\ForceFeedbackEffect.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\ForceFeedbackParameters.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\GameMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\GameModeBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\ForceFeedbackAttenuation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\GameSession.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\GameState.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\DebugTextInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\DamageType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\Controller.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\Info.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\GameNetworkManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\DefaultPawn.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\HUD.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\InputDeviceSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\GameUserSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\LightWeightInstanceBlueprintFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\LightWeightInstanceManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\LightWeightInstanceStaticMeshManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\GameStateBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\KillZVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\LocalMessage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\InputDevicePropertyHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\InputDeviceLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\InputSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\PainCausingVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\MovementComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\PhysicsVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\OnlineSession.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\NavMovementComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\PlayerInput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\PlayerStart.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\OnlineReplStructs.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\PlayerState.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\PlayerMuteList.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\PlayerController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\SaveGame.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\Pawn.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\ProjectileMovementComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\PawnMovementComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\SpectatorPawn.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\InputDeviceProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\RotatingMovementComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\SpectatorPawnMovement.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\SpringArmComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Haptics\\HapticFeedbackEffect_Base.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\TouchInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Haptics\\HapticFeedbackEffect_Curve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Haptics\\HapticFeedbackEffect_Buffer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Interfaces\\Interface_ActorSubobject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\RootMotionSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Haptics\\HapticFeedbackEffect_SoundWave.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Interfaces\\Interface_AsyncCompilation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Interfaces\\Interface_AssetUserData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Interfaces\\Interface_CollisionDataProvider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Interfaces\\Interface_PostProcessVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\UpdateLevelVisibilityLevelInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Interfaces\\IPhysicsComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Interfaces\\NetworkPredictionInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\Volume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Interfaces\\Interface_BoneReferenceSkeletonProvider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\BlueprintMapLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\BlueprintPathsLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\GameFramework\\WorldSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\BlueprintPlatformLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\BlueprintSetLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\BlueprintFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\BlueprintAsyncActionBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\GameplayStaticsTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Intrinsic\\Model.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Interfaces\\Interface_PreviewMeshProvider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\KismetInternationalizationLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\KismetMaterialLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\GameplayStatics.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\ImportanceSamplingLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\DataTableFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\KismetArrayLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\KismetGuidLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\KismetSystemLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\KismetMathLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\StereoLayerFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\KismetNodeHelperLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\KismetRenderingLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\KismetStringLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Layers\\Layer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\KismetInputLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Lightmass\\LightmassPrimitiveSettingsObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\KismetStringTableLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Kismet\\KismetTextLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Lightmass\\LightmassImportanceVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Lightmass\\PrecomputedVisibilityOverrideVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpression.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\Material.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionAbs.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Lightmass\\LightmappedSurfaceCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Lightmass\\LightmassCharacterIndirectDetailVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Lightmass\\VolumetricLightmapDensityVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionActorPositionWS.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Lightmass\\PrecomputedVisibilityVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionAntialiasedTextureMask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Lightmass\\LightmassPortal.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionAbsorptionMediumMaterialOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionAppendVector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionArctangent2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionArctangent2Fast.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionArcsine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionAdd.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionArctangentFast.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionAtmosphericLightColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionArcsineFast.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionArccosineFast.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionAtmosphericLightVector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionArctangent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionArccosine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionBlendMaterialAttributes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionBumpOffset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionBlackBody.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionBentNormalCustomOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionCameraVectorWS.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionChannelMaskParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionChannelMaskParameterColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionBinaryOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionAtmosphericFogColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionCeil.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionClearCoatNormalCustomOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionCameraPositionWS.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionComment.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionComponentMask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionBreakMaterialAttributes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionConstant.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionComposite.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionConstant3Vector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionCosine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionClamp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionConstant4Vector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionConstantBiasScale.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionCloudLayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDataDrivenShaderPlatformInfoSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDBufferTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDDX.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionConstant2Vector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionCustomOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDDY.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDecalColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDecalDerivative.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionCrossProduct.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDeltaTime.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDecalLifetimeOpacity.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionCollectionParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDepthOfFieldFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDeriveNormalZ.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDistance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDistanceCullFade.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDistanceFieldGradient.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDistanceFieldsRenderingSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionCustom.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDivide.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDotProduct.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDistanceToNearestSurface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionCurveAtlasRowParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDesaturation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionExecEnd.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDecalMipmapLevel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDistanceFieldApproxAO.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDoubleVectorParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionEyeAdaptation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionExponential.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDepthFade.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionEyeAdaptationInverse.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionFeatureLevelSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionFontSampleParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionForLoop.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionExponential2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionFloor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionExecBegin.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionFunctionOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionFresnel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionFrac.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionFmod.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionFontSample.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionHairAttributes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionHairColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionDynamicParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionGenericConstant.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionIf.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionInverseLinearInterpolate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionIfThenElse.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionIsOrthographic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionGIReplace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionGetLocal.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionHsvToRgb.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionLightmapUVs.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionLightmassReplace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionFunctionInput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionLogarithm2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionLength.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionGetMaterialAttributes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionMaterialAttributeLayers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionLinearInterpolate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionMapARPassthroughCameraUV.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionLogarithm.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionLightVector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionMaterialProxyReplace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionMaterialLayerOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionLogarithm10.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionNaniteReplace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionMin.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionMax.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionNormalize.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionNoise.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionObjectOrientation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionObjectBounds.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionMultiply.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionObjectRadius.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionOneMinus.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionObjectLocalBounds.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParticleColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionObjectPositionWS.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionMakeMaterialAttributes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParticleMacroUV.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParticlePositionWS.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParticleMotionBlurFade.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParticleRelativeTime.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParticleRadius.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParticleDirection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Engine\\World.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPanner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParticleRandom.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParticleSpriteRotation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPathTracingBufferTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParticleSize.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParticleSpeed.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPerInstanceCustomData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPerInstanceFadeAmount.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPerInstanceRandom.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParticleSubUV.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionParticleSubUVProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPinBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPixelNormalWS.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPreSkinnedLocalBounds.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPathTracingRayTypeSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPixelDepth.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionNamedReroute.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPreviousFrameSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPreSkinnedPosition.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPower.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionQualitySwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPreSkinnedNormal.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPathTracingQualitySwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionReflectionCapturePassSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionRotateAboutAxis.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionRgbToHsv.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionReroute.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionRayTracingQualitySwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionRuntimeVirtualTextureOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionPrecomputedAOMask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionRound.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionReflectionVectorWS.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionMaterialFunctionCall.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionRotator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionRerouteBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSceneDepth.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSceneDepthWithoutWater.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionRuntimeVirtualTextureReplace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionRuntimeVirtualTextureSample.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSaturate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionScreenPosition.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSceneColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSetLocal.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSetMaterialAttributes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionShadingModel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionShadingPathSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionShadowReplace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSceneTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSamplePhysicsField.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSign.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSceneTexelSize.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSkyAtmosphereLightIlluminance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSkyLightEnvMapSample.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSmoothStep.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSkyAtmosphereLightDirection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSobol.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSingleLayerWaterMaterialOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionScalarParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSparseVolumeTextureObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSphericalParticleOpacity.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSphereMask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSquareRoot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionStaticBool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSpeedTree.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionRuntimeVirtualTextureSampleParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionStaticSwitchParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionStaticSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSkyAtmosphereViewLuminance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSparseVolumeTextureBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionShaderStageSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionStep.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSubtract.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTangent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSubsurfaceMediumMaterialOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTangentOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTextureBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTextureCoordinate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTextureObjectParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSparseVolumeTextureSample.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTextureSample.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionStaticBoolParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTextureSampleParameter2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTextureObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTextureSampleParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTextureSampleParameterCubeArray.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTemporalSobol.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionStaticComponentMaskParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTextureProperty.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionStrata.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTextureSampleParameter2DArray.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionThinTranslucentMaterialOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTextureSampleParameterCube.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTime.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTextureSampleParameterVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionVertexColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionVertexInterpolator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTruncate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTwoSidedSign.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTextureSampleParameterSubUV.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTruncateLWC.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionVertexTangentWS.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionVolumetricAdvancedMaterialInput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionVertexNormalWS.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionVirtualTextureFeatureSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionWhileLoop.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionVolumetricAdvancedMaterialOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionViewSize.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialFunctionInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionTransformPosition.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionVectorNoise.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionViewProperty.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionVectorParameter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialFunctionMaterialLayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialFunctionMaterialLayerBlend.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialInstanceActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialInstanceDynamic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialExpressionWorldPosition.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialParameterCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialFunctionInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialInstanceBasePropertyOverrides.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\MeshVertexPainter\\MeshVertexPainterKismetLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PacketHandlers\\EngineHandlerComponentFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\EmitterCameraLensEffectBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialParameterCollectionInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialOverrideNanite.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\MeshVertexPainter\\MeshVertexPainter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialLayersFunctions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\ParticleModuleRequired.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Materials\\MaterialInstanceConstant.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\ParticleEventManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Emitter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\ParticleSystemComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\ParticleSystemManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\ParticleSystemReplay.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\ParticleSpriteEmitter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\WorldPSCPool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Acceleration\\ParticleModuleAcceleration.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\ParticleLODLevel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Acceleration\\ParticleModuleAccelerationBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\ParticleSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Acceleration\\ParticleModuleAccelerationConstant.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Acceleration\\ParticleModuleAccelerationDragScaleOverLife.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Attractor\\ParticleModuleAttractorParticle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\ParticleModule.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Acceleration\\ParticleModuleAccelerationDrag.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Acceleration\\ParticleModuleAccelerationOverLifetime.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Attractor\\ParticleModuleAttractorPointGravity.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Beam\\ParticleModuleBeamBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\SubUVAnimation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Beam\\ParticleModuleBeamNoise.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Attractor\\ParticleModuleAttractorBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Beam\\ParticleModuleBeamTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Attractor\\ParticleModuleAttractorLine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Camera\\ParticleModuleCameraOffset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Camera\\ParticleModuleCameraBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Collision\\ParticleModuleCollisionBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Color\\ParticleModuleColorBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Beam\\ParticleModuleBeamSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Color\\ParticleModuleColorOverLife.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Collision\\ParticleModuleCollision.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Color\\ParticleModuleColor_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Event\\ParticleModuleEventBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Attractor\\ParticleModuleAttractorPoint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Event\\ParticleModuleEventReceiverBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Event\\ParticleModuleEventGenerator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Event\\ParticleModuleEventReceiverKillParticles.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Event\\ParticleModuleEventReceiverSpawn.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Kill\\ParticleModuleKillBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Beam\\ParticleModuleBeamModifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Kill\\ParticleModuleKillBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Lifetime\\ParticleModuleLifetime.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Lifetime\\ParticleModuleLifetimeBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Lifetime\\ParticleModuleLifetime_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Light\\ParticleModuleLightBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Collision\\ParticleModuleCollisionGPU.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Color\\ParticleModuleColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Event\\ParticleModuleEventSendToGame.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\ParticleEmitter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationEmitter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Light\\ParticleModuleLight_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Kill\\ParticleModuleKillHeight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Color\\ParticleModuleColorScaleOverLife.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationEmitterDirect.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationPrimitiveSphere.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationPrimitiveSphere_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationPrimitiveTriangle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationWorldOffset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationPrimitiveCylinder_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationDirect.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationWorldOffset_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationBoneSocket.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocation_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Light\\ParticleModuleLight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Orbit\\ParticleModuleOrbit.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationPrimitiveBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Orientation\\ParticleModuleOrientationAxisLock.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Orientation\\ParticleModuleOrientationBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationPrimitiveCylinder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleSourceMovement.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Material\\ParticleModuleMaterialBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Orbit\\ParticleModuleOrbitBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Material\\ParticleModuleMeshMaterial.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Location\\ParticleModuleLocationSkelVertSurface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Rotation\\ParticleModuleRotation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Parameter\\ParticleModuleParameterDynamic_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Parameter\\ParticleModuleParameterBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Rotation\\ParticleModuleRotation_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Modules\\Location\\ParticleModulePivotOffset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Rotation\\ParticleModuleRotationBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\RotationRate\\ParticleModuleMeshRotationRate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Rotation\\ParticleModuleMeshRotation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\RotationRate\\ParticleModuleRotationRate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\RotationRate\\ParticleModuleRotationRateBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\RotationRate\\ParticleModuleRotationRate_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\RotationRate\\ParticleModuleRotationRateMultiplyLife.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Rotation\\ParticleModuleMeshRotation_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\RotationRate\\ParticleModuleMeshRotationRateMultiplyLife.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Rotation\\ParticleModuleRotationOverLifetime.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Parameter\\ParticleModuleParameterDynamic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Size\\ParticleModuleSizeBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\RotationRate\\ParticleModuleMeshRotationRateOverLife.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Spawn\\ParticleModuleSpawn.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Size\\ParticleModuleSizeScaleBySpeed.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\RotationRate\\ParticleModuleMeshRotationRate_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\SubUV\\ParticleModuleSubUVBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Size\\ParticleModuleSize.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Size\\ParticleModuleSize_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Trail\\ParticleModuleTrailBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Size\\ParticleModuleSizeMultiplyLife.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Spawn\\ParticleModuleSpawnPerUnit.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Size\\ParticleModuleSizeScale.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\TypeData\\ParticleModuleTypeDataGpu.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\TypeData\\ParticleModuleTypeDataAnimTrail.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Spawn\\ParticleModuleSpawnBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\VectorField\\ParticleModuleVectorFieldBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\SubUV\\ParticleModuleSubUV.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\VectorField\\ParticleModuleVectorFieldRotation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\SubUV\\ParticleModuleSubUVMovie.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Trail\\ParticleModuleTrailSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\TypeData\\ParticleModuleTypeDataBeam2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\TypeData\\ParticleModuleTypeDataBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\VectorField\\ParticleModuleVectorFieldGlobal.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\TypeData\\ParticleModuleTypeDataRibbon.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\VectorField\\ParticleModuleVectorFieldScaleOverLife.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\BodySetup.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\BodyInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\VectorField\\ParticleModuleVectorFieldRotationRate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Velocity\\ParticleModuleVelocityOverLifetime.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\VectorField\\ParticleModuleVectorFieldScale.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\ClusterUnionActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Velocity\\ParticleModuleVelocityBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\ConstraintDrives.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Velocity\\ParticleModuleVelocityInheritParent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Velocity\\ParticleModuleVelocityCone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\AggregateGeom.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\VectorField\\ParticleModuleVectorFieldLocal.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\PhysicalAnimationComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicalMaterials\\PhysicalMaterialMask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\PhysicsCollisionHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Velocity\\ParticleModuleVelocity_Seeded.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\PhysicsAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\ClusterUnionComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\Velocity\\ParticleModuleVelocity.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Particles\\TypeData\\ParticleModuleTypeDataMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\ConstraintInstanceBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\PhysicsConstraintComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\ClusterUnionReplicatedProxyComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\PhysicsThruster.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\PhysicsSpringComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\PhysicsObjectBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\BoxElem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\RigidBodyBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\SkinnedLevelSetElem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\PhysicsConstraintActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\SphereElem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\ChaosBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsField\\PhysicsFieldComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\PhysicsThrusterComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\PhysicsConstraintTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Slate\\SlateBrushAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\LevelSetElem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\PhysicsHandleComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\AudioBus.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\AudioOutputTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\ExternalSpatialAccelerationPayload.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\ConstraintTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\AudioVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\ConstraintInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\DialogueTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\RadialForceActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\AudioSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\ConvexElem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\ReverbEffect.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\ReverbSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundAttenuation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\PhysicsSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\DialogueWave.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundCue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Slate\\ButtonStyleAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Slate\\CheckboxStyleAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\RadialForceComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundEffectSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\ShapeElem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\TaperedCapsuleElem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\AmbientSound.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundModulationDestination.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\PhysicsEngine\\SphylElem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeAttenuation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeBranch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\DialogueSoundWaveProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeDelay.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeDialoguePlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\DialogueVoice.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeDoppler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeEnveloper.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeConcatenator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeLooping.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundEffectPreset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\QuartzQuantizationUtilities.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundEffectSubmix.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundGroups.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeAssetReferencer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeWaveParam.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundMix.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeDistanceCrossFade.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundConcurrency.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeGroupControl.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeModulator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundSubmixSend.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundWave.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeParamCrossFade.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundWaveProcedural.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeMature.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeQualityLevel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\SparseVolumeTexture\\SparseVolumeTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Tests\\TextPropertyTestObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Tests\\AutomationTestSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\VectorField\\VectorField.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\VectorField\\VectorFieldStatic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeSoundClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\VectorField\\VectorFieldVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Vehicles\\TireType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeMixer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\VisualLogger\\VisualLoggerKismetLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\VT\\LightmapVirtualTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeModulatorContinuous.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\VT\\RuntimeVirtualTextureVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\VT\\VirtualTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundSourceBus.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\VT\\VirtualTexturePoolConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeRandom.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeWavePlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundNodeOscillator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundSourceBusSend.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundSubmix.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundWaveLoadingBehavior.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundTimecodeOffset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\VT\\VirtualTextureBuildSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\SoundWaveTimecodeInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\VisualLogger\\VisualLoggerAutomationTests.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\VectorField\\VectorFieldAnimated.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\Sound\\StreamedAudioChunkSeekTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\VT\\RuntimeVirtualTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Classes\\VT\\VirtualTextureBuilder.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ActorFolder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ActiveSoundUpdateInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\AssetCompilingManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\AlphaBlend.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\AssetExportTask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\AudioEffect.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\CanvasTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ComponentInstanceDataCache.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\CharacterMovementComponentAsync.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\CookedMetaData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\DestructibleInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\DeformableInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\HitProxies.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\LODSyncInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\LegacyScreenPercentageDriver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\LocationVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\MaterialDomain.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\MaterialSceneTextureId.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\MaterialCachedData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\MeshUVChannelInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\MeshBudgetProjectSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\MaterialTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\MaterialShared.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ParticleHelper.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ObjectTrace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\PerPlatformProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\PerQualityLevelProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\PluginBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\RepMovementNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\PropertyAccess.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ReplayNetConnection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ReplayTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ReplaySubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\SceneViewExtensionContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\SceneTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\SingleAnimationPlayData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\StaticMeshComponentLODInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\SkeletalMeshMerge.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\SceneUtils.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\SkeletalMeshReductionSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\TextureEncodingSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\StaticParameterSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ActorPartition\\PartitionActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimCompressionTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ActorPartition\\ActorPartitionSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimCurveTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimInstanceProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\AI\\RVOAvoidanceInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimCurveMetadata.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimNotifyStateMachineInspectionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\ActiveStateMachineScope.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimNode_StateResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimSubsystemInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimSubsystem_NodeRelevancy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimSubsystem_PropertyAccess.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimSubsystem_SharedLinkedAnimLayers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimSubsystem_Tag.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimNodeConstantData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimNotifyLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimNotifyMirrorInspectionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimSubsystem_BlendSpaceGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\CachedAnimData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\CachedAnimDataLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimNodeData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\ExposedValueHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\MotionTrajectoryTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimPhysicsSolver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimSingleNodeInstanceProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\NodeMappingContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimSubsystem_Base.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimNotifyQueue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\NodeMappingProviderInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\PreviewCollectionInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Audio\\AudioPanelWidgetInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Audio\\AudioWidgetSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\SkinWeightProfileManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Audio\\SoundSubmixWidgetInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\PoseSnapshot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\BoneSocketReference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Audio\\SoundEffectPresetWidgetInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\BoneReference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Actor\\ActorElementAssetDataInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\SkinWeightProfile.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Actor\\ActorElementObjectInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\SkeletalMeshVertexAttribute.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Component\\ComponentElementCounterInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Component\\ComponentElementObjectInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Actor\\ActorElementHierarchyInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Component\\ComponentElementWorldInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Framework\\EngineElementsLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Actor\\ActorElementCounterInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Object\\ObjectElementCounterInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Component\\ComponentElementHierarchyInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Audio\\SoundParameterControllerInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Object\\ObjectElementAssetDataInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Blueprint\\BlueprintExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Component\\ComponentElementSelectionInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Object\\ObjectElementSelectionInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\SMInstance\\SMInstanceElementHierarchyInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\SMInstance\\SMInstanceElementPrimitiveCustomDataInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Interfaces\\TypedElementWorldInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\SMInstance\\SMInstanceElementWorldInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Engine\\HitResultNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Actor\\ActorElementSelectionInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\FieldNotification\\FieldNotificationLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\GameFramework\\CharacterNetworkSerializationPackedBitsNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Actor\\ActorElementWorldInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\HLOD\\HLODEngineSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\SMInstance\\SMInstanceElementAssetDataInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Framework\\TypedElementCommonActions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\Object\\ObjectElementObjectInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\SMInstance\\SMInstanceElementSelectionInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Animation\\AnimTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\GameFramework\\UniqueNetIdReplNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\SMInstance\\SMInstanceElementId.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\GameFramework\\RootMotionSourceGroupNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\HLOD\\HLODLevelExclusion.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\HLOD\\HLODBatchingPolicy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ISMPartition\\ISMPartitionActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\GameFramework\\PlayerStateCountLimiterConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\HLOD\\HLODProxyMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\LevelInstance\\LevelInstanceActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\HLOD\\HLODProxyDesc.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Internationalization\\StringTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\LevelInstance\\LevelInstanceComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\LevelInstance\\LevelInstanceEditorLevelStreaming.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Instances\\InstancedPlacementPartitionActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Instances\\InstancedPlacementClientInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Elements\\SMInstance\\SMInstanceManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\LevelInstance\\LevelInstanceLevelStreaming.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\LevelInstance\\LevelInstanceSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ISMPartition\\ISMComponentDescriptor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ISMPartition\\ISMComponentData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\LevelInstance\\LevelInstanceEditorPivotActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Net\\NetConnectionFaultRecovery.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\LevelInstance\\LevelInstanceEditorInstanceActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ISMPartition\\ISMPartitionClient.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Net\\NetPing.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ISMPartition\\ISMPartitionInstanceManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Net\\OnlineEngineInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Net\\BandwidthTestActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\LevelInstance\\LevelInstanceEditorPivotInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\LevelInstance\\LevelInstanceInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Net\\RPCDoSDetection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\LevelInstance\\LevelInstanceTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Net\\OnlineBlueprintCallProxyBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Net\\ReplayResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Net\\NetPushModelHelpers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Net\\VoiceConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Net\\Subsystems\\NetworkSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Net\\Iris\\ReplicationSystem\\ActorReplicationBridge.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Physics\\AsyncPhysicsData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\PackedLevelActor\\PackedLevelActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Physics\\Experimental\\ChaosEventRelay.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Physics\\Experimental\\PhysicsThreadLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Physics\\AsyncPhysicsInputComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Physics\\NetworkPhysicsComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Physics\\Experimental\\ChaosEventType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ProfilingDebugging\\HealthSnapshot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\ProfilingDebugging\\LevelStreamingProfilingSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Slate\\SlateTextureAtlasInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Subsystems\\AudioEngineSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Subsystems\\LocalPlayerSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Streaming\\ActorTextureStreamingBuildDataComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Subsystems\\WorldSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\VisualLogger\\VisualLoggerDebugSnapshotInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Slate\\SGameLayerManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\VT\\RuntimeVirtualTextureEnum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\ActorDescContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Streaming\\ServerStreamingLevelsVisibility.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\IWorldPartitionObjectResolver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Subsystems\\EngineSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\VisualLogger\\VisualLoggerFilterVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Subsystems\\GameInstanceSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Subsystems\\SubsystemBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionActorContainerID.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\Subsystems\\Subsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartition.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionEditorSpatialHash.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionLevelStreamingPolicy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionMiniMap.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionEditorLoaderAdapter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionRuntimeCellData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionLevelStreamingDynamic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionEditorHash.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionActorLoaderInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionMiniMapVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionRuntimeSpatialHash.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionRuntimeLevelStreamingCell.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionEditorPerProjectUserSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionRuntimeCell.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionReplay.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\ContentBundle\\ContentBundleEditor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionRuntimeSpatialHashGridPreviewer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionRuntimeHash.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\ContentBundle\\ContentBundleTypeFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\ContentBundle\\ContentBundleStatus.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\ContentBundle\\ContentBundleWorldSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionRuntimeCellInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionStreamingPolicy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\DataLayer\\DataLayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\DataLayer\\DataLayerAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionRuntimeCellDataSpatialHash.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\WorldPartitionStreamingSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\DataLayer\\DataLayerInstancePrivate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\DataLayer\\DataLayerInstanceWithAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\DataLayer\\DataLayerManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\DataLayer\\DataLayerSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\ContentBundle\\ContentBundleDescriptor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\DataLayer\\WorldDataLayers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\DataLayer\\DataLayerLoadingPolicy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\DataLayer\\ActorDataLayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\ContentBundle\\ContentBundleEngineSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\ContentBundle\\ContentBundleClient.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\Filter\\WorldPartitionActorFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\HLOD\\HLODDestruction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\HLOD\\HLODModifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\HLOD\\HLODBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\HLOD\\HLODSourceActors.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\DataLayer\\DataLayerType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\HLOD\\HLODSubActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\HLOD\\HLODSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\HLOD\\HLODTemplatedInstancedStaticMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\DataLayer\\DataLayerInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\HLOD\\HLODProviderInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\HLOD\\HLODSourceActorsFromLevel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\HLOD\\HLODSourceActorsFromCell.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\NavigationData\\NavigationDataChunkActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\HLOD\\HLODActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\DataLayer\\DeprecatedDataLayerInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\HLOD\\HLODLayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\RuntimeHashSet\\WorldPartitionRuntimeHashSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\RuntimeHashSet\\RuntimePartitionPersistent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\RuntimeHashSet\\RuntimePartitionLevelStreaming.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\HLOD\\DestructibleHLODComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Public\\WorldPartition\\RuntimeHashSet\\RuntimePartition.h" - ], - "InternalHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Internal\\Kismet\\BlueprintTypeConversions.h" - ], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Private\\AsyncActionLoadPrimaryAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Private\\DebugGarbageCollectionGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Private\\Animation\\AnimBlueprintClassSubsystem_PropertyAccess.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Private\\LevelInstance\\LevelInstanceEditorObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Private\\GameFramework\\InternalUniqueNetIdReplNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Private\\TextureEncodingSettingsPrivate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Private\\Net\\RPCDoSDetectionConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Private\\Net\\Experimental\\Iris\\DataStreamChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Private\\Tests\\PieFixupTestObjects.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Engine\\Private\\Tests\\TransactionDiffingTests.h" - ], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0", - "GPUPARTICLE_LOCAL_VF_ONLY=0", - "WITH_ODSC=0", - "UE_WITH_IRIS=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Engine\\UHT\\Engine.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PacketHandler", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PacketHandlers\\PacketHandler", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PacketHandlers\\PacketHandler\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PacketHandler\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PacketHandlers\\PacketHandler\\Classes\\HandlerComponentFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PacketHandlers\\PacketHandler\\Classes\\PacketHandlerProfileConfig.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PacketHandler\\UHT\\PacketHandler.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "CoreOnline", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CoreOnline", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CoreOnline\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CoreOnline\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CoreOnline\\Public\\Online\\CoreOnline.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CoreOnline\\Private\\Online\\CoreOnlinePrivate.h" - ], - "PublicDefines": [ - "PLATFORM_MAX_LOCAL_PLAYERS=0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CoreOnline\\UHT\\CoreOnline.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Renderer", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Renderer", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Renderer\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Renderer\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Renderer\\Private\\SparseVolumeTexture\\SparseVolumeTextureViewerComponent.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Renderer\\UHT\\Renderer.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MaterialShaderQualitySettings", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MaterialShaderQualitySettings", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MaterialShaderQualitySettings\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MSQS\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MaterialShaderQualitySettings\\Classes\\MaterialShaderQualitySettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MaterialShaderQualitySettings\\Classes\\ShaderPlatformQualitySettings.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MSQS\\UHT\\MaterialShaderQualitySettings.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AutomationMessages", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AutomationMessages", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AutomationMessages\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AutomationMessages\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AutomationMessages\\Public\\AutomationWorkerMessages.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AutomationMessages\\UHT\\AutomationMessages.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AutomationTest", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AutomationTest", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AutomationTest\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AutomationTest\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AutomationTest\\Public\\AutomationTestExcludelist.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AutomationTest\\Public\\AutomationState.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AutomationTest\\UHT\\AutomationTest.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AIModule", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AIModule\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\AIController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\AIResourceInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\AISubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\AIResources.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\AISystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BrainComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\DetourCrowdAIController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\GridPathAIController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Actions\\PawnAction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Actions\\PawnAction_Move.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Actions\\PawnAction_BlueprintBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\VisualLoggerExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Actions\\PawnAction_Sequence.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Actions\\PawnAction_Repeat.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Actions\\PawnAction_Wait.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\GenericTeamAgentInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BehaviorTree.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Actions\\PawnActionsComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BehaviorTreeComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\AITypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BehaviorTreeTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BlackboardComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BlackboardAssetProvider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BTAuxiliaryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BTCompositeNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BehaviorTreeManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BTDecorator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BTFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BTTaskNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BlackboardData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BTService.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\BTNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Blackboard\\BlackboardKeyType_Bool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Blackboard\\BlackboardKeyType_Class.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Blackboard\\BlackboardKeyEnums.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Blackboard\\BlackboardKeyType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Blackboard\\BlackboardKeyType_Float.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Blackboard\\BlackboardKeyType_Int.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Blackboard\\BlackboardKeyType_Enum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Blackboard\\BlackboardKeyType_Name.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Blackboard\\BlackboardKeyType_Object.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Blackboard\\BlackboardKeyType_String.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Blackboard\\BlackboardKeyType_NativeEnum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Blackboard\\BlackboardKeyType_Vector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Composites\\BTComposite_Selector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Blackboard\\BlackboardKeyType_Rotator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Composites\\BTComposite_Sequence.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_Blackboard.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_CompareBBEntries.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Composites\\BTComposite_SimpleParallel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_CheckGameplayTagsOnActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_BlackboardBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_Cooldown.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_DoesPathExist.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_ForceSuccess.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_IsAtLocation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_ConditionalLoop.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_BlueprintBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_IsBBEntryOfClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_ReachedMoveGoal.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_Loop.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_SetTagCooldown.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_TimeLimit.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_ConeCheck.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Services\\BTService_BlueprintBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Services\\BTService_RunEQS.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_BlackboardBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_TagCooldown.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Services\\BTService_BlackboardBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_FinishWithResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_MakeNoise.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_GameplayTaskBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Services\\BTService_DefaultFocus.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Decorators\\BTDecorator_KeepInCone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_BlueprintBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_MoveDirectlyToward.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_PlaySound.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_PawnActionBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_PushPawnAction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_PlayAnimation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_RotateToFaceBBEntry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_RunBehaviorDynamic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_RunBehavior.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_MoveTo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_RunEQSQuery.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_SetTagCooldown.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_Wait.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\BehaviorTree\\Tasks\\BTTask_WaitBlackboardTime.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Blueprint\\AIAsyncTaskBlueprintProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Blueprint\\AIBlueprintHelperLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\DataProviders\\AIDataProvider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\DataProviders\\AIDataProvider_Random.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\DataProviders\\AIDataProvider_QueryParams.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\EnvQueryContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\EnvQuery.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\EnvQueryInstanceBlueprintWrapper.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\EnvQueryManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\EnvQueryGenerator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\EnvQueryOption.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\EnvQueryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\EnvQueryTest.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\EQSQueryResultSourceInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\EnvQueryDebugHelpers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\EQSRenderingComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\EnvQueryTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Contexts\\EnvQueryContext_Item.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Contexts\\EnvQueryContext_Querier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Generators\\EnvQueryGenerator_BlueprintBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Generators\\EnvQueryGenerator_Composite.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Generators\\EnvQueryGenerator_CurrentLocation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Generators\\EnvQueryGenerator_Cone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Generators\\EnvQueryGenerator_OnCircle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Generators\\EnvQueryGenerator_ActorsOfClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Generators\\EnvQueryGenerator_PathingGrid.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\EQSTestingPawn.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Contexts\\EnvQueryContext_BlueprintBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Generators\\EnvQueryGenerator_Donut.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Generators\\EnvQueryGenerator_PerceivedActors.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Generators\\EnvQueryGenerator_SimpleGrid.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Items\\EnvQueryItemType_Actor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Items\\EnvQueryItemType_ActorBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Generators\\EnvQueryGenerator_ProjectedPoints.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Items\\EnvQueryItemType_Direction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Items\\EnvQueryItemType_Point.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Items\\EnvQueryItemType_VectorBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Tests\\EnvQueryTest_Overlap.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Tests\\EnvQueryTest_Project.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Tests\\EnvQueryTest_Distance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Tests\\EnvQueryTest_Trace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Tests\\EnvQueryTest_Volume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\HotSpots\\AIHotSpotManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Tests\\EnvQueryTest_Random.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Items\\EnvQueryItemType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Tests\\EnvQueryTest_PathfindingBatch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Navigation\\CrowdManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Tests\\EnvQueryTest_Pathfinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Navigation\\NavLinkProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Navigation\\CrowdAgentInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Navigation\\PathFollowingComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Tests\\EnvQueryTest_GameplayTags.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Navigation\\RecastGraphAStar.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Navigation\\NavFilter_AIControllerDefault.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AIPerceptionComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AIPerceptionStimuliSourceComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AIPerceptionSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AIPerceptionTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Navigation\\PathFollowingManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Navigation\\CrowdFollowingComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISenseBlueprintListener.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISenseConfig_Blueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AIPerceptionListenerInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISenseConfig_Damage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Navigation\\NavLocalGridManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\EnvironmentQuery\\Tests\\EnvQueryTest_Dot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Navigation\\GridPathFollowingComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISenseConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISenseEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISenseConfig_Team.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISense.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISenseConfig_Hearing.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISense_Blueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISense_Damage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISenseEvent_Damage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISenseConfig_Touch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISenseConfig_Prediction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISense_Team.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISightTargetInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISense_Hearing.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Tasks\\AITask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISenseConfig_Sight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISenseEvent_Hearing.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISense_Prediction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Tasks\\AITask_RunEQS.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISense_Touch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\AISense_Sight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Tasks\\AITask_LockLogic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Perception\\PawnSensingComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Classes\\Tasks\\AITask_MoveTo.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Public\\IndexedHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AIModule\\Public\\SequentialID.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_RECAST=1", - "WITH_GAMEPLAY_DEBUGGER_CORE=1", - "WITH_GAMEPLAY_DEBUGGER=1", - "WITH_GAMEPLAY_DEBUGGER_MENU=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AIModule\\UHT\\AIModule.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GameplayTasks", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTasks", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTasks\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayTasks\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTasks\\Classes\\GameplayTaskOwnerInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTasks\\Classes\\GameplayTask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTasks\\Classes\\Tasks\\GameplayTask_ClaimResource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTasks\\Classes\\GameplayTasksComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTasks\\Classes\\Tasks\\GameplayTask_TimeLimitedExecution.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTasks\\Classes\\GameplayTaskResource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTasks\\Classes\\Tasks\\GameplayTask_WaitDelay.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTasks\\Classes\\Tasks\\GameplayTask_SpawnActor.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "UE_WITH_IRIS=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayTasks\\UHT\\GameplayTasks.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GameplayTags", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTags", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTags\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayTags\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTags\\Classes\\GameplayTagAssetInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTags\\Classes\\GameplayTagContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTags\\Classes\\GameplayTagsManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTags\\Classes\\BlueprintGameplayTagLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTags\\Classes\\GameplayTagsSettings.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTags\\Public\\GameplayTagContainerNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTags\\Public\\GameplayTagNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTags\\Public\\GameplayTagRedirectors.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayTags\\Private\\InternalGameplayTagContainerNetSerializer.h" - ], - "PublicDefines": [ - "UE_WITH_IRIS=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayTags\\UHT\\GameplayTags.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GameplayDebugger", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayDebugger", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayDebugger\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayDebugger\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayDebugger\\Public\\GameplayDebuggerCategoryReplicator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayDebugger\\Public\\GameplayDebuggerLocalController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayDebugger\\Public\\GameplayDebuggerRenderingComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayDebugger\\Public\\GameplayDebuggerTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayDebugger\\Public\\GameplayDebuggerPlayerManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GameplayDebugger\\Public\\GameplayDebuggerConfig.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "UE_WITH_IRIS=1", - "WITH_GAMEPLAY_DEBUGGER_CORE=1", - "WITH_GAMEPLAY_DEBUGGER=1", - "WITH_GAMEPLAY_DEBUGGER_MENU=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayDebugger\\UHT\\GameplayDebugger.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "IrisCore", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\IrisCore\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\DataStream\\DataStreamManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\DataStream\\DataStream.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationState\\ReplicationStateDescriptorConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationState\\IrisFastArraySerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\ObjectReplicationBridgeConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\ObjectReplicationBridge.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\ReplicationBridge.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\ReplicationSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\Filtering\\NetObjectFilterDefinitions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\Filtering\\FilterOutNetObjectFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\Filtering\\NopNetObjectFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\NetBlob\\NetBlobHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\Filtering\\NetObjectFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\Filtering\\NetObjectConnectionFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\Filtering\\NetObjectGridFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\Prioritization\\LocationBasedNetObjectPrioritizer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\NetBlob\\SequentialPartialNetBlobHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\Prioritization\\NetObjectPrioritizer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\DateTimeNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\Prioritization\\NetObjectCountLimiter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\Prioritization\\SphereWithOwnerBoostNetObjectPrioritizer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\FloatNetSerializers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\GuidNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\ReplicationSystem\\Prioritization\\SphereNetObjectPrioritizer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\IntNetSerializers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\EnumNetSerializers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\IrisObjectReferencePackageMap.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\IntRangeNetSerializers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\NetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\NetSerializers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\PackedIntNetSerializers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\PolymorphicNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\ObjectNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\QuatNetSerializers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\RotatorNetSerializers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\SoftObjectNetSerializers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\PackedVectorNetSerializers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\UintRangeNetSerializers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\UintNetSerializers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\NetSerializerConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\StringNetSerializers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Public\\Iris\\Serialization\\VectorNetSerializers.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Private\\Iris\\DataStream\\DataStreamDefinitions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Private\\Iris\\ReplicationSystem\\NetTokenDataStream.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Private\\Iris\\ReplicationSystem\\ReplicationDataStream.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Private\\Iris\\ReplicationSystem\\NetBlob\\NetBlobHandlerDefinitions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Private\\Iris\\ReplicationSystem\\NetBlob\\NetObjectBlobHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Private\\Iris\\ReplicationSystem\\NetBlob\\NetRPCHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Private\\Iris\\ReplicationSystem\\NetBlob\\PartialNetObjectAttachmentHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Private\\Iris\\ReplicationSystem\\Prioritization\\NetObjectPrioritizerDefinitions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Iris\\Core\\Private\\Iris\\Serialization\\InternalNetSerializers.h" - ], - "PublicDefines": [ - "UE_WITH_IRIS=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\IrisCore\\UHT\\IrisCore.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "NavigationSystem", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\NavigationSystem\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\AbstractNavData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavCollision.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavigationData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\CrowdManagerBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavigationInvokerComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavigationPathGenerator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavigationTestingActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavLinkComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavLinkHostInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavLinkRenderingComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavigationSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavLinkCustomInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavigationPath.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavLinkTrivial.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavModifierComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavModifierVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavLinkCustomComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavRelevantComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavSystemConfigOverride.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavNodeInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavAreas\\NavArea.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavAreas\\NavAreaMeta.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavAreas\\NavAreaMeta_SwitchByAgent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavAreas\\NavArea_Default.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavAreas\\NavArea_LowHeight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavAreas\\NavArea_Null.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavAreas\\NavArea_Obstacle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavFilters\\RecastFilter_UseDefaultArea.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavGraph\\NavigationGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavGraph\\NavigationGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavMesh\\NavMeshRenderingComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavMesh\\NavMeshBoundsVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavMesh\\NavTestRenderingComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavGraph\\NavigationGraphNodeComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavMesh\\RecastNavMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavFilters\\NavigationQueryFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NavigationSystem\\Public\\NavMesh\\RecastNavMeshDataChunk.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0", - "WITH_RECAST=1", - "WITH_NAVMESH_SEGMENT_LINKS=1", - "WITH_NAVMESH_CLUSTER_LINKS=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\NavigationSystem\\UHT\\NavigationSystem.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MoviePlayer", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MoviePlayer", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MoviePlayer\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MoviePlayer\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MoviePlayer\\Public\\MoviePlayerSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MoviePlayer\\Public\\MoviePlayer.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MoviePlayer\\UHT\\MoviePlayer.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TextureUtilitiesCommon", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TextureUtilitiesCommon", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TextureUtilitiesCommon\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TextureUtilitiesCommon\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TextureUtilitiesCommon\\Public\\TextureImportSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TextureUtilitiesCommon\\UHT\\TextureUtilitiesCommon.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LevelSequence", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LevelSequence\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public\\AnimSequenceLevelSequenceLink.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public\\DefaultLevelSequenceInstanceData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public\\LevelSequenceActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public\\LevelSequenceAnimSequenceLink.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public\\LevelSequenceBindingReference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public\\LevelSequenceBurnIn.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public\\LevelSequenceDirector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public\\LevelSequenceLegacyObjectReference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public\\LevelSequenceObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public\\LevelSequenceCameraSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public\\LevelSequencePlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public\\LevelSequence.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Public\\SequenceMediaController.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LevelSequence\\Private\\LevelSequenceProjectSettings.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LevelSequence\\UHT\\LevelSequence.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MovieSceneTracks", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MovieSceneTracks\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\MovieSceneTracksComponentTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Channels\\MovieSceneCameraShakeSourceTriggerChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Channels\\MovieSceneDoublePerlinNoiseChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Channels\\MovieSceneDoublePerlinNoiseChannelContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Channels\\MovieSceneEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Channels\\MovieSceneEventChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Channels\\MovieSceneFloatPerlinNoiseChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Channels\\MovieSceneFloatPerlinNoiseChannelContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Channels\\MovieSceneStringChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\EntitySystem\\Interrogation\\MovieSceneInterrogatedPropertyInstantiator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Evaluation\\MovieSceneBaseCacheTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Evaluation\\MovieSceneParameterTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieScene3DAttachSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Evaluation\\MovieSceneCameraShakeTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieScene3DConstraintSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Evaluation\\MovieSceneCameraShakePreviewer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieScene3DTransformSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneActorReferenceSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieScene3DPathSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneBaseCacheSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneByteSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneCameraShakeSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneAudioSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneCameraShakeSourceShakeSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneCameraShakeSourceTriggerSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneCameraCutSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneCinematicShotSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneColorSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneConsoleVariableTrackInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneCVarSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneDataLayerSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneDoubleSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneEnumSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneEventSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneEventRepeaterSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneEventTriggerSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneConstrainedSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneFloatSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneIntegerSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneLevelVisibilitySection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneObjectPropertySection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneEventSectionBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieScenePrimitiveMaterialSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneFadeSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneSkeletalAnimationSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneStringSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneSlomoSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneVectorSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneParameterSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\ByteChannelEvaluatorSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\DoubleChannelEvaluatorSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\DoublePerlinNoiseChannelEvaluatorSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\FloatChannelEvaluatorSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Sections\\MovieSceneParticleSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\IntegerChannelEvaluatorSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\BoolChannelEvaluatorSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneBaseValueEvaluatorSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieScene3DTransformPropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneBoolPropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\FloatPerlinNoiseChannelEvaluatorSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneColorPropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneComponentAttachmentSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneComponentMaterialSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneBytePropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneComponentTransformSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneConstraintSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneComponentMobilitySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneDoublePropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneDeferredComponentMovementSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneEulerTransformPropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneEventSystems.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneEnumPropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneFloatPropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneHierarchicalBiasSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneInitialValueSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneIntegerPropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneMaterialParameterSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneMaterialSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieScenePiecewiseBoolBlenderSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneMotionVectorSimulationSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieScenePiecewiseByteBlenderSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneMaterialParameterCollectionSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieScenePiecewiseDoubleBlenderSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieScenePiecewiseIntegerBlenderSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieScenePiecewiseEnumBlenderSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieScenePredictionSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieScenePropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneQuaternionBlenderSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneQuaternionInterpolationRotationSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieScenePropertyInstantiator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneStringPropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneVectorPropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\ObjectPathChannelEvaluatorSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\StringChannelEvaluatorSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneSkeletalAnimationSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tests\\MovieSceneTestDataBuilders.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\IMovieSceneTransformOrigin.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieScene3DAttachTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\MovieSceneTransformOriginSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieScene3DPathTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Systems\\WeightAndEasingEvaluatorSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneAudioTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneBoolTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneActorReferenceTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieScene3DConstraintTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneCameraCutTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneCameraShakeSourceShakeTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneCameraShakeSourceTriggerTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneCameraShakeTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneCinematicShotTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneColorTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneDoubleTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneDataLayerTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneEnumTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneFadeTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneEventTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneFloatTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneIntegerTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneByteTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneLevelVisibilityTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneMaterialTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneCVarTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieScenePrimitiveMaterialTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieScene3DTransformTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneEulerTransformTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneSkeletalAnimationTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneObjectPropertyTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneTransformTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneVectorTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneVisibilityTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneSlomoTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneMaterialParameterCollectionTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneStringTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneParticleTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieSceneParticleParameterTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Public\\Tracks\\MovieScenePropertyTrack.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Evaluation\\MovieScene3DPathTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Evaluation\\MovieSceneActorReferenceTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Evaluation\\MovieSceneCameraShakeSourceShakeTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Evaluation\\MovieSceneCameraShakeSourceTriggerTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Evaluation\\MovieSceneEventTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Evaluation\\MovieSceneParticleParameterTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Evaluation\\MovieSceneParticleTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Evaluation\\MovieSceneObjectPropertyTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Evaluation\\MovieScenePropertyTemplates.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Evaluation\\MovieSceneSlomoTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Evaluation\\MovieSceneVisibilityTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Systems\\MovieSceneFadeSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Systems\\MovieSceneLevelVisibilitySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\TrackInstances\\MovieSceneCameraCutTrackInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\TrackInstances\\MovieSceneCVarTrackInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Tests\\MovieSceneDecomposerTests.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Systems\\MovieSceneDataLayerSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneTracks\\Private\\Systems\\MovieSceneAudioSystem.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MovieSceneTracks\\UHT\\MovieSceneTracks.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "EngineMessages", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EngineMessages", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EngineMessages\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EngineMessages\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EngineMessages\\Public\\EngineServiceMessages.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EngineMessages\\UHT\\EngineMessages.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Constraints", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Animation\\Constraints", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Animation\\Constraints\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Constraints\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Animation\\Constraints\\Public\\ConstraintsActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Animation\\Constraints\\Public\\ConstraintsManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Animation\\Constraints\\Public\\TransformableHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Animation\\Constraints\\Public\\TransformConstraint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Animation\\Constraints\\Public\\ConstraintChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Animation\\Constraints\\Public\\ConstraintsScripting.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Constraints\\UHT\\Constraints.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Landscape", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Landscape\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\ControlPointMeshActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\ILandscapeSplineInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeGizmoActiveActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeGizmoActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeGizmoRenderComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeGrassType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\ControlPointMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeMaterialInstanceConstant.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeMeshCollisionComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeMeshProxyComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\Landscape.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeInfoMap.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeMeshProxyActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeSplineControlPoint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeHeightfieldCollisionComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeNaniteComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeSplineActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeWeightmapUsage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeLayerInfoObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\Materials\\MaterialExpressionLandscapeLayerBlend.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeSplinesComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeSplineSegment.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\Materials\\MaterialExpressionLandscapeLayerSample.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\Materials\\MaterialExpressionLandscapeLayerSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\Materials\\MaterialExpressionLandscapeVisibilityMask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeSplineMeshesActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeStreamingProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\Materials\\MaterialExpressionLandscapeGrassOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\Materials\\MaterialExpressionLandscapeLayerWeight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\Materials\\MaterialExpressionLandscapeLayerCoords.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\Materials\\MaterialExpressionLandscapePhysicalMaterialOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Classes\\LandscapeTextureStorageProvider.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Public\\LandscapeBlueprintBrushBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Public\\LandscapeConfigHelper.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Public\\LandscapeHLODBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Public\\LandscapeEditTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Public\\LandscapeSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Landscape\\Public\\LandscapeSubsystem.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Landscape\\UHT\\Landscape.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ClothingSystemRuntimeNv", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeNv", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeNv\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClothingSystemRuntimeNv\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeNv\\Public\\ClothConfigNv.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeNv\\Public\\ClothPhysicalMeshDataNv_Legacy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeNv\\Public\\ClothingSimulationFactoryNv.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeNv\\Public\\ClothingSimulationInteractorNv.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClothingSystemRuntimeNv\\UHT\\ClothingSystemRuntimeNv.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Foliage", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Foliage\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\FoliageStatistics.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\FoliageTypeObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\FoliageType_InstancedStaticMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\GrassInstancedStaticMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\InstancedFoliageActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\InteractiveFoliageActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\FoliageType_Actor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\ProceduralFoliageSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\ProceduralFoliageBlockingVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\ProceduralFoliageVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\FoliageType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\ProceduralFoliageInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\FoliageInstancedStaticMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\ProceduralFoliageTile.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Public\\ProceduralFoliageComponent.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Foliage\\Private\\InteractiveFoliageComponent.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Foliage\\UHT\\Foliage.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LiveLinkInterface", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LiveLinkInterface\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\ILiveLinkSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\LiveLinkController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\LiveLinkCurveRemapSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\LiveLinkFrameInterpolationProcessor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\LiveLinkFrameTranslator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\LiveLinkPresetTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\LiveLinkRefSkeleton.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\LiveLinkRole.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\LiveLinkSourceFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\LiveLinkSubjectSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\LiveLinkVirtualSubject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\LiveLinkTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\Roles\\LiveLinkAnimationBlueprintStructs.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\Roles\\LiveLinkAnimationTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\Roles\\LiveLinkBasicRole.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\Roles\\LiveLinkAnimationRole.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\Roles\\LiveLinkBasicTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\Roles\\LiveLinkCameraRole.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\Roles\\LiveLinkCameraTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\LiveLinkSourceSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\Roles\\LiveLinkLightRole.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\Roles\\LiveLinkTransformRole.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\Roles\\LiveLinkTransformTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\LiveLinkFramePreProcessor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\LiveLinkInterface\\Public\\Roles\\LiveLinkLightTypes.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LiveLinkInterface\\UHT\\LiveLinkInterface.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MovieSceneCapture", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MovieSceneCapture\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture\\Public\\IMovieSceneCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture\\Public\\LevelCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture\\Public\\MovieSceneCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture\\Public\\MovieSceneCaptureEnvironment.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture\\Public\\Protocols\\AudioCaptureProtocol.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture\\Public\\Protocols\\CompositionGraphCaptureProtocol.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture\\Public\\Protocols\\FrameGrabberProtocol.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture\\Public\\Protocols\\ImageSequenceProtocol.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture\\Public\\Protocols\\UserDefinedCaptureProtocol.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture\\Public\\Protocols\\VideoCaptureProtocol.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture\\Public\\MovieSceneCaptureProtocolBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieSceneCapture\\Public\\MovieSceneCaptureSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MovieSceneCapture\\UHT\\MovieSceneCapture.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "CinematicCamera", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CinematicCamera", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CinematicCamera\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CinematicCamera\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CinematicCamera\\Public\\CameraRig_Crane.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CinematicCamera\\Public\\CameraRig_Rail.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CinematicCamera\\Public\\CineCameraActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CinematicCamera\\Public\\CineCameraSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CinematicCamera\\Public\\CineCameraComponent.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CinematicCamera\\UHT\\CinematicCamera.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "UMG", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UMG\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\MovieScene2DTransformSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\MovieScene2DTransformTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\MovieSceneMarginTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\MovieScene2DTransformPropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\UMGSequencePlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\UMGSequenceTickManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\WidgetAnimation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\MovieSceneMarginSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\WidgetAnimationDelegateBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\WidgetAnimationEvents.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\WidgetAnimationPlayCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\WidgetAnimationBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\BoolBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\CheckedStateBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\ColorBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\MovieSceneWidgetMaterialSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\FloatBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\PropertyBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\VisibilityBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\Int32Binding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\WidgetBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\BrushBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Animation\\MovieSceneWidgetMaterialTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\DynamicPropertyPath.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\States\\WidgetStateBitfield.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\States\\WidgetStateRegistration.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\AsyncTaskDownloadImage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\TextBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\GameViewportSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\IUserListEntry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\IUserObjectListEntry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\SlateBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\MouseCursorBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\DragDropOperation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Binding\\States\\WidgetStateSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\UserWidget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\WidgetBlueprintGeneratedClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\WidgetBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\WidgetChild.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\BackgroundBlurSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\Border.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\Button.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ButtonSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\CanvasPanel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\CheckBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ComboBoxKey.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\UserWidgetBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\DynamicEntryBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\DynamicEntryBoxBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\EditableText.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\EditableTextBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\BorderSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\GridPanel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\GridSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\WidgetLayoutLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\CanvasPanelSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\InvalidationBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ListView.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\MenuAnchor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ComboBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\MultiLineEditableText.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\NamedSlotInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ContentWidget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\BackgroundBlur.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\UserWidgetPool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ComboBoxString.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\HorizontalBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\NativeWidgetHost.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\Overlay.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\WidgetTree.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\PanelSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\PanelWidget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\HorizontalBoxSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\Image.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\RichTextBlock.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\NamedSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\RichTextBlockDecorator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\SafeZone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\SafeZoneSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Blueprint\\WidgetNavigation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\MultiLineEditableTextBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ScaleBoxSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ScrollBar.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ScrollBoxSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ScrollBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\SizeBoxSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\SlateWrapperTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ListViewBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\Slider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\CircularThrobber.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\InputKeySelector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ExpandableArea.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\TextWidgetTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\Throbber.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\RichTextBlockImageDecorator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\TreeView.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\UniformGridSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\RadialBoxSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\VerticalBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ScaleBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\VerticalBoxSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\Spacer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\ProgressBar.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\Visual.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\OverlaySlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\Viewport.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\WidgetComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\StackBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\WidgetInteractionComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\UniformGridPanel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\WidgetSwitcher.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\WidgetSwitcherSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\WindowTitleBarArea.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\SpinBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\RetainerBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\TileView.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\SizeBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\StackBoxSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\TextBlock.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\Widget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\WindowTitleBarAreaSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\WrapBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Components\\WrapBoxSlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Extensions\\UserWidgetExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Extensions\\WidgetBlueprintGeneratedClassExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Slate\\WidgetTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\FieldNotification\\WidgetEventField.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Public\\Slate\\SlateVectorArtData.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Private\\Animation\\MovieSceneMarginPropertySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Private\\Binding\\WidgetFieldNotificationExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\UMG\\Private\\Blueprint\\ListViewDesignerPreviewItem.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UMG\\UHT\\UMG.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangeEngine", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Engine", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Engine\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeEngine\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Engine\\Public\\InterchangeAssetImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Engine\\Public\\InterchangeBlueprintPipelineBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Engine\\Public\\InterchangeManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Engine\\Public\\InterchangePipelineConfigurationBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Engine\\Public\\InterchangeProjectSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Engine\\Public\\InterchangeFilePickerBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Engine\\Public\\InterchangeSceneImportAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Engine\\Public\\InterchangeMeshUtilities.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Engine\\Public\\InterchangePythonPipelineBase.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeEngine\\UHT\\InterchangeEngine.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ClothingSystemRuntimeCommon", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeCommon", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeCommon\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClothingSystemRuntimeCommon\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeCommon\\Public\\ClothConfig_Legacy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeCommon\\Public\\ClothConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeCommon\\Public\\ClothingAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeCommon\\Public\\ClothLODData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeCommon\\Public\\ClothLODData_Legacy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeCommon\\Public\\ClothPhysicalMeshData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeCommon\\Public\\PointWeightMap.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeCommon\\Public\\ClothTetherData.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClothingSystemRuntimeCommon\\UHT\\ClothingSystemRuntimeCommon.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ClothingSystemRuntimeInterface", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeInterface", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeInterface\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClothSysRuntimeIntrfc\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeInterface\\Public\\ClothCollisionData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeInterface\\Public\\ClothCollisionPrim.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeInterface\\Public\\ClothConfigBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeInterface\\Public\\ClothingAssetBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeInterface\\Public\\ClothingSimulationFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeInterface\\Public\\ClothingSimulationInteractor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeInterface\\Public\\ClothPhysicalMeshDataBase_Legacy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ClothingSystemRuntimeInterface\\Public\\ClothVertBoneData.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClothSysRuntimeIntrfc\\UHT\\ClothingSystemRuntimeInterface.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangeCore", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeCore\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core\\Public\\InterchangeFactoryBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core\\Public\\InterchangePipelineBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core\\Public\\InterchangeResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core\\Public\\InterchangeResultsContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core\\Public\\InterchangeTranslatorBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core\\Public\\InterchangeWriterBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core\\Public\\Nodes\\InterchangeBaseNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core\\Public\\Nodes\\InterchangeBaseNodeContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core\\Public\\Nodes\\InterchangeFactoryBaseNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core\\Public\\Nodes\\InterchangeSourceNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core\\Public\\InterchangeSourceData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Interchange\\Core\\Public\\Nodes\\InterchangeUserDefinedAttribute.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeCore\\UHT\\InterchangeCore.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SessionMessages", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SessionMessages", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SessionMessages\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SessionMessages\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SessionMessages\\Public\\SessionServiceMessages.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SessionMessages\\UHT\\SessionMessages.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "JsonUtilities", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\JsonUtilities", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\JsonUtilities\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\JsonUtilities\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\JsonUtilities\\Public\\JsonObjectWrapper.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\JsonUtilities\\UHT\\JsonUtilities.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "WidgetCarousel", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\WidgetCarousel", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\WidgetCarousel\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WidgetCarousel\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\WidgetCarousel\\Public\\WidgetCarouselStyle.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WidgetCarousel\\UHT\\WidgetCarousel.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "FieldNotification", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\FieldNotification", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\FieldNotification\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FieldNotification\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\FieldNotification\\Public\\FieldNotificationId.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\FieldNotification\\Public\\INotifyFieldValueChanged.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FieldNotification\\UHT\\FieldNotification.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PropertyPath", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PropertyPath", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PropertyPath\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PropertyPath\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PropertyPath\\Public\\PropertyPathHelpers.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PropertyPath\\Private\\Tests\\PropertyPathHelpersTest.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PropertyPath\\UHT\\PropertyPath.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AnimGraphRuntime", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimGraphRuntime\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimationStateMachineLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimExecutionContextLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimSequencerInstanceProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BlendListBaseLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\CommonAnimationTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\KismetAnimationLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\LayeredBoneBlendLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\LinkedAnimGraphLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\PlayMontageCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\SequencePlayerLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\SequencerAnimationSupport.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_AimOffsetLookAt.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\SkeletalControlLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_BlendListBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_BlendListByBool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_BlendSpaceEvaluator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimSequencerInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_CallFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_BlendSpaceSampleResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\KismetAnimationTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_CopyPoseFromMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_MakeDynamicAdditive.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_LayeredBoneBlend.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_ModifyCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BlendSpacePlayerLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_BlendListByEnum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_PoseHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_PoseSnapshot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_RandomPlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_RefPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_BlendSpaceGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_BlendBoneByChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_BlendListByInt.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BlendSpaceLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_Slot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\SequenceEvaluatorLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_Sync.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_PoseByName.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_ApplyAdditive.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_BlendSpacePlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_AnimDynamics.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_RotateRootBone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_BlendSpaceGraphBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_CurveSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_RotationOffsetBlendSpaceGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_Mirror.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_PoseBlendNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_SequenceEvaluator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_RotationOffsetBlendSpace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_PoseDriver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNotifies\\AnimNotify_PlayMontageNotify.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_TwoWayBlend.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_BoneDrivenController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\AnimNodes\\AnimNode_MultiWayBlend.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_ApplyLimits.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_CCDIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_Constraint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_HandIKRetargeting.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_CopyBoneDelta.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_LegIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_Fabrik.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_LookAt.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_ModifyBone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_CopyBone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_ResetRoot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_RigidBody.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_RotationMultiplier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_SkeletalControlBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_SplineIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_Trail.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_ObserveBone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_TwoBoneIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\BoneControllerTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\RBF\\RBFSolver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_ScaleChainLength.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\BoneControllerSolvers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_TwistCorrectiveNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimGraphRuntime\\Public\\BoneControllers\\AnimNode_SpringBone.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimGraphRuntime\\UHT\\AnimGraphRuntime.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GeometryCollectionEngine", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCollectionEngine\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\ChaosBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionCache.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionDamagePropagationData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionEngineTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionISMPoolComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionISMPoolSubSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionDebugDrawComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionISMPoolActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionISMPoolDebugDrawComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\ChaosBreakingEventFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\ChaosCollisionEventFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionExternalRenderInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionRenderLevelSetActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\GeometryCollection\\GeometryCollectionDebugDrawActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\ChaosRemovalEventFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Public\\ChaosTrailingEventFilter.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\GeometryCollectionEngine\\Private\\GeometryCollection\\GeometryCollectionISMPoolRenderer.h" - ], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCollectionEngine\\UHT\\GeometryCollectionEngine.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DataflowEngine", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Engine", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Engine\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataflowEngine\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Engine\\Public\\Dataflow\\DataflowBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Engine\\Public\\Dataflow\\DataflowEdNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Engine\\Public\\Dataflow\\DataflowObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Engine\\Public\\Dataflow\\DataflowEngineTypes.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataflowEngine\\UHT\\DataflowEngine.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DataflowCore", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Core", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Core\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataflowCore\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Core\\Public\\Dataflow\\DataflowConnection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Core\\Public\\Dataflow\\DataflowInputOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Core\\Public\\Dataflow\\DataflowOverrideNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Core\\Public\\Dataflow\\DataflowSelection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Core\\Public\\Dataflow\\DataflowSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Core\\Public\\Dataflow\\DataflowTerminalNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Dataflow\\Core\\Public\\Dataflow\\DataflowNode.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataflowCore\\UHT\\DataflowCore.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "NetCore", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Net\\Core", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Net\\Core\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\NetCore\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Net\\Core\\Classes\\Net\\Core\\Analytics\\NetAnalyticsAggregatorConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Net\\Core\\Classes\\Net\\Serialization\\FastArraySerializer.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Net\\Core\\Public\\Net\\Core\\Connection\\NetCloseResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Net\\Core\\Public\\Net\\Core\\Connection\\NetConnectionFaultRecoveryBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Net\\Core\\Public\\Net\\Core\\Connection\\NetEnums.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Net\\Core\\Public\\Net\\Core\\Connection\\StateStruct.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Net\\Core\\Public\\Net\\Core\\PushModel\\PushModel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Net\\Core\\Public\\Net\\Core\\Connection\\EscalationStates.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\NetCore\\UHT\\NetCore.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "FieldSystemEngine", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\FieldSystem\\Source\\FieldSystemEngine", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\FieldSystem\\Source\\FieldSystemEngine\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FieldSystemEngine\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\FieldSystem\\Source\\FieldSystemEngine\\Public\\Field\\FieldSystemActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\FieldSystem\\Source\\FieldSystemEngine\\Public\\Field\\FieldSystemAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\FieldSystem\\Source\\FieldSystemEngine\\Public\\Field\\FieldSystemComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\FieldSystem\\Source\\FieldSystemEngine\\Public\\Field\\FieldSystemObjects.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FieldSystemEngine\\UHT\\FieldSystemEngine.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ChaosSolverEngine", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\ChaosSolverEngine", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\ChaosSolverEngine\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ChaosSolverEngine\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\ChaosSolverEngine\\Public\\Chaos\\ChaosDebugDrawComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\ChaosSolverEngine\\Public\\Chaos\\ChaosEventListenerComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\ChaosSolverEngine\\Public\\Chaos\\ChaosGameplayEventDispatcher.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\ChaosSolverEngine\\Public\\Chaos\\ChaosSolverSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\ChaosSolverEngine\\Public\\Chaos\\ChaosSolver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\ChaosSolverEngine\\Public\\Chaos\\ChaosNotifyHandlerInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\ChaosSolverEngine\\Public\\Chaos\\ChaosSolverActor.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ChaosSolverEngine\\UHT\\ChaosSolverEngine.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StaticMeshDescription", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\StaticMeshDescription", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\StaticMeshDescription\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StaticMeshDescription\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\StaticMeshDescription\\Public\\StaticMeshDescription.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\StaticMeshDescription\\Public\\UVMapSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StaticMeshDescription\\UHT\\StaticMeshDescription.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PhysicsCore", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PhysicsCore", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PhysicsCore\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PhysicsCore\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PhysicsCore\\Public\\BodySetupCore.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PhysicsCore\\Public\\BodySetupEnums.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PhysicsCore\\Public\\BodyInstanceCore.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PhysicsCore\\Public\\PhysicsSettingsCore.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PhysicsCore\\Public\\PhysicsSettingsEnums.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PhysicsCore\\Public\\PhysicalMaterials\\PhysicalMaterial.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PhysicsCore\\Public\\PhysicalMaterials\\PhysicalMaterialPropertyBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PhysicsCore\\Public\\Chaos\\ChaosPhysicalMaterial.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\PhysicsCore\\Public\\Chaos\\ChaosEngineInterface.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PhysicsCore\\UHT\\PhysicsCore.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Chaos", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Chaos", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Chaos\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Chaos\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Chaos\\Public\\ChaosSolverConfiguration.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Chaos\\Public\\PhysicsCoreTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Chaos\\Public\\SolverEventFilters.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Chaos\\Public\\Chaos\\PhysicsObjectInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Chaos\\Public\\Chaos\\Deformable\\ChaosDeformableSolverProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Chaos\\Public\\Field\\FieldSystemTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Chaos\\Public\\GeometryCollection\\ManagedArrayCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Chaos\\Public\\GeometryCollection\\RecordedTransformTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Chaos\\Public\\GeometryCollection\\GeometryCollectionConvexUtility.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Chaos\\Public\\GeometryCollection\\GeometryCollectionSimulationTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Experimental\\Chaos\\Public\\GeometryCollection\\GeometryCollectionProximityUtility.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "COMPILE_WITHOUT_UNREAL_SUPPORT=0", - "CHAOS_MEMORY_TRACKING=0", - "WITH_CHAOS_VISUAL_DEBUGGER=0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Chaos\\UHT\\Chaos.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MovieScene", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MovieScene\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\ActorForWorldTransforms.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\IMovieSceneMetaData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\IMovieSceneBoundObjectProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\IMovieScenePlaybackClient.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\IMovieSceneSequencePlayerObserver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\INodeAndChannelMappings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\KeyParams.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneBindingOwnerInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneBindingProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneFolder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieScene.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneKeyStruct.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneFwd.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneBindingOverrides.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneMetaData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneNameableTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneMarkedFrame.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneObjectBindingID.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieScenePossessable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneSequenceID.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneSequencePlaybackSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneDynamicBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneSequenceTickManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneSequenceTickManagerClient.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneSignedObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneSpawnable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneSequence.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneFrameMigration.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneKeyProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneSequencePlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneSequenceTickInterval.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneTrackEvaluationField.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\MovieSceneTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Channels\\IMovieSceneChannelOverrideProvider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Channels\\MovieSceneByteChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Channels\\MovieSceneChannelOverrideContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Channels\\MovieSceneAudioTriggerChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Channels\\MovieSceneBoolChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Channels\\MovieSceneChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Channels\\MovieSceneFloatChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Channels\\MovieSceneIntegerChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Channels\\MovieSceneCurveChannelCommon.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Channels\\MovieSceneSectionChannelOverrideRegistry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Channels\\MovieSceneChannelData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Compilation\\IMovieSceneTrackTemplateProducer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Channels\\MovieSceneDoubleChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Compilation\\MovieSceneCompiledDataManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Compilation\\IMovieSceneDeterminismSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Channels\\MovieSceneObjectPathChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\BuiltInComponentTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\IMovieSceneBlenderSystemSupport.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieSceneBlenderSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\IMovieSceneEntityProvider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieSceneBoundSceneComponentInstantiator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieSceneBoundObjectInstantiator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieSceneDecompositionQuery.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieSceneEntityInstantiatorSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieSceneEntitySystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieSceneEntitySystemGraphs.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieSceneEntitySystemLinker.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieSceneEvaluationHookSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieSceneEvalTimeSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieScenePreAnimatedStateSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieScenePropertyBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieSceneRootInstantiatorSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\MovieSceneSpawnablesSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\TrackInstance\\MovieSceneTrackInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\EntitySystem\\TrackInstance\\MovieSceneTrackInstanceSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\IMovieSceneCustomClockSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\IMovieSceneEvaluationHook.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneCompletionMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneEvalTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneEvaluationField.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneEvalTemplateBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneEvaluationKey.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneEvaluationTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneEvaluationTemplateInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneEvaluationTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneEvaluationOperand.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieScenePropertyTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneSequenceHierarchy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneSectionParameters.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneSequenceInstanceData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneSegment.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneTrackIdentifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneTrackImplementation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneTimeWarping.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneTimeTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\MovieSceneSequenceTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Evaluation\\Blending\\MovieSceneBlendType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Generators\\MovieSceneEasingCurves.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Generators\\MovieSceneEasingFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Sections\\MovieSceneBoolSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Sections\\MovieSceneSubSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Sections\\MovieSceneSpawnSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Tracks\\MovieSceneSpawnTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Tracks\\MovieSceneSubTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Sections\\MovieSceneHookSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Public\\Tracks\\MovieSceneCachedTrack.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MovieScene\\Private\\Tests\\MovieSceneTestObjects.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MovieScene\\UHT\\MovieScene.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TimeManagement", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TimeManagement", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TimeManagement\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TimeManagement\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TimeManagement\\Public\\FixedFrameRateCustomTimeStep.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TimeManagement\\Public\\FrameNumberDisplayFormat.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TimeManagement\\Public\\GenlockedFixedRateCustomTimeStep.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TimeManagement\\Public\\GenlockedTimecodeProvider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TimeManagement\\Public\\TimeManagementBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TimeManagement\\Public\\GenlockedCustomTimeStep.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TimeManagement\\Public\\ITimedDataInput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TimeManagement\\Public\\TimeSynchronizationSource.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TimeManagement\\UHT\\TimeManagement.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MediaAssets", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaAssets\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\FileMediaSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\MediaComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\MediaPlayerProxyInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\MediaPlaylist.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\MediaPlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\MediaSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\MediaSourceRendererInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\BaseMediaSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\PlatformMediaSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\StreamMediaSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\Misc\\MediaBlueprintFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\MediaSoundComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\MediaTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\TimeSynchronizableMediaSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaAssets\\Public\\MediaTextureTracker.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaAssets\\UHT\\MediaAssets.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MediaUtils", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaUtils", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaUtils\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaUtils\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MediaUtils\\Public\\MediaPlayerOptions.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaUtils\\UHT\\MediaUtils.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AudioMixer", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioMixer", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioMixer\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioMixer\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioMixer\\Classes\\SubmixEffects\\AudioMixerSubmixEffectDynamicsProcessor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioMixer\\Classes\\SubmixEffects\\AudioMixerSubmixEffectEQ.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioMixer\\Classes\\SubmixEffects\\AudioMixerSubmixEffectReverb.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioMixer\\Classes\\Generators\\AudioGenerator.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioMixer\\Public\\AudioMixerBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioMixer\\Public\\AudioBusSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioMixer\\Public\\AudioDeviceNotificationSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioMixer\\Public\\Components\\SynthComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioMixer\\Public\\Quartz\\AudioMixerClockHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioMixer\\Public\\Quartz\\QuartzSubsystem.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioMixer\\Private\\AudioMixerSourceManager.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioMixer\\UHT\\AudioMixer.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AudioLinkEngine", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioLink\\AudioLinkEngine", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioLink\\AudioLinkEngine\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioLinkEngine\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioLink\\AudioLinkEngine\\Public\\IAudioLinkBlueprintInterface.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioLinkEngine\\UHT\\AudioLinkEngine.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "HeadMountedDisplay", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\HeadMountedDisplay", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\HeadMountedDisplay\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\HeadMountedDisplay\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\HeadMountedDisplay\\Public\\HeadMountedDisplayTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\HeadMountedDisplay\\Public\\IIdentifiableXRDevice.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\HeadMountedDisplay\\Public\\MotionControllerComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\HeadMountedDisplay\\Public\\IMotionController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\HeadMountedDisplay\\Public\\XRGestureConfig.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\HeadMountedDisplay\\UHT\\HeadMountedDisplay.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "EngineSettings", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EngineSettings", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EngineSettings\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EngineSettings\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EngineSettings\\Classes\\ConsoleSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EngineSettings\\Classes\\GameMapsSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EngineSettings\\Classes\\GameNetworkManagerSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EngineSettings\\Classes\\GameSessionSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EngineSettings\\Classes\\GeneralEngineSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EngineSettings\\Classes\\GeneralProjectSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EngineSettings\\Classes\\HudSettings.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EngineSettings\\UHT\\EngineSettings.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AudioLinkCore", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioLink\\AudioLinkCore", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioLink\\AudioLinkCore\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioLinkCore\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioLink\\AudioLinkCore\\Public\\AudioLinkSettingsAbstract.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioLinkCore\\UHT\\AudioLinkCore.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AudioExtensions", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioExtensions", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioExtensions\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioExtensions\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioExtensions\\Public\\IAudioCodec.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioExtensions\\Public\\IAudioEndpoint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioExtensions\\Public\\IAudioModulation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioExtensions\\Public\\ISoundfieldEndpoint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioExtensions\\Public\\IWaveformTransformation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioExtensions\\Public\\IAudioExtensionPlugin.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioExtensions\\Public\\AudioParameterControllerInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioExtensions\\Public\\SoundGeneratorOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioExtensions\\Public\\ISoundfieldFormat.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioExtensions\\Public\\AudioParameter.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioExtensions\\UHT\\AudioExtensions.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AssetRegistry", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AssetRegistry", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AssetRegistry\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AssetRegistry\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AssetRegistry\\Public\\AssetRegistry\\IAssetRegistry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AssetRegistry\\Public\\AssetRegistry\\AssetRegistryHelpers.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AssetRegistry\\Private\\AssetRegistry.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AssetRegistry\\UHT\\AssetRegistry.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ImageWriteQueue", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ImageWriteQueue", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ImageWriteQueue\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ImageWriteQueue\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ImageWriteQueue\\Public\\ImageWriteBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\ImageWriteQueue\\Public\\ImageWriteTypes.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ImageWriteQueue\\UHT\\ImageWriteQueue.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AudioPlatformConfiguration", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioPlatformConfiguration", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioPlatformConfiguration\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioPlatformConfiguration\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioPlatformConfiguration\\Public\\AudioCompressionSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioPlatformConfiguration\\UHT\\AudioPlatformConfiguration.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DeveloperSettings", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\DeveloperSettings", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\DeveloperSettings\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DeveloperSettings\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\DeveloperSettings\\Public\\Engine\\DeveloperSettingsBackedByCVars.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\DeveloperSettings\\Public\\Engine\\DeveloperSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\DeveloperSettings\\Public\\Engine\\PlatformSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\DeveloperSettings\\Public\\Engine\\PlatformSettingsManager.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DeveloperSettings\\UHT\\DeveloperSettings.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InteractiveToolsFramework", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InteractiveToolsFramework\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\ContextObjectStore.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InputBehavior.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InputRouter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InteractionMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InputBehaviorSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InteractiveGizmo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InteractiveGizmoBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InteractiveCommand.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InputState.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InteractiveGizmoManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InteractiveTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InteractiveToolBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InteractiveToolChange.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InteractiveToolManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InteractiveToolQueryInterfaces.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InteractiveToolsContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\InteractiveToolObjects.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\SelectionSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\MultiSelectionTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\SingleSelectionTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\ToolTargetManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\ToolContextInterfaces.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseBehaviors\\AnyButtonInputBehavior.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseBehaviors\\ClickDragBehavior.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseBehaviors\\MouseHoverBehavior.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseBehaviors\\MultiClickSequenceInputBehavior.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseBehaviors\\MouseWheelBehavior.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseBehaviors\\KeyAsModifierInputBehavior.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseBehaviors\\SingleClickBehavior.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseBehaviors\\SingleClickOrDragBehavior.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseBehaviors\\Widgets\\WidgetBaseBehavior.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\AxisPositionGizmo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseBehaviors\\SingleKeyCaptureBehavior.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\AxisAngleGizmo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\CombinedTransformGizmo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\AxisSources.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoBaseComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoBoxComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoCircleComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementArc.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoArrowComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementArrow.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\BrushStampIndicator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementCircle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementCylinder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementCone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementGroup.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementLineBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementRectangle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementHitTargets.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementShared.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementCircleBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementTorus.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoElementRenderState.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoInterfaces.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoLineHandleComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\HitTargets.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoRectangleComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\IntervalGizmo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\ParameterSourcesVec2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\ParameterToTransformAdapters.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\GizmoViewContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\PlanePositionGizmo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\ParameterSourcesFloat.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\TransformGizmoUtil.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\TransformProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\StateTargets.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\TransformSources.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseTools\\BaseBrushTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseTools\\ClickDragTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\RepositionableTransformGizmo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseTools\\SingleClickTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\SceneQueries\\SceneSnappingManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseGizmos\\ScalableSphereGizmo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\TargetInterfaces\\MeshDescriptionCommitter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\TargetInterfaces\\PhysicsDataSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\TargetInterfaces\\PrimitiveComponentBackedTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\TargetInterfaces\\SkeletalMeshBackedTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\BaseTools\\MeshSurfacePointTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\TargetInterfaces\\AssetBackedTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\ToolTargets\\PrimitiveComponentToolTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\ToolTargets\\ToolTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\TargetInterfaces\\StaticMeshBackedTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\TargetInterfaces\\MeshDescriptionProvider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InteractiveToolsFramework\\Public\\TargetInterfaces\\MaterialProvider.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InteractiveToolsFramework\\UHT\\InteractiveToolsFramework.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MeshDescription", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MeshDescription", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MeshDescription\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshDescription\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MeshDescription\\Public\\MeshDescription.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MeshDescription\\Public\\MeshDescriptionBaseBulkData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MeshDescription\\Public\\MeshTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MeshDescription\\Public\\MeshDescriptionBase.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshDescription\\UHT\\MeshDescription.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PortalServices", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Portal\\Services", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Portal\\Services\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PortalServices\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Portal\\Services\\Public\\Account\\IPortalUser.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_PORTAL_SERVICES=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PortalServices\\UHT\\PortalServices.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PortalRpc", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Portal\\Rpc", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Portal\\Rpc\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PortalRpc\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Portal\\Rpc\\Private\\PortalRpcMessages.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PortalRpc\\UHT\\PortalRpc.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MessagingRpc", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MessagingRpc", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MessagingRpc\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MessagingRpc\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MessagingRpc\\Public\\MessageRpcMessages.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MessagingRpc\\Public\\RpcMessage.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MessagingRpc\\UHT\\MessagingRpc.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TypedElementRuntime", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementRuntime", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementRuntime\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TypedElementRuntime\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementRuntime\\Public\\Elements\\Interfaces\\TypedElementAssetDataInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementRuntime\\Public\\Elements\\Interfaces\\TypedElementHierarchyInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementRuntime\\Public\\Elements\\Interfaces\\TypedElementSelectionInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementRuntime\\Public\\Elements\\Framework\\TypedElementSelectionSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementRuntime\\Public\\Elements\\Interfaces\\TypedElementPrimitiveCustomDataInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementRuntime\\Public\\Elements\\Interfaces\\TypedElementObjectInterface.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementRuntime\\Private\\Elements\\Framework\\TypedElementSelectionSetLibrary.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TypedElementRuntime\\UHT\\TypedElementRuntime.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TypedElementFramework", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TypedElementFramework\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Columns\\TypedElementCompatibilityColumns.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Columns\\TypedElementMiscColumns.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Columns\\TypedElementPackageColumns.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Columns\\TypedElementSlateWidgetColumns.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Columns\\TypedElementTransformColumns.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Columns\\TypedElementViewportColumns.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Columns\\TypedElementLabelColumns.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Columns\\TypedElementValueCacheColumns.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Columns\\TypedElementSelectionColumns.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Columns\\TypedElementTypeInfoColumns.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Framework\\TypedElementCounter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Framework\\TypedElementHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Framework\\TypedElementListProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Framework\\TypedElementRegistry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Interfaces\\TypedElementDataStorageCompatibilityInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Interfaces\\TypedElementDataStorageUiInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Interfaces\\TypedElementDataStorageInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Public\\Elements\\Interfaces\\TypedElementDataStorageFactory.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Private\\TypedElementFrameworkTests.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\TypedElementFramework\\Private\\Elements\\Framework\\TypedElementListLibrary.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TypedElementFramework\\UHT\\TypedElementFramework.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AnimationCore", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimationCore", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimationCore\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationCore\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimationCore\\Public\\CCDIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimationCore\\Public\\CommonAnimTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimationCore\\Public\\AnimationDataSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimationCore\\Public\\EulerTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimationCore\\Public\\FABRIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimationCore\\Public\\NodeChain.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimationCore\\Public\\Constraint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimationCore\\Public\\NodeHierarchy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AnimationCore\\Public\\TransformNoScale.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationCore\\UHT\\AnimationCore.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Slate", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Slate\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\SlateSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Commands\\UICommandInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\MultiBox\\MultiBoxDefs.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\MultiBox\\ToolMenuBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Commands\\InputChord.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Styling\\ButtonWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Styling\\CheckBoxWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Styling\\EditableTextBoxWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Styling\\EditableTextWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Styling\\ComboButtonWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Styling\\ScrollBarWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Styling\\ScrollBoxWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Styling\\SpinBoxWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Styling\\ProgressWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Styling\\ComboBoxWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Styling\\TextBlockWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Text\\CharRangeList.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Text\\TextLayout.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Framework\\Views\\ITypedTableView.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Widgets\\Input\\IVirtualKeyboardEntry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Widgets\\Layout\\Anchors.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Widgets\\Layout\\SScaleBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Widgets\\Layout\\SScrollBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Widgets\\Notifications\\SProgressBar.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Widgets\\Text\\ISlateEditableTextWidget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Slate\\Public\\Widgets\\Views\\STableViewBase.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Slate\\UHT\\Slate.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SlateCore", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SlateCore\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Debugging\\SlateDebugging.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Fonts\\FontCache.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Fonts\\FontFaceInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Fonts\\FontBulkData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Fonts\\FontProviderInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Fonts\\SlateFontInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Input\\Events.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Input\\NavigationReply.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Layout\\FlowDirection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Fonts\\CompositeFont.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Layout\\Geometry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Layout\\Margin.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Rendering\\RenderingCommon.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Layout\\Clipping.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Styling\\SlateBrush.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Sound\\SlateSound.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Styling\\SlateWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Styling\\SlateTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Styling\\SlateWidgetStyleAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Styling\\SlateWidgetStyleContainerInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Styling\\StyleColors.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Styling\\SegmentedControlStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Styling\\SlateWidgetStyleContainerBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Styling\\SlateColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Styling\\ToolBarStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Types\\SlateVector2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Types\\SlateEnums.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\SlateCore\\Public\\Widgets\\WidgetPixelSnapping.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_FREETYPE=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SlateCore\\UHT\\SlateCore.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InputCore", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InputCore", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InputCore\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InputCore\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\InputCore\\Classes\\InputCoreTypes.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InputCore\\UHT\\InputCore.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "CoreUObject", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CoreUObject", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CoreUObject\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CoreUObject\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CoreUObject\\Public\\UObject\\CoreNetTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\CoreUObject\\Public\\UObject\\NoExportTypes.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CoreUObject\\UHT\\CoreUObject.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "HttpNetworkReplayStreaming", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NetworkReplayStreaming\\HttpNetworkReplayStreaming", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NetworkReplayStreaming\\HttpNetworkReplayStreaming\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\HttpReplayStreaming\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NetworkReplayStreaming\\HttpNetworkReplayStreaming\\Public\\HttpNetworkReplayStreaming.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\HttpReplayStreaming\\UHT\\HttpNetworkReplayStreaming.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LocalFileNetworkReplayStreaming", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NetworkReplayStreaming\\LocalFileNetworkReplayStreaming", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NetworkReplayStreaming\\LocalFileNetworkReplayStreaming\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LFNRS\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\NetworkReplayStreaming\\LocalFileNetworkReplayStreaming\\Public\\LocalFileNetworkReplayStreaming.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LFNRS\\UHT\\LocalFileNetworkReplayStreaming.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MRMesh", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MRMesh", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MRMesh\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MRMesh\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MRMesh\\Public\\MeshReconstructorBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MRMesh\\Public\\MockDataMeshTrackerComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\MRMesh\\Public\\MRMeshComponent.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MRMesh\\UHT\\MRMesh.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "EyeTracker", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EyeTracker", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EyeTracker\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EyeTracker\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EyeTracker\\Public\\EyeTrackerTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\EyeTracker\\Public\\EyeTrackerFunctionLibrary.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EyeTracker\\UHT\\EyeTracker.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "BuildPatchServices", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Online\\BuildPatchServices", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Online\\BuildPatchServices\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BuildPatchServices\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Online\\BuildPatchServices\\Private\\Data\\ManifestUObject.h" - ], - "PublicDefines": [ - "ENABLE_PATCH_DISK_OVERFLOW_STORE=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BuildPatchServices\\UHT\\BuildPatchServices.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Overlay", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Overlay", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Overlay\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Overlay\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Overlay\\Public\\BasicOverlays.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Overlay\\Public\\LocalizedOverlays.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Overlay\\Public\\Overlays.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Overlay\\UHT\\Overlay.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "VectorVM", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\VectorVM", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\VectorVM\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VectorVM\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\VectorVM\\Public\\VectorVMCommon.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "VECTORVM_SUPPORTS_EXPERIMENTAL=1", - "VECTORVM_SUPPORTS_LEGACY=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VectorVM\\UHT\\VectorVM.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PortalMessages", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Portal\\Messages", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Portal\\Messages\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PortalMessages\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Portal\\Messages\\Public\\PortalApplicationWindowMessages.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Portal\\Messages\\Public\\PortalUserMessages.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Portal\\Messages\\Public\\PortalUserLoginMessages.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Portal\\Messages\\Public\\PortalPackageInstallerMessages.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PortalMessages\\UHT\\PortalMessages.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "BlueprintRuntime", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\BlueprintRuntime", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\BlueprintRuntime\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BlueprintRuntime\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\BlueprintRuntime\\Public\\BlueprintRuntimeSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BlueprintRuntime\\UHT\\BlueprintRuntime.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MaterialUtilities", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\MaterialUtilities", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\MaterialUtilities\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MaterialUtilities\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\MaterialUtilities\\Public\\MaterialUtilities.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MaterialUtilities\\UHT\\MaterialUtilities.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "WidgetRegistration", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\WidgetRegistration", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\WidgetRegistration\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WidgetRegistration\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\WidgetRegistration\\Public\\FToolkitWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\WidgetRegistration\\Public\\ToolkitBuilderConfig.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WidgetRegistration\\UHT\\WidgetRegistration.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "FunctionalTesting", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FunctionalTesting\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Classes\\FunctionalTestGameMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Classes\\FunctionalTestingManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Classes\\FunctionalTestUtilityLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Classes\\ScreenshotFunctionalTest.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Classes\\FuncTestRenderingComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Classes\\FunctionalTestLevelScript.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Classes\\FunctionalTest.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Classes\\TestPhaseComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Classes\\FunctionalAITest.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Classes\\FunctionalUIScreenshotTest.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Classes\\ScreenshotFunctionalTestBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Classes\\TraceQueryTestResults.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Public\\AutomationBlueprintFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Public\\AutomationScreenshotOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Public\\AutomationViewSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\FunctionalTesting\\Public\\GroundTruthData.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FunctionalTesting\\UHT\\FunctionalTesting.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AutomationController", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AutomationController", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AutomationController\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AutomationController\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AutomationController\\Public\\AutomationControllerSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AutomationController\\Public\\IAutomationReport.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AutomationController\\Private\\AutomationDeviceClusterManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AutomationController\\Private\\AutomationControllerManager.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AutomationController\\UHT\\AutomationController.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ScreenShotComparisonTools", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ScreenShotComparisonTools", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ScreenShotComparisonTools\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ScreenShotComparisonTools\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ScreenShotComparisonTools\\Public\\ImageComparer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ScreenShotComparisonTools\\Public\\ScreenShotComparisonSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ScreenShotComparisonTools\\UHT\\ScreenShotComparisonTools.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Virtualization", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Virtualization", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Virtualization\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Virtualization\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Virtualization\\Private\\VirtualizationFilterSettings.h" - ], - "PublicDefines": [ - "UE_VA_WITH_SLATE=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Virtualization\\UHT\\Virtualization.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MaterialBaking", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\MaterialBaking", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\MaterialBaking\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MaterialBaking\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\MaterialBaking\\Public\\MaterialOptions.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MaterialBaking\\UHT\\MaterialBaking.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DeveloperToolSettings", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\DeveloperToolSettings", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\DeveloperToolSettings\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DeveloperToolSettings\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\DeveloperToolSettings\\Classes\\Settings\\PlatformsMenuSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\DeveloperToolSettings\\Classes\\CookerSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\DeveloperToolSettings\\Classes\\Settings\\ProjectPackagingSettings.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DeveloperToolSettings\\UHT\\DeveloperToolSettings.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "CollectionManager", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\CollectionManager", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\CollectionManager\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CollectionManager\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\CollectionManager\\Public\\CollectionSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CollectionManager\\UHT\\CollectionManager.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DrawPrimitiveDebugger", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\DrawPrimitiveDebugger", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\DrawPrimitiveDebugger\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DrawPrimitiveDebugger\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\DrawPrimitiveDebugger\\Public\\DrawPrimitiveDebuggerConfig.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DrawPrimitiveDebugger\\UHT\\DrawPrimitiveDebugger.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TargetDeviceServices", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\TargetDeviceServices", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\TargetDeviceServices\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TargetDeviceServices\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\TargetDeviceServices\\Public\\TargetDeviceServiceMessages.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TargetDeviceServices\\UHT\\TargetDeviceServices.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AssetTools", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AssetTools", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AssetTools\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AssetTools\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AssetTools\\Public\\AssetTypeActivationOpenedMethod.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AssetTools\\Public\\IAssetTools.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AssetTools\\Public\\AssetToolsSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AssetTools\\Public\\AdvancedCopyCustomization.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AssetTools\\Private\\AssetDefinition_AssetTypeActionsProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AssetTools\\Private\\AssetTools.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AssetTools\\UHT\\AssetTools.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PhysicsUtilities", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\PhysicsUtilities", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\PhysicsUtilities\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PhysicsUtilities\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\PhysicsUtilities\\Public\\PhysicsAssetUtils.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PhysicsUtilities\\UHT\\PhysicsUtilities.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Localization", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Localization", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Localization\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Localization\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Localization\\Public\\LocalizationSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Localization\\Public\\LocalizationTargetTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Localization\\Public\\PortableObjectPipeline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Localization\\Public\\LocTextHelper.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Localization\\Public\\UserGeneratedContentLocalization.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Localization\\UHT\\Localization.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "OutputLog", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\OutputLog", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\OutputLog\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\OutputLog\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\OutputLog\\Public\\OutputLogSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\OutputLog\\UHT\\OutputLog.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SourceCodeAccess", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\SourceCodeAccess", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\SourceCodeAccess\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SourceCodeAccess\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\SourceCodeAccess\\Private\\SourceCodeAccessSettings.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SourceCodeAccess\\UHT\\SourceCodeAccess.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ToolWidgets", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolWidgets", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolWidgets\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ToolWidgets\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolWidgets\\Public\\Filters\\CustomTextFilters.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolWidgets\\Public\\Filters\\SBasicFilterBar.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ToolWidgets\\UHT\\ToolWidgets.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SourceControl", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\SourceControl", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\SourceControl\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SourceControl\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\SourceControl\\Public\\SourceControlHelpers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\SourceControl\\Public\\SourceControlPreferences.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "SOURCE_CONTROL_WITH_SLATE=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SourceControl\\UHT\\SourceControl.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ToolMenus", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolMenus", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolMenus\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ToolMenus\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolMenus\\Public\\ToolMenuContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolMenus\\Public\\ToolMenuEntry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolMenus\\Public\\ToolMenuEntryScript.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolMenus\\Public\\ToolMenuOwner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolMenus\\Public\\ToolMenuDelegates.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolMenus\\Public\\ToolMenuMisc.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolMenus\\Public\\ToolMenus.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolMenus\\Public\\ToolMenuSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolMenus\\Public\\ToolMenu.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ToolMenus\\Private\\ToolMenusBlueprintLibrary.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ToolMenus\\UHT\\ToolMenus.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SlateReflector", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\SlateReflector", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\SlateReflector\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SlateReflector\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\SlateReflector\\Private\\WidgetSnapshotMessages.h" - ], - "PublicDefines": [ - "SLATE_REFLECTOR_HAS_SESSION_SERVICES=1", - "SLATE_REFLECTOR_HAS_DESKTOP_PLATFORM=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SlateReflector\\UHT\\SlateReflector.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LiveCoding", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Windows\\LiveCoding", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Windows\\LiveCoding\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LiveCoding\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Windows\\LiveCoding\\Private\\LiveCodingSettings.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LiveCoding\\UHT\\LiveCoding.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "WindowsTargetPlatform", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Windows\\WindowsTargetPlatform", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Windows\\WindowsTargetPlatform\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WindowsTargetPlatform\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Windows\\WindowsTargetPlatform\\Classes\\WindowsTargetSettings.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WindowsTargetPlatform\\UHT\\WindowsTargetPlatform.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AnimationDataController", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AnimationDataController", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AnimationDataController\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationDataController\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AnimationDataController\\Public\\AnimDataController.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationDataController\\UHT\\AnimationDataController.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AITestSuite", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AITestSuite\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\MockAI_BT.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\MockAI.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\BehaviorTree\\TestBTDecorator_Blueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\BehaviorTree\\TestBTDecorator_Blackboard.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\BehaviorTree\\TestBTStopAction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\BehaviorTree\\TestBTDecorator_CantExecute.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\BehaviorTree\\TestBTDecorator_DelayedAbort.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\MockGameplayTasks.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\BehaviorTree\\TestBTService_BTStopAction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\BehaviorTree\\TestBTService_Log.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\BehaviorTree\\TestBTTask_SetFlag.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\BehaviorTree\\TestBTTask_BTStopAction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\BehaviorTree\\TestBTTask_Log.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\BehaviorTree\\TestBTTask_SetValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\BehaviorTree\\TestBTTask_LatentWithFlags.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AITestSuite\\Classes\\BehaviorTree\\TestBTTask_ToggleFlag.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AITestSuite\\UHT\\AITestSuite.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AutomationWindow", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AutomationWindow", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AutomationWindow\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AutomationWindow\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\AutomationWindow\\Private\\AutomationPresetManager.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AutomationWindow\\UHT\\AutomationWindow.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LogVisualizer", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\LogVisualizer", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\LogVisualizer\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LogVisualizer\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\LogVisualizer\\Public\\LogVisualizerSessionSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\LogVisualizer\\Public\\LogVisualizerSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\LogVisualizer\\Public\\VisualLoggerRenderingActorBase.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\LogVisualizer\\Private\\VisualLoggerCameraController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\LogVisualizer\\Private\\VisualLoggerRenderingActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\LogVisualizer\\Private\\VisualLoggerRenderingComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\LogVisualizer\\Private\\VisualLoggerHUD.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LogVisualizer\\UHT\\LogVisualizer.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StaticMeshEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StaticMeshEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StaticMeshEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StaticMeshEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StaticMeshEditor\\Public\\StaticMeshEditorSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StaticMeshEditor\\Public\\StaticMeshEditorSubsystemHelpers.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StaticMeshEditor\\Private\\StaticMeshEditorModeUILayer.h" - ], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StaticMeshEditor\\UHT\\StaticMeshEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SkeletalMeshEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SkeletalMeshEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SkeletalMeshEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SkeletalMeshEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SkeletalMeshEditor\\Public\\SkeletalMeshEditorSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SkeletalMeshEditor\\Public\\SkeletalMeshEditorContextMenuContext.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SkeletalMeshEditor\\UHT\\SkeletalMeshEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PropertyEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PropertyEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PropertyEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PropertyEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PropertyEditor\\Private\\DetailsViewConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PropertyEditor\\Private\\EditConditionParserTests.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PropertyEditor\\UHT\\PropertyEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "UnrealEd", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Programs\\UnrealLightmass\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UnrealEd\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryBoxReflectionCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryDeferredDecal.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryCylinderVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryAmbientSound.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryAnimationAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryBasicShape.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryCharacter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryBoxVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryCameraActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryLocalHeightFog.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryEmptyActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryPawn.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryDirectionalLight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryPlaneReflectionCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryPlayerStart.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryEmitter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryNote.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryExponentialHeightFog.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryInteractiveFoliage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactorySkyLight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactorySpotLight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryTargetPoint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryPointLight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryTextRender.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactorySkeletalMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryRectLight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryRuntimeVirtualTextureVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryPhysicsAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactorySkyAtmosphere.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryPlanarReflection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryStaticMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryTriggerSphere.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryTriggerBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Analytics\\AnalyticsPrivacySettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryTriggerCapsule.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactorySphereVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactorySphereReflectionCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Animation\\EditorAnimCurveBoneLinks.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryVolumetricCloud.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Animation\\EditorNotifyObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Animation\\EditorParentPlayerListObj.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Animation\\EditorSkeletonNotifyObj.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Builders\\CubeBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Builders\\LinearStairBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Builders\\ConeBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Analytics\\CrashReportsPrivacySettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Builders\\VolumetricBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\AssetRegUtilCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Animation\\EditorCompositeSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\AudioMixerCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ActorFactories\\ActorFactoryVectorFieldVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Animation\\EditorAnimCompositeSegment.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\AssetSizeQueryCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Animation\\EditorAnimSegment.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Builders\\CurvedStairBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Animation\\DebugSkelMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Builders\\CylinderBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\CookGlobalShadersCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\DiffAssetsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\DumpAssetRegistryCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ConvertLevelsToExternalActorsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\BaseIteratePackagesCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\DiffFilesCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\CompressAnimationsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Builders\\SheetBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Builders\\EditorBrushBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\DiffAssetBulkDataCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\DerivedDataCacheCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\DumpBlueprintsInfoCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ExportPakDependencies.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\FixupNeedsLoadForEditorGameCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\DDCCleanupCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\DumpHiddenCategoriesCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\DumpMaterialExpressionsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\DumpMaterialShaderTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\CompileShadersTestBedCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\GatherTextFromMetadataCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\FileServerCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\GenerateBlueprintAPICommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ExportDialogueScriptCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\GenerateGatherArchiveCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\EditorDomainSaveCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Builders\\TetrahedronBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\DiffAssetRegistriesCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ExternalActorsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Builders\\SpiralStairBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\GatherTextCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\IoStoreCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\GenerateAssetManifestCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\GatherTextFromAssetsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ListStaticMeshesImportedFromSpeedTreesCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Animation\\EditorAnimBaseObj.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\FixConflictingLocalizationKeys.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\GenerateDistillFileSetsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\MaterialLayerUsageCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\MergeShaderPipelineCachesCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\GatherTextCommandletBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\GenerateTextLocalizationReportCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ReplaceAssetsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ImportLocalizedDialogueCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ResavePackagesCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\SavePackageUtilitiesCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ImportDialogueScriptCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\InternationalizationExportCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\GenerateTextLocalizationResourceCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\GatherTextFromSourceCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\CookCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\PkgInfoCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\LandscapeGrassTypeCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ListMaterialsUsedWithMeshEmittersCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\GenerateGatherManifestCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\StabilizeLocalizationKeys.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ReplaceActorCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ShaderCodeLibraryToolsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ShaderPipelineCacheToolsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\PopulateDialogueWaveFromCharacterSheetCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\InternationalizationConditioningCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\MakeBinaryConfigCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\LoadPackageCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\StaticMeshMinLodCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\ParticleSystemAuditCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\UnrealPakCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\UpdateGameProjectCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\WorldPartitionConvertCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\WorldPartitionDataLayerToAssetCommandLet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Editor\\EditorPerformanceSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Editor\\EditorPerProjectUserSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Editor\\EditorEngine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\WorldPartitionBuilderCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Editor\\Transactor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Editor\\UnrealEdEngine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Editor\\UnrealEdTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\TextAssetCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\SwapSoundForDialogueInCuesCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\WrangleContentCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\AnimSequenceExporterFBX.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\ExporterFbx.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Editor\\AssetGuideline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Editor\\TemplateMapInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\FbxExportOption.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Commandlets\\SummarizeTraceCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\LevelExporterSTL.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Editor\\PropertyEditorTestObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\LevelExporterT3D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\PolysExporterOBJ.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Editor\\TemplateMapMetadata.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Editor\\TransBuffer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Editor\\GroupActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\AnimSeqExportOption.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\SoundSurroundExporterWAV.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\LevelExporterFBX.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\StaticMeshExporterOBJ.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\ExportTextContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\TextureCubeExporterHDR.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\ModelExporterT3D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\TextureExporterBMP.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\ObjectExporterT3D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\LevelExporterLOD.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\SoundExporterOGG.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\SoundExporterWAV.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\SequenceExporterT3D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\StaticMeshExporterFBX.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\CookOnTheSide\\CookOnTheFlyServer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\LevelExporterOBJ.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\TextureExporterPNG.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\RenderTargetExporterHDR.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\TextureExporterHDR.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\TextureExporterEXR.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\TextureExporterTGA.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\PolysExporterT3D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\TextBufferExporterTXT.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\AnimCurveCompressionSettingsFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\TextureExporterDDS.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\BlendSpaceFactory1D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\SkeletalMeshExporterFBX.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\AnimBoneCompressionSettingsFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\AimOffsetBlendSpaceFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\CanvasRenderTarget2DFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\TextureExporterPCX.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\CompositeDataTableFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\TextureExporterGeneric.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\AimOffsetBlendSpaceFactory1D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\CurveImportFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\BlueprintFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\AnimCompositeFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\DataTableFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\AnimMontageFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\AnimSequenceFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\BlendSpaceFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FbxAnimSequenceImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\Factory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\AnimStreamableFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\CurveFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\AnimBlueprintFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FbxSceneImportOptionsSkeletalMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\BlueprintFunctionLibraryFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\BlueprintMacroFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\CurveLinearColorAtlasFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FbxMeshImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\DataAssetFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\CompositeCurveTableFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FbxFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FbxStaticMeshImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\CurveTableFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FbxTextureImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FbxSkeletalMeshImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\BlueprintInterfaceFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FontFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Exporters\\VectorFieldExporter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FontFileImportFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\EnumFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ForceFeedbackAttenuationFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FbxSceneImportOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ForceFeedbackEffectFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FbxAssetImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\CSVImportFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\HapticFeedbackEffectSoundWaveFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FbxImportUI.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\InterchangeReimportHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\HapticFeedbackEffectCurveFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\MaterialFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FbxSceneImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FbxSceneImportFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\FbxSceneImportOptionsStaticMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\MaterialFunctionMaterialLayerBlendFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\MaterialImportHelpers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ModelFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\HapticFeedbackEffectBufferFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\LevelFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\PackFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\PhysicalMaterialMaskFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ParticleSystemFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\MaterialFunctionMaterialLayerFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\PhysicsAssetFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\PolysFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\PackageFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\PreviewMeshCollectionFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\PhysicalMaterialFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ReimportCurveTableFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ReimportCurveFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\MaterialFunctionFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ObjectLibraryFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ReimportFbxSceneFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ReimportFbxStaticMeshFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\MaterialParameterCollectionFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\MirrorDataTableFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ReimportFbxAnimSequenceFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\PoseAssetFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\MaterialFunctionInstanceFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ReimportTextureFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\SceneImportFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\LightWeightInstanceFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\SpecularProfileFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\MaterialInstanceConstantFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ReimportFbxSkeletalMeshFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ReimportDataTableFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\StringTableFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\TextureCubeArrayFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\TextureCubeArrayThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\SkeletonFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\TextureFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\TextureRenderTarget2DArrayFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\ReimportVectorFieldStaticFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\StructureFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\Texture2dArrayThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\TouchInterfaceFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\SlateBrushAssetFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\Texture2DArrayFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\DEditorDoubleVectorParameterValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\DEditorFontParameterValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\Texture2dFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\TextureRenderTargetCubeFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\VariableFrameStrippingSettingsFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\DEditorMaterialLayersParameterValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\SlateWidgetStyleAssetFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\DEditorStaticComponentMaskParameterValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\TextureRenderTargetFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\SubUVAnimationFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\TextureRenderTargetVolumeFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\WorldFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\SubsurfaceProfileFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\VectorFieldStaticFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\TextureCubeThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\MaterialEditorMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\VolumeTextureFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\PreviewMaterial.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialGraph\\MaterialGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\MaterialEditorInstanceConstant.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Factories\\TrueTypeFontFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialGraph\\MaterialGraphNode_Base.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\DEditorRuntimeVirtualTextureParameterValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialGraph\\MaterialGraphNode_PinBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\DEditorParameterValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\DEditorStaticSwitchParameterValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\DEditorScalarParameterValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialGraph\\MaterialGraphNode_Comment.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\DEditorTextureParameterValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Preferences\\CascadeOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\DEditorSparseVolumeTextureParameterValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialGraph\\MaterialGraphNode_Root.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Preferences\\AnimationBlueprintEditorOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialGraph\\MaterialGraphNode_Composite.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Preferences\\LightmassOptionsObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\DEditorVectorParameterValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Preferences\\MaterialStatsOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Preferences\\CurveEdOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Settings\\ContentBrowserSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Settings\\EditorExperimentalSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialEditor\\MaterialEditorPreviewParameters.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Settings\\EditorMiscSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Preferences\\MaterialEditorOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Settings\\ClassViewerSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Settings\\LevelEditorViewportSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Settings\\LevelEditorPlayNetworkEmulationSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialGraph\\MaterialGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Settings\\LevelEditorMiscSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Settings\\AnimBlueprintSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Preferences\\PersonaOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Preferences\\PhysicsAssetEditorOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\AnimSequenceThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Preferences\\UnrealEdKeyBindings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\TexAligner\\TexAlignerPlanar.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Settings\\SkeletalMeshEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\FontThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\LevelThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\DefaultSizedThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\MaterialFunctionThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\MaterialInstanceThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\ParticleSystemThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\MaterialGraph\\MaterialGraphSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\PhysicalMaterialMaskThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\PhysicsAssetThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\SceneThumbnailInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\SkeletonThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\SlateBrushThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\TexAligner\\TexAligner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Settings\\EditorStyleSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\StaticMeshThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\SubsurfaceProfileRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Settings\\StructViewerSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\ThumbnailManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\BlueprintThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\ThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\VolumeTextureThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\AnimBlueprintThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\TexAligner\\TexAlignerBox.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\ClassThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Preferences\\UnrealEdOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\UserDefinedStructure\\UserDefinedStructEditorData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\TexAligner\\TexAlignerFit.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\BlendSpaceThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\TexAligner\\TexAlignerDefault.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\SkeletalMeshThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\WorldThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\SoundWaveThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Settings\\EditorLoadingSavingSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\CurveThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\SpecularProfileRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\Settings\\LevelEditorPlaySettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\SceneThumbnailInfoWithPrimitive.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\WorldThumbnailInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Classes\\ThumbnailRendering\\TextureThumbnailRenderer.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\AssetDefinitionDefault.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\AssetImportTask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\ActorGroupingUtils.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\BaseWidgetBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\AutomatedAssetImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\ComponentVisualizer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\CrashReporterSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\EdGraphNode_Comment.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\EditorLevelUtils.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\FileHelpers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\EditorWorldExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\HierarchicalLOD.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\HierarchicalLODVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\IPropertyAccessCompiler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\LevelEditorDragDropHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\MaterialGraphNode_Knot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\PackageTools.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\PhysicsAssetGenerationSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\FbxImporter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\PlayInEditorDataTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Selection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\SEditorViewportViewMenuContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\SkeletalMeshToolMenuContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\ThumbnailHelpers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\WorldFolders.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\ViewportToolBarContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\AutoReimport\\AutoReimportManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Commandlets\\ChunkDependencyInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Commandlets\\CompileAllBlueprintsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Commandlets\\ExtractLocResCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Commandlets\\ImportAssetsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\Actor\\ActorElementEditorCopyAndPaste.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\Actor\\ActorElementDetailsInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\Component\\ComponentElementDetailsInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\Component\\ComponentElementEditorSelectionInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\Component\\ComponentElementEditorCopyAndPaste.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\Object\\ObjectElementDetailsInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\Object\\ObjectElementEditorSelectionInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\SMInstance\\SMInstanceElementDetailsInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\Actor\\ActorElementEditorAssetDataInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\Actor\\ActorElementEditorSelectionInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\SMInstance\\SMInstanceElementEditorWorldInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\Actor\\ActorElementEditorWorldInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\SMInstance\\SMInstanceElementEditorSelectionInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Instances\\EditorPlacementSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Kismet2\\Breakpoint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Elements\\Component\\ComponentElementEditorWorldInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Kismet2\\KismetDebugUtilities.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Settings\\BlueprintEditorProjectSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Layers\\LayersSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Settings\\EditorProjectSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Subsystems\\ActorEditorContextSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Kismet2\\WatchedPin.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Subsystems\\BrushEditingSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Settings\\EditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Subsystems\\AssetEditorSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Subsystems\\EditorActorSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Subsystems\\EditorSubsystemBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Subsystems\\EditorAssetSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Subsystems\\UnrealEditorSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Tests\\FbxAutomationCommon.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Subsystems\\PanelExtensionSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Subsystems\\ImportSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Toolkits\\AssetEditorToolkitMenuContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Tools\\DefaultEdMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Tools\\UAssetEditor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Tools\\LegacyEdModeWidgetHelpers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Tools\\LegacyEdModeInterfaces.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\Tools\\UEdMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\WorldPartition\\WorldPartitionBuildNavigationOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\WorldPartition\\WorldPartitionFoliageBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\WorldPartition\\WorldPartitionLandscapeSplineMeshesBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\WorldPartition\\WorldPartitionMiniMapBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\WorldPartition\\WorldPartitionRenameDuplicateBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\WorldPartition\\WorldPartitionNavigationDataBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\WorldPartition\\WorldPartitionResaveActorsBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\WorldPartition\\WorldPartitionBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\WorldPartition\\WorldPartitionHLODsBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Public\\WorldPartition\\WorldPartitionRuntimeVirtualTextureBuilder.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Private\\Cooker\\ExternalCookOnTheFlyServer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Private\\Elements\\SMInstance\\SMInstanceElementDetailsProxyObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Private\\Factories\\EditorStaticMeshFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Private\\Factories\\ActorFactoryLevelSequence.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Private\\Tools\\AssetEditorContextObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEd\\Private\\Tools\\LegacyEdMode.h" - ], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0", - "WITH_RECAST=1", - "WITH_NAVMESH_SEGMENT_LINKS=1", - "WITH_NAVMESH_CLUSTER_LINKS=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UnrealEd\\UHT\\UnrealEd.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "VirtualizationEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualizationEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualizationEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VirtualizationEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualizationEditor\\Private\\CheckForVirtualizedContentCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualizationEditor\\Private\\GeneratePayloadManifestCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualizationEditor\\Private\\PrecachePayloadsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualizationEditor\\Private\\VirtualizeProjectCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualizationEditor\\Private\\RehydrateProjectCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualizationEditor\\Private\\ValidateVirtualizedContentCommandlet.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VirtualizationEditor\\UHT\\VirtualizationEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PIEPreviewDeviceProfileSelector", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PIEPreviewDeviceProfileSelector", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PIEPreviewDeviceProfileSelector\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PIEPreviewDeviceProfileSelector\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PIEPreviewDeviceProfileSelector\\Private\\PIEPreviewSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PIEPreviewDeviceProfileSelector\\Private\\PIEPreviewWindowStyle.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PIEPreviewDeviceProfileSelector\\UHT\\PIEPreviewDeviceProfileSelector.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "FoliageEdit", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\FoliageEdit", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\FoliageEdit\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FoliageEdit\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\FoliageEdit\\Public\\FoliageType_ISMThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\FoliageEdit\\Public\\FoliageEditorSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\FoliageEdit\\Public\\ProceduralFoliageEditorLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\FoliageEdit\\Public\\FoliageType_ActorThumbnailRenderer.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\FoliageEdit\\Private\\LandscapeGrassTypeFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\FoliageEdit\\Private\\ActorFactoryProceduralFoliage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\FoliageEdit\\Private\\FoliageTypeFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\FoliageEdit\\Private\\ProceduralFoliageSpawnerFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FoliageEdit\\UHT\\FoliageEdit.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DetailCustomizations", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\DetailCustomizations", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\DetailCustomizations\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DetailCustomizations\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\DetailCustomizations\\Public\\SplineMetadataDetailsFactory.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\DetailCustomizations\\Private\\FbxImportUIDetails.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DetailCustomizations\\UHT\\DetailCustomizations.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "VirtualTexturingEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualTexturingEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualTexturingEditor\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VirtualTexturingEditor\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualTexturingEditor\\Classes\\RuntimeVirtualTextureFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualTexturingEditor\\Classes\\VirtualTextureBuilderFactory.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualTexturingEditor\\Private\\VirtualTextureBuilderThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VirtualTexturingEditor\\Private\\RuntimeVirtualTextureThumbnailRenderer.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VirtualTexturingEditor\\UHT\\VirtualTexturingEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SkeletonEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SkeletonEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SkeletonEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SkeletonEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SkeletonEditor\\Public\\BoneProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SkeletonEditor\\Public\\SkeletonToolMenuContext.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SkeletonEditor\\Private\\SkeletonTreeMenuContext.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SkeletonEditor\\UHT\\SkeletonEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ComponentVisualizers", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ComponentVisualizers", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ComponentVisualizers\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ComponentVisualizers\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ComponentVisualizers\\Public\\Manipulator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ComponentVisualizers\\Public\\SplineGeneratorPanel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ComponentVisualizers\\Public\\SplineComponentVisualizer.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ComponentVisualizers\\UHT\\ComponentVisualizers.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ViewportInteraction", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ViewportInteraction\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\ActorTransformer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\MouseCursorInteractor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\ViewportDragOperation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\ViewportInteractableInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\ViewportInteractionAssetContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\ViewportInteractionDragOperations.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\ViewportTransformer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\ViewportWorldInteraction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\VIBaseTransformGizmo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\VIGizmoHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\VIGizmoHandleMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\ViewportInteractionTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\VISettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Public\\ViewportInteractor.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Private\\Gizmo\\VIStretchGizmoHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Private\\Gizmo\\VIUniformScaleGizmoHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ViewportInteraction\\Private\\Gizmo\\VIPivotTransformGizmo.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ViewportInteraction\\UHT\\ViewportInteraction.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ConfigEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ConfigEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ConfigEditor\\Public\\PropertyVisualization", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ConfigEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ConfigEditor\\Public\\ConfigPropertyHelper.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ConfigEditor\\UHT\\ConfigEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InternationalizationSettings", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\InternationalizationSettings", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\InternationalizationSettings\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InternationalizationSettings\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\InternationalizationSettings\\Classes\\InternationalizationSettingsModel.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InternationalizationSettings\\UHT\\InternationalizationSettings.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SwarmInterface", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SwarmInterface", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SwarmInterface\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SwarmInterface\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SwarmInterface\\Private\\SwarmMessages.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SwarmInterface\\UHT\\SwarmInterface.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AnimationBlueprintLibrary", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationBlueprintLibrary", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationBlueprintLibrary\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationBlueprintLibrary\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationBlueprintLibrary\\Public\\K2_AnimationAttributeNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationBlueprintLibrary\\Public\\AnimationAttributeBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationBlueprintLibrary\\Public\\AnimationBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationBlueprintLibrary\\Public\\AnimPose.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationBlueprintLibrary\\UHT\\AnimationBlueprintLibrary.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AnimGraph", - "ModuleType": "EngineEditor", - "OverrideModuleType": "EngineDeveloper", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimGraph\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimationCustomTransitionGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimationCustomTransitionSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimationGraphSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimationStateGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimationConduitGraphSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimationBlendSpaceSampleGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimationStateGraphSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimationTransitionSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimationStateMachineGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimBlueprintPostCompileValidation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphAttributes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimationGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimationTransitionGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_ApplyAdditive.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_AimOffsetLookAt.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimBlueprintExtension_PropertyAccess.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_AssetPlayerBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimationStateMachineSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNodeCustomizationInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_BlendListBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_BlendBoneByChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_ApplyLimits.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_BlendListByEnum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimBlueprintExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_ApplyMeshSpaceAdditive.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_AnimDynamics.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_BlendListByBool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_BlendSpacePlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_BlendSpaceGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_BoneDrivenController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_ComponentToLocalSpace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_Constraint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_BlendListByInt.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_BlendSpaceBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_BlendSpaceSampleResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_CurveSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_CCDIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_CopyBoneDelta.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_DeadBlending.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_Fabrik.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_CopyPoseFromMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_BlendSpaceEvaluator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_BlendSpaceGraphBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_CopyBone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_IdentityPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_Inertialization.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_LinkedAnimGraphBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_LinkedAnimLayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_CustomProperty.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_LegIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_HandIKRetargeting.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_LocalRefPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_LinkedInputPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_CustomTransitionResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_LinkedAnimGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_Mirror.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_LookAt.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_MeshRefPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_ObserveBone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_LocalToComponentSpace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_MakeDynamicAdditive.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_PoseDriver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_MultiWayBlend.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_LayeredBoneBlend.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_RandomPlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_ModifyBone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_PoseSnapshot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_RefPoseBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_PoseBlendNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_ResetRoot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_RotationMultiplier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_RotationOffsetBlendSpace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_PoseHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_RigidBody.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_ModifyCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_RotationOffsetBlendSpaceGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_SaveCachedPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_SkeletalControlBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_ScaleChainLength.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_PoseByName.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_RotateRootBone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_SpringBone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_StateMachineBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_StateResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_Slot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_Base.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_StateMachine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_TwistCorrectiveNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_Root.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_TwoWayBlend.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_SequencePlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_TransitionPoseEvaluator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_UseCachedPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimPreviewAttacheInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_Trail.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimStateAliasNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimStateConduitNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_SplineIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimStateNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_TransitionResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimStateTransitionNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\BlendSpaceGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_SequenceEvaluator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimPreviewInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimStateEntryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\K2Node_AnimNodeReference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimGraphNode_TwoBoneIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\IClassVariableCreator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\AnimStateNodeBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\K2Node_AnimGetter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\K2Node_PlayMontage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Public\\K2Node_TransitionRuleGetter.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Private\\AnimBlueprintExtension_Attributes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Private\\AnimBlueprintExtension_BlendSpaceGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Private\\AnimBlueprintExtension_SharedLinkedAnimLayers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Private\\AnimBlueprintExtension_StateMachine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Private\\AnimBlueprintExtension_CallFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Private\\AnimBlueprintExtension_NodeRelevancy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Private\\AnimGraphNode_Sync.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Private\\AnimBlueprintExtension_Base.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Private\\AnimBlueprintExtension_CachedPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Private\\AnimBlueprintExtension_Tag.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Private\\AnimBlueprintExtension_LinkedAnimGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimGraph\\Private\\AnimGraphNode_CallFunction.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimGraph\\UHT\\AnimGraph.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ContentBrowser", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowser", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowser\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ContentBrowser\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowser\\Public\\ContentBrowserFrontEndFilterExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowser\\Public\\ContentBrowserMenuContexts.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowser\\Public\\TextFilterKeyValueHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowser\\Public\\TextFilterValueHandler.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowser\\Private\\ContentBrowserConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowser\\Private\\ContentBrowserSingleton.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowser\\Private\\TextFilterValueHandlers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowser\\Private\\TextFilterKeyValueHandlers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowser\\Private\\AssetView\\AssetViewConfig.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ContentBrowser\\UHT\\ContentBrowser.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Kismet", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Kismet\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet\\Classes\\BlueprintPaletteFavorites.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet\\Public\\BlueprintActionMenuUtils.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet\\Public\\BlueprintCompilerExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet\\Public\\BlueprintDragDropMenuItem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet\\Public\\BlueprintEditorContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet\\Public\\BlueprintActionMenuItem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet\\Public\\ReviewComments.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet\\Public\\FindInBlueprintManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet\\Public\\SCSEditorExtensionContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet\\Public\\SSCSEditorMenuContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet\\Public\\SubobjectEditorExtensionContext.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Kismet\\Private\\BPGraphClipboardData.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Kismet\\UHT\\Kismet.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "BlueprintEditorLibrary", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintEditorLibrary", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintEditorLibrary\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BlueprintEditorLibrary\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintEditorLibrary\\Public\\BlueprintEditorLibrary.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BlueprintEditorLibrary\\UHT\\BlueprintEditorLibrary.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GraphEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\GraphEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\GraphEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GraphEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\GraphEditor\\Public\\GraphEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\GraphEditor\\Public\\KismetPins\\SGraphPinStructInstance.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GraphEditor\\UHT\\GraphEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Persona", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Persona\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Public\\AnimAssetFindReplaceNotifies.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Public\\AnimAssetFindReplaceSyncMarkers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Public\\AnimationSequenceBrowserMenuContexts.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Public\\BlendSpaceAnalysis.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Public\\PersonaToolMenuContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Public\\AnimAssetFindReplaceCurves.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Public\\PhysicsAssetRenderUtils.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Public\\AnimationEditorPreviewActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Public\\PersonaPreviewSceneController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Public\\AnimAssetFindReplace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Public\\IPersonaEditorModeManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Public\\SSkinWeightProfileImportOptions.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Private\\AnimViewportToolBarToolMenuContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Private\\PersonaPreviewSceneDefaultController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Private\\PersonaPreviewSceneRefPoseController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Private\\LODInfoUILayout.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Private\\PersonaPreviewSceneAnimationController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Private\\PersonaPreviewSceneDescription.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Private\\SAnimCurveMetadataEditor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Persona\\Private\\AnimTimeline\\AnimTimelineClipboard.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Persona\\UHT\\Persona.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AnimationEditMode", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationEditMode", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationEditMode\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationEditMode\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationEditMode\\Public\\AnimationEditContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationEditMode\\Public\\AnimationEditMode.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationEditMode\\UHT\\AnimationEditMode.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "EditorInteractiveToolsFramework", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EditorInteractiveToolsFramework\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\EditorInteractiveGizmoConditionalBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\EditorInteractiveGizmoManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\EditorInteractiveGizmoRegistry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\EditorInteractiveGizmoSelectionBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\InteractiveToolStack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\EditorInteractiveGizmoSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\EditorGizmos\\EditorTransformGizmo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\EditorGizmos\\EditorTransformGizmoBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\EdModeInteractiveToolsContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\EditorGizmos\\EditorTransformProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\EditorGizmos\\EditorTransformGizmoSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\EditorGizmos\\TransformGizmo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\ToolContexts\\WidgetToolsContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\EditorGizmos\\TransformGizmoInterfaces.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Experimental\\EditorInteractiveToolsFramework\\Public\\ToolContexts\\ToolStackContext.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EditorInteractiveToolsFramework\\UHT\\EditorInteractiveToolsFramework.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Sequencer", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Sequencer\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Public\\ISequencerSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Public\\SequencerTrackFilterExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Public\\ISequencer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Public\\SequencerKeyStructGenerator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Public\\SequencerSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Public\\SequencerUtilities.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Public\\Tools\\MotionTrailOptions.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Private\\MovieSceneCopyableBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Private\\MovieSceneCopyableTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Private\\SequencerMeshTrail.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Private\\SequencerKeyActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Private\\SequencerTimeChangeUndoRedoProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Sequencer\\Private\\SequencerToolMenuContext.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Sequencer\\UHT\\Sequencer.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MovieSceneTools", - "ModuleType": "EngineEditor", - "OverrideModuleType": "EngineDeveloper", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MovieSceneTools\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools\\Public\\BakingAnimationKeySettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools\\Public\\AutomatedLevelSequenceCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools\\Public\\K2Node_GetSequenceBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools\\Public\\MovieSceneDynamicBindingUtils.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools\\Public\\MovieSceneToolsProjectSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools\\Public\\MovieSceneToolsUserSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools\\Private\\MovieSceneDynamicBindingBlueprintExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools\\Private\\MovieSceneEventBlueprintExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools\\Private\\Channels\\BoolChannelKeyProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools\\Private\\Channels\\DoubleChannelKeyProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools\\Private\\Channels\\IntegerChannelKeyProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MovieSceneTools\\Private\\Channels\\FloatChannelKeyProxy.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MovieSceneTools\\UHT\\MovieSceneTools.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SequenceRecorder", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequenceRecorder", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequenceRecorder\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SequenceRecorder\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequenceRecorder\\Public\\SequenceRecorderActorGroup.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequenceRecorder\\Public\\SequenceRecorderSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequenceRecorder\\Public\\ActorRecording.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequenceRecorder\\Public\\SequenceRecorderActorFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequenceRecorder\\Public\\SequenceRecorderBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequenceRecorder\\Public\\SequenceRecordingBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequenceRecorder\\Public\\ActorRecordingSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequenceRecorder\\Public\\AnimationRecorder.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequenceRecorder\\Private\\AnimationRecorderParameters.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequenceRecorder\\Private\\Sections\\MovieScene3DTransformSectionRecorderSettings.h" - ], - "PublicDefines": [ - "__WINDOWS_WASAPI__" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SequenceRecorder\\UHT\\SequenceRecorder.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LevelEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LevelEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LevelEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LevelEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LevelEditor\\Public\\LevelEditorSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LevelEditor\\Public\\LevelEditorMenuContext.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LevelEditor\\Private\\LightEditorSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LevelEditor\\Private\\SLevelEditorToolBox.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LevelEditor\\UHT\\LevelEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SubobjectEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SubobjectEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SubobjectEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SubobjectEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SubobjectEditor\\Public\\SubobjectEditorMenuContext.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SubobjectEditor\\UHT\\SubobjectEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SubobjectDataInterface", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SubobjectDataInterface", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SubobjectDataInterface\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SubobjectDataInterface\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SubobjectDataInterface\\Public\\SubobjectDataHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SubobjectDataInterface\\Public\\SubobjectData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SubobjectDataInterface\\Public\\SubobjectDataBlueprintFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SubobjectDataInterface\\Public\\SubobjectDataSubsystem.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SubobjectDataInterface\\UHT\\SubobjectDataInterface.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PixelInspectorModule", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PixelInspector", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PixelInspector\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PixelInspectorModule\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PixelInspector\\Private\\PixelInspectorView.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PixelInspectorModule\\UHT\\PixelInspectorModule.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "HierarchicalLODOutliner", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\HierarchicalLODOutliner", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\HierarchicalLODOutliner\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\HierarchicalLODOutliner\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\HierarchicalLODOutliner\\Private\\HierarchicalLODType.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\HierarchicalLODOutliner\\UHT\\HierarchicalLODOutliner.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DeviceProfileServices", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\DeviceProfileServices", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\DeviceProfileServices\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DeviceProfileServices\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\DeviceProfileServices\\Public\\CheckAndroidDeviceProfileCommandlet.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DeviceProfileServices\\UHT\\DeviceProfileServices.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PIEPreviewDeviceSpecification", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PIEPreviewDeviceSpecification", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PIEPreviewDeviceSpecification\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PIEPreviewDeviceSpecification\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PIEPreviewDeviceSpecification\\Public\\PIEPreviewDeviceSpecification.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PIEPreviewDeviceSpecification\\UHT\\PIEPreviewDeviceSpecification.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StatsViewer", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StatsViewer", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StatsViewer\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StatsViewer\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StatsViewer\\Classes\\CookerStats.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StatsViewer\\Classes\\LightingBuildInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StatsViewer\\Classes\\StaticMeshLightingInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StatsViewer\\Classes\\PrimitiveStats.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StatsViewer\\Classes\\TextureStats.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StatsViewer\\Classes\\ShaderCookerStats.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StatsViewer\\UHT\\StatsViewer.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MaterialEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MaterialEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MaterialEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MaterialEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MaterialEditor\\Public\\MaterialEditorContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MaterialEditor\\Public\\MaterialEditingLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MaterialEditor\\Public\\MaterialPropertyHelpers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MaterialEditor\\Public\\MaterialEditorSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MaterialEditor\\UHT\\MaterialEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AdvancedPreviewScene", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AdvancedPreviewScene", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AdvancedPreviewScene\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AdvancedPreviewScene\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AdvancedPreviewScene\\Public\\AssetViewerSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AdvancedPreviewScene\\UHT\\AdvancedPreviewScene.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DataLayerEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\DataLayerEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\DataLayerEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataLayerEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\DataLayerEditor\\Public\\DataLayer\\DataLayerFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\DataLayerEditor\\Public\\DataLayer\\DataLayerEditorSubsystem.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataLayerEditor\\UHT\\DataLayerEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SequencerCore", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequencerCore", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequencerCore\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SequencerCore\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequencerCore\\Public\\Scripting\\ViewModelScriptingStruct.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequencerCore\\Public\\Scripting\\OutlinerScriptingObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SequencerCore\\Public\\Scripting\\SequencerScriptingLayer.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SequencerCore\\UHT\\SequencerCore.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SceneOutliner", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SceneOutliner", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SceneOutliner\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SceneOutliner\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SceneOutliner\\Public\\SceneOutlinerMenuContext.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SceneOutliner\\Private\\SceneOutlinerConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SceneOutliner\\Private\\ActorBrowsingModeSettings.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SceneOutliner\\UHT\\SceneOutliner.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "CurveEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CurveEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CurveEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CurveEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CurveEditor\\Public\\CurveEditorKeyProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CurveEditor\\Public\\CurveDataAbstraction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CurveEditor\\Public\\CurveEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CurveEditor\\Public\\Filters\\CurveEditorEulerFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CurveEditor\\Public\\Filters\\CurveEditorFilterBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CurveEditor\\Public\\Filters\\CurveEditorReduceFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CurveEditor\\Public\\Filters\\CurveEditorBakeFilter.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CurveEditor\\Private\\CurveEditorCopyBuffer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CurveEditor\\Private\\RichCurveKeyProxy.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CurveEditor\\UHT\\CurveEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PinnedCommandList", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PinnedCommandList", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PinnedCommandList\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PinnedCommandList\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PinnedCommandList\\Private\\PinnedCommandListSettings.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PinnedCommandList\\UHT\\PinnedCommandList.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ClothingSystemEditorInterface", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClothingSystemEditorInterface", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClothingSystemEditorInterface\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClothingSystemEditorInterface\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClothingSystemEditorInterface\\Public\\ClothingAssetFactoryInterface.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClothingSystemEditorInterface\\UHT\\ClothingSystemEditorInterface.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AnimationModifiers", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationModifiers", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationModifiers\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationModifiers\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationModifiers\\Public\\AnimationModifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationModifiers\\Public\\AnimationModifiersAssetUserData.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationModifiers\\Private\\AnimationModifierSettings.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationModifiers\\UHT\\AnimationModifiers.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Documentation", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Documentation", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Documentation\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Documentation\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Documentation\\Public\\DocumentationRedirect.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Documentation\\Public\\DocumentationSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Documentation\\UHT\\Documentation.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "UnrealEdMessages", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEdMessages", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEdMessages\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UnrealEdMessages\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEdMessages\\Classes\\FileServerMessages.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UnrealEdMessages\\Classes\\AssetEditorMessages.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UnrealEdMessages\\UHT\\UnrealEdMessages.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "UndoHistoryEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UndoHistoryEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UndoHistoryEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UndoHistoryEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UndoHistoryEditor\\Private\\UndoHistorySettings.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UndoHistoryEditor\\UHT\\UndoHistoryEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TranslationEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\TranslationEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\TranslationEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TranslationEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\TranslationEditor\\Private\\InternationalizationExportSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\TranslationEditor\\Private\\TranslationUnit.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\TranslationEditor\\Private\\TranslationPickerEditWindow.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TranslationEditor\\UHT\\TranslationEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StatusBar", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StatusBar", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StatusBar\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StatusBar\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StatusBar\\Public\\StatusBarSubsystem.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StatusBar\\UHT\\StatusBar.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GameProjectGeneration", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\GameProjectGeneration", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\GameProjectGeneration\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameProjectGeneration\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\GameProjectGeneration\\Classes\\DefaultTemplateProjectDefs.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\GameProjectGeneration\\Classes\\TemplateProjectDefs.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\GameProjectGeneration\\Public\\ClassTemplateEditorSubsystem.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameProjectGeneration\\UHT\\GameProjectGeneration.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "HardwareTargeting", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\HardwareTargeting", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\HardwareTargeting\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\HardwareTargeting\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\HardwareTargeting\\Public\\HardwareTargetingSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\HardwareTargeting\\UHT\\HardwareTargeting.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AddContentDialog", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AddContentDialog", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AddContentDialog\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AddContentDialog\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AddContentDialog\\Public\\FeaturePackContentSource.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AddContentDialog\\Private\\IContentSource.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AddContentDialog\\UHT\\AddContentDialog.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SourceControlWindows", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SourceControlWindows", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SourceControlWindows\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SourceControlWindows\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SourceControlWindows\\Public\\SourceControlMenuContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SourceControlWindows\\Public\\SourceControlWindows.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SourceControlWindows\\Private\\SourceControlSettings.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SourceControlWindows\\UHT\\SourceControlWindows.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "BlueprintGraph", - "ModuleType": "EngineEditor", - "OverrideModuleType": "EngineDeveloper", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BlueprintGraph\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\BlueprintAssetNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\BlueprintDelegateNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\BlueprintBoundEventNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\BlueprintFunctionNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\BlueprintComponentNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\BlueprintBoundNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\EdGraphSchema_K2_Actions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\BlueprintFieldNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_AddComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\BlueprintEventNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_AddComponentByClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\BlueprintVariableNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\EdGraphSchema_K2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_ActorBoundEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_AddDelegate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_AddPinInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_AssignDelegate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_AssignmentStatement.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_BaseMCDelegate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_AsyncAction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_CallArrayFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_BitmaskLiteral.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_CallDataTableFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_BaseAsyncTask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_CallDelegate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_CastByteToEnum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_ClassDynamicCast.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_CallMaterialParameterCollectionFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_CallFunctionOnMember.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_CommutativeAssociativeBinaryOperator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_BreakStruct.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_Composite.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_ConstructObjectFromClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_CallFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_ClearDelegate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_CallParentFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_ComponentBoundEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_DelegateSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_DoOnceMultiInput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_ConvertAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_CreateDelegate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_EditablePinBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_Copy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_EaseFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_DeadClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_EventNodeInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_CustomEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_ExecutionSequence.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_ForEachElementInEnum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_EnumInequality.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_FunctionEntry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_FunctionResult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_FunctionTerminator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_DynamicCast.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_ExternalGraphInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_Event.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_EnumEquality.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_FormatText.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_EnumLiteral.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_GetArrayItem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_GetDataTableRow.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_GenericCreateObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_GetClassDefaults.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_GetEnumeratorNameAsString.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_GetInputAxisValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_GetInputVectorAxisValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_GetEnumeratorName.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_GetSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_GetInputAxisKeyValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_InputAction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_IfThenElse.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_GetNumEnumEntries.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_InputActionEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_InputAxisKeyEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_InputKey.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_InputTouch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_InputKeyEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_InputTouchEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_InputAxisEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_InputVectorAxisEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_LocalVariable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_Knot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_MakeContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_MakeMap.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_MakeSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_MakeArray.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_MathExpression.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_Literal.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_PromotableOperator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_PureAssignmentStatement.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_LoadAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_Select.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_MacroInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_RemoveDelegate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_MakeVariable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_Self.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_SetVariableOnPersistentFrame.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_MultiGate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_MakeStruct.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_Message.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_SetFieldsInStruct.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_StructMemberGet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_SpawnActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_SpawnActorFromClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_StructMemberSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_SwitchInteger.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_Switch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_TemporaryVariable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_StructOperation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_SwitchEnum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_Timeline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_SwitchName.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_TunnelBoundary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_SwitchString.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_Tunnel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_VariableSetRef.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_VariableGet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\NodeDependingOnEnumInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_VariableSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Classes\\K2Node_Variable.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Public\\BlueprintEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Public\\BlueprintNodeSpawner.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BlueprintGraph\\Private\\K2Node_EditorPropertyAccess.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BlueprintGraph\\UHT\\BlueprintGraph.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "KismetWidgets", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\KismetWidgets", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\KismetWidgets\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\KismetWidgets\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\KismetWidgets\\Public\\PinTypeSelectorFilter.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\KismetWidgets\\UHT\\KismetWidgets.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ClassViewer", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClassViewer", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClassViewer\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClassViewer\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClassViewer\\Public\\ClassViewerProjectSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClassViewer\\UHT\\ClassViewer.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ContentBrowserData", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowserData", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowserData\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ContentBrowserData\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowserData\\Public\\ContentBrowserDataFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowserData\\Public\\ContentBrowserDataLegacyBridge.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowserData\\Public\\ContentBrowserDataMenuContexts.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowserData\\Public\\ContentBrowserDataSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowserData\\Public\\ContentBrowserItem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowserData\\Public\\ContentBrowserDataSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ContentBrowserData\\Public\\ContentBrowserItemPath.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ContentBrowserData\\UHT\\ContentBrowserData.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "EditorWidgets", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorWidgets", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorWidgets\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EditorWidgets\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorWidgets\\Public\\Filters\\FilterBarConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorWidgets\\Public\\Filters\\SAssetFilterBar.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EditorWidgets\\UHT\\EditorWidgets.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "EditorConfig", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorConfig", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorConfig\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EditorConfig\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorConfig\\Public\\EditorConfigBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorConfig\\Public\\EditorMetadataOverrides.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorConfig\\Public\\EditorConfigSubsystem.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorConfig\\Private\\Tests\\EditorConfigTests.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EditorConfig\\UHT\\EditorConfig.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AssetDefinition", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AssetDefinition", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AssetDefinition\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AssetDefinition\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AssetDefinition\\Public\\AssetDefinitionRegistry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AssetDefinition\\Public\\AssetDefinition.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AssetDefinition\\Public\\Misc\\AssetFilterData.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AssetDefinition\\UHT\\AssetDefinition.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "EditorFramework", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorFramework", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorFramework\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EditorFramework\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorFramework\\Public\\Elements\\Framework\\TypedElementViewportInteraction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorFramework\\Public\\Factories\\AssetFactoryInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorFramework\\Public\\Subsystems\\PlacementSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorFramework\\Public\\Toolkits\\AssetEditorModeUILayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorFramework\\Public\\Elements\\Interfaces\\TypedElementDetailsInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorFramework\\Public\\Subsystems\\EditorElementSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorFramework\\Public\\Tools\\AssetEditorContextInterface.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EditorFramework\\UHT\\EditorFramework.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "EditorSubsystem", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorSubsystem", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorSubsystem\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EditorSubsystem\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\EditorSubsystem\\Public\\EditorSubsystem.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EditorSubsystem\\UHT\\EditorSubsystem.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Blutility", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Blutility\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\EditorUtilityActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\EditorUtilityObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\EditorUtilityToolMenu.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\EditorUtilityBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\EditorUtilityCamera.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\EditorUtilityWidgetBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\EditorUtilityActorComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\EditorUtilityWidgetComponents.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\EditorUtilityTask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\AssetActionUtility.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\EditorUtilityBlueprintFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\ActorActionUtility.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\EditorUtilityWidget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\EditorUtilityWidgetBlueprintFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\GlobalEditorUtilityBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Classes\\PlacedEditorUtilityBase.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Public\\AsyncCaptureScene.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Public\\EditorUtilitySubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Public\\AsyncRegisterAndExecuteTask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Public\\IEditorUtilityExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Public\\EditorUtilityWidgetProjectSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Public\\AsyncImageExport.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Public\\EditorUtilityLibrary.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Blutility\\Private\\EditorUtilityAssetPrototype.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Blutility\\UHT\\Blutility.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "UMGEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "EngineDeveloper", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UMGEditor\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Classes\\K2Node_WidgetAnimationEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Classes\\WidgetBlueprintFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Classes\\WidgetGraphSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Classes\\WidgetPaletteFavorites.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Public\\SlateVectorArtDataFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Public\\UMGEditorProjectSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Public\\WidgetBlueprintExtension.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Public\\WidgetBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Public\\WidgetBlueprintThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Public\\WidgetBlueprintToolMenuContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Public\\WidgetCompilerRule.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Public\\WidgetEditingProjectSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Public\\Components\\AssetThumbnailWidget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Public\\Settings\\WidgetDesignerSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Public\\Hierarchy\\SReadOnlyHierarchyView.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Private\\AssetDefinition_WidgetBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Private\\AssetDefinition_WidgetBlueprintGeneratedClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Private\\Nodes\\K2Node_PlayAnimation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Private\\Nodes\\K2Node_CreateWidget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Private\\Nodes\\K2Node_CreateDragDropOperation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Private\\Navigation\\SWidgetDesignerNavigation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Private\\Utility\\WidgetSlotPair.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\UMGEditor\\Private\\ToolPalette\\WidgetEditorModeUILayer.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UMGEditor\\UHT\\UMGEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LevelInstanceEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LevelInstanceEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LevelInstanceEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LevelInstanceEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LevelInstanceEditor\\Public\\LevelInstanceEditorSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LevelInstanceEditor\\Private\\LevelInstanceActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LevelInstanceEditor\\Private\\LevelInstanceEditorMode.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LevelInstanceEditor\\UHT\\LevelInstanceEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "WorldPartitionEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\WorldPartitionEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\WorldPartitionEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WorldPartitionEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\WorldPartitionEditor\\Public\\WorldPartition\\WorldPartitionConvertOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\WorldPartitionEditor\\Public\\WorldPartition\\ContentBundle\\ContentBundleEditorSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\WorldPartitionEditor\\Public\\WorldPartition\\WorldPartitionEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\WorldPartitionEditor\\Public\\WorldPartition\\HLOD\\HLODLayerFactory.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WorldPartitionEditor\\UHT\\WorldPartitionEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "WorldBrowser", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\WorldBrowser", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\WorldBrowser\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WorldBrowser\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\WorldBrowser\\Private\\LevelFolders.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\WorldBrowser\\Private\\Tiles\\WorldTileDetails.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WorldBrowser\\UHT\\WorldBrowser.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LandscapeEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LandscapeEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LandscapeEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LandscapeEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LandscapeEditor\\Public\\LandscapeEditorObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LandscapeEditor\\Public\\LandscapeFileFormatInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LandscapeEditor\\Public\\LandscapeImportHelper.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LandscapeEditor\\Private\\LandscapeLayerInfoObjectFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LandscapeEditor\\Private\\Classes\\LandscapePlaceholder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LandscapeEditor\\Private\\Classes\\ActorFactoryLandscape.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LandscapeEditor\\UHT\\LandscapeEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LandscapeEditorUtilities", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LandscapeEditorUtilities", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LandscapeEditorUtilities\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LandscapeEditorUtilities\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LandscapeEditorUtilities\\Public\\LandscapeBlueprintBrush.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LandscapeEditorUtilities\\UHT\\LandscapeEditorUtilities.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SparseVolumeTexture", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SparseVolumeTexture", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SparseVolumeTexture\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SparseVolumeTexture\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\SparseVolumeTexture\\Private\\SparseVolumeTextureFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SparseVolumeTexture\\UHT\\SparseVolumeTexture.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AnimationEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationEditor\\Public\\AnimationToolMenuContext.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationEditor\\UHT\\AnimationEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "VREditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VREditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Public\\VREditorInteractor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Public\\VREditorModeBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Public\\VREditorBaseActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Public\\VREditorAssetContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Public\\VRModeSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Public\\VREditorMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Public\\VRScoutingInteractor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Public\\Teleporter\\VREditorTeleporter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Public\\UI\\VREditorFloatingUI.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Public\\UI\\VREditorUISystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Public\\UI\\VRRadialMenuHandler.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Private\\VREditorCameraWidgetComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Private\\VREditorAvatarActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Private\\VREditorPlacement.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Private\\VREditorFloatingText.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Private\\VREditorWidgetComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Private\\UI\\VREditorDockableCameraWindow.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Private\\Teleporter\\VREditorAutoScaler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Private\\UI\\VREditorBaseUserWidget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Private\\UI\\VREditorFloatingCameraUI.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Private\\UI\\VREditorDockableWindow.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\VREditor\\Private\\UI\\VREditorRadialFloatingUI.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VREditor\\UHT\\VREditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AIGraph", - "ModuleType": "EngineEditor", - "OverrideModuleType": "EngineDeveloper", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AIGraph", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AIGraph\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AIGraph\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AIGraph\\Classes\\AIGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AIGraph\\Classes\\AIGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AIGraph\\Classes\\AIGraphSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AIGraph\\Classes\\AIGraphTypes.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AIGraph\\Public\\K2Node_AIMoveTo.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AIGraph\\UHT\\AIGraph.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AudioEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioEditor\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\AudioEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\AudioBusFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\DialogueVoiceFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\DialogueWaveFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\ReimportSoundFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\ReverbEffectFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\SoundClassFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\SoundCueFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\SoundFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\SoundSourceBusFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\SoundAttenuationFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\SoundConcurrencyFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\SoundMixFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\SoundClassGraph\\SoundClassGraphSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\SoundSubmixEffectFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\SoundClassGraph\\SoundClassGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\SoundSourceEffectFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\SoundCueGraph\\SoundCueGraphNode_Base.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\SoundCueGraph\\SoundCueGraphSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\SoundCueGraph\\SoundCueGraphNode_Root.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\Factories\\SoundSubmixFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\SoundCueGraph\\SoundCueGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\SoundClassGraph\\SoundClassGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\SoundCueGraph\\SoundCueGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\SoundSubmixGraph\\SoundSubmixGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\SoundSubmixGraph\\SoundSubmixGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Classes\\SoundSubmixGraph\\SoundSubmixGraphSchema.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Public\\AssetTypeActions\\AssetDefinition_SoundBase.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Private\\SoundClassTemplates.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Private\\AssetTypeActions\\AssetDefinition_AudioBus.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Private\\AssetTypeActions\\AssetDefinition_DialogueVoice.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Private\\AssetTypeActions\\AssetDefinition_SoundAttenuation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Private\\AssetTypeActions\\AssetDefinition_SoundConcurrency.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Private\\AssetTypeActions\\AssetDefinition_ReverbEffect.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Private\\AssetTypeActions\\AssetDefinition_SoundMix.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Private\\AssetTypeActions\\AssetDefinition_SoundCue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AudioEditor\\Private\\AssetTypeActions\\AssetDefinition_SoundSourceBus.h" - ], - "PublicDefines": [ - "WITH_SNDFILE_IO=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioEditor\\UHT\\AudioEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AnimationBlueprintEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationBlueprintEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationBlueprintEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationBlueprintEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationBlueprintEditor\\Public\\AnimationBlueprintEditorSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\AnimationBlueprintEditor\\Private\\AnimationBlueprintToolMenuContext.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationBlueprintEditor\\UHT\\AnimationBlueprintEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PhysicsAssetEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PhysicsAssetEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PhysicsAssetEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PhysicsAssetEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PhysicsAssetEditor\\Private\\PhysicsAssetEditorAnimInstanceProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PhysicsAssetEditor\\Private\\PhysicsAssetEditorAnimInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PhysicsAssetEditor\\Private\\PhysicsAssetEditorPhysicsHandleComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PhysicsAssetEditor\\Private\\PhysicsAssetEditorSkeletalMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PhysicsAssetEditor\\Private\\PhysicsAssetEditorToolMenuContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PhysicsAssetEditor\\Private\\PhysicsAssetGraph\\PhysicsAssetGraphNode_Bone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PhysicsAssetEditor\\Private\\PhysicsAssetGraph\\PhysicsAssetGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PhysicsAssetEditor\\Private\\PhysicsAssetGraph\\PhysicsAssetGraphNode_Constraint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PhysicsAssetEditor\\Private\\PhysicsAssetGraph\\PhysicsAssetGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\PhysicsAssetEditor\\Private\\PhysicsAssetGraph\\PhysicsAssetGraphSchema.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PhysicsAssetEditor\\UHT\\PhysicsAssetEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InputBindingEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\InputBindingEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\InputBindingEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InputBindingEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\InputBindingEditor\\Private\\EditorKeyboardShortcutSettings.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InputBindingEditor\\UHT\\InputBindingEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Cascade", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Cascade", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Cascade\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Cascade\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Cascade\\Classes\\CascadeConfiguration.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\Cascade\\Classes\\CascadeParticleSystemComponent.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Cascade\\UHT\\Cascade.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TextureEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\TextureEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\TextureEditor\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TextureEditor\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\TextureEditor\\Classes\\TextureEditorSettings.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TextureEditor\\UHT\\TextureEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MeshPaint", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MeshPaint", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MeshPaint\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshPaint\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MeshPaint\\Public\\MeshPaintTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MeshPaint\\Public\\MeshPaintSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MeshPaint\\Private\\SImportVertexColorOptions.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshPaint\\UHT\\MeshPaint.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "BehaviorTreeEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BehaviorTreeEditor\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeDecoratorGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeDecoratorGraphNode_Decorator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeDecoratorGraphNode_Logic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeEditorTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeGraphNode_Composite.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeDecoratorGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeGraphNode_Decorator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeGraphNode_Service.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeGraphNode_CompositeDecorator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BlackboardDataFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeGraphNode_Task.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeGraphNode_SimpleParallel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\EdGraphSchema_BehaviorTreeDecorator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeGraphNode_Root.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\BehaviorTreeGraphNode_SubtreeTask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Classes\\EdGraphSchema_BehaviorTree.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Public\\AssetDefinition_BehaviorTree.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\BehaviorTreeEditor\\Private\\AssetDefinition_Blackboard.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BehaviorTreeEditor\\UHT\\BehaviorTreeEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ScriptableEditorWidgets", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ScriptableEditorWidgets", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ScriptableEditorWidgets\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ScriptableEditorWidgets\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ScriptableEditorWidgets\\Public\\Components\\PropertyViewBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ScriptableEditorWidgets\\Public\\Components\\SinglePropertyView.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ScriptableEditorWidgets\\Public\\Components\\DetailsView.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ScriptableEditorWidgets\\UHT\\ScriptableEditorWidgets.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StringTableEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StringTableEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StringTableEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StringTableEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StringTableEditor\\Private\\AssetDefinition_StringTable.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StringTableEditor\\UHT\\StringTableEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "CSVtoSVG", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CSVtoSVG", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CSVtoSVG\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CSVtoSVG\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\CSVtoSVG\\Public\\CSVtoSVGArguments.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CSVtoSVG\\UHT\\CSVtoSVG.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ClothPainter", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClothPainter", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClothPainter\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClothPainter\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClothPainter\\Public\\ClothingAssetExporter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClothPainter\\Public\\CopyVertexColorToClothParams.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClothPainter\\Private\\ClothPaintSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClothPainter\\Private\\ClothPaintTools.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClothPainter\\UHT\\ClothPainter.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "OverlayEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\OverlayEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\OverlayEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\OverlayEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\OverlayEditor\\Private\\Factories\\LocalizedOverlaysFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\OverlayEditor\\Private\\Factories\\BasicOverlaysFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\OverlayEditor\\Private\\Factories\\BasicOverlaysFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\OverlayEditor\\Private\\Factories\\ReimportBasicOverlaysFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\OverlayEditor\\UHT\\OverlayEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GameplayTasksEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "EngineDeveloper", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\GameplayTasksEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\GameplayTasksEditor\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayTasksEditor\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\GameplayTasksEditor\\Classes\\K2Node_LatentGameplayTaskCall.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayTasksEditor\\UHT\\GameplayTasksEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MergeActors", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MergeActors", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MergeActors\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MergeActors\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MergeActors\\Private\\MeshApproximationTool\\MeshApproximationTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MergeActors\\Private\\MeshMergingTool\\MeshMergingTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MergeActors\\Private\\MeshInstancingTool\\MeshInstancingTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\MergeActors\\Private\\MeshProxyTool\\MeshProxyTool.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MergeActors\\UHT\\MergeActors.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StructViewer", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StructViewer", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StructViewer\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StructViewer\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\StructViewer\\Public\\StructViewerProjectSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StructViewer\\UHT\\StructViewer.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LocalizationDashboard", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LocalizationDashboard", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LocalizationDashboard\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LocalizationDashboard\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\LocalizationDashboard\\Private\\LocalizationDashboardSettings.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LocalizationDashboard\\UHT\\LocalizationDashboard.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ToolMenusEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ToolMenusEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ToolMenusEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ToolMenusEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ToolMenusEditor\\Public\\ToolMenusEditor.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ToolMenusEditor\\UHT\\ToolMenusEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ClothingSystemEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClothingSystemEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClothingSystemEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClothingSystemEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\ClothingSystemEditor\\Public\\ClothingAssetFactory.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ClothingSystemEditor\\UHT\\ClothingSystemEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ModelingOperators", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperators", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperators\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ModelingOperators\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperators\\Public\\CleaningOps\\RemeshMeshOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperators\\Public\\CleaningOps\\EditNormalsOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperators\\Public\\CleaningOps\\HoleFillOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperators\\Public\\CompositionOps\\BooleanMeshesOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperators\\Public\\CompositionOps\\VoxelMorphologyMeshesOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperators\\Public\\Properties\\RecomputeUVsProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperators\\Public\\CurveOps\\TriangulateCurvesOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperators\\Public\\ParameterizationOps\\UVLayoutOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperators\\Public\\ParameterizationOps\\RecomputeUVsOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperators\\Public\\ParameterizationOps\\UVProjectionOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperators\\Public\\Properties\\UVLayoutProperties.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ModelingOperators\\UHT\\ModelingOperators.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GeometryFramework", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GeometryFramework", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Shaders\\Shared", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryFramework\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GeometryFramework\\Public\\Changes\\MeshVertexChange.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GeometryFramework\\Public\\Components\\DynamicMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GeometryFramework\\Public\\DynamicMeshActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GeometryFramework\\Public\\Components\\BaseDynamicMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GeometryFramework\\Public\\Changes\\MeshReplacementChange.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GeometryFramework\\Public\\UDynamicMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\GeometryFramework\\Public\\Changes\\MeshChange.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryFramework\\UHT\\GeometryFramework.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ModelingComponents", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ModelingComponents\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\MeshOpPreviewHelpers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\InteractiveToolActivity.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\ModelingObjectsCreationAPI.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\ModelingComponentsSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\PreviewMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Baking\\BakingTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\BaseTools\\BaseMeshProcessingTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\BaseTools\\SingleTargetWithSelectionTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Changes\\DynamicMeshChangeTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\BaseTools\\MeshSurfacePointMeshEditingTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\BaseTools\\BaseVoxelTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Drawing\\LineSetComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Drawing\\MeshElementsVisualizer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\BaseTools\\BaseCreateFromSelectedTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\BaseTools\\SingleSelectionMeshEditingTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Components\\OctreeDynamicMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\BaseTools\\MultiSelectionMeshEditingTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Drawing\\PolyEditPreviewMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Drawing\\TriangleSetComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Drawing\\PreviewGeometryActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Mechanics\\ConstructionPlaneMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Drawing\\PointSetComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Mechanics\\DragAlignmentMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Drawing\\MeshWireframeComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Mechanics\\RectangleMarqueeMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\PropertySets\\CreateMeshObjectTypeProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\PropertySets\\OnAcceptProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Drawing\\UVLayoutPreview.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\PropertySets\\VoxelProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Mechanics\\PolyLassoMarqueeMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Mechanics\\CollectSurfacePathMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Mechanics\\LatticeControlPointsMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Mechanics\\CollisionPrimitivesMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Mechanics\\SpatialCurveDistanceMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Mechanics\\SpaceCurveDeformationMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Mechanics\\PlaneDistanceFromHitMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\PropertySets\\ColorChannelFilterPropertyType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\PropertySets\\WeightMapSetProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Selection\\BoundarySelectionMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\PropertySets\\AxisFilterPropertyType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\PropertySets\\PolygroupLayersProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Selection\\GeometrySelectionManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\PropertySets\\GeometrySelectionVisualizationProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Mechanics\\CurveControlPointsMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\TargetInterfaces\\DynamicMeshSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Transforms\\MultiTransformer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Selection\\PersistentMeshSelection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Selection\\MeshTopologySelectionMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Selection\\SelectionEditInteractiveCommand.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\TargetInterfaces\\DynamicMeshProvider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Snapping\\ModelingSceneSnappingManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Selection\\PersistentMeshSelectionManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\TargetInterfaces\\DynamicMeshCommitter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponents\\Public\\Selection\\PolygonSelectionMechanic.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ModelingComponents\\UHT\\ModelingComponents.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MeshModelingTools", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshModelingTools\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\RecomputeUVsTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\UVProjectionTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\Commands\\DeleteGeometrySelectionCommand.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\CombineMeshesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\Commands\\ModifyGeometrySelectionCommand.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\Properties\\RevolveProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\AddPrimitiveTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\DrawAndRevolveTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\ToolActivities\\PolyEditPlanarProjectionUVActivity.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\Commands\\DisconnectGeometrySelectionCommand.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\UVLayoutTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\Commands\\RetriangulateGeometrySelectionCommand.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\CutMeshWithMeshTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\Properties\\MeshUVChannelProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\ToolActivities\\PolyEditActivityContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\CSGMeshesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\Properties\\MeshMaterialProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\ToolActivities\\PolyEditInsertEdgeLoopActivity.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\ToolActivities\\PolyEditExtrudeActivity.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\DrawPolygonTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\ToolActivities\\PolyEditInsertEdgeActivity.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\EditMeshPolygonsTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\ToolActivities\\PolyEditCutFacesActivity.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Public\\ToolActivities\\PolyEditInsetOutsetActivity.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingTools\\Private\\ToolActivities\\PolyEditBevelEdgeActivity.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshModelingTools\\UHT\\MeshModelingTools.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MeshModelingToolsExp", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshModelingToolsExp\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\BakeMeshAttributeToolCommon.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\ConvertMeshesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\ConvertToPolygonsTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\CubeGridTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\BakeMeshAttributeMapsToolBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\AlignObjectsTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\AddPatchTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\BakeMeshAttributeTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\BakeMultiMeshAttributeMapsTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\LatticeDeformerTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\BakeTransformTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\MeshInspectorTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\BakeMeshAttributeMapsTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\DynamicMeshBrushTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\DisplaceMeshTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\EditPivotTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\MeshSpaceDeformerTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\DrawPolyPathTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\HoleFillTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\DeformMeshPolygonsTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\DynamicMeshSculptTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\BakeMeshAttributeVertexTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\EditUVIslandsTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\EditNormalsTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\MeshAttributePaintTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\MeshVertexPaintTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\MeshBoundaryToolBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\MeshGroupPaintTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\MeshVertexSculptTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\MirrorTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\MeshSelectionTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\PlaneCutTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\ProjectToTargetTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\OffsetMeshTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\PatternTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\RemoveOccludedTrianglesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\RemeshMeshTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\RevolveBoundaryTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\SplitMeshesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\RevolveSplineTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\SeamSculptTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\TransferMeshTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\SmoothMeshTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\SelfUnionMeshesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\VolumeToMeshTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\TriangulateSplinesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\TransformMeshesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\VoxelSolidifyMeshesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\VoxelBlendMeshesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\VoxelMorphologyMeshesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\WeldMeshEdgesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Physics\\PhysicsInspectorTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Physics\\CollisionPropertySets.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Physics\\SetCollisionGeometryTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Physics\\ExtractCollisionGeometryTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Physics\\SimpleCollisionEditorTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Polymodeling\\OffsetMeshSelectionTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Properties\\RemeshProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Properties\\MeshAnalysisProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Properties\\MeshStatisticsProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Polymodeling\\ExtrudeMeshSelectionTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Sculpting\\MeshBrushOpBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Sculpting\\MeshMoveBrushOps.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Sculpting\\MeshPlaneBrushOps.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Sculpting\\MeshGroupPaintBrushOps.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Sculpting\\MeshSculptBrushOps.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Sculpting\\MeshInflateBrushOps.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Sculpting\\MeshPinchBrushOps.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Sculpting\\MeshVertexPaintBrushOps.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Sculpting\\MeshSculptToolBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Public\\Sculpting\\MeshSmoothingBrushOps.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsExp\\Private\\Sculpting\\KelvinletBrushOp.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshModelingToolsExp\\UHT\\MeshModelingToolsExp.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DataflowNodes", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowNodes", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowNodes\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataflowNodes\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowNodes\\Public\\Dataflow\\DataflowContextOverridesNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowNodes\\Public\\Dataflow\\DataflowSelectionNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowNodes\\Public\\Dataflow\\DataflowStaticMeshNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowNodes\\Public\\Dataflow\\DataflowSkeletalMeshNodes.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataflowNodes\\UHT\\DataflowNodes.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DataflowEnginePlugin", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowEnginePlugin", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowEnginePlugin\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataflowEnginePlugin\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowEnginePlugin\\Public\\Dataflow\\DataflowActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowEnginePlugin\\Public\\Dataflow\\DataflowComponent.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataflowEnginePlugin\\UHT\\DataflowEnginePlugin.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ProceduralMeshComponent", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ProceduralMeshComponent\\Source\\ProceduralMeshComponent", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ProceduralMeshComponent\\Source\\ProceduralMeshComponent\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ProceduralMeshComponent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ProceduralMeshComponent\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ProceduralMeshComponent\\Source\\ProceduralMeshComponent\\Public\\ProceduralMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ProceduralMeshComponent\\Source\\ProceduralMeshComponent\\Public\\KismetProceduralMeshLibrary.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ProceduralMeshComponent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ProceduralMeshComponent\\UHT\\ProceduralMeshComponent.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "FractureEngine", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Fracture\\Source\\FractureEngine", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Fracture\\Source\\FractureEngine\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Fracture\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FractureEngine\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Fracture\\Source\\FractureEngine\\Public\\FractureEngineConvex.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Fracture\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FractureEngine\\UHT\\FractureEngine.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GeometryCollectionNodes", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCollectionNodes\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionArrayNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionEditNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionDebugNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionFieldNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionMakeNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionMaterialNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionMathNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionSelectionNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionProcessingNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionConversionNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionFracturingNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionClusteringNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionSkeletalMeshNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionMeshNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionOverrideNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionUtilityNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\GeometryCollectionVerticesNodes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionNodes\\Public\\Dataflow\\Nodes\\GeometryCollectionAssetNodes.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCollectionNodes\\UHT\\GeometryCollectionNodes.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GeometryCollectionTracks", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionTracks", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionTracks\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCollectionTracks\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionTracks\\Public\\MovieSceneGeometryCollectionTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionTracks\\Public\\MovieSceneGeometryCollectionSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionTracks\\Public\\MovieSceneGeometryCollectionTrack.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCollectionTracks\\UHT\\GeometryCollectionTracks.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SequencerScripting", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SequencerScripting\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public\\ExtensionLibraries\\MovieSceneSequenceExtensions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public\\ExtensionLibraries\\MovieSceneBindingExtensions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public\\ExtensionLibraries\\SequencerScriptingRangeExtensions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public\\SequenceTimeUnit.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public\\ExtensionLibraries\\MovieSceneEventTrackExtensions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public\\SequencerScriptingRange.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public\\ExtensionLibraries\\MovieSceneMaterialTrackExtensions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public\\ExtensionLibraries\\MovieScenePropertyTrackExtensions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public\\ExtensionLibraries\\MovieScenePrimitiveMaterialTrackExtensions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public\\ExtensionLibraries\\MovieSceneSectionExtensions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public\\ExtensionLibraries\\MovieSceneFolderExtensions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public\\ExtensionLibraries\\MovieSceneTrackExtensions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Public\\ExtensionLibraries\\MovieSceneVectorTrackExtensions.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Private\\KeysAndChannels\\MovieSceneScriptingActorReference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Private\\KeysAndChannels\\MovieSceneScriptingByte.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Private\\KeysAndChannels\\MovieSceneScriptingBool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Private\\KeysAndChannels\\MovieSceneScriptingDouble.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Private\\KeysAndChannels\\MovieSceneScriptingFloat.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Private\\KeysAndChannels\\MovieSceneScriptingChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Private\\KeysAndChannels\\MovieSceneScriptingEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Private\\KeysAndChannels\\MovieSceneScriptingInteger.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Private\\KeysAndChannels\\MovieSceneScriptingString.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScripting\\Private\\KeysAndChannels\\MovieSceneScriptingObjectPath.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SequencerScripting\\UHT\\SequencerScripting.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Serialization", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Serialization", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Serialization\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Serialization\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\Serialization\\Private\\Tests\\StructSerializerTestTypes.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Serialization\\UHT\\Serialization.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "RigVM", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\RigVM\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMBlueprintGeneratedClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMHost.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMByteCode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMDebugInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMAssetUserData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVM.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMDecorator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMDrawContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMDrawInstruction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMDispatchFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMExecuteContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMDrawInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMExternalVariable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMMemoryDeprecated.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMGraphFunctionDefinition.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMMemoryCommon.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMGraphFunctionHost.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMStatistics.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMStruct.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMNativized.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMMemoryStorage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMUnknownType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMCore\\RigVMUserWorkflow.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\RigVMDispatch_Constant.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\RigVMDispatch_Array.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\RigVMDispatch_If.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\RigVMDispatch_Core.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\RigVMDispatch_MakeStruct.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\RigVMDispatch_Select.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\RigVMDispatch_Print.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\RigVMDispatch_Switch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\RigVMFunctionDefines.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\RigVMFunction_ControlFlow.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\RigVMFunction_Name.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Animation\\RigVMFunction_AnimBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Animation\\RigVMFunction_AnimEasing.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Animation\\RigVMFunction_AnimEvalRichCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Animation\\RigVMFunction_AnimRichCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\RigVMFunction_String.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Animation\\RigVMFunction_GetDeltaTime.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Animation\\RigVMFunction_TimeConversion.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Animation\\RigVMFunction_GetWorldTime.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Debug\\RigVMFunction_DebugBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Debug\\RigVMFunction_DebugLine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Debug\\RigVMFunction_DebugLineStrip.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Debug\\RigVMFunction_DebugPoint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Debug\\RigVMFunction_DebugPrimitives.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Execution\\RigVMFunction_Sequence.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Debug\\RigVMFunction_DebugTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMFunction_MathBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMFunction_MathDouble.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Execution\\RigVMFunction_ForLoop.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Execution\\RigVMFunction_UserDefinedEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMFunction_MathInt.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Debug\\RigVMFunction_VisualDebug.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMFunction_MathBool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMFunction_MathQuaternion.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMFunction_MathFloat.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMFunction_MathColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMFunction_MathVector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMFunction_MathMatrix.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMFunction_MathRBFInterpolate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMFunction_Noise.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Simulation\\RigVMFunction_AlphaInterp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMFunction_Random.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMFunction_MathTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Simulation\\RigVMFunction_Accumulate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Simulation\\RigVMFunction_DeltaFromPrevious.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Math\\RigVMMathLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Simulation\\RigVMFunction_Verlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Simulation\\RigVMFunction_SimBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Simulation\\RigVMFunction_Kalman.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Simulation\\RigVMFunction_Timeline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVM\\Public\\RigVMFunctions\\Simulation\\RigVMFunction_TimeOffset.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\RigVM\\UHT\\RigVM.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ContentBrowserFileDataSource", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserFileDataSource\\Source\\ContentBrowserFileDataSource", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserFileDataSource\\Source\\ContentBrowserFileDataSource\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserFileDataSource\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CBFileDataSource\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserFileDataSource\\Source\\ContentBrowserFileDataSource\\Public\\ContentBrowserFileDataSource.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserFileDataSource\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CBFileDataSource\\UHT\\ContentBrowserFileDataSource.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PythonScriptPlugin", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PythonScriptPlugin\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Public\\PythonScriptTypes.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Private\\K2Node_ExecutePythonScript.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Private\\PyTestInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Private\\PyTest.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Private\\PythonOnlineDocsCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Private\\PythonScriptCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Private\\PythonScriptLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Private\\PythonScriptPluginSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Private\\PyWrapperDelegate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Private\\PyWrapperBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Private\\PyWrapperEnum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Private\\PyWrapperObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Source\\PythonScriptPlugin\\Private\\PyWrapperStruct.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\PythonScriptPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PythonScriptPlugin\\UHT\\PythonScriptPlugin.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "VisualGraphUtils", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\VisualGraphUtils", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\VisualGraphUtils\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VisualGraphUtils\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\VisualGraphUtils\\Public\\VisualGraphEdge.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\VisualGraphUtils\\Public\\VisualGraphElement.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VisualGraphUtils\\UHT\\VisualGraphUtils.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "RigVMDeveloper", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\RigVMDeveloper\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMUserWorkflowRegistry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMCompiler\\RigVMCompiler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\RigVMClient.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\RigVMControllerActions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\EdGraph\\RigVMEdGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\RigVMBuildData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\EdGraph\\RigVMEdGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\RigVMNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\RigVMPin.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\RigVMGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\RigVMFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\RigVMVariableDescription.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\RigVMController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\RigVMLink.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\RigVMSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\RigVMNotifications.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\EdGraph\\RigVMEdGraphSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMCompiler\\RigVMAST.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMArrayNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMAggregateNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMBranchNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMCollapseNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMCommentNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMFunctionEntryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMEnumNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMFunctionReferenceNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMDispatchNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMIfNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMFunctionReturnNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMTemplateNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMInvokeEntryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMRerouteNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMSelectNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMParameterNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMUnitNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMLibraryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMDeveloper\\Public\\RigVMModel\\Nodes\\RigVMVariableNode.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\RigVMDeveloper\\UHT\\RigVMDeveloper.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LevelSequenceEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\LevelSequenceEditor\\Source\\LevelSequenceEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\LevelSequenceEditor\\Source\\LevelSequenceEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\LevelSequenceEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LevelSequenceEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\LevelSequenceEditor\\Source\\LevelSequenceEditor\\Public\\FilmOverlayToolkit.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\LevelSequenceEditor\\Source\\LevelSequenceEditor\\Public\\LevelSequenceEditorBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\LevelSequenceEditor\\Source\\LevelSequenceEditor\\Public\\SequencerExportTask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\LevelSequenceEditor\\Source\\LevelSequenceEditor\\Public\\LevelSequenceEditorSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\LevelSequenceEditor\\Source\\LevelSequenceEditor\\Public\\Misc\\LevelSequenceEditorSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\LevelSequenceEditor\\Source\\LevelSequenceEditor\\Private\\AssetTools\\AssetDefinition_LevelSequence.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\LevelSequenceEditor\\Source\\LevelSequenceEditor\\Private\\Factories\\LevelSequenceFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\LevelSequenceEditor\\Source\\LevelSequenceEditor\\Private\\Misc\\LevelSequenceEditorMenuContext.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\LevelSequenceEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LevelSequenceEditor\\UHT\\LevelSequenceEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "RigVMEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\RigVMEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMEditor\\Public\\EdGraph\\NodeSpawners\\RigVMEdGraphEnumNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMEditor\\Public\\EdGraph\\NodeSpawners\\RigVMEdGraphNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMEditor\\Public\\EdGraph\\NodeSpawners\\RigVMEdGraphTemplateNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMEditor\\Public\\EdGraph\\NodeSpawners\\RigVMEdGraphInvokeEntryNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMEditor\\Public\\EdGraph\\NodeSpawners\\RigVMEdGraphFunctionRefNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMEditor\\Public\\EdGraph\\NodeSpawners\\RigVMEdGraphVariableNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMEditor\\Public\\EdGraph\\NodeSpawners\\RigVMEdGraphUnitNodeSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMEditor\\Public\\Editor\\RigVMDetailsViewWrapperObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Source\\RigVMEditor\\Public\\Editor\\RigVMEditorMenuContext.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\RigVM\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\RigVMEditor\\UHT\\RigVMEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ControlRig", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ControlRig\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\AnimNode_ControlRig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\AnimNode_ControlRigBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\AnimNode_ControlRig_ExternalSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\ControlRigBlueprintGeneratedClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\ControlRigComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\ControlRigAssetUserData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\ControlRigAnimInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\ControlRigDefines.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\ControlRigGizmoLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\ControlRigControlActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\ControlRigTestData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\ControlRigGizmoActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\ControlRigValidationPass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\ControlRig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\StructReference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Math\\Simulation\\CRSimContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Math\\Simulation\\CRSimPointConstraint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Math\\Simulation\\CRSimSoftCollision.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Math\\Simulation\\CRSimPointContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Math\\Simulation\\CRSimLinearSpring.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\AnimationHierarchy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Math\\Simulation\\CRSimPointForce.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\AdditiveControlRig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Constraints\\ControlRigTransformableHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\RigCurveContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\FKControlRig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\RigHierarchyContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\RigHierarchyElements.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\RigBoneHierarchy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\RigHierarchyMetadata.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\RigControlHierarchy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\RigHierarchyController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\RigHierarchyCache.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\RigHierarchyPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\RigHierarchyDefines.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Sequencer\\ControlRigObjectSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\RigSpaceHierarchy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Sequencer\\MovieSceneControlRigParameterTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Sequencer\\MovieSceneControlRigInstanceData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Sequencer\\ControlRigLayerInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\RigHierarchy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Sequencer\\ControlRigSequenceObjectReference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Sequencer\\MovieSceneControlRigParameterSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Rigs\\RigInfluenceMap.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Sequencer\\MovieSceneControlRigParameterTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Tools\\ControlRigPoseMirrorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Tools\\ControlRigPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Tools\\ControlRigPoseProjectSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Units\\ControlRigNodeWorkflow.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Settings\\ControlRigSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Units\\RigUnitContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Sequencer\\MovieSceneControlRigSpaceChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Units\\RigDispatchFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Units\\RigUnit.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Units\\Execution\\RigUnit_InverseExecution.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Units\\Hierarchy\\RigUnit_AddBoneTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Units\\Hierarchy\\RigUnit_SetCurveValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Units\\Control\\RigUnit_Control_StaticMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Units\\Hierarchy\\RigUnit_SetTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Units\\Highlevel\\Hierarchy\\RigUnit_FitChainToCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Units\\Control\\RigUnit_Control.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Units\\Deprecated\\RigUnit_TwoBoneIKFK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Public\\Units\\Highlevel\\RigUnit_HighlevelBase.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Collision\\RigUnit_WorldCollision.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Debug\\RigUnit_DebugBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Debug\\RigUnit_DebugLine.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Debug\\RigUnit_ProfilingBracket.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Core\\RigUnit_UserData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Deprecated\\RigUnit_AimConstraint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Sequencer\\ControlRigLayerInstanceProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Debug\\RigUnit_DebugLineStrip.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Deprecated\\Math\\RigUnit_Float.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Deprecated\\RigUnit_ApplyFK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Debug\\RigUnit_DebugTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Deprecated\\RigUnit_GetJointTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Debug\\RigUnit_DebugHierarchy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Debug\\RigUnit_DebugPrimitives.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Debug\\RigUnit_DebugBezier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Execution\\RigUnit_Item.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Debug\\RigUnit_VisualDebug.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_BoneName.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_ControlChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Deprecated\\Math\\RigUnit_Transform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Deprecated\\RigUnit_BlendTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Execution\\RigUnit_BeginExecution.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Drawing\\RigUnit_DrawContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Deprecated\\Math\\RigUnit_Converter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Execution\\RigUnit_PrepareForExecution.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Deprecated\\Math\\RigUnit_Vector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Animation\\RigUnit_AnimAttribute.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_GetTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_GetBoneTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Execution\\RigUnit_Hierarchy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_ParentSwitchConstraint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Execution\\RigUnit_InteractionExecution.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_GetInitialBoneTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_GetControlInitialTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Execution\\RigUnit_SequenceExecution.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Execution\\RigUnit_IsInteracting.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_GetCurveValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_GetRelativeBoneTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Deprecated\\Math\\RigUnit_Quaternion.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Execution\\RigUnit_Collection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SetControlColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_PropagateTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SetControlVisibility.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_GetControlTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SetBoneInitialTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SendEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_GetRelativeTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_UnsetCurveValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_GetSpaceTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Harmonics\\RigUnit_BoneHarmonics.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SetBoneTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Execution\\RigUnit_DynamicHierarchy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SetBoneRotation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_OffsetTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SetSpaceTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SetControlOffset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SetBoneTranslation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_ProjectTransformToNewParent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SetControlDrivenList.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SetSpaceInitialTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_Metadata.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SetRelativeBoneTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SetRelativeTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Harmonics\\RigUnit_ChainHarmonics.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_WorldSpace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Hierarchy\\RigUnit_DistributeRotation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Hierarchy\\RigUnit_SetControlTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Hierarchy\\RigUnit_CCDIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Hierarchy\\RigUnit_ModifyBoneTransforms.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Hierarchy\\RigUnit_MultiFABRIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Hierarchy\\RigUnit_AimBone.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Hierarchy\\RigUnit_FABRIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Validation\\ControlRigNumericalValidationPass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Hierarchy\\RigUnit_SlideChain.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Hierarchy\\RigUnit_SphericalPoseReader.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Hierarchy\\RigUnit_ModifyTransforms.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Simulation\\RigUnit_SpringInterp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Hierarchy\\RigUnit_TransformConstraint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Hierarchy\\RigUnit_TwistBones.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Hierarchy\\RigUnit_SpringIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Simulation\\RigUnit_PointSimulation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRig\\Private\\Units\\Highlevel\\Hierarchy\\RigUnit_TwoBoneIKSimple.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ControlRig\\UHT\\ControlRig.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ACLPlugin", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPlugin", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ThirdParty\\acl\\includes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ACLPlugin\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPlugin\\Classes\\AnimationCompressionLibraryDatabase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPlugin\\Classes\\AnimBoneCompressionCodec_ACLCustom.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPlugin\\Classes\\AnimBoneCompressionCodec_ACLSafe.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPlugin\\Classes\\AnimCurveCompressionCodec_ACL.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPlugin\\Classes\\AnimBoneCompressionCodec_ACLBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPlugin\\Classes\\AnimBoneCompressionCodec_ACL.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPlugin\\Classes\\AnimBoneCompressionCodec_ACLDatabase.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPlugin\\Public\\ACLImpl.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ACLPlugin\\UHT\\ACLPlugin.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StructUtils", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtils", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtils\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StructUtils\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtils\\Public\\InstancedStruct.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtils\\Public\\InstancedStructContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtils\\Public\\PropertyBag.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtils\\Public\\SharedStruct.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StructUtils\\UHT\\StructUtils.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StructUtilsEngine", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtilsEngine", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtilsEngine\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StructUtilsEngine\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtilsEngine\\Public\\StructUtilsFunctionLibrary.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StructUtilsEngine\\UHT\\StructUtilsEngine.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StateTreeModule", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StateTreeModule\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTree.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeAnyEnum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeConditionBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeEvaluatorBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeExecutionTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeEvents.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeIndexTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeNodeBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreePropertyBindings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeInstanceData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeLinker.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\Blueprint\\StateTreeEvaluatorBlueprintBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\Blueprint\\StateTreeConditionBlueprintBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeReference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeTaskBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\Blueprint\\StateTreeTaskBlueprintBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\Conditions\\StateTreeObjectConditions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\StateTreeTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\Blueprint\\StateTreeNodeBlueprintBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\Debugger\\StateTreeDebuggerTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\Conditions\\StateTreeGameplayTagConditions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\Conditions\\StateTreeCommonConditions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Public\\Debugger\\StateTreeTraceTypes.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Private\\Tasks\\StateTreeDebugTextTask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeModule\\Private\\Tasks\\StateTreeDelayTask.h" - ], - "PublicDefines": [ - "WITH_STATETREE_DEBUGGER=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StateTreeModule\\UHT\\StateTreeModule.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ProfilerMessages", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ProfilerMessages", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ProfilerMessages\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ProfilerMessages\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\ProfilerMessages\\Public\\ProfilerServiceMessages.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ProfilerMessages\\UHT\\ProfilerMessages.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "WebBrowser", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\WebBrowser", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\WebBrowser\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WebBrowser\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\WebBrowser\\Public\\WebJSFunction.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WebBrowser\\UHT\\WebBrowser.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AutomationUtils", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\AutomationUtils\\Source\\AutomationUtils", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\AutomationUtils\\Source\\AutomationUtils\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\AutomationUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AutomationUtils\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\AutomationUtils\\Source\\AutomationUtils\\Public\\AutomationUtilsBlueprintLibrary.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\AutomationUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AutomationUtils\\UHT\\AutomationUtils.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "VariantManagerContent", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VariantManagerContent\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public\\PropertyValueColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public\\PropertyValueMaterial.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public\\SwitchActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public\\VariantSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public\\LevelVariantSetsActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public\\PropertyValueSoftObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public\\VariantObjectBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public\\PropertyValueOption.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public\\FunctionCaller.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public\\LevelVariantSetsFunctionDirector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public\\PropertyValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public\\LevelVariantSets.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContent\\Public\\Variant.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VariantManagerContent\\UHT\\VariantManagerContent.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GLTFExporter", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Source\\GLTFExporter", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Source\\GLTFExporter\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GLTFExporter\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Source\\GLTFExporter\\Public\\Exporters\\GLTFAnimSequenceExporter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Source\\GLTFExporter\\Public\\Exporters\\GLTFMaterialExporter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Source\\GLTFExporter\\Public\\Exporters\\GLTFLevelVariantSetsExporter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Source\\GLTFExporter\\Public\\Exporters\\GLTFLevelExporter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Source\\GLTFExporter\\Public\\Exporters\\GLTFStaticMeshExporter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Source\\GLTFExporter\\Public\\Exporters\\GLTFLevelSequenceExporter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Source\\GLTFExporter\\Public\\Exporters\\GLTFSkeletalMeshExporter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Source\\GLTFExporter\\Public\\Exporters\\GLTFExporter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Source\\GLTFExporter\\Public\\Options\\GLTFProxyOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Source\\GLTFExporter\\Public\\UserData\\GLTFMaterialUserData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Source\\GLTFExporter\\Public\\Options\\GLTFExportOptions.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\GLTFExporter\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GLTFExporter\\UHT\\GLTFExporter.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DatasmithContent", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DatasmithContent\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\DatasmithAdditionalData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\DatasmithImportedSequencesActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\DatasmithScene.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\DatasmithAssetUserData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\DatasmithAreaLightActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\DatasmithAssetImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithMaterialInstanceTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithPointLightComponentTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithPostProcessVolumeTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithAreaLightActorTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\DatasmithSceneActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\DatasmithContentBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithDecalComponentTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\DatasmithCustomAction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithLandscapeTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithLightComponentTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithCineCameraActorTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithCineCameraComponentTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\DatasmithImportOptions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithObjectTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithSkyLightComponentTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithSpotLightComponentTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithActorTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithStaticMeshComponentTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithSceneComponentTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContent\\Public\\ObjectTemplates\\DatasmithStaticMeshTemplate.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DatasmithContent\\UHT\\DatasmithContent.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "EnhancedInput", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EnhancedInput\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\EnhancedActionKeyMapping.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\EnhancedInputActionDelegateBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\EnhancedInputLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\InputDebugKeyDelegateBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\PlayerMappableKeySettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\EnhancedInputDeveloperSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\EnhancedInputSubsystemInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\EnhancedInputSubsystems.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\EnhancedInputPlatformSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\EnhancedPlayerInput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\EnhancedInputComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\InputActionValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\InputMappingQuery.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\InputMappingContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\InputTriggers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\InputModifiers.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\InputAction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\PlayerMappableKeySlot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\PlayerMappableInputConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\EnhancedInput\\Public\\UserSettings\\EnhancedInputUserSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EnhancedInput\\UHT\\EnhancedInput.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AdvancedWidgets", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AdvancedWidgets", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AdvancedWidgets\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AdvancedWidgets\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AdvancedWidgets\\Public\\Components\\RadialSlider.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AdvancedWidgets\\UHT\\AdvancedWidgets.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "FacialAnimation", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\FacialAnimation\\Source\\FacialAnimation", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\FacialAnimation\\Source\\FacialAnimation\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\FacialAnimation\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FacialAnimation\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\FacialAnimation\\Source\\FacialAnimation\\Public\\AudioCurveSourceComponent.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\FacialAnimation\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FacialAnimation\\UHT\\FacialAnimation.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TemplateSequence", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequence", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequence\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TemplateSequence\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequence\\Public\\CameraAnimationSequence.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequence\\Public\\CameraAnimationSequenceSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequence\\Public\\Sections\\TemplateSequenceSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequence\\Public\\SequenceCameraShake.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequence\\Public\\Tracks\\TemplateSequenceTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequence\\Public\\CameraAnimationSequencePlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequence\\Public\\TemplateSequenceActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequence\\Public\\TemplateSequencePlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequence\\Public\\TemplateSequence.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequence\\Private\\Tests\\SequenceCameraShakeTestUtil.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequence\\Private\\Systems\\TemplateSequenceSystem.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TemplateSequence\\UHT\\TemplateSequence.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GameplayCameras", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Cameras\\GameplayCameras\\Source\\GameplayCameras", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Cameras\\GameplayCameras\\Source\\GameplayCameras\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Cameras\\GameplayCameras\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayCameras\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Cameras\\GameplayCameras\\Source\\GameplayCameras\\Public\\CompositeCameraShakePattern.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Cameras\\GameplayCameras\\Source\\GameplayCameras\\Public\\GameplayCamerasSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Cameras\\GameplayCameras\\Source\\GameplayCameras\\Public\\DefaultCameraShakeBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Cameras\\GameplayCameras\\Source\\GameplayCameras\\Public\\CameraAnimationCameraModifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Cameras\\GameplayCameras\\Source\\GameplayCameras\\Public\\LegacyCameraShake.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Cameras\\GameplayCameras\\Source\\GameplayCameras\\Public\\PerlinNoiseCameraShakePattern.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Cameras\\GameplayCameras\\Source\\GameplayCameras\\Public\\SimpleCameraShakePattern.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Cameras\\GameplayCameras\\Source\\GameplayCameras\\Public\\WaveOscillatorCameraShakePattern.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Cameras\\GameplayCameras\\Source\\GameplayCameras\\Private\\Tests\\CameraShakeTestObjects.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Cameras\\GameplayCameras\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayCameras\\UHT\\GameplayCameras.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ArchVisCharacter", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ArchVisCharacter\\Source\\ArchVisCharacter", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ArchVisCharacter\\Source\\ArchVisCharacter\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ArchVisCharacter\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ArchVisCharacter\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ArchVisCharacter\\Source\\ArchVisCharacter\\Public\\ArchVisCharMovementComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ArchVisCharacter\\Source\\ArchVisCharacter\\Public\\ArchVisCharacter.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ArchVisCharacter\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ArchVisCharacter\\UHT\\ArchVisCharacter.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AppleImageUtils", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AppleImageUtils\\Source\\AppleImageUtils", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AppleImageUtils\\Source\\AppleImageUtils\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AppleImageUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AppleImageUtils\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AppleImageUtils\\Source\\AppleImageUtils\\Public\\AppleImageUtilsBlueprintProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AppleImageUtils\\Source\\AppleImageUtils\\Public\\AppleImageUtilsTypes.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AppleImageUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AppleImageUtils\\UHT\\AppleImageUtils.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AndroidFileServer", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidFileServer\\Source\\AndroidFileServer", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidFileServer\\Source\\AndroidFileServer\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidFileServer\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidFileServer\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidFileServer\\Source\\AndroidFileServer\\Classes\\AndroidFileServerBPLibrary.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidFileServer\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidFileServer\\UHT\\AndroidFileServer.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ActorLayerUtilities", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ActorLayerUtilities\\Source\\ActorLayerUtilities", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ActorLayerUtilities\\Source\\ActorLayerUtilities\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ActorLayerUtilities\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ActorLayerUtilities\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ActorLayerUtilities\\Source\\ActorLayerUtilities\\Public\\ActorLayerUtilities.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ActorLayerUtilities\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ActorLayerUtilities\\UHT\\ActorLayerUtilities.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "OnlineSubsystem", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystem\\Source", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystem\\Source\\Test", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystem\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\OnlineSubsystem\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystem\\Source\\Public\\NamedInterfaces.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystem\\Source\\Public\\Interfaces\\OnlineStoreInterfaceV2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystem\\Source\\Public\\Interfaces\\OnlineTurnBasedInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystem\\Source\\Public\\Interfaces\\TurnBasedMatchInterface.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "ONLINESUBSYSTEM_PACKAGE=1", - "DEBUG_LAN_BEACON=0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystem\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\OnlineSubsystem\\UHT\\OnlineSubsystem.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "OnlineSubsystemUtils", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\OnlineSubsystemUtils\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\AchievementQueryCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\ConnectionCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\AchievementBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\AchievementWriteCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\EndTurnCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\JoinSessionCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\CreateSessionCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\LeaderboardQueryCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\InAppPurchaseQueryCallbackProxy2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\DestroySessionCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\InAppPurchaseCheckoutCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\TestBeaconClient.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\InAppPurchaseFinalizeProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\InAppPurchaseRestoreCallbackProxy2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\InAppPurchaseDataTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\LeaderboardBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\EndMatchCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\TurnBasedBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\IpConnection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\IpNetDriver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\QuitMatchCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\FindSessionsCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\FindTurnBasedMatchCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\InAppPurchaseCallbackProxy2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\TestBeaconHost.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\LeaderboardFlushCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\LogoutCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\ShowLoginUICallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\InAppPurchaseReceiptsCallbackProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Classes\\OnlineSessionClient.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Public\\OnlineBeaconReservation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Public\\PartyBeaconClient.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Public\\PartyBeaconState.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Public\\SpectatorBeaconClient.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Public\\PartyBeaconHost.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Public\\OnlineBeaconHostObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Public\\OnlineBeacon.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Public\\OnlineBeaconClient.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Public\\SpectatorBeaconHost.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Public\\OnlineBeaconHost.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Public\\SpectatorBeaconState.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Public\\VoipListenerSynthComponent.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Private\\OnlineServicesEngineInterfaceImpl.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Private\\OnlineEngineInterfaceImpl.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineSubsystemUtils\\Private\\OnlinePIESettings.h" - ], - "PublicDefines": [ - "ONLINESUBSYSTEMUTILS_PACKAGE=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\OnlineSubsystemUtils\\UHT\\OnlineSubsystemUtils.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Paper2D", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Paper2D\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperFlipbookActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\IntMargin.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperCharacter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperSprite.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperGroupedSpriteActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperRuntimeSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperTerrainComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperFlipbook.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperSpriteActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperSpriteBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperGroupedSpriteComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperSpriteComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperTerrainActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperFlipbookComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperSpriteAtlas.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperTerrainSplineComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperTileMapComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\SpriteDrawCall.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperTileLayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperTileMap.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperTileMapActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperTileSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\PaperTerrainMaterial.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\TileMapBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Classes\\SpriteEditorOnlyTypes.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2D\\Public\\MaterialExpressionSpriteTextureSampler.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Paper2D\\UHT\\Paper2D.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "NiagaraCore", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraCore", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraCore\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\NiagaraCore\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraCore\\Public\\NiagaraDataInterfaceBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraCore\\Public\\NiagaraMergeable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraCore\\Public\\NiagaraCore.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraCore\\Public\\NiagaraCompileHash.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\NiagaraCore\\UHT\\NiagaraCore.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "NiagaraShader", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraShader", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraShader\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\NiagaraShader\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraShader\\Public\\NiagaraGenerateMips.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraShader\\Public\\NiagaraShared.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraShader\\Public\\NiagaraScriptBase.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\NiagaraShader\\UHT\\NiagaraShader.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Niagara", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Niagara\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraBakerOutputSimCache.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraBakerOutputTexture2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraBakerOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraBakerSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceArray.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterface2DArrayTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceArrayFloat.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceArrayNiagaraID.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraBakerOutputVolumeTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceAsyncGpuTrace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceArrayFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceArrayInt.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraCollision.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceAudioPlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceAudioOscilloscope.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceAudio.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceAudioSpectrum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceCurlNoise.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceCamera.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceCollisionQuery.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceExport.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceColorCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceCubeTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceGrid2DCollectionReader.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceGrid3DCollectionReader.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceGrid2DCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceIntRenderTarget2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceGrid3DCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfacePlatformSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceNeighborGrid3D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceCurveBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceLandscape.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceMeshCommon.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceMeshRendererInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceOcclusion.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceSkeletalMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceRenderTarget2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceSparseVolumeTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceSpline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceParticleRead.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceRenderTargetCube.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceVector2DCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceRenderTarget2DArray.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceRasterizationGrid3D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceVolumeCache.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceRenderTargetVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceVectorCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceSpriteRendererInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceRW.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceVectorField.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceVector4Curve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataInterfaceVolumeTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraEmitter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraEvents.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraParameterDefinitionsBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraGPUSortInfo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraDataSetCompiledData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraScript.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraScratchPadContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraParameterDefinitionsSubscriber.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraEmitterHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraLensEffectBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraParameterCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraValidationRule.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraScriptSourceBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraSimCacheCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraScriptHighlight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraValidationRuleSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraPerfBaseline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\VolumeCache.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraSimCacheFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraPlatformSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraEffectType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraSimCache.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraSimCacheCustomStorageInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Classes\\NiagaraSystem.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraDataChannel_Global.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraComponentPoolMethodEnum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraDataInterfaceEmitterBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraCompilationTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraConvertInPlaceUtilityBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraCommon.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraComponentPool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraCullProxyComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraComponentRendererProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraDecalRendererProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraCompileHashVisitor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraDataChannelHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraDataChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraDataChannelPublic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraDataInterfacePhysicsAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraDataChannelAccessor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraDataChannel_Islands.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraDebuggerCommon.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraDataInterfaceRigidMeshCollisionQuery.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraEditorDataBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraMeshRendererProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraMessageDataBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraLightRendererProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraParameterBinding.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraParameters.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraPreviewGrid.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraMessageStore.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraRendererProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraScalabilityManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraRibbonRendererProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraRenderableMeshInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraScalabilityState.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraSpriteRendererProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraScriptExecutionParameterStore.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraSimulationStageBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraStackSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraTickBehaviorEnum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraVariant.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraUserRedirectionParameterStore.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraVolumeRendererProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\MovieScene\\Parameters\\MovieSceneNiagaraBoolParameterTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\MovieScene\\Parameters\\MovieSceneNiagaraColorParameterTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\MovieScene\\MovieSceneNiagaraSystemTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\MovieScene\\Parameters\\MovieSceneNiagaraIntegerParameterTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\MovieScene\\MovieSceneNiagaraTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\MovieScene\\Parameters\\MovieSceneNiagaraFloatParameterTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\MovieScene\\Parameters\\MovieSceneNiagaraVectorParameterTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\MovieScene\\MovieSceneNiagaraSystemSpawnSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\MovieScene\\Parameters\\MovieSceneNiagaraParameterTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraWorldManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Public\\NiagaraParameterStore.h" - ], - "InternalHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Internal\\DataInterface\\NiagaraDataInterfaceActorComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Internal\\NiagaraPrecompileContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Internal\\DataInterface\\NiagaraDataInterfaceStaticMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Internal\\DataInterface\\NiagaraDataInterfaceDataChannelRead.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Internal\\DataInterface\\NiagaraDataInterfaceDataChannelWrite.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Internal\\DataInterface\\NiagaraDataInterfaceDataChannelCommon.h" - ], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\NDIRenderTargetVolumeSimCacheData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\NiagaraAsyncCompile.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\DataInterface\\NiagaraDataInterfaceDebugDraw.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\MovieScene\\MovieSceneNiagaraSystemTrackTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\MovieScene\\Parameters\\MovieSceneNiagaraIntegerParameterSectionTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\DataInterface\\NiagaraDataInterfaceGBuffer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\DataInterface\\NiagaraDataInterfaceDynamicMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\DataInterface\\NiagaraDataInterfaceSceneCapture2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\DataInterface\\NiagaraDataInterfaceSimpleCounter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\DataInterface\\NiagaraDataInterfaceEmitterProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\DataInterface\\NiagaraDataInterfaceSimCacheReader.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\MovieScene\\Parameters\\MovieSceneNiagaraBoolParameterSectionTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\MovieScene\\Parameters\\MovieSceneNiagaraFloatParameterSectionTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\MovieScene\\Parameters\\MovieSceneNiagaraParameterSectionTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\DataInterface\\NiagaraDataInterfaceVirtualTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\MovieScene\\Parameters\\MovieSceneNiagaraColorParameterSectionTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\DataInterface\\NiagaraDataInterfaceUObjectPropertyReader.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\Niagara\\Private\\MovieScene\\Parameters\\MovieSceneNiagaraVectorParameterSectionTemplate.h" - ], - "PublicDefines": [ - "VECTORVM_SUPPORTS_EXPERIMENTAL=1", - "VECTORVM_SUPPORTS_LEGACY=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Niagara\\UHT\\Niagara.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Landmass", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Landmass\\Source\\Runtime", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Landmass\\Source\\Runtime\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Landmass\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Landmass\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Landmass\\Source\\Runtime\\Public\\BrushEffectsList.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Landmass\\Source\\Runtime\\Public\\FalloffSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Landmass\\Source\\Runtime\\Public\\TerrainCarvingSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Landmass\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Landmass\\UHT\\Landmass.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Water", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Water\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\BuoyancyComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\LakeCollisionComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyCustomActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\EnvQueryTest_InsideWaterBody.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\GerstnerWaterWaveSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\BuoyancyTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\BuoyancyManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyCustomComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\OceanCollisionComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\GerstnerWaterWaves.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyHeightmapSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyRiverActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyExclusionVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyHLODBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBrushActorInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyIslandActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyLakeActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\NiagaraWaterFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyOceanActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyWeightmapSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyLakeComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\NiagaraDataInterfaceWater.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyRiverComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyOceanComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterCurveSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterFalloffSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyStaticMeshSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBodyTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterRuntimeSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterBrushEffects.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterSplineComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterSplineMetadata.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterWaves.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Public\\WaterZoneActor.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Private\\WaterBodyStaticMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Runtime\\Private\\WaterBodyInfoMeshComponent.h" - ], - "PublicDefines": [ - "WITH_WATER_SELECTION_SUPPORT=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Water\\UHT\\Water.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GameplayStateTreeModule", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayStateTree\\Source\\GameplayStateTreeModule", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayStateTree\\Source\\GameplayStateTreeModule\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayStateTree\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayStateTreeModule\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayStateTree\\Source\\GameplayStateTreeModule\\Public\\Components\\StateTreeComponentSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayStateTree\\Source\\GameplayStateTreeModule\\Public\\Components\\StateTreeComponent.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayStateTree\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayStateTreeModule\\UHT\\GameplayStateTreeModule.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DataRegistry", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistry", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistry\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataRegistry\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistry\\Public\\DataRegistryId.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistry\\Public\\DataRegistrySettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistry\\Public\\DataRegistrySubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistry\\Public\\DataRegistry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistry\\Public\\DataRegistrySource_DataTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistry\\Public\\DataRegistryTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistry\\Public\\DataRegistrySource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistry\\Public\\DataRegistrySource_CurveTable.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataRegistry\\UHT\\DataRegistry.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GameplayAbilities", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayAbilities\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\AbilitySystemComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\AbilitySystemInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\AbilitySystemBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\AbilitySystemTestPawn.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\AbilitySystemDebugHUD.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\AbilitySystemGlobals.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\AbilitySystemReplicationProxyInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\AbilitySystemTestAttributeSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\ActiveGameplayEffectHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\AnimNotify_GameplayCue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayAbilityBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayAbilitySpec.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayAbilitySpecHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayAbilitySet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\AttributeSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayCueInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayCueFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayCueNotifyTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayCueNotify_BurstLatent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayCueNotify_Looping.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayCueNotify_Static.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayCueNotify_Burst.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectCustomApplicationRequirement.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayCueNotify_HitImpact.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayCueManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayCueNotify_Actor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayCueTranslator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectCalculation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbilityRepAnimMontage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayCueSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectUIData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayCue_Types.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectAttributeCaptureDefinition.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectUIData_TextOnly.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\TickableAttributeSetInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbilityTargetActor_GroundTrace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayPrediction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectExecutionCalculation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbilityWorldReticle_ActorVisualization.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayTagResponseTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbilityTargetActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbilityTargetActor_Radius.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbility.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbilityTargetDataFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\ScalableFloat.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbilityTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbilityTargetActor_ActorPlacement.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbilityTargetActor_SingleLineTrace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbility_CharacterJump.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbilityTargetTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbilityWorldReticle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayModMagnitudeCalculation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbility_Montage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\GameplayAbilityTargetActor_Trace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Async\\AbilityAsync_WaitAttributeChanged.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Async\\AbilityAsync_WaitGameplayEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_ApplyRootMotionJumpForce.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_ApplyRootMotionMoveToForce.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_ApplyRootMotionMoveToActorForce.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_MoveToLocation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Async\\AbilityAsync.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_SpawnActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitAbilityCommit.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitAttributeChangeRatioThreshold.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Async\\AbilityAsync_WaitGameplayEffectApplied.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_ApplyRootMotionConstantForce.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Async\\AbilityAsync_WaitGameplayTag.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_Repeat.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitGameplayEffectApplied.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_ApplyRootMotion_Base.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitGameplayEffectApplied_Self.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_PlayMontageAndWait.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Async\\AbilityAsync_WaitGameplayTagQuery.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitAbilityActivate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_ApplyRootMotionRadialForce.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitGameplayEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitAttributeChange.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitConfirmCancel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitCancel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitConfirm.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitInputRelease.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitDelay.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_NetworkSyncPoint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitAttributeChangeThreshold.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitGameplayEffectRemoved.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_VisualizeTargeting.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitGameplayEffectStackChange.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitGameplayEffectApplied_Target.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_StartAbilityState.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitGameplayTagBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitGameplayEffectBlockedImmunity.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitInputPress.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitGameplayTag.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitMovementModeChange.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitGameplayTagQuery.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffect.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitOverlap.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitTargetData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectComponents\\AdditionalEffectsGameplayEffectComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectComponents\\AssetTagsGameplayEffectComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Abilities\\Tasks\\AbilityTask_WaitVelocityChange.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectComponents\\AbilitiesGameplayEffectComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectComponents\\TargetTagRequirementsGameplayEffectComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectComponents\\ChanceToApplyGameplayEffectComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectComponents\\CustomCanApplyGameplayEffectComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectComponents\\BlockAbilityTagsGameplayEffectComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectComponents\\RemoveOtherGameplayEffectComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectComponents\\ImmunityGameplayEffectComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Serialization\\GameplayAbilityRepAnimMontageNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Serialization\\GameplayEffectContextHandleNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Serialization\\GameplayAbilityTargetingLocationInfoNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\GameplayEffectComponents\\TargetTagsGameplayEffectComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Serialization\\MinimalReplicationTagCountNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Sequencer\\MovieSceneGameplayCueSections.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Sequencer\\MovieSceneGameplayCueTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Serialization\\MinimalGameplayCueReplicationProxyNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Public\\Serialization\\GameplayEffectContextNetSerializer.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Private\\Serialization\\InternalMinimalReplicationTagCountMapNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Private\\Serialization\\InternalMinimalGameplayCueReplicationProxyNetSerializer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilities\\Private\\Serialization\\PredictionKeyNetSerializer.h" - ], - "PublicDefines": [ - "WITH_GAMEPLAY_DEBUGGER_CORE=1", - "WITH_GAMEPLAY_DEBUGGER=1", - "WITH_GAMEPLAY_DEBUGGER_MENU=1", - "UE_WITH_IRIS=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayAbilities\\UHT\\GameplayAbilities.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GooglePAD", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GooglePAD\\Source\\GooglePAD", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GooglePAD\\Source\\GooglePAD\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GooglePAD\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GooglePAD\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GooglePAD\\Source\\GooglePAD\\Classes\\GooglePADFunctionLibrary.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GooglePAD\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GooglePAD\\UHT\\GooglePAD.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "CustomMeshComponent", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\CustomMeshComponent\\Source\\CustomMeshComponent", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\CustomMeshComponent\\Source\\CustomMeshComponent\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\CustomMeshComponent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CustomMeshComponent\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\CustomMeshComponent\\Source\\CustomMeshComponent\\Classes\\CustomMeshComponent.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\CustomMeshComponent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CustomMeshComponent\\UHT\\CustomMeshComponent.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "CableComponent", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\CableComponent\\Source\\CableComponent", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\CableComponent\\Source\\CableComponent\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\CableComponent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CableComponent\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\CableComponent\\Source\\CableComponent\\Classes\\CableActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\CableComponent\\Source\\CableComponent\\Classes\\CableComponent.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\CableComponent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CableComponent\\UHT\\CableComponent.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AssetTags", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AssetTags\\Source\\AssetTags", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AssetTags\\Source\\AssetTags\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AssetTags\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AssetTags\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AssetTags\\Source\\AssetTags\\Public\\AssetTagsSubsystem.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AssetTags\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AssetTags\\UHT\\AssetTags.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ControlRigDeveloper", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigDeveloper", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigDeveloper\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ControlRigDeveloper\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigDeveloper\\Public\\ControlRigBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigDeveloper\\Public\\Graph\\ControlRigGraphSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigDeveloper\\Public\\ControlRigSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigDeveloper\\Public\\Graph\\ControlRigGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigDeveloper\\Public\\Graph\\ControlRigGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigDeveloper\\Public\\AnimGraphNode_ControlRig.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ControlRigDeveloper\\UHT\\ControlRigDeveloper.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ControlRigEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ControlRigEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Public\\ControlRigThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Public\\RigSpacePickerBakeSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Public\\ControlRigSequencerEditorLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Public\\ControlRigBlueprintEditorLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Public\\Tools\\CreateControlAssetRigSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Public\\Tools\\ControlRigPoseThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Public\\Tools\\ControlRigSnapper.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Public\\EditMode\\ControlRigEditMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Public\\Tools\\ControlRigSnapSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\AnimSequenceConverterFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\ControlRigBlueprintFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\BakeToControlRigSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\ControlRigDrawingDetails.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\ControlRigGizmoLibraryFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\ControlRigElementDetails.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\EditMode\\ControlRigEditModeSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\EditMode\\ControlRigControlsProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\Editor\\ControlRigWrapperObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\Editor\\ControlRigContextMenuContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\Editor\\ControlRigSkeletalMeshComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\Editor\\SRigHierarchy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\Tools\\AssetDefinition_ControlRigPose.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Source\\ControlRigEditor\\Private\\Sequencer\\ControlRigSequencerFilter.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRig\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ControlRigEditor\\UHT\\ControlRigEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PBIK", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Source\\PBIK", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Source\\PBIK\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PBIK\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Source\\PBIK\\Public\\RigUnit_PBIK.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Source\\PBIK\\Public\\PBIK_Shared.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Source\\PBIK\\Public\\Core\\PBIKSolver.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PBIK\\UHT\\PBIK.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "FullBodyIK", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Source\\FullBodyIK", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Source\\FullBodyIK\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FullBodyIK\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Source\\FullBodyIK\\Public\\FBIKDebugOption.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Source\\FullBodyIK\\Public\\FBIKConstraintOption.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Source\\FullBodyIK\\Public\\FBIKShared.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Source\\FullBodyIK\\Private\\RigUnit_FullbodyIK.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\FullBodyIK\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FullBodyIK\\UHT\\FullBodyIK.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "IKRig", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\IKRig\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\ActorComponents\\IKRigComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\AnimNodes\\AnimNode_IKRig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\ActorComponents\\IKRigInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\AnimNodes\\AnimNode_RetargetPoseFromMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Retargeter\\IKRetargeter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Rig\\IKRigDefinition.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Rig\\Solvers\\IKRigSolver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Retargeter\\IKRetargetProcessor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Retargeter\\IKRetargetSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Retargeter\\IKRetargetProfile.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Rig\\IKRigProcessor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Rig\\Solvers\\IKRig_BodyMover.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Rig\\IKRigSkeleton.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Rig\\Solvers\\IKRig_LimbSolver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Rig\\Solvers\\IKRig_FBIKSolver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Rig\\Solvers\\IKRig_PoleSolver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Rig\\IKRigDataTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Rig\\Solvers\\IKRig_SetTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRig\\Public\\Rig\\Solvers\\LimbSolver.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\IKRig\\UHT\\IKRig.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ControlRigSpline", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRigSpline\\Source\\ControlRigSpline", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRigSpline\\Source\\ControlRigSpline\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRigSpline\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ControlRigSpline\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRigSpline\\Source\\ControlRigSpline\\Public\\ControlRigSplineTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRigSpline\\Source\\ControlRigSpline\\Public\\ControlRigSplineUnits.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ControlRigSpline\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ControlRigSpline\\UHT\\ControlRigSpline.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "NiagaraAnimNotifies", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraAnimNotifies", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraAnimNotifies\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\NiagaraAnimNotifies\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraAnimNotifies\\Public\\AnimNotifyState_TimedNiagaraEffect.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraAnimNotifies\\Public\\AnimNotify_PlayNiagaraEffect.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\NiagaraAnimNotifies\\UHT\\NiagaraAnimNotifies.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AudioAnalyzer", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioAnalyzer", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioAnalyzer\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioAnalyzer\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioAnalyzer\\Classes\\AudioAnalyzer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioAnalyzer\\Classes\\AudioAnalyzerSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioAnalyzer\\Classes\\AudioAnalyzerNRT.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Runtime\\AudioAnalyzer\\Classes\\AudioAnalyzerAsset.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioAnalyzer\\UHT\\AudioAnalyzer.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AudioCapture", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioCapture\\Source\\AudioCapture", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioCapture\\Source\\AudioCapture\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioCapture\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioCapture\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioCapture\\Source\\AudioCapture\\Public\\AudioCaptureComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioCapture\\Source\\AudioCapture\\Public\\AudioCapture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioCapture\\Source\\AudioCapture\\Public\\AudioCaptureBlueprintLibrary.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioCapture\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioCapture\\UHT\\AudioCapture.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TakeMovieScene", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeMovieScene", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeMovieScene\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TakeMovieScene\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeMovieScene\\Public\\MovieSceneTakeSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeMovieScene\\Public\\MovieSceneTakeSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeMovieScene\\Public\\MovieSceneTakeTrack.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TakeMovieScene\\UHT\\TakeMovieScene.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ChaosCaching", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCaching", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCaching\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ChaosCaching\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCaching\\Public\\Chaos\\Adapters\\GeometryCollectionComponentCacheAdapter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCaching\\Public\\Chaos\\CacheCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCaching\\Public\\Chaos\\CacheManagerActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCaching\\Public\\Chaos\\Sequencer\\MovieSceneChaosCacheTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCaching\\Public\\Chaos\\ChaosCache.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCaching\\Public\\Chaos\\Sequencer\\MovieSceneChaosCacheSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCaching\\Public\\Chaos\\CacheEvents.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCaching\\Private\\Chaos\\Sequencer\\MovieSceneChaosCacheTemplate.h" - ], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ChaosCaching\\UHT\\ChaosCaching.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ChaosCloth", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCloth\\Source\\Chaos", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCloth\\Source\\Chaos\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCloth\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ChaosCloth\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCloth\\Source\\Chaos\\Public\\ChaosCloth\\ChaosClothConfig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCloth\\Source\\Chaos\\Public\\ChaosCloth\\ChaosClothingSimulationInteractor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCloth\\Source\\Chaos\\Public\\ChaosCloth\\ChaosClothingSimulationFactory.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCloth\\Source\\Chaos\\Private\\ChaosCloth\\ChaosWeightMapTarget.h" - ], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCloth\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ChaosCloth\\UHT\\ChaosCloth.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "UObjectPlugin", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\UObjectPlugin\\Source\\UObjectPlugin", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\UObjectPlugin\\Source\\UObjectPlugin\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\UObjectPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UObjectPlugin\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\UObjectPlugin\\Source\\UObjectPlugin\\Classes\\MyPluginObject.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\UObjectPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UObjectPlugin\\UHT\\UObjectPlugin.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SignificanceManager", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\SignificanceManager\\Source\\SignificanceManager", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\SignificanceManager\\Source\\SignificanceManager\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\SignificanceManager\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SignificanceManager\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\SignificanceManager\\Source\\SignificanceManager\\Public\\SignificanceManager.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\SignificanceManager\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SignificanceManager\\UHT\\SignificanceManager.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AnimationSharing", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\AnimationSharing\\Source\\AnimationSharing", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\AnimationSharing\\Source\\AnimationSharing\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\AnimationSharing\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationSharing\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\AnimationSharing\\Source\\AnimationSharing\\Public\\AnimationSharingManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\AnimationSharing\\Source\\AnimationSharing\\Public\\AnimationSharingSetup.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\AnimationSharing\\Source\\AnimationSharing\\Public\\AnimationSharingTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\AnimationSharing\\Source\\AnimationSharing\\Public\\AnimationSharingInstances.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\AnimationSharing\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationSharing\\UHT\\AnimationSharing.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "OodleNetworkHandlerComponent", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Compression\\OodleNetwork\\Source", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Compression\\OodleNetwork\\Sdks\\2.9.10\\include", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Compression\\OodleNetwork\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\OodleNetworkPlugin\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Compression\\OodleNetwork\\Source\\Classes\\OodleNetworkTrainerCommandlet.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Compression\\OodleNetwork\\Source\\Public\\OodleNetworkFaultHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Compression\\OodleNetwork\\Source\\Public\\OodleNetworkHandlerComponent.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Compression\\OodleNetwork\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\OodleNetworkPlugin\\UHT\\OodleNetworkHandlerComponent.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AndroidPermission", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidPermission\\Source\\AndroidPermission", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidPermission\\Source\\AndroidPermission\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidPermission\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidPermission\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidPermission\\Source\\AndroidPermission\\Classes\\AndroidPermissionFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidPermission\\Source\\AndroidPermission\\Classes\\AndroidPermissionCallbackProxy.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidPermission\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidPermission\\UHT\\AndroidPermission.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ActorSequence", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\ActorSequence\\Source\\ActorSequence", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\ActorSequence\\Source\\ActorSequence\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\ActorSequence\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ActorSequence\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\ActorSequence\\Source\\ActorSequence\\Public\\ActorSequenceObjectReference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\ActorSequence\\Source\\ActorSequence\\Public\\ActorSequencePlayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\ActorSequence\\Source\\ActorSequence\\Public\\ActorSequenceComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\ActorSequence\\Source\\ActorSequence\\Public\\ActorSequence.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\ActorSequence\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ActorSequence\\UHT\\ActorSequence.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "UdpMessaging", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Messaging\\UdpMessaging\\Source\\UdpMessaging", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Messaging\\UdpMessaging\\Source\\UdpMessaging\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Messaging\\UdpMessaging\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UdpMessaging\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Messaging\\UdpMessaging\\Source\\UdpMessaging\\Public\\Shared\\UdpMessagingSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Messaging\\UdpMessaging\\Source\\UdpMessaging\\Private\\Tests\\UdpMessagingTestTypes.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Messaging\\UdpMessaging\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UdpMessaging\\UHT\\UdpMessaging.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TcpMessaging", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Messaging\\TcpMessaging\\Source\\TcpMessaging", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Messaging\\TcpMessaging\\Source\\TcpMessaging\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Messaging\\TcpMessaging\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TcpMessaging\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Messaging\\TcpMessaging\\Source\\TcpMessaging\\Private\\Settings\\TcpMessagingSettings.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Messaging\\TcpMessaging\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TcpMessaging\\UHT\\TcpMessaging.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangeNodes", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeNodes\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeCameraNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeLightNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeVolumeTextureNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeTexture2DNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeMaterialInstanceNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeTextureBlurNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeTextureCubeArrayNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeTextureLightProfileNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeShaderGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeMeshNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeTexture2DArrayNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeAnimationTrackSetNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeTextureCubeNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeTextureNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeVariantSetNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Nodes\\Public\\InterchangeSceneNode.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeNodes\\UHT\\InterchangeNodes.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangeFactoryNodes", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeFactoryNodes\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeActorFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeAnimationTrackSetFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeSceneImportAssetFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeAnimSequenceFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeCameraFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeStaticMeshFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeLightFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeTexture2DFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeMeshFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeMaterialFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeTextureCubeFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeCommonPipelineDataFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeTextureCubeArrayFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangePhysicsAssetFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeSceneVariantSetsFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeMeshActorFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeVolumeTextureFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeSkeletalMeshFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeSkeletalMeshLodDataNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeTexture2DArrayFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeTextureLightProfileFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeSkeletonFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeStaticMeshLodDataNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\FactoryNodes\\Public\\InterchangeTextureFactoryNode.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeFactoryNodes\\UHT\\InterchangeFactoryNodes.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangeMessages", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Messages", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Messages\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeMessages\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Messages\\Public\\Fbx\\InterchangeFbxMessages.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeMessages\\UHT\\InterchangeMessages.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangeCommonParser", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Parsers\\CommonParser", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Parsers\\CommonParser\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeCommonParser\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Parsers\\CommonParser\\Public\\InterchangeCommonAnimationPayload.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeCommonParser\\UHT\\InterchangeCommonParser.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "VariantManagerContentEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContentEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContentEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VariantManagerContentEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContentEditor\\Public\\VariantManagerFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContentEditor\\Public\\LevelVariantSetsActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContentEditor\\Public\\SwitchActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContentEditor\\Public\\VariantManagerTestActor.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Source\\VariantManagerContentEditor\\Private\\AssetDefinition_LevelVariantSets.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManagerContent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VariantManagerContentEditor\\UHT\\VariantManagerContentEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "VariantManager", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManager\\Source\\VariantManager", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManager\\Source\\VariantManager\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManager\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VariantManager\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManager\\Source\\VariantManager\\Public\\VariantManagerBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManager\\Source\\VariantManager\\Public\\CapturableProperty.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManager\\Source\\VariantManager\\Private\\PropertyTemplateObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManager\\Source\\VariantManager\\Private\\DisplayNodes\\VariantManagerDisplayNode.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\VariantManager\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\VariantManager\\UHT\\VariantManager.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangeImport", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeImport\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Gltf\\InterchangeGltfTranslator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Animation\\InterchangeAnimationTrackSetFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Animation\\InterchangeAnimSequenceFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\MaterialX\\MaterialExpressions\\MaterialExpressionSwizzle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Mesh\\InterchangeMeshPayloadInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Animation\\InterchangeAnimationPayloadInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Material\\InterchangeMaterialFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\MaterialX\\MaterialExpressions\\MaterialExpressionTextureSampleParameterBlur.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Scene\\InterchangeActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Scene\\InterchangeLightActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Scene\\InterchangeCameraActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Scene\\InterchangeSceneVariantSetsFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Scene\\InterchangeVariantSetPayloadInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Mesh\\InterchangeSkeletonFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Fbx\\InterchangeFbxTranslator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\MaterialX\\InterchangeMaterialXTranslator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Texture\\InterchangeBlockedTexturePayloadInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Mesh\\InterchangePhysicsAssetFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Texture\\InterchangePCXTranslator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Scene\\InterchangeSceneImportAssetFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Texture\\InterchangePSDTranslator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Scene\\InterchangeStaticMeshActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Mesh\\InterchangeOBJTranslator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Texture\\InterchangeSlicedTexturePayloadInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Mesh\\InterchangeStaticMeshFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Mesh\\InterchangeSkeletalMeshFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Texture\\InterchangeTextureLightProfilePayloadInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Scene\\InterchangeSkeletalMeshActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Texture\\InterchangeIESTranslator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Texture\\InterchangeDDSTranslator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Texture\\InterchangeJPGTranslator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Texture\\InterchangeImageWrapperTranslator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Texture\\InterchangeTextureFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Public\\Texture\\InterchangeTexturePayloadInterface.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionAppend3Vector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionBurn.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionDisjointOver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionAppend4Vector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionDodge.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionDifference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionMask.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionIn.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionOut.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionMinus.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionMatte.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionFractal3D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionLuminance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionPlus.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionRamp4.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionRampLeftRight.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionOver.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionOverlay.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionScreen.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionRampTopBottom.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionPremult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionPlace2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionRemap.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionRotate2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionSplitTopBottom.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionUnpremult.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Import\\Private\\MaterialX\\MaterialExpressions\\MaterialExpressionSplitLeftRight.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeImport\\UHT\\InterchangeImport.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangePipelines", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Pipelines", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Pipelines\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangePipelines\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Pipelines\\Public\\InterchangeGenericAnimationPipeline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Pipelines\\Public\\InterchangeGenericAssetsPipeline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Pipelines\\Public\\InterchangeGenericAssetsPipelineSharedSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Pipelines\\Public\\InterchangeglTFPipeline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Pipelines\\Public\\InterchangeMaterialXPipeline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Pipelines\\Public\\InterchangeGenericTexturePipeline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Pipelines\\Public\\InterchangeGenericMeshPipeline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Pipelines\\Public\\InterchangeGenericScenesPipeline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Pipelines\\Public\\InterchangeGenericMaterialPipeline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Pipelines\\Public\\InterchangePipelineMeshesUtilities.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangePipelines\\UHT\\InterchangePipelines.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MediaPlate", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlate\\Source\\MediaPlate", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlate\\Source\\MediaPlate\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlate\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaPlate\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlate\\Source\\MediaPlate\\Public\\MediaPlateAssetUserData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlate\\Source\\MediaPlate\\Public\\MediaPlateComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlate\\Source\\MediaPlate\\Public\\MediaPlate.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlate\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaPlate\\UHT\\MediaPlate.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ImgMediaEngine", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMediaEngine", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMediaEngine\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ImgMediaEngine\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMediaEngine\\Public\\Unreal\\ImgMediaPlaybackComponent.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ImgMediaEngine\\UHT\\ImgMediaEngine.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ImgMedia", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMedia", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMedia\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ImgMedia\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMedia\\Public\\ImgMediaSource.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ImgMedia\\UHT\\ImgMedia.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MediaCompositing", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Source\\MediaCompositing", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Source\\MediaCompositing\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaCompositing\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Source\\MediaCompositing\\Public\\MovieSceneMediaPlayerPropertySection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Source\\MediaCompositing\\Public\\MovieSceneMediaPlayerPropertyTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Source\\MediaCompositing\\Public\\MovieSceneMediaSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Source\\MediaCompositing\\Public\\MovieSceneMediaTrack.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Source\\MediaCompositing\\Private\\MovieScene\\MovieSceneMediaPlayerPropertyTemplate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Source\\MediaCompositing\\Private\\MovieScene\\MovieSceneMediaTemplate.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaCompositing\\UHT\\MediaCompositing.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "NiagaraEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\NiagaraEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\EdGraphSchema_Niagara.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\EdGraphSchema_NiagaraSystemOverview.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ActorFactoryNiagara.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraEffectTypeFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraEmitterEditorData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraDataChannelAssetFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraMessages.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraActions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraEditorData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraClipboard.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraEmitterFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraEditorModule.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraEditorCommon.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraNodeAssignment.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraNodeWriteDataSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraNodeOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraNodeDataSetBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraNodeReadDataSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraScriptVariable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraNodeFunctionCall.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraNodeCustomHlsl.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraStackEditorData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraNodeOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraNodeWithDynamicPins.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraParameterDefinitionsFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraParameterCollectionFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraScriptSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraParameterDefinitions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\Commandlets\\NiagaraDumpModuleInfoCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraSpawnShortcut.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraNodeInput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraSystemFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraScriptFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\VolumeCacheFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\Commandlets\\NiagaraDumpBytecodeCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraOverviewNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\Commandlets\\NiagaraScriptValidationCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraSystemEditorData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\NiagaraSystemSelectionViewModel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\NiagaraValidationRules.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\NiagaraCurveSelectionViewModel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\UpgradeNiagaraScriptResults.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\HierarchyEditor\\NiagaraSummaryViewViewModel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\Customizations\\NiagaraEventScriptPropertiesCustomization.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\Commandlets\\NiagaraSystemAuditCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\NiagaraScratchPadViewModel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackEmitterPropertiesGroup.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\NiagaraSystemScalabilityViewModel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\NiagaraSystemEditorDocumentsViewModel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackCommentCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\HierarchyEditor\\NiagaraUserParametersHierarchyViewModel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackModuleItemLinkedInputCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\HierarchyEditor\\NiagaraHierarchyViewModelBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackErrorItem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackEntry.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackFunctionInputCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackItemFooter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackFunctionInput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackModuleItemOutputCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackEmitterSettingsGroup.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackItem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackSelection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackRenderItemGroup.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackModuleItem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackObject.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackEventScriptItemGroup.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackModuleItemOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackRendererItem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackSummaryViewInputCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackItemGroup.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackInputCategory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackRoot.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackSimulationStageGroup.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackSystemPropertiesItem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackSystemSettingsGroup.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackPropertyRow.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackScriptItemGroup.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Public\\ViewModels\\Stack\\NiagaraStackViewModel.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraConvertInPlaceEmitterAndSystemState.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraNodeConvert.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraNodeIf.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraNodeParameterMapFor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraNodeReroute.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraHlslTranslator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraNodeParameterMapBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraNodeEmitter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraNodeSimTargetSelector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraNodeSelect.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraNodeParameterMapGet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraNodeOutputTag.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraNodeStaticSwitch.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraSimCacheFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraNodeParameterMapSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraValidationRuleSetFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraNodeUsageSelector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraVersionMetaData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\AssetDefinitions\\AssetDefinition_NiagaraEffectType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\AssetDefinitions\\AssetDefinition_NiagaraEmitter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\AssetDefinitions\\AssetDefinition_NiagaraParameterCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\AssetDefinitions\\AssetDefinition_NiagaraScript.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\AssetDefinitions\\AssetDefinition_NiagaraSimCache.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\AssetDefinitions\\AssetDefinition_NiagaraSystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\AssetDefinitions\\AssetDefinition_NiagaraValidationRuleSet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\AssetDefinitions\\AssetDefinition_NiagaraDataChannel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\AssetDefinitions\\AssetDefinition_NiagaraParameterDefinitions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\AssetDefinitions\\AssetDefinition_NiagaraParameterCollectionInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\NiagaraOutliner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\Customizations\\NiagaraComponentDetails.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\Customizations\\NiagaraBakerSettingsDetails.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\Customizations\\NiagaraOutlinerCustomization.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\Customizations\\NiagaraScriptVariableCustomization.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\Customizations\\NiagaraMetaDataCustomNodeBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\Sequencer\\NiagaraSequence\\NiagaraSequencerFilters.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\Sequencer\\NiagaraSequence\\NiagaraSequence.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\Customizations\\NiagaraTypeCustomizations.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\Customizations\\NiagaraParameterBindingCustomization.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\Sequencer\\NiagaraSequence\\MovieSceneNiagaraEmitterTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\Sequencer\\NiagaraSequence\\Sections\\MovieSceneNiagaraEmitterSection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\ViewModels\\NiagaraScriptStatsViewModel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Source\\NiagaraEditor\\Private\\Widgets\\SNiagaraDebuggerSpawn.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\FX\\Niagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\NiagaraEditor\\UHT\\NiagaraEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GeometryCache", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCache\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes\\GeometryCacheActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes\\GeometryCacheCodecBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes\\GeometryCacheCodecV1.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes\\GeometryCacheComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes\\GeometryCacheMeshData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes\\GeometryCacheCodecRaw.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes\\GeometryCache.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes\\GeometryCacheTrackFlipbookAnimation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes\\GeometryCacheTrackTransformAnimation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes\\NiagaraGeometryCacheRendererProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes\\GeometryCacheTrackTransformGroupAnimation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes\\GeometryCacheTrackStreamable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCache\\Classes\\GeometryCacheTrack.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCache\\UHT\\GeometryCache.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GeometryCacheEd", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCacheEd", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCacheEd\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCacheEd\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCacheEd\\Classes\\ActorFactoryGeometryCache.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCacheEd\\Classes\\GeometryCacheThumbnailRenderer.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCacheEd\\UHT\\GeometryCacheEd.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GeometryCacheTracks", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCacheTracks", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCacheTracks\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCacheTracks\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCacheTracks\\Classes\\MovieSceneGeometryCacheTrack.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCacheTracks\\Classes\\MovieSceneGeometryCacheSection.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCacheTracks\\Private\\MovieSceneGeometryCacheTemplate.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCacheTracks\\UHT\\GeometryCacheTracks.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangeExport", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Export", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Export\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeExport\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Source\\Export\\Public\\InterchangeTextureWriter.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Runtime\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeExport\\UHT\\InterchangeExport.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LocalizableMessage", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\LocalizableMessage\\Source\\LocalizableMessage", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\LocalizableMessage\\Source\\LocalizableMessage\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\LocalizableMessage\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LocalizableMessage\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\LocalizableMessage\\Source\\LocalizableMessage\\Public\\LocalizableMessage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\LocalizableMessage\\Source\\LocalizableMessage\\Public\\LocalizableMessageBaseParameters.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\LocalizableMessage\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LocalizableMessage\\UHT\\LocalizableMessage.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LocalizableMessageBlueprint", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\LocalizableMessage\\Source\\LocalizableMessageBlueprint", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\LocalizableMessage\\Source\\LocalizableMessageBlueprint\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\LocalizableMessage\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LocalizableMessageBlueprint\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\LocalizableMessage\\Source\\LocalizableMessageBlueprint\\Public\\LocalizableMessageLibrary.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\LocalizableMessage\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LocalizableMessageBlueprint\\UHT\\LocalizableMessageBlueprint.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ChaosNiagara", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosNiagara\\Source\\ChaosNiagara", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosNiagara\\Source\\ChaosNiagara\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosNiagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ChaosNiagara\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosNiagara\\Source\\ChaosNiagara\\Classes\\NiagaraDataInterfacePhysicsField.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosNiagara\\Source\\ChaosNiagara\\Classes\\NiagaraDataInterfaceChaosDestruction.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosNiagara\\Source\\ChaosNiagara\\Public\\NiagaraDataInterfaceGeometryCollection.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosNiagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ChaosNiagara\\UHT\\ChaosNiagara.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TraceUtilities", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\TraceUtilities\\Source\\TraceUtilities", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\TraceUtilities\\Source\\TraceUtilities\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\TraceUtilities\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TraceUtilities\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\TraceUtilities\\Source\\TraceUtilities\\Public\\TraceUtilLibrary.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\TraceUtilities\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TraceUtilities\\UHT\\TraceUtilities.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Synthesis", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Synthesis\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectBitCrusher.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectEnvelopeFollower.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectEQ.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectSimpleDelay.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SubmixEffects\\SubmixEffectConvolutionReverb.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SubmixEffects\\SubmixEffectDelay.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SubmixEffects\\SubmixEffectFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SubmixEffects\\SubmixEffectFlexiverb.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SubmixEffects\\SubmixEffectStereoDelay.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SubmixEffects\\SubmixEffectMultiBandCompressor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectChorus.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SynthComponents\\EpicSynth1Component.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectConvolutionReverb.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectDynamicsProcessor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectWaveShaper.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectMidSideSpreader.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectMotionFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectFoldbackDistortion.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectPhaser.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectStereoDelay.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectRingModulation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SourceEffects\\SourceEffectPanner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SynthComponents\\SynthComponentWaveTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SubmixEffects\\SubmixEffectStereoToQuad.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SynthComponents\\SynthComponentToneGenerator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SubmixEffects\\SubmixEffectTapDelay.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SynthComponents\\SynthComponentGranulator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Classes\\SynthComponents\\SynthComponentMonoWaveTable.h" - ], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Public\\EpicSynth1Types.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Public\\SynthesisBlueprintUtilities.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Public\\UI\\Synth2DSliderStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Public\\EffectConvolutionReverb.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Public\\UI\\SynthKnob.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Public\\UI\\SynthSlateStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Public\\UI\\Synth2DSlider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\Synthesis\\Public\\UI\\SynthKnobStyle.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Synthesis\\UHT\\Synthesis.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SoundFields", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\SoundFields\\Source\\SoundFields", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\SoundFields\\Source\\SoundFields\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\SoundFields\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SoundFields\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\SoundFields\\Source\\SoundFields\\Public\\SoundFields.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\SoundFields\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SoundFields\\UHT\\SoundFields.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ResonanceAudio", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Source\\ResonanceAudio", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Source\\ResonanceAudio\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ResonanceAudio\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Source\\ResonanceAudio\\Public\\ResonanceAudioAmbisonicsSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Source\\ResonanceAudio\\Public\\ResonanceAudioSpatializationSourceSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Source\\ResonanceAudio\\Public\\ResonanceAudioBlueprintFunctionLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Source\\ResonanceAudio\\Public\\ResonanceAudioEnums.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Source\\ResonanceAudio\\Private\\ResonanceAudioDirectivityVisualizer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Source\\ResonanceAudio\\Private\\ResonanceAudioSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Source\\ResonanceAudio\\Private\\ResonanceAudioReverb.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ResonanceAudio\\UHT\\ResonanceAudio.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MobilePatchingUtils", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MobilePatchingUtils\\Source\\MobilePatchingUtils", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MobilePatchingUtils\\Source\\MobilePatchingUtils\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MobilePatchingUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MobilePatchingUtils\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MobilePatchingUtils\\Source\\MobilePatchingUtils\\Private\\MobilePatchingLibrary.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MobilePatchingUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MobilePatchingUtils\\UHT\\MobilePatchingUtils.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "WaveTable", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Source\\WaveTable", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Source\\WaveTable\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WaveTable\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Source\\WaveTable\\Public\\WaveTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Source\\WaveTable\\Public\\WaveTableBank.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Source\\WaveTable\\Public\\WaveTableTransform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Source\\WaveTable\\Public\\WaveTableSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WaveTable\\UHT\\WaveTable.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AudioSynesthesia", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesia", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesia\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioSynesthesia\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesia\\Classes\\Loudness.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesia\\Classes\\AudioSynesthesia.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesia\\Classes\\AudioSynesthesiaNRT.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesia\\Classes\\ConstantQNRT.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesia\\Classes\\LoudnessNRT.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesia\\Classes\\Meter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesia\\Classes\\OnsetNRT.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesia\\Classes\\SynesthesiaSpectrumAnalysis.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioSynesthesia\\UHT\\AudioSynesthesia.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AudioWidgets", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioWidgets\\Source\\AudioWidgets", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioWidgets\\Source\\AudioWidgets\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioWidgets\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioWidgets\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioWidgets\\Source\\AudioWidgets\\Public\\AudioMeter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioWidgets\\Source\\AudioWidgets\\Public\\AudioSlider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioWidgets\\Source\\AudioWidgets\\Public\\AudioWidgetsSlateTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioWidgets\\Source\\AudioWidgets\\Public\\AudioMeterTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioWidgets\\Source\\AudioWidgets\\Public\\AudioMeterStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioWidgets\\Source\\AudioWidgets\\Public\\AudioRadialSlider.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioWidgets\\Source\\AudioWidgets\\Public\\SAudioRadialSlider.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioWidgets\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioWidgets\\UHT\\AudioWidgets.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MetasoundFrontend", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundFrontend", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundFrontend\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MetasoundFrontend\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundFrontend\\Public\\MetasoundFrontendDocument.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundFrontend\\Public\\MetasoundDocumentInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundFrontend\\Public\\MetasoundFrontendDocumentBuilder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundFrontend\\Public\\MetasoundFrontendLiteral.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundFrontend\\Public\\MetasoundParameterPack.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_METASOUND_FRONTEND=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MetasoundFrontend\\UHT\\MetasoundFrontend.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MetasoundEngine", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEngine", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEngine\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MetasoundEngine\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEngine\\Public\\MetasoundSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEngine\\Public\\MetasoundSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEngine\\Public\\MetasoundOutput.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEngine\\Public\\MetasoundAssetSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEngine\\Public\\MetasoundOutputSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEngine\\Public\\Metasound.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEngine\\Public\\MetasoundGeneratorHandle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEngine\\Public\\Interfaces\\MetasoundOutputFormatInterfaces.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEngine\\Public\\MetasoundBuilderSubsystem.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MetasoundEngine\\UHT\\MetasoundEngine.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LocationServicesBPLibrary", - "ModuleType": "EngineRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\LocationServicesBPLibrary\\Source\\LocationServicesBPLibrary", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\LocationServicesBPLibrary\\Source\\LocationServicesBPLibrary\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\LocationServicesBPLibrary\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LocationServicesBPLibrary\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\LocationServicesBPLibrary\\Source\\LocationServicesBPLibrary\\Classes\\LocationServicesBPLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\LocationServicesBPLibrary\\Source\\LocationServicesBPLibrary\\Classes\\LocationServicesImpl.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\LocationServicesBPLibrary\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LocationServicesBPLibrary\\UHT\\LocationServicesBPLibrary.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AnimationData", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationData\\Source\\AnimationData", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationData\\Source\\AnimationData\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationData\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationData\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationData\\Source\\AnimationData\\Private\\AnimSequencerController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationData\\Source\\AnimationData\\Private\\AnimSequencerDataModel.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationData\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationData\\UHT\\AnimationData.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "EnvironmentQueryEditor", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\AI\\EnvironmentQueryEditor\\Source\\EnvironmentQueryEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\AI\\EnvironmentQueryEditor\\Source\\EnvironmentQueryEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\AI\\EnvironmentQueryEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EnvironmentQueryEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\AI\\EnvironmentQueryEditor\\Source\\EnvironmentQueryEditor\\Public\\EnvironmentQueryGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\AI\\EnvironmentQueryEditor\\Source\\EnvironmentQueryEditor\\Public\\ActorFactoryEnvironmentQuery.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\AI\\EnvironmentQueryEditor\\Source\\EnvironmentQueryEditor\\Public\\EnvironmentQueryFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\AI\\EnvironmentQueryEditor\\Source\\EnvironmentQueryEditor\\Public\\EdGraphSchema_EnvironmentQuery.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\AI\\EnvironmentQueryEditor\\Source\\EnvironmentQueryEditor\\Public\\EnvironmentQueryGraphNode_Option.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\AI\\EnvironmentQueryEditor\\Source\\EnvironmentQueryEditor\\Public\\EnvironmentQueryGraphNode_Test.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\AI\\EnvironmentQueryEditor\\Source\\EnvironmentQueryEditor\\Public\\EnvironmentQueryGraphNode_Root.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\AI\\EnvironmentQueryEditor\\Source\\EnvironmentQueryEditor\\Public\\EnvironmentQueryGraphNode.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\AI\\EnvironmentQueryEditor\\Source\\EnvironmentQueryEditor\\Private\\AssetDefinition_EnvironmentQuery.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\AI\\EnvironmentQueryEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EnvironmentQueryEditor\\UHT\\EnvironmentQueryEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StructUtilsNodes", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtilsNodes", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtilsNodes\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StructUtilsNodes\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtilsNodes\\Public\\K2Node_InstancedStruct.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StructUtilsNodes\\UHT\\StructUtilsNodes.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StructUtilsEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtilsEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtilsEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StructUtilsEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtilsEditor\\Public\\PropertyBagDetails.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StructUtilsEditor\\UHT\\StructUtilsEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "RewindDebuggerInterface", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\RewindDebuggerInterface", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\RewindDebuggerInterface\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\RewindDebuggerInterface\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Editor\\RewindDebuggerInterface\\Public\\IRewindDebugger.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\RewindDebuggerInterface\\UHT\\RewindDebuggerInterface.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StateTreeEditorModule", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StateTreeEditorModule\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Public\\StateTreeEditorData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Public\\StateTreeEditorPropertyBindings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Public\\StateTreeCompilerLog.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Public\\StateTreeToolMenuContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Public\\StateTreePropertyBindingCompiler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Public\\StateTreeEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Public\\StateTreeEditorNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Public\\StateTreeState.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Public\\StateTreeNodeClassCache.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Private\\AssetDefinition_StateTree.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Private\\StateTreeFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Private\\StateTreeViewModel.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeEditorModule\\Private\\Commandlets\\StateTreeCompileAllCommandlet.h" - ], - "PublicDefines": [ - "WITH_STATETREE_DEBUGGER=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StateTreeEditorModule\\UHT\\StateTreeEditorModule.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StateTreeTestSuite", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeTestSuite", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeTestSuite\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StateTreeTestSuite\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeTestSuite\\Private\\StateTreeTest.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Source\\StateTreeTestSuite\\Private\\StateTreeTestTypes.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\StateTree\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StateTreeTestSuite\\UHT\\StateTreeTestSuite.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InputEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InputEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputEditor\\Public\\EnhancedInputEditorSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputEditor\\Public\\EnhancedInputEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputEditor\\Public\\InputEditorModule.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputEditor\\Private\\Tests\\InputTestFramework.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InputEditor\\UHT\\InputEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InputBlueprintNodes", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputBlueprintNodes", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputBlueprintNodes\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InputBlueprintNodes\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputBlueprintNodes\\Public\\K2Node_GetInputActionValue.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputBlueprintNodes\\Public\\K2Node_EnhancedInputAction.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputBlueprintNodes\\Private\\K2Node_InputDebugKey.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputBlueprintNodes\\Private\\K2Node_EnhancedInputActionEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputBlueprintNodes\\Private\\K2Node_InputActionValueAccessor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Source\\InputBlueprintNodes\\Private\\K2Node_InputDebugKeyEvent.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\EnhancedInput\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InputBlueprintNodes\\UHT\\InputBlueprintNodes.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AssetManagerEditor", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\AssetManagerEditor\\Source\\AssetManagerEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\AssetManagerEditor\\Source\\AssetManagerEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\AssetManagerEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AssetManagerEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\AssetManagerEditor\\Source\\AssetManagerEditor\\Public\\ReferenceViewer\\ReferenceViewerSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\AssetManagerEditor\\Source\\AssetManagerEditor\\Public\\ReferenceViewer\\EdGraph_ReferenceViewer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\AssetManagerEditor\\Source\\AssetManagerEditor\\Public\\ReferenceViewer\\EdGraphNode_Reference.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\AssetManagerEditor\\Source\\AssetManagerEditor\\Public\\ReferenceViewer\\ReferenceViewerSchema.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\AssetManagerEditor\\Source\\AssetManagerEditor\\Private\\SSizeMap.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\AssetManagerEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AssetManagerEditor\\UHT\\AssetManagerEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PropertyAccessNode", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\PropertyAccessNode\\Source\\PropertyAccessNode", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\PropertyAccessNode\\Source\\PropertyAccessNode\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\PropertyAccessNode\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PropertyAccessNode\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\PropertyAccessNode\\Source\\PropertyAccessNode\\Private\\K2Node_PropertyAccess.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\PropertyAccessNode\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PropertyAccessNode\\UHT\\PropertyAccessNode.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AppleImageUtilsBlueprintSupport", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AppleImageUtils\\Source\\AppleImageUtilsBlueprintSupport", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AppleImageUtils\\Source\\AppleImageUtilsBlueprintSupport\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AppleImageUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AppleImageUtilsBlueprintSupport\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AppleImageUtils\\Source\\AppleImageUtilsBlueprintSupport\\Classes\\AppleImageUtilsBlueprintSupport.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AppleImageUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AppleImageUtilsBlueprintSupport\\UHT\\AppleImageUtilsBlueprintSupport.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "OnlineBlueprintSupport", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\OnlineBlueprintSupport\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport\\Classes\\K2Node_InAppPurchaseCheckout.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport\\Classes\\K2Node_InAppPurchaseFinalize.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport\\Classes\\K2Node_InAppPurchaseQueryOwnedProducts.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport\\Classes\\K2Node_InAppPurchase2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport\\Classes\\K2Node_InAppPurchaseGetKnownReceipts.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport\\Classes\\K2Node_InAppPurchaseQuery2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport\\Classes\\K2Node_InAppPurchaseRestore2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport\\Classes\\K2Node_InAppPurchaseQueryOwned2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport\\Classes\\K2Node_LeaderboardFlush.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport\\Classes\\K2Node_InAppPurchaseRestoreOwnedProducts.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport\\Classes\\K2Node_InAppPurchaseUnprocessed2.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Source\\OnlineBlueprintSupport\\Classes\\K2Node_LeaderboardQuery.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Online\\OnlineSubsystemUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\OnlineBlueprintSupport\\UHT\\OnlineBlueprintSupport.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "BlueprintMaterialTextureNodes", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\BlueprintMaterialTextureNodes\\Source\\BlueprintMaterialTextureNodes", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\BlueprintMaterialTextureNodes\\Source\\BlueprintMaterialTextureNodes\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\BlueprintMaterialTextureNodes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BlueprintMaterialTextureNodes\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\BlueprintMaterialTextureNodes\\Source\\BlueprintMaterialTextureNodes\\Public\\BlueprintMaterialTextureNodesBPLibrary.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\BlueprintMaterialTextureNodes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BlueprintMaterialTextureNodes\\UHT\\BlueprintMaterialTextureNodes.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "StructUtilsTestSuite", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtilsTestSuite", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtilsTestSuite\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StructUtilsTestSuite\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Source\\StructUtilsTestSuite\\Public\\StructUtilsTestTypes.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\StructUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\StructUtilsTestSuite\\UHT\\StructUtilsTestSuite.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GameplayTagsEditor", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GameplayTagsEditor\\Source\\GameplayTagsEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GameplayTagsEditor\\Source\\GameplayTagsEditor\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GameplayTagsEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayTagsEditor\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GameplayTagsEditor\\Source\\GameplayTagsEditor\\Classes\\GameplayTagsK2Node_MultiCompareGameplayTagAssetInterfaceSingleTags.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GameplayTagsEditor\\Source\\GameplayTagsEditor\\Classes\\GameplayTagsK2Node_MultiCompareGameplayTagAssetInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GameplayTagsEditor\\Source\\GameplayTagsEditor\\Classes\\GameplayTagsK2Node_LiteralGameplayTag.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GameplayTagsEditor\\Source\\GameplayTagsEditor\\Classes\\GameplayTagsK2Node_MultiCompareBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GameplayTagsEditor\\Source\\GameplayTagsEditor\\Classes\\GameplayTagsK2Node_MultiCompareGameplayTagContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GameplayTagsEditor\\Source\\GameplayTagsEditor\\Classes\\GameplayTagsK2Node_MultiCompareGameplayTagContainerSingleTags.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GameplayTagsEditor\\Source\\GameplayTagsEditor\\Classes\\GameplayTagsK2Node_SwitchGameplayTag.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GameplayTagsEditor\\Source\\GameplayTagsEditor\\Classes\\GameplayTagsK2Node_SwitchGameplayTagContainer.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GameplayTagsEditor\\Source\\GameplayTagsEditor\\Private\\GameplayTagSearchFilter.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GameplayTagsEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayTagsEditor\\UHT\\GameplayTagsEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DataRegistryEditor", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistryEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistryEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataRegistryEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistryEditor\\Private\\DataRegistryIdCustomization.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Source\\DataRegistryEditor\\Private\\DataRegistryFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\DataRegistry\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataRegistryEditor\\UHT\\DataRegistryEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "IKRigDeveloper", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigDeveloper", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigDeveloper\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\IKRigDeveloper\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigDeveloper\\Public\\AnimGraphNode_RetargetPoseFromMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigDeveloper\\Public\\AnimGraphNode_IKRig.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\IKRigDeveloper\\UHT\\IKRigDeveloper.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AnimationModifierLibrary", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationModifierLibrary\\Source\\AnimationModifierLibrary", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationModifierLibrary\\Source\\AnimationModifierLibrary\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationModifierLibrary\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationModifierLibrary\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationModifierLibrary\\Source\\AnimationModifierLibrary\\Public\\CopyBonesModifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationModifierLibrary\\Source\\AnimationModifierLibrary\\Public\\MotionExtractorTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationModifierLibrary\\Source\\AnimationModifierLibrary\\Public\\EncodeRootBoneModifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationModifierLibrary\\Source\\AnimationModifierLibrary\\Public\\ZeroOutRootBoneModifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationModifierLibrary\\Source\\AnimationModifierLibrary\\Public\\ReOrientRootBoneModifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationModifierLibrary\\Source\\AnimationModifierLibrary\\Public\\MotionExtractorModifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationModifierLibrary\\Source\\AnimationModifierLibrary\\Public\\MotionExtractorUtilities.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\AnimationModifierLibrary\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationModifierLibrary\\UHT\\AnimationModifierLibrary.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GameplayAbilitiesEditor", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilitiesEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilitiesEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayAbilitiesEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilitiesEditor\\Public\\GameplayAbilityGraphSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilitiesEditor\\Public\\GameplayAbilitiesBlueprintFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilitiesEditor\\Public\\GameplayAbilityGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilitiesEditor\\Public\\GameplayEffectCreationMenu.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilitiesEditor\\Public\\K2Node_LatentAbilityCall.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilitiesEditor\\Public\\K2Node_GameplayCueEvent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Source\\GameplayAbilitiesEditor\\Public\\GameplayAbilityAudit.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GameplayAbilities\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GameplayAbilitiesEditor\\UHT\\GameplayAbilitiesEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TakesCore", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakesCore", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakesCore\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TakesCore\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakesCore\\Public\\TakeMetaData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakesCore\\Public\\TakeRecorderSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakesCore\\Public\\TakesCoreBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakesCore\\Public\\TakeRecorderSourceProperty.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakesCore\\Public\\TakePreset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakesCore\\Public\\TakeRecorderSources.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TakesCore\\UHT\\TakesCore.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TakeTrackRecorders", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeTrackRecorders", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeTrackRecorders\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TakeTrackRecorders\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeTrackRecorders\\Public\\TrackRecorders\\MovieScene3DAttachTrackRecorder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeTrackRecorders\\Public\\TrackRecorders\\MovieSceneAnimationTrackRecorderSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeTrackRecorders\\Public\\TrackRecorders\\MovieSceneAnimationTrackRecorder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeTrackRecorders\\Public\\TrackRecorders\\MovieSceneTrackRecorderSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeTrackRecorders\\Public\\TrackRecorders\\IMovieSceneTrackRecorderHost.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeTrackRecorders\\Public\\TrackRecorders\\MovieSceneParticleTrackRecorder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeTrackRecorders\\Public\\TrackRecorders\\MovieScene3DTransformTrackRecorder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeTrackRecorders\\Public\\TrackRecorders\\MovieScenePropertyTrackRecorder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeTrackRecorders\\Public\\TrackRecorders\\MovieSceneSpawnTrackRecorder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeTrackRecorders\\Public\\TrackRecorders\\MovieSceneTrackRecorder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeTrackRecorders\\Public\\TrackRecorders\\MovieSceneVisibilityTrackRecorder.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TakeTrackRecorders\\UHT\\TakeTrackRecorders.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "CacheTrackRecorder", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\CacheTrackRecorder", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\CacheTrackRecorder\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CacheTrackRecorder\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\CacheTrackRecorder\\Public\\Recorder\\CacheTrackRecorder.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CacheTrackRecorder\\UHT\\CacheTrackRecorder.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TakeRecorder", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorder", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorder\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TakeRecorder\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorder\\Public\\Recorder\\TakeRecorder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorder\\Public\\TakeRecorderOverlayWidget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorder\\Public\\TakeRecorderSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorder\\Public\\Recorder\\TakeRecorderBlueprintLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorder\\Public\\Recorder\\TakeRecorderParameters.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorder\\Public\\Recorder\\TakeRecorderPanel.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorder\\Private\\AssetDefinition_TakePreset.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TakeRecorder\\UHT\\TakeRecorder.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TakeRecorderSources", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorderSources", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorderSources\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TakeRecorderSources\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorderSources\\Private\\TakeRecorderLevelVisibilitySource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorderSources\\Private\\TakeRecorderMicrophoneAudioManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorderSources\\Private\\TakeRecorderMicrophoneAudioSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorderSources\\Private\\TakeRecorderLevelSequenceSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorderSources\\Private\\TakeRecorderCameraCutSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorderSources\\Private\\TakeRecorderPlayerSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorderSources\\Private\\TakeRecorderActorSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorderSources\\Private\\TakeRecorderNearbySpawnedActorSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Source\\TakeRecorderSources\\Private\\TakeRecorderWorldSource.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\VirtualProduction\\Takes\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TakeRecorderSources\\UHT\\TakeRecorderSources.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PlasticSourceControl", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\PlasticSourceControl\\Source\\PlasticSourceControl", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\PlasticSourceControl\\Source\\PlasticSourceControl\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\PlasticSourceControl\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PlasticSourceControl\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\PlasticSourceControl\\Source\\PlasticSourceControl\\Private\\PlasticSourceControlProjectSettings.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\PlasticSourceControl\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PlasticSourceControl\\UHT\\PlasticSourceControl.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "WaveTableEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Source\\WaveTableEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Source\\WaveTableEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WaveTableEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Source\\WaveTableEditor\\Public\\WaveTableCurveEditorViewStacked.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Source\\WaveTableEditor\\Private\\WaveTableBankFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\WaveTable\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WaveTableEditor\\UHT\\WaveTableEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MetasoundEditor", - "ModuleType": "EngineUncooked", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MetasoundEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEditor\\Public\\MetasoundEditorGraphInputNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEditor\\Public\\MetasoundEditorGraphMemberDefaults.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEditor\\Public\\MetasoundEditorGraph.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEditor\\Public\\MetasoundEditorGraphNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEditor\\Public\\MetasoundEditorGraphSchema.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEditor\\Public\\MetasoundFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEditor\\Public\\MetasoundEditorSubsystem.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEditor\\Private\\MetasoundEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Source\\MetasoundEditor\\Private\\MetasoundEditor.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Metasound\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MetasoundEditor\\UHT\\MetasoundEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "RenderDocPlugin", - "ModuleType": "EngineDeveloper", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\RenderDocPlugin\\Source\\RenderDocPlugin", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\RenderDocPlugin\\Source\\RenderDocPlugin\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\RenderDocPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\RenderDocPlugin\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\RenderDocPlugin\\Source\\RenderDocPlugin\\Public\\RenderDocPluginSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\RenderDocPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\RenderDocPlugin\\UHT\\RenderDocPlugin.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ToolPresetAsset", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ToolPresets\\Source\\ToolPresetAsset", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ToolPresets\\Source\\ToolPresetAsset\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ToolPresets\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ToolPresetAsset\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ToolPresets\\Source\\ToolPresetAsset\\Public\\ToolPresetAssetSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ToolPresets\\Source\\ToolPresetAsset\\Public\\ToolPresetAsset.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ToolPresets\\Source\\ToolPresetAsset\\Private\\AssetDefinition_ToolPresetAsset.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ToolPresets\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ToolPresetAsset\\UHT\\ToolPresetAsset.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ToolPresetEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ToolPresets\\Source\\ToolPresetEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ToolPresets\\Source\\ToolPresetEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ToolPresets\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ToolPresetEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ToolPresets\\Source\\ToolPresetEditor\\Public\\ToolPresetSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ToolPresets\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ToolPresetEditor\\UHT\\ToolPresetEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SkeletalMeshModifiers", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\SkeletalMeshModifiers", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\SkeletalMeshModifiers\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SkeletalMeshModifiers\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\SkeletalMeshModifiers\\Public\\SkeletonModifier.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\SkeletalMeshModifiers\\Public\\SkinWeightModifier.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SkeletalMeshModifiers\\UHT\\SkeletalMeshModifiers.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ModelingOperatorsEditorOnly", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperatorsEditorOnly", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperatorsEditorOnly\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ModelingOperatorsEditorOnly\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperatorsEditorOnly\\Public\\CleaningOps\\SimplifyMeshOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperatorsEditorOnly\\Public\\ParameterizationOps\\CalculateTangentsOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperatorsEditorOnly\\Public\\CuttingOps\\EmbedPolygonsOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperatorsEditorOnly\\Public\\Properties\\ParameterizeMeshProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingOperatorsEditorOnly\\Public\\ParameterizationOps\\ParameterizeMeshOp.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ModelingOperatorsEditorOnly\\UHT\\ModelingOperatorsEditorOnly.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ModelingComponentsEditorOnly", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponentsEditorOnly", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponentsEditorOnly\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ModelingComponentsEditorOnly\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponentsEditorOnly\\Public\\EditorModelingObjectsCreationAPI.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponentsEditorOnly\\Public\\Operations\\SubdividePoly.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponentsEditorOnly\\Public\\ToolTargets\\SkeletalMeshComponentToolTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponentsEditorOnly\\Public\\ToolTargets\\SkeletalMeshToolTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponentsEditorOnly\\Public\\ToolTargets\\StaticMeshComponentToolTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponentsEditorOnly\\Public\\ToolTargets\\StaticMeshToolTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponentsEditorOnly\\Public\\ToolTargets\\DynamicMeshComponentToolTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\ModelingComponentsEditorOnly\\Public\\ToolTargets\\VolumeComponentToolTarget.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ModelingComponentsEditorOnly\\UHT\\ModelingComponentsEditorOnly.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MeshModelingToolsEditorOnlyExp", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshModelingToolsEditorOnlyExp\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\AddPivotActorTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\MergeMeshesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\BakeRenderCaptureTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\BspConversionTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\AttributeEditorTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\ISMEditorTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\MeshTangentsTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\VoxelCSGMeshesTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\MeshToVolumeTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\DrawSplineTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\EditMeshMaterialsTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\PolygonOnMeshTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\ShapeSprayTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\SkeletalMesh\\SkeletonTransformProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\SubdividePolyTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\SkeletalMesh\\SkeletonEditingTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\SimplifyMeshTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\SkeletalMesh\\SkinWeightsBindingTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\SkeletalMesh\\SkeletalMeshEditionInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Source\\MeshModelingToolsEditorOnlyExp\\Public\\SkeletalMesh\\SkinWeightsPaintTool.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshModelingToolsetExp\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshModelingToolsEditorOnlyExp\\UHT\\MeshModelingToolsEditorOnlyExp.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "EditorScriptingUtilities", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EditorScriptingUtilities\\Source\\EditorScriptingUtilities", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EditorScriptingUtilities\\Source\\EditorScriptingUtilities\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EditorScriptingUtilities\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EditorScriptingUtilities\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EditorScriptingUtilities\\Source\\EditorScriptingUtilities\\Public\\EditorLevelLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EditorScriptingUtilities\\Source\\EditorScriptingUtilities\\Public\\EditorPythonScriptingLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EditorScriptingUtilities\\Source\\EditorScriptingUtilities\\Public\\EditorAssetLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EditorScriptingUtilities\\Source\\EditorScriptingUtilities\\Public\\EditorFilterLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EditorScriptingUtilities\\Source\\EditorScriptingUtilities\\Public\\EditorStaticMeshLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EditorScriptingUtilities\\Source\\EditorScriptingUtilities\\Public\\EditorSkeletalMeshLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EditorScriptingUtilities\\Source\\EditorScriptingUtilities\\Public\\EditorDialogLibrary.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EditorScriptingUtilities\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EditorScriptingUtilities\\UHT\\EditorScriptingUtilities.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MeshLODToolset", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshLODToolset\\Source\\MeshLODToolset", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshLODToolset\\Source\\MeshLODToolset\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshLODToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshLODToolset\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshLODToolset\\Source\\MeshLODToolset\\Public\\AssetDefinition_StaticMeshLODGenerationSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshLODToolset\\Source\\MeshLODToolset\\Public\\Tools\\LODManagerTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshLODToolset\\Source\\MeshLODToolset\\Public\\Tools\\LODGenerationSettingsFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshLODToolset\\Source\\MeshLODToolset\\Public\\Tools\\LODGenerationSettingsAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshLODToolset\\Source\\MeshLODToolset\\Public\\Tools\\GenerateStaticMeshLODAssetTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshLODToolset\\Source\\MeshLODToolset\\Public\\Graphs\\GenerateStaticMeshLODProcess.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\MeshLODToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshLODToolset\\UHT\\MeshLODToolset.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MeshModelingToolsEditorOnly", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingToolsEditorOnly", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingToolsEditorOnly\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshModelingToolsEditorOnly\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Source\\MeshModelingToolsEditorOnly\\Public\\ParameterizeMeshTool.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\MeshModelingToolset\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshModelingToolsEditorOnly\\UHT\\MeshModelingToolsEditorOnly.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ModelingToolsEditorMode", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ModelingToolsEditorMode\\Source\\ModelingToolsEditorMode", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ModelingToolsEditorMode\\Source\\ModelingToolsEditorMode\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ModelingToolsEditorMode\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ModelingToolsEditorMode\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ModelingToolsEditorMode\\Source\\ModelingToolsEditorMode\\Public\\ModelingSelectionInteraction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ModelingToolsEditorMode\\Source\\ModelingToolsEditorMode\\Public\\ModelingToolsEditorMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ModelingToolsEditorMode\\Source\\ModelingToolsEditorMode\\Public\\ModelingToolsEditorModeSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ModelingToolsEditorMode\\Source\\ModelingToolsEditorMode\\Private\\ModelingToolsEditablePaletteConfig.h" - ], - "PublicDefines": [ - "WITH_PROXYLOD=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ModelingToolsEditorMode\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ModelingToolsEditorMode\\UHT\\ModelingToolsEditorMode.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DataflowEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataflowEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowEditor\\Public\\Dataflow\\DataflowAssetFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowEditor\\Public\\Dataflow\\DataflowSCommentNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowEditor\\Public\\Dataflow\\DataflowSNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Source\\DataflowEditor\\Public\\Dataflow\\DataflowSchema.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Dataflow\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataflowEditor\\UHT\\DataflowEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ChaosSolverEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosSolverPlugin\\Source\\ChaosSolverEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosSolverPlugin\\Source\\ChaosSolverEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosSolverPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ChaosSolverEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosSolverPlugin\\Source\\ChaosSolverEditor\\Public\\Chaos\\ChaosSolverFactory.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosSolverPlugin\\Source\\ChaosSolverEditor\\Private\\Chaos\\ActorFactoryChaosSolver.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosSolverPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ChaosSolverEditor\\UHT\\ChaosSolverEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GeometryCollectionEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCollectionEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionEditor\\Public\\GeometryCollection\\GeometryCollectionCacheFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionEditor\\Public\\GeometryCollection\\GeometryCollectionFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionEditor\\Public\\GeometryCollection\\GeometryCollectionThumbnailRenderer.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Source\\GeometryCollectionEditor\\Private\\GeometryCollection\\ActorFactoryGeometryCollection.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\GeometryCollectionPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCollectionEditor\\UHT\\GeometryCollectionEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ACLPluginEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPluginEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPluginEditor\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ACLPluginEditor\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPluginEditor\\Classes\\ACLStatsDumpCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPluginEditor\\Classes\\ACLDatabaseBuildCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Source\\ACLPluginEditor\\Classes\\AnimationCompressionLibraryDatabaseFactory.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\ACLPlugin\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ACLPluginEditor\\UHT\\ACLPluginEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DatasmithContentEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContentEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContentEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DatasmithContentEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Source\\DatasmithContentEditor\\Private\\AssetDefinition_DatasmithScene.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Enterprise\\DatasmithContent\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DatasmithContentEditor\\UHT\\DatasmithContentEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "WorldPartitionHLODUtilities", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\WorldPartitionHLODUtilities\\Source", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\WorldPartitionHLODUtilities\\Source\\Public\\WorldPartition\\HLOD\\Builders", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\WorldPartitionHLODUtilities\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WorldPartitionHLODUtilities\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\WorldPartitionHLODUtilities\\Source\\Public\\WorldPartition\\HLOD\\Builders\\HLODBuilderInstancing.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\WorldPartitionHLODUtilities\\Source\\Public\\WorldPartition\\HLOD\\Builders\\HLODBuilderMeshApproximate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\WorldPartitionHLODUtilities\\Source\\Public\\WorldPartition\\HLOD\\Modifiers\\HLODModifierMeshDestruction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\WorldPartitionHLODUtilities\\Source\\Public\\WorldPartition\\HLOD\\Builders\\HLODBuilderMeshMerge.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\WorldPartitionHLODUtilities\\Source\\Public\\WorldPartition\\HLOD\\Builders\\HLODBuilderMeshSimplify.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\WorldPartitionHLODUtilities\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WorldPartitionHLODUtilities\\UHT\\WorldPartitionHLODUtilities.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "UVEditorTools", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UVEditorTools\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\UVEditorLayoutTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\UVSelectTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\Actions\\UVSplitAction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\ContextObjects\\UVToolContextObjects.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\Drawing\\BasicLineSetComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\UVEditorMechanicAdapterTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\UVEditorSeamTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\UVEditorLayerEditTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\ContextObjects\\UVToolAssetInputsContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\Actions\\UVSeamSewAction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\Actions\\UVToolAction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\Selection\\UVToolSelectionHighlightMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\UVEditorTransformTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\UVEditorRecomputeUVsTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\ContextObjects\\UVToolViewportButtonsAPI.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\Selection\\UVEditorMeshSelectionMechanic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\Operators\\UVEditorUVTransformOp.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\Drawing\\BasicPointSetComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\Drawing\\BasicTriangleSetComponent.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\TargetInterfaces\\UVUnwrapDynamicMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\Selection\\UVToolSelectionAPI.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorTools\\Public\\ToolTargets\\UVEditorToolMeshInput.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UVEditorTools\\UHT\\UVEditorTools.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "UVEditorToolsEditorOnly", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorToolsEditorOnly", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorToolsEditorOnly\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UVEditorToolsEditorOnly\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditorToolsEditorOnly\\Public\\UVEditorParameterizeMeshTool.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UVEditorToolsEditorOnly\\UHT\\UVEditorToolsEditorOnly.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "UVEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UVEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditor\\Public\\UVEditorModeChannelProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditor\\Public\\UVEditorModeUILayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditor\\Public\\UVEditor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditor\\Public\\UVEditorSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditor\\Public\\UVEditorInitializationContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditor\\Public\\UVEditorDistortionVisualization.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditor\\Public\\UVEditorMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Source\\UVEditor\\Public\\UVEditorBackgroundPreview.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\UVEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\UVEditor\\UHT\\UVEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SpeedTreeImporter", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SpeedTreeImporter\\Source\\SpeedTreeImporter", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SpeedTreeImporter\\Source\\SpeedTreeImporter\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SpeedTreeImporter\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SpeedTreeImporter\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SpeedTreeImporter\\Source\\SpeedTreeImporter\\Classes\\ReimportSpeedTreeFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SpeedTreeImporter\\Source\\SpeedTreeImporter\\Classes\\SpeedTreeImportFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SpeedTreeImporter\\Source\\SpeedTreeImporter\\Classes\\SpeedTreeImportData.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SpeedTreeImporter\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SpeedTreeImporter\\UHT\\SpeedTreeImporter.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SequencerAnimTools", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SequencerAnimTools\\Source\\SequencerAnimTools", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SequencerAnimTools\\Source\\SequencerAnimTools\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SequencerAnimTools\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SequencerAnimTools\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SequencerAnimTools\\Source\\SequencerAnimTools\\Public\\SequencerToolsEditMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SequencerAnimTools\\Source\\SequencerAnimTools\\Public\\BaseSequencerAnimTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SequencerAnimTools\\Source\\SequencerAnimTools\\Public\\SequencerAnimEditPivotTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SequencerAnimTools\\Source\\SequencerAnimTools\\Public\\MotionTrailTool.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\SequencerAnimTools\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SequencerAnimTools\\UHT\\SequencerAnimTools.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PluginBrowser", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\PluginBrowser\\Source\\PluginBrowser", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\PluginBrowser\\Source\\PluginBrowser\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\PluginBrowser\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PluginBrowser\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\PluginBrowser\\Source\\PluginBrowser\\Private\\NewPluginDescriptorData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\PluginBrowser\\Source\\PluginBrowser\\Private\\PluginMetadataObject.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\PluginBrowser\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PluginBrowser\\UHT\\PluginBrowser.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ObjectMixerEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\ObjectMixer\\Source\\ObjectMixer", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\ObjectMixer\\Source\\ObjectMixer\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\ObjectMixer\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ObjectMixerEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\ObjectMixer\\Source\\ObjectMixer\\Public\\ObjectMixerEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\ObjectMixer\\Source\\ObjectMixer\\Public\\ObjectMixerFilterFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\ObjectMixer\\Source\\ObjectMixer\\Public\\ObjectMixerEditorSerializedData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\ObjectMixer\\Source\\ObjectMixer\\Public\\Views\\List\\Modes\\ObjectMixerOutlinerMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\ObjectMixer\\Source\\ObjectMixer\\Public\\ObjectFilter\\ObjectMixerEditorObjectFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\ObjectMixer\\Source\\ObjectMixer\\Public\\Views\\Widgets\\ObjectMixerEditorUWidget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\ObjectMixer\\Source\\ObjectMixer\\Public\\Views\\Widgets\\ObjectMixerEditorListMenuContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\ObjectMixer\\Source\\ObjectMixer\\Public\\Views\\List\\SObjectMixerEditorList.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\ObjectMixer\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ObjectMixerEditor\\UHT\\ObjectMixerEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LightMixer", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\LightMixer\\Source\\LightMixer", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\LightMixer\\Source\\LightMixer\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\LightMixer\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LightMixer\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\LightMixer\\Source\\LightMixer\\Public\\LightMixerEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\LightMixer\\Source\\LightMixer\\Public\\LightMixerObjectFilter.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ObjectMixer\\LightMixer\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LightMixer\\UHT\\LightMixer.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GeometryMode", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryMode\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier_Extrude.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier_Clip.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier_Triangulate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier_Create.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier_Edit.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier_Flip.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier_Delete.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier_Split.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier_Turn.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier_Lathe.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier_Optimize.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier_Weld.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier_Pen.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Classes\\GeomModifier.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Source\\GeometryMode\\Private\\BrushEditingSubsystemImpl.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\GeometryMode\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryMode\\UHT\\GeometryMode.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "FacialAnimationEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\FacialAnimation\\Source\\FacialAnimationEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\FacialAnimation\\Source\\FacialAnimationEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\FacialAnimation\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FacialAnimationEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\FacialAnimation\\Source\\FacialAnimationEditor\\Private\\FacialAnimationBulkImporterSettings.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\FacialAnimation\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FacialAnimationEditor\\UHT\\FacialAnimationEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "EngineAssetDefinitions", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EngineAssetDefinitions\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Public\\Script\\AssetDefinition_Blueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Public\\AssetDefinition_DataAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Public\\AssetDefinition_Redirector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Public\\AssetDefinition_World.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Public\\Script\\AssetDefinition_ClassTypeBase.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_ActorFoliageSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_Actor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_CurveLinearColor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_ActorFolder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_CurveFloat.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_DataLayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_EditorUtilityBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_CanvasRenderTarget2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_CurveLinearColorAtlas.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_HapticFeedbackEffectCurve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_HLODProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_LandscapeLayer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_NodeMappingContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_InstancedFoliageSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_Curve.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_EditorUtilityWidgetBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_FbxSceneImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_LightWeightInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_ProceduralFoliageSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_HapticFeedbackEffectSoundWave.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_SlateBrush.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_CurveVector.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_SpecularProfile.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_LandscapeGrassType.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_SparseVolumeTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_ObjectLibrary.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_ForceFeedbackAttenuation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_FontFace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_SubsurfaceProfile.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_Font.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_TextureRenderTarget.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_SubUVAnimation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_HapticFeedbackEffectBuffer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_PhysicsAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_Texture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_SlateWidgetStyle.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_StaticMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_PhysicalMaterial.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_Rig.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_TextureRenderTarget2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_Texture2DArray.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_TextureCube.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_TextureRenderTarget2DArray.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_UserDefinedEnum.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_TextureLightProfile.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_VectorFieldAnimated.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_VolumeTexture.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_AnimationAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_TextureRenderTargetCube.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_AnimSequence.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_AnimBlueprintGeneratedClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_Texture2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_BlendSpace1D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_PoseAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_Skeleton.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_VectorFieldStatic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_AnimComposite.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_TextureCubeArray.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_AnimStreamable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_BlendSpace.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_VectorField.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_UserDefinedStruct.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_TouchInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_AnimMontage.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Table\\AssetDefinition_CompositeCurveTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\AssetDefinition_TextureRenderTargetVolume.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Material\\AssetDefinition_MaterialInstanceDynamic.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_SkeletalMesh.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_AnimBlueprint.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Material\\AssetDefinition_MaterialInterface.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_AimOffset1D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Animation\\AssetDefinition_AimOffset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Table\\AssetDefinition_DataTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Material\\AssetDefinition_MaterialInstanceConstant.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Material\\AssetDefinition_MaterialParameterCollection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Script\\AssetDefinition_BlueprintGeneratedClass.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Script\\AssetDefinition_Class.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Material\\AssetDefinition_MaterialFunctionInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Table\\AssetDefinition_MirrorDataTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Table\\AssetDefinition_CurveTable.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Material\\AssetDefinition_MaterialFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Material\\AssetDefinition_Material.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Source\\Private\\Table\\AssetDefinition_CompositeDataTable.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\EngineAssetDefinitions\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\EngineAssetDefinitions\\UHT\\EngineAssetDefinitions.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AndroidFileServerEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidFileServer\\Source\\AndroidFileServerEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidFileServer\\Source\\AndroidFileServerEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidFileServer\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidFileServerEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidFileServer\\Source\\AndroidFileServerEditor\\Public\\AndroidFileServerRuntimeSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidFileServer\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidFileServerEditor\\UHT\\AndroidFileServerEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AndroidDeviceProfileSelector", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidDeviceProfileSelector\\Source\\AndroidDeviceProfileSelector", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidDeviceProfileSelector\\Source\\AndroidDeviceProfileSelector\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidDeviceProfileSelector\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidDPS\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidDeviceProfileSelector\\Source\\AndroidDeviceProfileSelector\\Public\\AndroidJavaSurfaceViewDevices.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidDeviceProfileSelector\\Source\\AndroidDeviceProfileSelector\\Private\\AndroidDeviceProfileMatchingRules.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidDeviceProfileSelector\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidDPS\\UHT\\AndroidDeviceProfileSelector.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AndroidDeviceProfileCommandlets", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidDeviceProfileSelector\\Source\\AndroidDeviceProfileCommandlets", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Source\\Developer\\Android\\AndroidDeviceDetection\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidDeviceProfileSelector\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidDeviceProfileCommandlets\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidDeviceProfileSelector\\Source\\AndroidDeviceProfileCommandlets\\Private\\CreateAndroidPreviewDataFromADBCommandlet.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AndroidDeviceProfileSelector\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidDeviceProfileCommandlets\\UHT\\AndroidDeviceProfileCommandlets.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Paper2DEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Paper2DEditor\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\PaperFlipbookActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\PaperSpriteActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\PaperTileSetThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\TerrainSplineActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\PaperFlipbookFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\PaperFlipbookThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\TileMapActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\PaperTileSetFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\PaperSpriteThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\PaperSpriteFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\TileMapAssetImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\PaperTileMapFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\PaperImporterSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Classes\\PaperTileMapPromotionFactory.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Private\\Atlasing\\PaperSpriteAtlasFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Private\\FlipbookEditor\\FlipbookEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Private\\SpriteEditor\\SpriteEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Private\\ExtractSprites\\PaperExtractSpritesSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Private\\TileMapEditing\\TileMapEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Private\\TileSetEditor\\TileSetEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\Paper2DEditor\\Private\\TileSetEditor\\TileSheetPaddingFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Paper2DEditor\\UHT\\Paper2DEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PaperTiledImporter", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\PaperTiledImporter", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\PaperTiledImporter\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PaperTiledImporter\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\PaperTiledImporter\\Classes\\PaperTiledImporterFactory.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PaperTiledImporter\\UHT\\PaperTiledImporter.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "PaperSpriteSheetImporter", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\PaperSpriteSheetImporter", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\PaperSpriteSheetImporter\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PaperSpriteSheetImporter\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\PaperSpriteSheetImporter\\Private\\PaperSpriteSheetImportFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\PaperSpriteSheetImporter\\Private\\PaperSpriteSheet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Source\\PaperSpriteSheetImporter\\Private\\PaperSpriteSheetReimportFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\2D\\Paper2D\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\PaperSpriteSheetImporter\\UHT\\PaperSpriteSheetImporter.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SkeletalMeshModelingTools", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Animation\\SkeletalMeshModelingTools\\Source\\SkeletalMeshModelingTools", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Animation\\SkeletalMeshModelingTools\\Source\\SkeletalMeshModelingTools\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Animation\\SkeletalMeshModelingTools\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SkelMeshModTools\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Animation\\SkeletalMeshModelingTools\\Source\\SkeletalMeshModelingTools\\Private\\SkeletalMeshModelingToolsMeshConverter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Animation\\SkeletalMeshModelingTools\\Source\\SkeletalMeshModelingTools\\Private\\SkeletalMeshGizmoUtils.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Animation\\SkeletalMeshModelingTools\\Source\\SkeletalMeshModelingTools\\Private\\SkeletalMeshModelingToolsEditorMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Animation\\SkeletalMeshModelingTools\\Source\\SkeletalMeshModelingTools\\Private\\SkeletalMeshEditorUtils.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Animation\\SkeletalMeshModelingTools\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SkelMeshModTools\\UHT\\SkeletalMeshModelingTools.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "LandmassEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Landmass\\Source\\Editor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Landmass\\Source\\Editor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Landmass\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LandmassEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Landmass\\Source\\Editor\\Public\\LandmassActor.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Landmass\\Source\\Editor\\Public\\LandmassBPEditorExtension.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Landmass\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\LandmassEditor\\UHT\\LandmassEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "WaterEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WaterEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Public\\WaterEditorSubsystem.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Public\\WaterEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Public\\CausticsGeneratorActor.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Private\\WaterBrushCacheContainer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Private\\WaterLandscapeBrush.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Private\\AssetDefinition_WaterWaves.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Private\\WaterBrushManagerFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Private\\WaterZoneActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Private\\WaterBodyActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Private\\WaterBodyIslandActorFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Private\\WaterBodyBrushCacheContainerThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Private\\WaterSplineMetadataDetails.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Private\\WaterSplineComponentVisualizer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Private\\JumpFloodComponent2D.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Private\\WaterBrushManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Source\\Editor\\Private\\WaterWavesAssetFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\Water\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WaterEditor\\UHT\\WaterEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GooglePADEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GooglePAD\\Source\\GooglePADEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GooglePAD\\Source\\GooglePADEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GooglePAD\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GooglePADEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GooglePAD\\Source\\GooglePADEditor\\Public\\GooglePADRuntimeSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GooglePAD\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GooglePADEditor\\UHT\\GooglePADEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MegascansPlugin", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Source\\MegascansPlugin", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Source\\MegascansPlugin\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MegascansPlugin\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Source\\MegascansPlugin\\Public\\MSSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Source\\MegascansPlugin\\Private\\MetaHumanProjectUtilities\\MetaHumanProjectUtilitiesSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Source\\MegascansPlugin\\Private\\Utilities\\VersionInfoHandler.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Source\\MegascansPlugin\\Private\\MSAssetImportData.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MegascansPlugin\\UHT\\MegascansPlugin.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Bridge", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Source\\Bridge", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Source\\Bridge\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Bridge\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Source\\Bridge\\Private\\NodeCommManager.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Source\\Bridge\\Private\\NodePort.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Source\\Bridge\\Private\\UI\\BrowserBinding.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Bridge\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Bridge\\UHT\\Bridge.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "IKRigEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\IKRigEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RetargetEditor\\IKRetargetAnimInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RetargetEditor\\IKRetargetAnimInstanceProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RetargetEditor\\IKRetargeterThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RetargetEditor\\IKRetargetBatchOperation.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RetargetEditor\\IKRetargetDetails.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RetargetEditor\\IKRetargetFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RetargetEditor\\IKRetargeterController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RigEditor\\IKRigAnimInstance.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RigEditor\\IKRigAnimInstanceProxy.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RigEditor\\IKRigDefinitionFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RigEditor\\IKRigController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RigEditor\\IKRigEditorController.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RigEditor\\IKRigThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Source\\IKRigEditor\\Public\\RigEditor\\SIKRigRetargetChainList.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\IKRig\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\IKRigEditor\\UHT\\IKRigEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "BlendSpaceMotionAnalysis", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\BlendSpaceMotionAnalysis\\Source\\BlendSpaceMotionAnalysis", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\BlendSpaceMotionAnalysis\\Source\\BlendSpaceMotionAnalysis\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\BlendSpaceMotionAnalysis\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BlendSpaceMotionAnalysis\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\BlendSpaceMotionAnalysis\\Source\\BlendSpaceMotionAnalysis\\Public\\BlendSpaceMotionAnalysis.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\BlendSpaceMotionAnalysis\\Source\\BlendSpaceMotionAnalysis\\Public\\LocomotionAnalysis.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\BlendSpaceMotionAnalysis\\Source\\BlendSpaceMotionAnalysis\\Public\\RootMotionAnalysis.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Animation\\BlendSpaceMotionAnalysis\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BlendSpaceMotionAnalysis\\UHT\\BlendSpaceMotionAnalysis.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SequencerScriptingEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScriptingEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScriptingEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SequencerScriptingEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Source\\SequencerScriptingEditor\\Public\\SequencerTools.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\SequencerScripting\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SequencerScriptingEditor\\UHT\\SequencerScriptingEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "FractureEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FractureEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Public\\FractureEditorMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Public\\FractureEditorModeToolkit.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Public\\FractureModeSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Public\\FractureSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Public\\FractureTool.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolClustering.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolConvex.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolEditing.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolEmbed.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolAutoCluster.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolProperties.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolBrick.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolClusterCutter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolMaterials.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolClusterMagnet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolUniform.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolCutter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolConvert.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\SGeometryCollectionOutliner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolRadial.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolCustomVoronoi.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolGenerators.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolRecomputeNormals.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolResample.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolProximity.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolUV.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolSelection.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolSelectors.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolMeshCut.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolPlaneCut.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\SGeometryCollectionHistogram.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolFixTinyGeo.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Source\\FractureEditor\\Private\\FractureToolSlice.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FractureEditor\\UHT\\FractureEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ChaosCachingEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCachingEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCachingEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ChaosCachingEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCachingEditor\\Public\\Chaos\\CacheCollectionFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCachingEditor\\Public\\Sequencer\\MovieSceneChaosCacheTrackRecorder.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCachingEditor\\Public\\Sequencer\\TakeRecorderChaosCacheSource.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Source\\ChaosCachingEditor\\Public\\Chaos\\ActorFactoryCacheManager.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [ - "WITH_CLOTH_COLLISION_DETECTION=1", - "WITH_CHAOS_VISUAL_DEBUGGER=0", - "INCLUDE_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022INCLUDE_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_CLOTHING is deprecated and should always be considered 1.\u0022) 1", - "WITH_CHAOS_NEEDS_TO_BE_FIXED=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CHAOS_NEEDS_TO_BE_FIXED is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX is deprecated and should always be considered 1.\u0022) 1", - "WITH_PHYSX_COOKING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_PHYSX_COOKING is deprecated and should always be considered 0.\u0022) 0", - "PHYSICS_INTERFACE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022PHYSICS_INTERFACE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX is deprecated and should always be considered 0.\u0022) 0", - "WITH_APEX_CLOTHING=UE_DEPRECATED_MACRO(5.1, \u0022WITH_APEX_CLOTHING is deprecated and should always be considered 0.\u0022) 0", - "WITH_NVCLOTH=UE_DEPRECATED_MACRO(5.1, \u0022WITH_NVCLOTH is deprecated and should always be considered 0.\u0022) 0", - "WITH_IMMEDIATE_PHYSX=UE_DEPRECATED_MACRO(5.1, \u0022WITH_IMMEDIATE_PHYSX is deprecated and should always be considered 0.\u0022) 0", - "WITH_CUSTOM_SQ_STRUCTURE=UE_DEPRECATED_MACRO(5.1, \u0022WITH_CUSTOM_SQ_STRUCTURE is deprecated and should always be considered 0.\u0022) 0" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\ChaosCaching\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ChaosCachingEditor\\UHT\\ChaosCachingEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AutomationUtilsEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\AutomationUtils\\Source\\AutomationUtilsEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\AutomationUtils\\Source\\AutomationUtilsEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\AutomationUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AutomationUtilsEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\AutomationUtils\\Source\\AutomationUtilsEditor\\Public\\ScreenshotComparisonCommandlet.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Experimental\\AutomationUtils\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AutomationUtilsEditor\\UHT\\AutomationUtilsEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "DataValidation", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\DataValidation\\Source\\DataValidation", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\DataValidation\\Source\\DataValidation\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\DataValidation\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataValidation\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\DataValidation\\Source\\DataValidation\\Public\\DataValidationChangelist.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\DataValidation\\Source\\DataValidation\\Public\\DataValidationCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\DataValidation\\Source\\DataValidation\\Public\\DirtyFilesChangelistValidator.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\DataValidation\\Source\\DataValidation\\Public\\EditorValidatorBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\DataValidation\\Source\\DataValidation\\Public\\EditorValidator_Localization.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\DataValidation\\Source\\DataValidation\\Public\\DataValidationModule.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\DataValidation\\Source\\DataValidation\\Public\\EditorValidatorSubsystem.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\DataValidation\\Source\\DataValidation\\Private\\WorldPartitionChangelistValidator.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\DataValidation\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\DataValidation\\UHT\\DataValidation.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "CurveEditorTools", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CurveEditorTools\\Source\\CurveEditorTools", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CurveEditorTools\\Source\\CurveEditorTools\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CurveEditorTools\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CurveEditorTools\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CurveEditorTools\\Source\\CurveEditorTools\\Private\\Tools\\CurveEditorRetimeTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CurveEditorTools\\Source\\CurveEditorTools\\Private\\Filters\\CurveEditorFFTFilter.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CurveEditorTools\\Source\\CurveEditorTools\\Private\\Tools\\CurveEditorTransformTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CurveEditorTools\\Source\\CurveEditorTools\\Private\\Tools\\CurveEditorMultiScaleTool.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CurveEditorTools\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CurveEditorTools\\UHT\\CurveEditorTools.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "CryptoKeys", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CryptoKeys\\Source\\CryptoKeys", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CryptoKeys\\Source\\CryptoKeys\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CryptoKeys\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CryptoKeys\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CryptoKeys\\Source\\CryptoKeys\\Classes\\CryptoKeysCommandlet.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CryptoKeys\\Source\\CryptoKeys\\Classes\\CryptoKeysSettings.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\CryptoKeys\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CryptoKeys\\UHT\\CryptoKeys.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ContentBrowserClassDataSource", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserClassDataSource\\Source\\ContentBrowserClassDataSource", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserClassDataSource\\Source\\ContentBrowserClassDataSource\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserClassDataSource\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CBClassDataSource\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserClassDataSource\\Source\\ContentBrowserClassDataSource\\Public\\ContentBrowserClassDataSource.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserClassDataSource\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CBClassDataSource\\UHT\\ContentBrowserClassDataSource.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ContentBrowserAssetDataSource", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserAssetDataSource\\Source\\ContentBrowserAssetDataSource", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserAssetDataSource\\Source\\ContentBrowserAssetDataSource\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserAssetDataSource\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CBAssetDataSource\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserAssetDataSource\\Source\\ContentBrowserAssetDataSource\\Public\\ContentBrowserAssetDataSource.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\ContentBrowser\\ContentBrowserAssetDataSource\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\CBAssetDataSource\\UHT\\ContentBrowserAssetDataSource.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "BlueprintHeaderView", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\BlueprintHeaderView\\Source\\BlueprintHeaderView", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\BlueprintHeaderView\\Source\\BlueprintHeaderView\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\BlueprintHeaderView\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BlueprintHeaderView\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\BlueprintHeaderView\\Source\\BlueprintHeaderView\\Public\\BlueprintHeaderViewSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Editor\\BlueprintHeaderView\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\BlueprintHeaderView\\UHT\\BlueprintHeaderView.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TraceDataFiltering", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\TraceDataFiltering\\Source\\TraceDataFiltering", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\TraceDataFiltering\\Source\\TraceDataFiltering\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\TraceDataFiltering\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TraceDataFiltering\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\TraceDataFiltering\\Source\\TraceDataFiltering\\Private\\FilterPresets.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\TraceDataFiltering\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TraceDataFiltering\\UHT\\TraceDataFiltering.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AnimationSharingEd", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\AnimationSharing\\Source\\AnimationSharingEd", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\AnimationSharing\\Source\\AnimationSharingEd\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\AnimationSharing\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationSharingEd\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\AnimationSharing\\Source\\AnimationSharingEd\\Public\\AnimationSharingSetupFactory.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Developer\\AnimationSharing\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AnimationSharingEd\\UHT\\AnimationSharingEd.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "TemplateSequenceEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequenceEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequenceEditor\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TemplateSequenceEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequenceEditor\\Private\\AssetTools\\AssetDefinition_TemplateSequence.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequenceEditor\\Private\\Factories\\TemplateSequenceFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequenceEditor\\Private\\Factories\\CameraAnimationSequenceFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequenceEditor\\Private\\Misc\\TemplateSequenceEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Source\\TemplateSequenceEditor\\Private\\AssetTools\\AssetDefinition_CameraAnimationSequence.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MovieScene\\TemplateSequence\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\TemplateSequenceEditor\\UHT\\TemplateSequenceEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MeshPaintingToolset", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintingToolset", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintingToolset\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshPaintingToolset\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintingToolset\\Public\\MeshSelect.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintingToolset\\Public\\MeshTexturePaintingTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintingToolset\\Public\\MeshVertexPaintingTool.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintingToolset\\Public\\MeshPaintInteractions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintingToolset\\Public\\MeshPaintingToolsetTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintingToolset\\Public\\TexturePaintToolset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintingToolset\\Public\\MeshPaintHelpers.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshPaintingToolset\\UHT\\MeshPaintingToolset.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MeshPaintEditorMode", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintEditorMode", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintEditorMode\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshPaintEditorMode\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintEditorMode\\Public\\MeshPaintModeHelpers.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintEditorMode\\Private\\MeshPaintModeSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintEditorMode\\Private\\MeshPaintMode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Source\\MeshPaintEditorMode\\Private\\ImportVertexColorOptions.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\MeshPainting\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MeshPaintEditorMode\\UHT\\MeshPaintEditorMode.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "WmfMediaFactory", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WmfMedia\\Source\\WmfMediaFactory", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WmfMedia\\Source\\WmfMediaFactory\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WmfMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WmfMediaFactory\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WmfMedia\\Source\\WmfMediaFactory\\Public\\WmfMediaSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WmfMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WmfMediaFactory\\UHT\\WmfMediaFactory.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "WmfMediaEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WmfMedia\\Source\\WmfMediaEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WmfMedia\\Source\\WmfMediaEditor\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WmfMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WmfMediaEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WmfMedia\\Source\\WmfMediaEditor\\Private\\WmfFileMediaSourceFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WmfMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WmfMediaEditor\\UHT\\WmfMediaEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MediaPlayerEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Source\\MediaPlayerEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Source\\MediaPlayerEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaPlayerEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Source\\MediaPlayerEditor\\Private\\Factories\\MediaPlayerFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Source\\MediaPlayerEditor\\Private\\Factories\\FileMediaSourceFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Source\\MediaPlayerEditor\\Private\\Factories\\MediaTextureFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Source\\MediaPlayerEditor\\Private\\Factories\\PlatformMediaSourceFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Source\\MediaPlayerEditor\\Private\\Factories\\StreamMediaSourceFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Source\\MediaPlayerEditor\\Private\\Shared\\MediaPlayerEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Source\\MediaPlayerEditor\\Private\\Factories\\MediaPlaylistFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Source\\MediaPlayerEditor\\Private\\Shared\\MediaPlayerEditorMediaContext.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Source\\MediaPlayerEditor\\Private\\Shared\\MediaSourceThumbnailRenderer.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Source\\MediaPlayerEditor\\Private\\Shared\\MediaSourceRenderer.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlayerEditor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaPlayerEditor\\UHT\\MediaPlayerEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ImgMediaFactory", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMediaFactory", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMediaFactory\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ImgMediaFactory\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMediaFactory\\Public\\ImgMediaSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ImgMediaFactory\\UHT\\ImgMediaFactory.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MediaCompositingEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Source\\MediaCompositingEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Source\\MediaCompositingEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaCompositingEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Source\\MediaCompositingEditor\\Private\\Sequencer\\MediaPlayerRecording.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Source\\MediaCompositingEditor\\Private\\Sequencer\\MediaSequenceRecorderExtender.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaCompositing\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaCompositingEditor\\UHT\\MediaCompositingEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "MediaPlateEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlate\\Source\\MediaPlateEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlate\\Source\\MediaPlateEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlate\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaPlateEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlate\\Source\\MediaPlateEditor\\Private\\ActorFactoryMediaPlate.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlate\\Source\\MediaPlateEditor\\Private\\AssetTools\\AssetDefinition_MediaPlate.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\MediaPlate\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\MediaPlateEditor\\UHT\\MediaPlateEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ImgMediaEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMediaEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMediaEditor\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ImgMediaEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMediaEditor\\Private\\Factories\\ImgMediaSourceFactoryNew.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMediaEditor\\Private\\Factories\\ImgMediaSourceFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Source\\ImgMediaEditor\\Private\\Widgets\\ImgMediaProcessEXROptions.h" - ], - "PublicDefines": [ - "IMGMEDIAEDITOR_EXR_SUPPORTED_PLATFORM=1" - ], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\ImgMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ImgMediaEditor\\UHT\\ImgMediaEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AvfMediaFactory", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AvfMedia\\Source\\AvfMediaFactory", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AvfMedia\\Source\\AvfMediaFactory\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AvfMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AvfMediaFactory\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AvfMedia\\Source\\AvfMediaFactory\\Public\\AvfMediaSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AvfMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AvfMediaFactory\\UHT\\AvfMediaFactory.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AvfMediaEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AvfMedia\\Source\\AvfMediaEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AvfMedia\\Source\\AvfMediaEditor\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AvfMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AvfMediaEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AvfMedia\\Source\\AvfMediaEditor\\Private\\AvfFileMediaSourceFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AvfMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AvfMediaEditor\\UHT\\AvfMediaEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AndroidMediaFactory", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AndroidMedia\\Source\\AndroidMediaFactory", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AndroidMedia\\Source\\AndroidMediaFactory\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AndroidMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidMediaFactory\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AndroidMedia\\Source\\AndroidMediaFactory\\Public\\AndroidMediaSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AndroidMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidMediaFactory\\UHT\\AndroidMediaFactory.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AndroidMediaEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AndroidMedia\\Source\\AndroidMediaEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AndroidMedia\\Source\\AndroidMediaEditor\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AndroidMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidMediaEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AndroidMedia\\Source\\AndroidMediaEditor\\Private\\AndroidFileMediaSourceFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\AndroidMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AndroidMediaEditor\\UHT\\AndroidMediaEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangeEditorUtilities", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Source\\Utilities", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Source\\Utilities\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeEditorUtilities\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Source\\Utilities\\Public\\InterchangeOpenFileDialog.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeEditorUtilities\\UHT\\InterchangeEditorUtilities.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangeEditorPipelines", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Source\\Pipelines", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Source\\Pipelines\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeEditorPipelines\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Source\\Pipelines\\Public\\InterchangePipelineConfigurationGeneric.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Source\\Pipelines\\Public\\InterchangeGraphInspectorPipeline.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Source\\Pipelines\\Private\\InterchangePipelineFactories.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeEditorPipelines\\UHT\\InterchangeEditorPipelines.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangeEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Source\\InterchangeEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Source\\InterchangeEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Source\\InterchangeEditor\\Private\\AssetDefinition_InterchangeSceneImportAsset.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Interchange\\Editor\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeEditor\\UHT\\InterchangeEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "GeometryCacheStreamer", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCacheStreamer", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCacheStreamer\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCacheStreamer\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Source\\GeometryCacheStreamer\\Public\\GeometryCacheStreamerSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\GeometryCache\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\GeometryCacheStreamer\\UHT\\GeometryCacheStreamer.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AlembicLibrary", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Importers\\AlembicImporter\\Source\\AlembicLibrary", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Importers\\AlembicImporter\\Source\\AlembicLibrary\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Importers\\AlembicImporter\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AlembicLibrary\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Importers\\AlembicImporter\\Source\\AlembicLibrary\\Public\\AbcAssetImportData.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Importers\\AlembicImporter\\Source\\AlembicLibrary\\Public\\AbcImportSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Importers\\AlembicImporter\\Source\\AlembicLibrary\\Private\\AlembicTestCommandlet.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Importers\\AlembicImporter\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AlembicLibrary\\UHT\\AlembicLibrary.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AlembicImporter", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Importers\\AlembicImporter\\Source\\AlembicImporter", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Importers\\AlembicImporter\\Source\\AlembicImporter\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Importers\\AlembicImporter\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AlembicImporter\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Importers\\AlembicImporter\\Source\\AlembicImporter\\Classes\\AlembicImportFactory.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Importers\\AlembicImporter\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AlembicImporter\\UHT\\AlembicImporter.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "Fab", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Source\\Fab", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Source\\Fab\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Fab\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Source\\Fab\\Private\\FabBrowser.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Source\\Fab\\Private\\FabBrowserApi.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Source\\Fab\\Private\\FabAuthentication.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Source\\Fab\\Private\\Importers\\ActorSpawner.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Source\\Fab\\Private\\FabSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Source\\Fab\\Private\\Pipelines\\Factories\\InterchangeInstancedFoliageTypeFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Source\\Fab\\Private\\Utilities\\QuixelAssetTypes.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Source\\Fab\\Private\\Pipelines\\Nodes\\InterchangeInstancedFoliageTypeFactoryNode.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Source\\Fab\\Private\\Pipelines\\InterchangeMegascansPipeline.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Source\\Fab\\Private\\Utilities\\FabLocalAssets.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Fab\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\Fab\\UHT\\Fab.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangeTests", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeTests\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\InterchangeImportTestStepBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\InterchangeImportTestSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\InterchangeImportTestStepImport.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\ImportTestFunctions\\ActorImportTestFunctions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\ImportTestFunctions\\AssetImportTestFunctions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\InterchangeImportTestStepReimport.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\InterchangeImportTestPlan.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\ImportTestFunctions\\LevelSequenceImportTestFunctions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\ImportTestFunctions\\ImportTestFunctionsBase.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\ImportTestFunctions\\InterchangeResultImportTestFunctions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\ImportTestFunctions\\SkeletalMeshImportTestFunctions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\ImportTestFunctions\\LevelVariantSetsImportTestFunctions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\ImportTestFunctions\\MaterialXTestFunctions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\ImportTestFunctions\\StaticMeshImportTestFunctions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\ImportTestFunctions\\MaterialImportTestFunctions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\InterchangeTestFunction.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\ImportTestFunctions\\AnimationImportTestFunctions.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTests\\Public\\ImportTestFunctions\\TextureImportTestFunctions.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeTests\\UHT\\InterchangeTests.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "InterchangeTestEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTestEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTestEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeTestEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Source\\InterchangeTestEditor\\Private\\InterchangeImportTestPlanFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Tests\\InterchangeTests\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\InterchangeTestEditor\\UHT\\InterchangeTestEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "WebMMediaEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WebMMedia\\Source\\WebMMediaEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WebMMedia\\Source\\WebMMediaEditor\\Private", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WebMMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WebMMediaEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WebMMedia\\Source\\WebMMediaEditor\\Private\\WebMFileMediaSourceFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Media\\WebMMedia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\WebMMediaEditor\\UHT\\WebMMediaEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "SynthesisEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\SynthesisEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\SynthesisEditor\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SynthesisEditor\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\SynthesisEditor\\Classes\\AudioImpulseResponseAsset.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\SynthesisEditor\\Classes\\EpicSynth1PresetBank.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\SynthesisEditor\\Classes\\SynthesisEditorSettings.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Source\\SynthesisEditor\\Classes\\MonoWaveTablePresetBank.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\Synthesis\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\SynthesisEditor\\UHT\\SynthesisEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "ResonanceAudioEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Source\\ResonanceAudioEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Source\\ResonanceAudioEditor\\Public", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ResonanceAudioEditor\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Source\\ResonanceAudioEditor\\Private\\ResonanceAudioReverbPluginPresetFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Source\\ResonanceAudioEditor\\Private\\ResonanceAudioSpatializationSourceSettingsFactory.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\ResonanceAudio\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\ResonanceAudioEditor\\UHT\\ResonanceAudioEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "AudioSynesthesiaEditor", - "ModuleType": "EngineEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesiaEditor", - "IncludeBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesiaEditor\\Classes", - "OutputDirectory": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioSynesthesiaEditor\\UHT", - "ClassesHeaders": [ - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesiaEditor\\Classes\\AudioSynesthesiaSettingsFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesiaEditor\\Classes\\AudioSynesthesiaNRTSettingsFactory.h", - "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Source\\AudioSynesthesiaEditor\\Classes\\AudioSynesthesiaNRTFactory.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Epic Games\\UE_5.3\\Engine\\Plugins\\Runtime\\AudioSynesthesia\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\AudioSynesthesiaEditor\\UHT\\AudioSynesthesiaEditor.gen", - "SaveExportedHeaders": false, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "FMODStudio", - "ModuleType": "GameRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio", - "IncludeBase": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Public\\FMOD", - "OutputDirectory": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FMODStudio\\UHT", - "ClassesHeaders": [ - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Classes\\FMODAsset.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Classes\\FMODAmbientSound.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Classes\\FMODAnimNotifyPlay.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Classes\\FMODPort.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Classes\\FMODBus.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Classes\\FMODBank.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Classes\\FMODSnapshot.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Classes\\FMODEvent.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Classes\\FMODVCA.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Classes\\FMODSnapshotReverb.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Classes\\FMODBlueprintStatics.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Classes\\FMODAudioComponent.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Classes\\FMODSettings.h" - ], - "PublicHeaders": [ - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODAudioLink\\Public\\FMODAudioLinkComponent.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODAudioLink\\Public\\FMODAudioLinkSettings.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Private\\FMODAssetLookup.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Private\\Sequencer\\FMODEventControlTrack.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Private\\FMODBankLookup.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Private\\Sequencer\\FMODEventParameterTrack.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Private\\Sequencer\\FMODEventControlSectionTemplate.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODAudioLinkEditor\\Private\\FMODAudioLinkSettingsFactory.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Private\\Sequencer\\FMODEventParameterSectionTemplate.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudio\\Private\\Sequencer\\FMODEventControlSection.h" - ], - "PublicDefines": [ - "FMODSTUDIO_LINK_LOGGING=1" - ], - "GeneratedCPPFilenameBase": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FMODStudio\\UHT\\FMODStudio.gen", - "SaveExportedHeaders": true, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "FMODStudioNiagara", - "ModuleType": "GameRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudioNiagara\\Source\\FMODStudioNiagara", - "IncludeBase": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudioNiagara\\Source", - "OutputDirectory": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudioNiagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FMODStudioNiagara\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [ - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudioNiagara\\Source\\FMODStudioNiagara\\Public\\FMODNiagaraEventPlayer.h" - ], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudioNiagara\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FMODStudioNiagara\\UHT\\FMODStudioNiagara.gen", - "SaveExportedHeaders": true, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "hwanyoung2", - "ModuleType": "GameRuntime", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2", - "IncludeBase": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source", - "OutputDirectory": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\hwanyoung2\\UHT", - "ClassesHeaders": [], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [ - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\HYAIController.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\HYEnemyBase.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\HYAttackComponent.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\HYInteractableActor.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\HYManualPickUp.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\hwanyoung2Character.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\CraftingInfo.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\HYAutomaticPickUp.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\hwanyoung2GameMode.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\HwanyoungAssetManager.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\HYGameStateBase.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\HYPlayerCharacController.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\HYMoneyAutoPickUp.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\HYProjectileAttackComponent.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\HYSaveGameActor.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\HYConsumableItem.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Source\\hwanyoung2\\InventoryItem.h" - ], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\hwanyoung2\\UHT\\hwanyoung2.gen", - "SaveExportedHeaders": true, - "UHTGeneratedCodeVersion": "None" - }, - { - "Name": "FMODStudioEditor", - "ModuleType": "GameEditor", - "OverrideModuleType": "None", - "BaseDirectory": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudioEditor", - "IncludeBase": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source", - "OutputDirectory": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FMODStudioEditor\\UHT", - "ClassesHeaders": [ - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudioEditor\\Classes\\FMODAmbientSoundActorFactory.h", - "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Source\\FMODStudioEditor\\Classes\\FMODGenerateAssetsCommandlet.h" - ], - "PublicHeaders": [], - "InternalHeaders": [], - "PrivateHeaders": [], - "PublicDefines": [], - "GeneratedCPPFilenameBase": "D:\\Unreal\\Hwanyoung\\Illusion-UE5\\hwanyoung2\\Plugins\\FMODStudio\\Intermediate\\Build\\Win64\\UnrealEditor\\Inc\\FMODStudioEditor\\UHT\\FMODStudioEditor.gen", - "SaveExportedHeaders": true, - "UHTGeneratedCodeVersion": "None" - } - ], - "UhtPlugins": [] -} \ No newline at end of file diff --git a/hwanyoung2/Intermediate/ReimportCache/3688439234.bin b/hwanyoung2/Intermediate/ReimportCache/3688439234.bin deleted file mode 100644 index 1590aff8..00000000 Binary files a/hwanyoung2/Intermediate/ReimportCache/3688439234.bin and /dev/null differ diff --git a/hwanyoung2/Platforms/HoloLens/Config/HoloLensEngine.ini b/hwanyoung2/Platforms/HoloLens/Config/HoloLensEngine.ini deleted file mode 100644 index d5ebb91b..00000000 --- a/hwanyoung2/Platforms/HoloLens/Config/HoloLensEngine.ini +++ /dev/null @@ -1,32 +0,0 @@ - - -[/Script/HoloLensPlatformEditor.HoloLensTargetSettings] -bBuildForEmulation=False -bBuildForDevice=True -bUseNameForLogo=True -bBuildForRetailWindowsStore=False -bAutoIncrementVersion=False -bShouldCreateAppInstaller=False -AppInstallerInstallationURL= -HoursBetweenUpdateChecks=0 -bEnablePIXProfiling=False -TileBackgroundColor=(B=64,G=0,R=0,A=255) -SplashScreenBackgroundColor=(B=64,G=0,R=0,A=255) -+PerCultureResources=(CultureId="",Strings=(PackageDisplayName="",PublisherDisplayName="",PackageDescription="",ApplicationDisplayName="",ApplicationDescription=""),Images=()) -TargetDeviceFamily=Windows.Holographic -MinimumPlatformVersion= -MaximumPlatformVersionTested=10.0.18362.0 -MaxTrianglesPerCubicMeter=500.000000 -SpatialMeshingVolumeSize=20.000000 -CompilerVersion=Default -Windows10SDKVersion=10.0.18362.0 -+CapabilityList=internetClientServer -+CapabilityList=privateNetworkClientServer -+Uap2CapabilityList=spatialPerception -bSetDefaultCapabilities=False -SpatializationPlugin= -SourceDataOverridePlugin= -ReverbPlugin= -OcclusionPlugin= -SoundCueCookQualityIndex=-1 - diff --git a/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudio.dll b/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudio.dll deleted file mode 100644 index 716ad409..00000000 Binary files a/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudio.dll and /dev/null differ diff --git a/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudio.pdb b/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudio.pdb deleted file mode 100644 index 89fe829d..00000000 Binary files a/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudio.pdb and /dev/null differ diff --git a/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudioEditor.dll b/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudioEditor.dll deleted file mode 100644 index 2031914c..00000000 Binary files a/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudioEditor.dll and /dev/null differ diff --git a/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudioEditor.pdb b/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudioEditor.pdb deleted file mode 100644 index 6dc02052..00000000 Binary files a/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor-FMODStudioEditor.pdb and /dev/null differ diff --git a/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor.modules b/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor.modules deleted file mode 100644 index 4fc13c99..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Binaries/Win64/UnrealEditor.modules +++ /dev/null @@ -1,8 +0,0 @@ -{ - "BuildId": "27405482", - "Modules": - { - "FMODStudio": "UnrealEditor-FMODStudio.dll", - "FMODStudioEditor": "UnrealEditor-FMODStudioEditor.dll" - } -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Content/AnimNotify_FMODPlayEvent.uasset b/hwanyoung2/Plugins/FMODStudio/Content/AnimNotify_FMODPlayEvent.uasset deleted file mode 100644 index 809f044e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Content/AnimNotify_FMODPlayEvent.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7552ccaf321e0365f26817726eac2e34aa7c850f8deb5345cfdbd4447d8e51c7 -size 71975 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-afmodambientsound.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-afmodambientsound.html deleted file mode 100644 index 3d223d6c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-afmodambientsound.html +++ /dev/null @@ -1,48 +0,0 @@ - - -API Reference | AFMODAmbientSound - - - - -
- -
-

6. API Reference | AFMODAmbientSound

-

This class inherits from AActor

-

Properties:

- -

AFMODAmbientSound::AudioComponent

-

FMODAudioComponent used to play the ambient Event.

-

-

-
C++
-
-

-
UFMODAudioComponent *AudioComponent;
-
- -

See Also: UFMODAudioComponent

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-common.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-common.html deleted file mode 100644 index 3fa1517b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-common.html +++ /dev/null @@ -1,394 +0,0 @@ - - -API Reference | Common - - - - -
- -
-

6. API Reference | Common

-

Types:

-
    -
  • FFMODAttenuationDetails Override the attenuation values from FMOD Studio.
  • -
  • EFMODEventProperty These definitions describe built-in event properties.
  • -
  • EFMODSystemContext Which FMOD Studio system to use.
  • -
  • FFMODOcclusionDetails Occlusion details.
  • -
  • FMOD_VECTOR_SCALE_DEFAULT This constant is used to convert unreal units to meters for FMOD Studio. The default value is appropriate for games that follow the Unreal Engine's convention of 1 unreal unit == 1cm; if your game world's scale uses a different length for unreal units, you can alter this value in FMODUtils.h.
  • -
-

Methods:

- -

FFMODAttenuationDetails

-

Override the attenuation values from FMOD Studio.

-

-

-
C++
-
-

-
struct FFMODAttenuationDetails
-{
-    uint32 bOverrideAttenuation;
-    float MinimumDistance;
-    float MaximumDistance;
-};
-
- -
-
bOverrideAttenuation
-
Should we use attenuation set in Studio or be able to modify in Editor.
-
MinimumDistance
-
Override the event's 3D minimum distance.
-
MaximumDistance
-
Override the event's 3D maximum distance.
-
-

EFMODEventProperty

-

These definitions describe built-in event properties.

-

-

-
C++
-
-

-
enum Type
-{
-    ChannelPriority,
-    ScheduleDelay,
-    ScheduleLookahead,
-    MinimumDistance,
-    MaximumDistance,
-    Count
-};
-
- -
-
ChannelPriority
-
-

Priority to set on low-level channels created by this event instance.

-
    -
  • Range: [-1, 256]
  • -
  • Default: -1
  • -
-
-
ScheduleDelay
-
-

Schedule delay to synchronized playback for multiple tracks in DSP clocks, or -1 for default.

-
    -
  • Range: -1, [0, inf]
  • -
  • Default: -1
  • -
-
-
ScheduleLookahead
-
-

Schedule look-ahead on the timeline in DSP clocks, or -1 for default.

-
    -
  • Range: -1, [0, inf]
  • -
  • Default: -1
  • -
-
-
MinimumDistance
-
-

Override the event's 3D minimum distance, or -1 for default.

-
    -
  • Range: -1, [0, inf]
  • -
  • Default: -1
  • -
-
-
MaximumDistance
-
-

Override the event's 3D maximum distance, or -1 for default.

-
    -
  • Range: -1, [0, inf]
  • -
  • Default: -1
  • -
-
-
Count
-
Number of options.
-
-

EFMODSystemContext

-

Which FMOD Studio system to use.

-

-

-
C++
-
-

-
enum Type
-{
-    Auditioning,
-    Runtime,
-    Editor,
-    Max
-};
-
- -
-
Auditioning
-
For use auditioning sounds within the editor.
-
Runtime
-
For use in PIE and in-game.
-
Editor
-
For use when playing events in an editor world (e.g. previewing a level sequence).
-
Max
-
Upper bound of types.
-
-

FFMODOcclusionDetails

-

Occlusion details.

-

-

-
C++
-
-

-
struct FFMODOcclusionDetails
-{
-    bool bEnableOcclusion;
-    TEnumAsByte<enum ECollisionChannel> OcclusionTraceChannel;
-    bool bUseComplexCollisionForOcclusion;
-}
-
- -
-
bEnableOcclusion
-
Enable occlusion settings.
-
OcclusionTraceChannel
-
Which trace channel to use for audio occlusion checks.
-
bUseComplexCollisionForOcclusion
-
Whether or not to enable complex geometry occlusion checks.
-
-

FMOD_VECTOR_SCALE_DEFAULT

-

This constant is used to convert unreal units to meters for FMOD Studio. The default value is appropriate for games that follow the Unreal Engine's convention of 1 unreal unit == 1cm; if your game world's scale uses a different length for unreal units, you can alter this value in FMODUtils.h.

-

-

-
C++
-
-

-
#define FMOD_VECTOR_SCALE_DEFAULT 0.01f
-
- -

FMODUtils::LogError

-

Helper function to debug FMOD function calls.

-

-

-
C++
-
-

-
void LogError(
-    FMOD_RESULT result,
-    const char *function
-);
-
- -
-
result
-
Result of an FMOD function call.
-
function
-
The function that is being checked.
-
-

FMODUtils::Assign

-

Helper function to convert from UE world axis to FMOD axis.

-

-

-
C++
-
-

-
void Assign(
-    FMOD_VECTOR &Dest
-    const FVector &Src
-);
-void Assign(
-    FMOD_3D_ATTRIBUTES &Dest,
-    const FTransform &Src
-);
-
- -
-
Dest
-
Returned FMOD vector.
-
Src
-
Unreal vector to be converted.
-
-

FMODUtils::ConvertWorldVector

-

Helper function to convert from UE world vector to FMOD vector.

-

-

-
C++
-
-

-
FMOD_VECTOR ConvertWorldVector(
-    const FVector &Src
-);
-
- -
-
Src
-
Source vector to be converted.
-
-

FMODUtils::ConvertUnitVector

-

Helper function for converting unit vector to be used by FMOD.

-

-

-
C++
-
-

-
FMOD_VECTOR ConvertUnitVector(
-    const FVector &Src
-);
-
- -
-
Src
-
Unit vector to be converted.
-
-

FMODUtils::DistanceToUEScale

-

Helper function to convert from FMOD distance to UE scale.

-

-

-
C++
-
-

-
float DistanceToUEScale(
-    float FMODDistance
-);
-
- -
-
FMODDistance
-
Distance in FMOD scale.
-
-

FMODUtils::IsWorldAudible

-

Helper function to know if an object is audible in the world.

-

-

-
C++
-
-

-
bool IsWorldAudible(
-    UWorld *World,
-    bool AllowInEditor
-);
-
- -
-
World
-
A pointer to the current world.
-
AllowInEditor
-
Whether editor world objects should be considered audible when determining audibility.
-
-

FMODUtils::ConvertGuid

-

Helper function to convert from UE GUID to FMOD Studio ID.

-

-

-
C++
-
-

-
FMOD::Studio::ID ConvertGuid(
-    const FGuid &UnrealGuid
-);
-
- -
-
UnrealGuid
-
The GUID to be converted.
-
-

FMODUtils::GetID

-

Helper function to get UE GUID from an FMOD instanced object.

-

-

-
C++
-
-

-
FGuid GetID(
-    StudioType *Instance
-);
-
- -
-
Instance
-
An instance of an FMOD object.
-
-

FMODUtils::GetPath

-

Helper function to get the path of an event.

-

-

-
C++
-
-

-
FString GetPath(
-    StudioType *Instance
-);
-
- -
-
Instance
-
An instance of an FMOD object.
-
-

FMODUtils::LookupNameFromGuid

-

Helper function to return the name of an event using its Guid.

-

-

-
C++
-
-

-
FString LookupNameFromGuid(
-    FMOD::Studio::System *StudioSystem,
-    const FGuid &Guid
-);
-FString LookupNameFromGuid(
-    FMOD::Studio::System *StudioSystem,
-    const FMOD::Studio::ID &Guid
-);
-
- -
-
studioSystem
-
Current FMOD Studio System.
-
Guid
-
GUID to retrieve the name of.
-
-

FMODUtils::ParameterTypeToString

-

Helper function to return the FMOD Studio Parameter as a string.

-

-

-
C++
-
-

-
FString ParameterTypeToString(
-    FMOD_STUDIO_PARAMETER_TYPE Type
-);
-
- -
-
Type
-
Helper function to return a parameter type as a string.
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ifmodstudiomodule.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ifmodstudiomodule.html deleted file mode 100644 index 1293606c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ifmodstudiomodule.html +++ /dev/null @@ -1,366 +0,0 @@ - - -API Reference | IFMODStudioModule - - - - -
- -
-

6. API Reference | IFMODStudioModule

-

This class inherits from IModuleInterface.

-

Methods:

- -

IFMODStudioModule::AddRequiredPlugin

-

Register a plugin that is required.

-
void AddRequiredPlugin(
-    const FString &Plugin
-);
-
- -
-
Plugin
-
The plugin to be registered.
-
-

IFMODStudioModule::AreBanksLoaded

-

This returns true if the plugin has loaded all required banks on startup. Depending if bLoadAllBanks is checked, this could be all banks or just the Master and Strings Bank.

-
bool AreBanksLoaded();
-
- -

IFMODStudioModule::CreateAuditioningInstance

-

Create a single auditioning instance using the auditioning system.

-
FMOD::Studio::EventInstance *CreateAuditioningInstance(
-    const UFMODEvent *Event
-);
-
- -
-
Event
-
The event to audition.
-
-

IFMODStudioModule::FindAssetByName

-

Look up an asset given its name.

-
UFMODAsset *FindAssetByName(
-    const FString &Name
-);
-
- -
-
Name
-
The asset name.
-
-

IFMODStudioModule::FindEventByName

-

Look up an event given its name.

-
UFMODEvent *FindEventByName(
-    const FString &Name
-);
-
- -
-
Name
-
The name of the event.
-
-

IFMODStudioModule::FinishSetListenerPosition

-

Used to update the listener positions.

-
void FinishSetListenerPosition(
-    int NumListeners
-);
-
- -
-
NumListeners
-
The number of listeners to change the positions of.
-
-

IFMODStudioModule::Get

-

Singleton-like access to this module's interface. Beware of calling this during the shutdown phase, though. Your module might have been unloaded already.

-

-

-
C++
-
-

-
IFMODStudioModule &Get()
-
- -
-
return
-
Returns singleton instance, loading the module on demand if needed.
-
-

IFMODStudioModule::GetAllBankPaths

-

Get the disk paths for all Banks.

-
void GetAllBankPaths(
-    TArray<FString> &Paths,
-    bool IncludeMasterBank
-);
-
- -
-
Paths
-
An array of strings for the paths to be assigned to.
-
IncludeMasterBank
-
Should the Master Bank path be included.
-
-

IFMODStudioModule::GetBankPath

-

Get the disk path for a bank asset.

-
FString GetBankPath(
-    const UFMODBank &Bank
-);
-
- -
-
Bank
-
The bank to retrieve the disk path for.
-
-

IFMODStudioModule::GetDefaultLocale

-

Get the current default locale.

-
FString GetDefaultLocale();
-
- -

IFMODStudioModule::GetEventDescription

-

Get an event description. The system type can control which Studio system to use, or leave it as System_Max for it to choose automatically.

-
FMOD::Studio::EventDescription *GetEventDescription(
-    const UFMODEvent *Event,
-    FMODSystemContext::Type Context = EFMODSystemContext::Max
-);
-
- -
-
Event
-
The event to retrieve the description of.
-
Context
-
System context to use.
-
-

See Also: EFMODSystemContext.

-

IFMODStudioModule::GetFailedBankLoads

-

Return a list of banks that failed to load due to an error.

-
TArray<FString> GetFailedBankLoads(
-    EFMODSystemContext::Type Context
-);
-
- -
-
Context
-
System context to use.
-
-

See Also: EFMODSystemContext.

-

IFMODStudioModule::GetLocale

-

Get current locale.

-
FString GetLocale();
-
- -

IFMODStudioModule::GetNearestListener

-

Return the audio settings for the listener nearest the given location.

-
const FFMODListener &GetNearestListener(
-    const FVector &Location
-);
-
- -
-
Location
-
Unreal Vector position.
-
-

IFMODStudioModule::GetRequiredPlugins

-

Return a list of plugins that appear to be needed.

-
TArray<FString> GetRequiredPlugins();
-
- -

IFMODStudioModule::GetStudioSystem

-

Get a pointer to the runtime studio system (only valid in-game or in PIE).

-
FMOD::Studio::System *GetStudioSystem(
-    EFMODSystemContext::Type Context
-);
-
- -
-
Context
-
System context to use.
-
-

See Also: EFMODSystemContext.

-

IFMODStudioModule::HasListenerMoved

-

Return whether the listener(s) have moved.

-
bool HasListenerMoved();
-
- -

IFMODStudioModule::IsAvailable

-

Checks to see if this module is loaded and ready. It is only valid to call Get() if IsAvailable() returns true.

-
bool IsAvailable()
-
- -
-
return
-
Returns true if the module is loaded and ready to use.
-
-

IFMODStudioModule::LoadEditorBanks

-

Load banks using the Editor System Context.

-
void LoadEditorBanks();
-
- -

See Also: EFMODSystemContext.

-

IFMODStudioModule::LoadPlugin

-

Attempts to load a plugin by name.

-
bool LoadPlugin(
-    EFMODSystemContext::Type Context,
-    const TCHAR *ShortName
-);
-
- -
-
Context
-
System context to use.
-
ShortName
-
Name of the plugin.
-
-

See Also: EFMODSystemContext.

-

IFMODStudioModule::LogError

-

Log an FMOD error.

-
void LogError(
-    int result,
-    const char *function
-);
-
- -
-
result
-
Result of FMOD function call.
-
function
-
The name of the function.
-
-

IFMODStudioModule::PreEndPIE

-

A function called by FFMODStudioEditorModule as the PIE is ending so that the FMODStudioModule can clean up.

-
void PreEndPIE()
-
- -

IFMODStudioModule::PreEndPIEEvent

-

Returns a delegate that gets triggered as the Play-In-Editor session is stopped but before the FMOD System is shutdown.

-
FSimpleMulticastDelegate &PreEndPIEEvent()
-
- -

IFMODStudioModule::ReloadBanks

-

Called by the editor module when banks have been modified on disk.

-
void ReloadBanks();
-
- -

IFMODStudioModule::SetInPIE

-

Called when we enter or leave PIE mode.

-
void SetInPIE(
-    bool bInPIE,
-    bool bSimulating
-);
-
- -
-
bInPIE
-
Currently in PIE.
-
bSimulating
-
Currently simulating.
-
-

IFMODStudioModule::SetListenerPosition

-

Used to update a listener's position.

-
void SetListenerPosition(
-    int ListenerIndex,
-    UWorld *World,
-    FTransform &ListenerTransform,
-    float DeltaSeconds
-);
-
- -
-
ListenerIndex
-
Which listener position to change.
-
World
-
The current map.
-
ListenerTransform
-
New transform of the listener.
-
DeltaSeconds
-
How many seconds it should take to get there.
-
-

IFMODStudioModule::SetLocale

-

Set active locale. Locale must be the locale name of one of the configured project locales.

-
bool SetLocale(
-    const FString& Locale
-);
-
- -
-
Locale
-
The language to use.
-
-

IFMODStudioModule::SetSystemPaused

-

Set system paused.

-
void SetSystemPaused(
-    bool paused
-);
-
- -
-
paused
-
Should the system be paused.
-
-

IFMODStudioModule::StopAuditioningInstance

-

Stop any auditioning instance.

-
void StopAuditioningInstance();
-
- -

IFMODStudioModule::UnloadEditorBanks

-

Unload banks using the Editor System Context.

-
void UnloadEditorBanks();
-
- -

See Also: EFMODSystemContext.

-

IFMODStudioModule::UseSound

-

Returns whether sound is enabled for the game.

-
bool UseSound();
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodanimnotifyplay.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodanimnotifyplay.html deleted file mode 100644 index 976a857c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodanimnotifyplay.html +++ /dev/null @@ -1,93 +0,0 @@ - - -API Reference | UFMODAnimNotifyPlay - - - - -
- -
-

6. API Reference | UFMODAnimNotifyPlay

-

Used for triggering Events in Animation timelines.

-

This class inherits from UAnimNotify

-

Properties:

- -

Methods:

- -

UFMODAnimNotifyPlay::AttachName

-

Socket or bone name to attach sound to.

-

-

-
C++
-
-

-
FString AttachName;
-
- -

UFMODAnimNotifyPlay::bFollow

-

Should this sound follow its owner.

-

-

-
C++
-
-

-
unit32 bFollow : 1;
-
- -

UFMODAnimNotifyPlay::Event

-

FMODEvent reference to play.

-

-

-
C++
-
-

-
TAssetPtr<class UFMODEvent> Event;
-
- -

See Also: UFMODEvent

-

UFMODAnimNotifyPlay::Notify

-

Event triggered when the timeline crosses the notify marker.

-

-

-
C++
-
-

-
virtual void Notify(USkeletalMeshComponent *MeshComp, UAnimSequenceBase *AnimSeq) override
-
- -
-
MeshComp
-
USceneComponent used for the position of the Event.
-
AnimSeq
-
Reference to the current animation.
-
-

If UFMODAnimNotifyPlay::bFollow is true Play Event Attached is called using the current UFMODAnimNotifyPlay::AttachName.
-Otherwise Play Event At Location is called using the MeshComp for the positional information.

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodasset.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodasset.html deleted file mode 100644 index 40f565ad..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodasset.html +++ /dev/null @@ -1,47 +0,0 @@ - - -API Reference | UFMODAsset - - - - -
- -
-

6. API Reference | UFMODAsset

-

Base asset used for creating FMOD object assets in Unreal.

-

This class inherits from UObject

-

Properties:

- -

UFMODAsset::AssetGuid

-

The unique Guid, which matches the one exported from FMOD Studio.

-

-

-
C++
-
-

-
FGuid AssetGuid;
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodaudiocomponent.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodaudiocomponent.html deleted file mode 100644 index 3371c3bc..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodaudiocomponent.html +++ /dev/null @@ -1,275 +0,0 @@ - - -API Reference | UFMODAudioComponent - - - - -
- -
-

6. API Reference | UFMODAudioComponent

-

This class inherits from USceneComponent

-

Properties:

- -

Methods:

- -

BlueprintCallable Methods:

- -

UFMODAudioComponent::AttenuationDetails

-

FMOD Custom Attenuation Details.

-

-

-
C++
-
-

-
struct FFMODAttenuationDetails AttenuationDetails;
-
- -

See Also: FFMODAttenuationDetails

-

UFMODAudioComponent::bApplyAmbientVolumes

-

Whether we apply gain and low-pass based on audio zones.

-

-

-
C++
-
-

-
uint32 bApplyAmbientVolumes : 1;
-
- -

UFMODAudioComponent::bApplyOcclusionParameter

-

Whether we apply gain and low-pass based on occlusion onto a parameter.

-

-

-
C++
-
-

-
uint32 bApplyOcclusionParameter : 1;
-
- -

UFMODAudioComponent::bAutoDestroy

-

Auto destroy this component on completion.

-

-

-
C++
-
-

-
uint32 bAutoDestroy : 1;
-
- -

UFMODAudioComponent::bEnableTimelineCallbacks

-

Enable timeline callbacks for this sound, so that OnTimelineMarker and OnTimelineBeat can be used.

-

-

-
C++
-
-

-
uint32 bEnableTimelineCallbacks : 1;
-
- -

See Also: UFMODAudioComponent::OnTimelineMarker, UFMODAudioComponent::OnTimelineBeat

-

UFMODAudioComponent::bStopWhenOwnerDestroyed

-

Stop sound when owner is destroyed.

-

-

-
C++
-
-

-
uint32 bStopWhenOwnerDestroyed : 1;
-
- -

UFMODAudioComponent::Event

-

The event asset to use for this sound.

-

-

-
C++
-
-

-
TAssetPtr<class UFMODEvent> Event;
-
- -

See Also: UFMODEvent

-

UFMODAudioComponent_EventCallback

-

Generic callback used for the Studio Instance.

-

-

-
C++
-
-

-
FMOD_RESULT F_CALLBACK UFMODAudioComponent_EventCallback(
-    FMOD_STUDIO_EVENT_CALLBACK_TYPE type,
-    FMOD_STUDIO_EVENTINSTANCE *event,
-    void *parameters
-);
-
- -
-
type
-
The type of callback being triggered.
-
event
-
Reference to the Studio Instance.
-
parameters
-
Information about the callback.
-
-

This is called if the UFMODAudioComponent::bEnableTimelineCallbacks is true or UFMODAudioComponent::ProgrammerSoundName is not empty.

-

See Also: FMOD_STUDIO_EVENT_CALLBACK_TYPE

-

UFMODAudioComponent::OcclusionDetails

-

FMOD Custom Occlusion Details.

-

-

-
C++
-
-

-
struct FFMODOcclusionDetails OcclusionDetails;
-
- -

See Also: FFMODOcclusionDetails

-

UFMODAudioComponent::OnEventStopped

-

Called when an event stops, either because it played to completion or because a Stop() call turned it off early.

-

-

-
C++
-
-

-
FOnEventStopped OnEventStopped;
-
- -

UFMODAudioComponent::OnSoundStopped

-

Called when a sound stops.

-

-

-
C++
-
-

-
FOnSoundStopped OnSoundStopped;
-
- -

UFMODAudioComponent::OnTimelineBeat

-

Called when we reach a beat of a tempo (if bEnableTimelineCallbacks is true).

-

-

-
C++
-
-

-
FOnTimelineMarker OnTimelineBeat;
-
- -

See Also: UFMODAudioComponent::bEnableTimelineCallbacks

-

UFMODAudioComponent::OnTimelineMarker

-

Called when we reach a named marker (if bEnableTimelineCallbacks is true).

-

-

-
C++
-
-

-
FOnTimelineMarker OnTimelineMarker;
-
- -

See Also: UFMODAudioComponent::bEnableTimelineCallbacks

-

UFMODAudioComponent::ParameterCache

-

Cache of the current Events parameters.

-

-

-
C++
-
-

-
TMap<FName, float> ParameterCache;
-
- -

UFMODAudioComponent::ProgrammerSoundName

-

Sound name used for programmer sound.

-

-

-
C++
-
-

-
FString ProgrammerSoundName;
-
- -

The integration will look up the name in any loaded audio table.

-

UFMODAudioComponent::SetProgrammerSound

-

Set a programmer sound to use for this audio component. Lifetime of sound must exceed that of the audio component.

-

-

-
C++
-
-

-
void SetProgrammerSound(
-  FMOD::Sound *Sound
-);
-
- -
-
Sound
-
User created sound to use.
-
-

See Also: FMOD::Sound

-

UFMODAudioComponent::StudioInstance

-

Actual Studio instance handle.

-

-

-
C++
-
-

-
FMOD::Studio::EventInstance *StudioInstance;
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodbank.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodbank.html deleted file mode 100644 index 3849cb68..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodbank.html +++ /dev/null @@ -1,46 +0,0 @@ - - -API Reference | UFMODBank - - - - -
- -
-

6. API Reference | UFMODBank

-

This class inherits from UFMODAsset.

-

Properties:

- -

UFMODAsset::AssetGuid

-

The unique Guid, which matches the one exported from FMOD Studio.

-

-

-
C++
-
-

-
FGuid AssetGuid;
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodblueprintstatics.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodblueprintstatics.html deleted file mode 100644 index 723b3e05..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodblueprintstatics.html +++ /dev/null @@ -1,75 +0,0 @@ - - -API Reference | UFMODBlueprintStatics - - - - -
- -
-

6. API Reference | UFMODBlueprintStatics

-

This class inherits from UBlueprintFunctionLibrary

-

Refer to Blueprint Reference.

-

Defines:

- -

EFMOD_STUDIO_STOP_MODE

-

Studio stop mode enum for use in blueprints.

-

-

-
C++
-
-

-
enum EFMOD_STUDIO_STOP_MODE{
-  ALLOWFADEOUT,
-  IMMEDIATE
-} EFMOD_STUDIO_STOP_MODE;
-
- -
-
ALLOWFADEOUT
-
Allow AHDSR modulators to complete their release, and DSP effect tails to play out.
-
IMMEDIATE
-
Stop the event instance immediately.
-
-

See Also: FMOD_STUDIO_STOP_MODE

-

FFMODEventInstance

-

Wrapped FMOD::Studio::EventInstance for use in blueprints.

-

-

-
C++
-
-

-
struct FFMODEventInstance{
-  FMOD::Studio::EventInstance *Instance;
-} FFMODEventInstance;
-
- -
-
Instance
-
FMOD::Studio::EventInstance to use.
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodbus.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodbus.html deleted file mode 100644 index 705f1846..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodbus.html +++ /dev/null @@ -1,46 +0,0 @@ - - -API Reference | UFMODBus - - - - -
- -
-

6. API Reference | UFMODBus

-

This class inherits from UFMODAsset.

-

Properties:

- -

UFMODAsset::AssetGuid

-

The unique Guid, which matches the one exported from FMOD Studio.

-

-

-
C++
-
-

-
FGuid AssetGuid;
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodevent.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodevent.html deleted file mode 100644 index c012fbd3..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodevent.html +++ /dev/null @@ -1,64 +0,0 @@ - - -API Reference | UFMODEvent - - - - -
- -
-

6. API Reference | UFMODEvent

-

This class inherits from UFMODAsset

-

Methods:

- -

UFMODAsset::AssetGuid

-

The unique Guid, which matches the one exported from FMOD Studio.

-

-

-
C++
-
-

-
FGuid AssetGuid;
-
- -

UFMODEvent::GetParameterDescriptions

-

Get parameter descriptions for this event.

-

-

-
C++
-
-

-
void GetParameterDescriptions(
-    TArray<FMOD_STUDIO_PARAMETER_DESCRIPTION> &Parameters
-);
-
- -
-
Parameters
-
Parameters to retrieve.
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodport.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodport.html deleted file mode 100644 index 93a56334..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodport.html +++ /dev/null @@ -1,46 +0,0 @@ - - -API Reference | UFMODPort - - - - -
- -
-

6. API Reference | UFMODPort

-

This class inherits from UFMODAsset.

-

Properties:

- -

UFMODAsset::AssetGuid

-

The unique Guid, which matches the one exported from FMOD Studio.

-

-

-
C++
-
-

-
FGuid AssetGuid;
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodsettings.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodsettings.html deleted file mode 100644 index a0430a01..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodsettings.html +++ /dev/null @@ -1,755 +0,0 @@ - - -API Reference | UFMODSettings - - - - -
- -
-

6. API Reference | UFMODSettings

-

This class inherits from UObject.

-

Defines:

- -

Properties:

- -

EFMODLogging

-

FMOD Logging level.

-

-

-
C++
-
-

-
enum EFMODLogging
-{
-    LEVEL_NONE = 0,
-    LEVEL_ERROR = 1,
-    LEVEL_WARNING = 2,
-    LEVEL_LOG = 4
-};
-
- -
-
LEVEL_NONE = 0
-
No FMOD logging.
-
LEVEL_ERROR = 1
-
Only log errors.
-
LEVEL_WARNING = 2
-
Only log warnings.
-
LEVEL_LOG = 4
-
Log all FMOD calls.
-
-

EFMODSpeakerMode

-

Project output format, should match the mode set up for the Studio project.

-

-

-
C++
-
-

-
namespace EFMODSpeakerMode
-{
-    enum Type
-    {
-        Stereo,
-        Surround_5_1,
-        Surround_7_1,
-        Surround_7_1_4
-    };
-}
-
- -
-
Stereo
-
Speakers in a Stereo set up.
-
Surround_5_1
-
Speakers in a 5.1 set up.
-
Surround_7_1
-
Speakers in a 7.1 set up.
-
Surround_7_1_4
-
Speakers in a 7.1.4 set up.
-
-

This setting must match the corresponding project platform in the FMOD Studio build settings.

-

EFMODOutput

-

FMOD System Output modes.

-

-

-
C++
-
-

-
namespace EFMODOutput
-{
-    enum Type
-    {
-        TYPE_AUTODETECT,
-        TYPE_NOSOUND,
-        TYPE_WASAPI,
-        TYPE_ASIO,
-        TYPE_PULSEAUDIO,
-        TYPE_ALSA,
-        TYPE_COREAUDIO,
-        TYPE_AUDIOTRACK,
-        TYPE_OPENSL,
-        TYPE_AUDIOOUT,
-        TYPE_AUDIO3D,
-        TYPE_NNAUDIO,
-        TYPE_WINSONIC,
-        TYPE_AAUDIO,
-    };
-}
-
- -
-
TYPE_AUTODETECT
-
Picks the best output mode for the platform. This is the default.
-
TYPE_NOSOUND
-
All - Perform all mixing but discard the final output.
-
TYPE_WASAPI
-
Win / UWP / Xbox One / Game Core - Windows Audio Session API. (Default on Windows, Xbox One, Game Core and UWP)
-
TYPE_ASIO
-
Win - Low latency ASIO 2.0.
-
TYPE_PULSEAUDIO
-
Linux - Pulse Audio. (Default on Linux if available)
-
TYPE_ALSA
-
Linux - Advanced Linux Sound Architecture. (Default on Linux if PulseAudio isn't available)
-
TYPE_COREAUDIO
-
Mac / iOS - Core Audio. (Default on Mac and iOS)
-
TYPE_AUDIOTRACK
-
Android - Java Audio Track. (Default on Android 2.2 and below)
-
TYPE_OPENSL
-
Android - OpenSL ES. (Default on Android 2.3 up to 7.1)
-
TYPE_AUDIOOUT
-
PS4 / PS5 - Audio Out. (Default on PS4, PS5)
-
TYPE_AUDIO3D
-
PS4 - Audio3D.
-
TYPE_NNAUDIO
-
Switch - nn::audio. (Default on Switch)
-
TYPE_WINSONIC
-
Win10 / Xbox One / Game Core - Windows Sonic.
-
TYPE_AAUDIO
-
Android - AAudio. (Default on Android 8.1 and above)
-
-

EFMODPlatforms

-

Target Platforms.

-

-

-
C++
-
-

-
namespace EFMODPlatforms
-{
-    enum Type
-    {
-        Windows,
-        Linux,
-        Mac,
-        Android,
-        IOS,
-        PS4,
-        PS5,
-        Deprecated,
-        Switch,
-        XboxOne,
-        XSX,
-        Editor
-    };
-}
-
- -

EFMODCodec

-

Encoding formats.

-

-

-
C++
-
-

-
namespace EFMODCodec
-{
-    enum Type
-    {
-        VORBIS,
-        FADPCM,
-        OPUS,
-        XMA,
-        AT9,
-    };
-}
-
- -
-
VORBIS
-
The quality maps linearly to FMOD Studio's quality property. It defaults to 37% as recommended by Vorbis for the best balance between compression and quality.
-
FADPCM
-
Place holder.
-
OPUS
-
Opus per-channel bitrates of 0.8 Kbps to 64 Kbps map linearly to the range 1% to 80% on FMOD Studio's quality slider, and per-channel bitrates of 67.2 Kbps to 128 Kbps map linearly to the range of 81% to 100%. Opus quality defaults to 63%, which corresponds to the bitrate of 50.4 Kbps used by default in the Opus reference implementation.
-
XMA
-
The quality maps linearly to the quality property.
-
AT9
-
The bitrate (Kbps) depends on channel count and the quality property steps up every 16%. For more information see the FMOD FSBank API.
-
-

FCustomPoolSizes

-

Use specific memory pool size for platform, in bytes. Disabled by default.

-

-

-
C++
-
-

-
struct FCustomPoolSizes
-{
-    int32 Desktop;
-    int32 Mobile;
-    int32 PS4;
-    int32 Switch;
-    int32 XboxOne;
-};
-
- -
-
Desktop
-
-

(Disabled) units in bytes.

-
    -
  • Default: 0
  • -
-
-
Mobile
-
-

(Disabled) units in bytes.

-
    -
  • Default: 0
  • -
-
-
PS4
-
-

(Disabled) units in bytes.

-
    -
  • Default: 0
  • -
-
-
Switch
-
-

(Disabled) units in bytes.

-
    -
  • Default: 0
  • -
-
-
XboxOne
-
-

(Disabled) units in bytes.

-
    -
  • Default: 0
  • -
-
-
-

FMOD may become unstable if the limit is exceeded!

-

FFMODProjectLocale

-

Locales for localized banks. Theses should match the project locales configured in the FMOD Studio Project.

-

-

-
C++
-
-

-
struct FFMOD::ProjectLocale
-{
-    FString LocaleName;
-    FString LocaleCode;
-    bool bDefault;
-};
-
- -
-
LocaleName
-
Human readable locale name, displayed in Blueprints.
-
LocaleCode
-
Locale code. Must correspond to project locale codes in FMOD Studio project.
-
bDefault
-
Default locale at startup. Only one locale should be marked as default.
-
-

FPlatformSettings

-

This section contains settings that can be set per platform.

-

-

-
C++
-
-

-
struct FFMODPlatformSettings
-{
-    int32 RealChannelCount;
-    int32 SampleRate;
-    TEnumAsByte<EFMODSpeakerMode::Type> SpeakerMode;
-    TEnumAsByte<EFMODOutput::Type> OutputType;
-    int32 CustomPoolSize;
-    TMap<TEnumAsByte<EFMODCodec::Type>, int32> Codecs;
-};
-
- -
-
RealChannelCount
-
Real Channel Count.
-
SampleRate
-
Sample rate to use, or 0 to match system rate.
-eg. 0, 22050, 24000, 32000, 44100, 48000.
-
SpeakerMode
-
Project output format, should match the mode set up for the Studio project.
-
OutputType
-
Built-in output types that can be used to run the mixer.
-
CustomPoolSize
-
Use specified memory pool size, units in bytes. Disabled by default.
-FMOD may become unstable if the limit is exceeded!
-
Codecs
-
Encoding formats.
-
-

UFMODSettings::bLoadAllBanks

-

Load all banks at startup.

-

-

-
C++
-
-

-
bool bLoadAllBanks;
-
- -

UFMODSettings::bLoadAllSampleData

-

Load all banks sample data into memory at start up.

-

-

-
C++
-
-

-
bool bLoadAllSampleData;
-
- -

UFMODSettings::bEnableLiveUpdate

-

Enable live update in non-final builds.

-

-

-
C++
-
-

-
bool bEnableLiveUpdate;
-
- -

UFMODSettings::bEnableEditorLiveUpdate

-

Enable live update in Editor for Auditioning. Requires Restart

-

-

-
C++
-
-

-
bool bEnableEditorLiveUpdate;
-
- -

UFMODSettings::bEnableAPIErrorLogging

-

Will log internal API errors when enabled.

-

-

-
C++
-
-

-
bool bEnableAPIErrorLogging;
-
- -

UFMODSettings::bEnableMemoryTracking

-

Enables the FMOD_STUDIO_INIT_MEMORY_TRACKING flag in the FMOD Studio system.

-

-

-
C++
-
-

-
bool bEnableMemoryTracking;
-
- -

See Also: FMOD_STUDIO_INIT_MEMORY_TRACKING

-

UFMODSettings::BankOutputDirectory

-

Path to find your studio bank output directory, relative to Content directory.

-

-

-
C++
-
-

-
FDirectoryPath BankOutputDirectory;
-
- -

UFMODSettings::OutputFormat

-

Project output format, should match the mode set up for the Studio project.

-

-

-
C++
-
-

-
TEnumAsByte<EFMODSpeakerMode::Type> OutputFormat;
-
- -

UFMODSettings::OutputType

-

Built-in output types that can be used to run the mixer.

-

-

-
C++
-
-

-
TEnumAsByte<EFMODOutput::Type> OutputType;
-
- -

UFMODSettings::Locales

-

Locales for localized banks. These should match the project locales configured in the FMOD Studio project.

-

-

-
C++
-
-

-
TArray<FFMODProjectLocale> Locales;
-
- -

UFMODSettings::Vol0VirtualLevel

-

The signal level at which to make channels virtual.

-

-

-
C++
-
-

-
float Vol0VirtualLevel;
-
- -

UFMODSettings::SampleRate

-

Sample rate to use, or 0 to match system rate.eg. 0, 22050, 24000, 32000, 44100, 48000.

-

-

-
C++
-
-

-
int32 SampleRate;
-
- -

UFMODSettings::bMatchHardwareSampleRate

-

Match hardware sample rate where reasonable (44.1kHz to 48kHz).

-

-

-
C++
-
-

-
bool bMatchHardwareSampleRate;
-
- -

UFMODSettings::RealChannelCount

-

Number of actual software voices that can be used at once.

-

-

-
C++
-
-

-
int32 RealChannelCount;
-
- -

UFMODSettings::TotalChannelCount

-

Total number of voices available that can be either real or virtual.

-

-

-
C++
-
-

-
int32 TotalChannelCount;
-
- -

UFMODSettings::DSPBufferLength

-

DSP mixer buffer length (eg. 512, 1024) or 0 for system default.

-

-

-
C++
-
-

-
int32 DSPBufferLength;
-
- -

When changing the Buffer Length, Buffer Count also needs to be set.

-

UFMODSettings::DSPBufferCount

-

DSP mixer buffer count (eg. 2, 4) or 0 for system default.

-

-

-
C++
-
-

-
int32 DSPBufferCount;
-
- -

When changing the Buffer Count, Buffer Length also needs to be set.

-

UFMODSettings::FileBufferSize

-

File buffer size in bytes (2048 by default).

-

-

-
C++
-
-

-
int32 FileBufferSize;
-
- -

UFMODSettings::StudioUpdatePeriod

-

Studio update period in milliseconds, or 0 for default (which means 20ms).

-

-

-
C++
-
-

-
int32 StudioUpdatePeriod;
-
- -

UFMODSettings::InitialOutputDriverName

-

Output device to choose at system start up, or empty for default.

-

-

-
C++
-
-

-
FString InitialOutputDriverName;
-
- -

UFMODSettings::bLockAllBuses

-

Lock all mixer buses at startup, making sure they are created up front.

-

-

-
C++
-
-

-
bool bLockAllBuses;
-
- -

UFMODSettings::MemoryPoolSizes

-

Use specified memory pool size for platform, units in bytes. Disabled by default. FMOD may become unstable if the limit is exceeded!

-

-

-
C++
-
-

-
FCustomPoolSizes MemoryPoolSizes;
-
- -

UFMODSettings::LiveUpdatePort

-

Live update port to use, or 0 for default.

-

-

-
C++
-
-

-
int32 LiveUpdatePort;
-
- -

UFMODSettings::EditorLiveUpdatePort

-

Live update port to use while in editor for auditioning. Requires Restart

-

-

-
C++
-
-

-
int32 EditorLiveUpdatePort;
-
- -

UFMODSettings::ReloadBanksDelay

-

Delay in seconds before automatically reloading modified banks from disk.

-

-

-
C++
-
-

-
int32 ReloadBanksDelay;
-
- -

This can be extended if building banks takes a long time and UE4 tries to reload banks before building is completed. Set to 0 to disable automatic bank reloading.

-

UFMODSettings::bEnableMemoryTracking

-

Enables the FMOD_STUDIO_INIT_MEMORY_TRACKING flag in the FMOD Studio system.

-

-

-
C++
-
-

-
bool bEnableMemoryTracking;
-
- -

See Also: FMOD_STUDIO_INIT_MEMORY_TRACKING

-

UFMODSettings::PluginFiles

-

Extra plugin files to load. The plugin files should sit alongside the FMOD dynamic libraries in the ThirdParty directory.

-

-

-
C++
-
-

-
TArray<FString> PluginFiles;
-
- -

UFMODSettings::ContentBrowserPrefix

-

Directory for content to appear in content window. Be careful changing this!

-

-

-
C++
-
-

-
FString ContentBrowserPrefix;
-
- -

UFMODSettings::ForcePlatformName

-

Force platform directory name, or leave empty for automatic (Desktop/Mobile/PS4/XBoxOne)

-

-

-
C++
-
-

-
FString ForcePlatformName;
-
- -

UFMODSettings::MasterBankName

-

Name of master bank. The default in Studio is "Master".

-

-

-
C++
-
-

-
FString MasterBankName;
-
- -

UFMODSettings::SkipLoadBankName

-

Skip bank files of the given name. Can be used to load all banks except for a certain set, such as localization banks.

-

-

-
C++
-
-

-
FString SkipLoadBankName;
-
- -

UFMODSettings::StudioBankKey

-

Specify the key for loading sounds from encrypted banks.

-

-

-
C++
-
-

-
FString StudioBankKey;
-
- -

UFMODSettings::WavWriterPath

-

Force wav writer output, for debugging only. Setting this will prevent normal sound output!

-

-

-
C++
-
-

-
FString WavWriterPath;
-
- -

UFMODSettings::LoggingLevel

-

Specify the logging level to use in a debug/development build.

-

-

-
C++
-
-

-
TEnumAsByte<EFMODLogging> LoggingLevel;
-
- -

UFMODSettings::OcclusionParameter

-

Name of the parameter used in Studio to control occlusion effects.

-

-

-
C++
-
-

-
FString OcclusionParameter;
-
- -

UFMODSettings::AmbientVolumeParameter

-

Name of the parameter used in Studio to control ambient volume.

-

-

-
C++
-
-

-
FString AmbientVolumeParameter;
-
- -

UFMODSettings::AmbientLPFParameter

-

Name of the parameter used in Studio to control ambient LPF effects.

-

-

-
C++
-
-

-
FString AmbientLPFParameter;
-
- -

UFMODSettings::Platforms

-

Used to specify platform specific settings.

-

-

-
C++
-
-

-
TMap<TEnumAsByte<EFMODPlatforms::Type>, FFMODPlatformSettings> Platforms;
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodsnapshot.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodsnapshot.html deleted file mode 100644 index 6490767f..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodsnapshot.html +++ /dev/null @@ -1,64 +0,0 @@ - - -API Reference | UFMODSnapshot - - - - -
- -
-

6. API Reference | UFMODSnapshot

-

This class inherits from UFMODEvent.

-

Methods:

- -

UFMODAsset::AssetGuid

-

The unique Guid, which matches the one exported from FMOD Studio.

-

-

-
C++
-
-

-
FGuid AssetGuid;
-
- -

UFMODEvent::GetParameterDescriptions

-

Get parameter descriptions for this event.

-

-

-
C++
-
-

-
void GetParameterDescriptions(
-    TArray<FMOD_STUDIO_PARAMETER_DESCRIPTION> &Parameters
-) const;
-
- -
-
Parameters
-
Parameters to retrieve.
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodsnapshotreverb.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodsnapshotreverb.html deleted file mode 100644 index ea959dd0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodsnapshotreverb.html +++ /dev/null @@ -1,46 +0,0 @@ - - -API Reference | UFMODSnapshotReverb - - - - -
- -
-

6. API Reference | UFMODSnapshotReverb

-

This class inherits from UReverbEffect.

-

Properties:

- -

UFMODSnapshotReverb::AssetGuid

-

The unique Guid, which matches the Guid of the FMOD Stuido Snapshot correpsonding to this reverb.

-

-

-
C++
-
-

-
FGuid AssetGuid;
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodvca.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodvca.html deleted file mode 100644 index 51443424..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference-ufmodvca.html +++ /dev/null @@ -1,46 +0,0 @@ - - -API Reference | UFMODVCA - - - - -
- -
-

6. API Reference | UFMODVCA

-

This class inherits from UFMODAsset.

-

Properties:

- -

UFMODAsset::AssetGuid

-

The unique Guid, which matches the one exported from FMOD Studio.

-

-

-
C++
-
-

-
FGuid AssetGuid;
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference.html b/hwanyoung2/Plugins/FMODStudio/Docs/api-reference.html deleted file mode 100644 index 1bd7e3ef..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/api-reference.html +++ /dev/null @@ -1,48 +0,0 @@ - - -API Reference - - - - - diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/audiolink.html b/hwanyoung2/Plugins/FMODStudio/Docs/audiolink.html deleted file mode 100644 index 0777baac..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/audiolink.html +++ /dev/null @@ -1,136 +0,0 @@ - - -AudioLink - - - - -
- -
-

10. AudioLink

-

AudioLink is an API that connects Unreal Audio Engine to external software, allowing Audio to be passed from Unreal to FMOD. By using hardware abstraction, AudioLink bypasses the need for direct hardware access and provides the strengths of both Unreal Audio Engine and FMOD.

-

This section will assume a basic understanding of the Unreal AudioLink system and will focus on the FMOD specific information.

-

10.0.1 Linking with your Studio Project

-

The FMOD for Unreal AudioLink module assumes the Event linked contains a Programmer Instrument, this is what it uses to pass the sound data from Unreal to FMOD.

-

Programmer sound event
-Generally you will want an Event that has a looping async programmer sound, because we may not know the length of the sounds being played from Unreal (ie. submixes are generally alive from startup to shutdown).

- -

In the FMOD for Unreal Settings, you can choose to enable/disable AudioLink support. This will load/unload the appropriate modules when the editor is reloaded.

-

FMOD Settings AudioLink

-

10.0.3 Settings

-

The default FMOD AudioLink Settings can be found in the project settings, under 'Plugins > FMOD AudioLink'. This is used in cases where the property has not been set, so it is unnecessary to pass it every time you create an AudioLink.
-You can create multiple FMOD AudioLink Settings assets for different FMOD Events, allowing you to easily route different sounds to different events allowing for greater customization.
-These settings are used to set up the FMOD Event:

-
    -
  • Link Event - FMOD Studio Event to use with this settings asset.
  • -
  • Should Clear Buffer on Receipt - If this is set, the buffer will be cleared after it's read, so it's not rendered by Unreal. Only applies if running both renderers at once. Disable this if you want to use the audio data from Unreal Engine.
  • -
  • Producer to Consumer Buffer Ratio - This is the ratio of producer to consumer buffer size, a size too large can lead to latency, but too small can lead to buffer underruns. Typically, you should use a size at a 2:1 or higher ratio of the consumer's bitrate.
  • -
  • Initial Silence Fill Ratio - Ratio of initial buffer to fill with silence ahead of consumption. Adjusting this can resolve starvation at the cost of added latency.
  • -
-

FMOD Settings AudioLink

- -

FMOD supports AudioLink through three link types:

- -

Source

-

MetaSounds, Sound Cues, and Sound Waves are classed as 'Sources', to play them through AudioLink you can use the Attenuation Settings or the Submix.

-

Submix

-

You can set the Send to Audio Link flag and the Audio Link Settings property in the submix's Details panel, under 'Audio Link'.

-

Submix AudioLink

- -

AudioLink Component support is included through the FMOD AudioLink Component, but is often unnecessary as sources are componentless by design, highly optimized for scale, and provide engine-level support.

-

FMOD AudioLink Component

-

The AudioLink Component is then controlled through the API:

-
    -
  • PlayLink
  • -
  • SetLinkSound
  • -
  • StopLink
  • -
  • IsLinkPlaying
  • -
-

Play Link

-
-

In UE5.2 and UE5.3, two events will spawn when using the FMODAudioLinkComponent: one for the component (intended) and one for the sound source (not intended). This appears to be an engine bug.

-

Workaround:
-Create a new FMODAudioLinkSettings asset and leave the Link Event empty, then assign this to the sound source (through the Attenuation Settings).

-
-

Attenuation Settings

-

In the source/component Details panel you will find the option to individually override or assign Attenuation settings:

-
    -
  • Allow Spatialization - Overrides spatialization enablement in either the attenuation asset or on this audio component's attenuation settings override.
  • -
  • Override Attenuation - This breaks down the Attenuation settings in the details panel to override individual components.
  • -
  • Attenuation Settings - Here you can specify a settings asset that uses all the Attenuation settings you have already set.
  • -
- - - - - - - - - - - - - - - -
Meta SoundSound CueAudio Component
Meta SoundSound CueAudio Component
-

To send specific sounds to FMOD, use the settings under Attenuation (AudioLink):

-
    -
  • Attenuation (Spatialization)
      -
    • Enable Spatialization - It is recommended to enable this option for 3D sounds, so that Unreal can send the positional information to the FMOD Integration.
    • -
    -
  • -
  • Attenuation (AudioLink)
      -
    • Enable Send to AudioLink - Enables/Disables AudioLink on all sources using this Attenuation.
    • -
    • AudioLink Settings Override - A pre-defined AudioLink Settings asset that can be used across multiple Attenuation settings. If this is empty then the default settings are used.
    • -
    -
  • -
-

Sound Attenuation

-

10.0.5 Troubleshooting

-
    -
  • Use the console command log LogFMODAudioLink All to output (a lot) more detailed information to the log.
  • -
  • Ensure you enable the Send to AudioLink flag on the source or submix.
  • -
  • Be careful with pairing a source and submix containing the same signal chain, as that can cause data duplication and result in loud and undesirable audio stacking.
  • -
  • FMOD Studio Profiler can now be used to track and manage events using Live Update.
  • -
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-asynchronous-loading.html b/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-asynchronous-loading.html deleted file mode 100644 index 21da2eb0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-asynchronous-loading.html +++ /dev/null @@ -1,66 +0,0 @@ - - -Blueprint Reference | Asynchronous Loading - - - - -
- -
-

7. Blueprint Reference | Asynchronous Loading

-

This is an Unreal Level Blueprint that demonstrates how to build a loading screen that can be used at the start of a game to load both FMOD Studio data and Unreal data without blocking the main thread. To make this work properly "Load All Banks" needs to be turned off in the FMOD Settings.

-

Level Blueprint

-

Topics:

- -

Variables

-

Variables

-
-
Banks
-
List of banks to load
-
Load Sample Data
-
When enabled, the sample data from all FMOD bank files is loaded at startup. Only effective when Load All Banks is also disabled
-
Done
-
False, until all the banks have finished loading.
-
Number of Banks Loaded
-
Reference to how many banks have currently been loaded. Used as reference to check if loading has completed.
-
Map Name
-
The name of the map to be loaded when banks have completed loading.
-
-

Macros

-
-
Macros
-
Make Array
-
Using the Banks variable, define an array of banks to be loaded.
-Get Banks Array
-
Load Banks
-
Initializes the loading process for the banks. Called once on Event Begin, uses the Load Sample Data variable for the Load Bank node.
-Load Banks
-
Check Banks Load
-
Checks the Done variable every tick. If it is still false, it will iterate through the array of banks incrementing the variable Number of Loaded Banks. Once Number of Loaded Banks is equal to the total number of banks in the array then the variable Done is set to true, and it is safe to load the playable Map.
-Check if Loaded
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-bus.html b/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-bus.html deleted file mode 100644 index 5f6075e9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-bus.html +++ /dev/null @@ -1,127 +0,0 @@ - - -Blueprint Reference | Bus - - - - -
- -
-

7. Blueprint Reference | Bus

-

Used for controlling mixer buses.

-

Methods:

- -

Bus Set Mute

-

Mute/Unmute the bus.

-

Bus Set Mute

-

-

-
C++
-
-

-
static void BusSetMute(
-  class UFMODBus *Bus,
-  bool bMute
-);
-
- -
-
Bus
-
UFMODBus to use.
-
bMute
-
Mute value.
-
-

Bus Set Paused

-

Pause/Unpause all events going through the bus.

-

Bus Set Paused

-

-

-
C++
-
-

-
static void BusSetPaused(
-  class UFMODBus *Bus,
-  bool bPaused
-);
-
- -
-
Bus
-
UFMODBus to use.
-
bPaused
-
Pause value.
-
-

Bus Set Volume

-

Set volume on a bus.

-

Bus Set Volume

-

-

-
C++
-
-

-
static void BusSetVolume(
-  class UFMODBus *Bus,
-  float Volume
-);
-
- -
-
Bus
-
UFMODBus to use.
-
Volume
-
-

Volume value.

-
    -
  • Units: Linear
  • -
  • Range: [0, 1]
  • -
-
-
-

Bus Stop All Events

-

Stop all EventInstances routed into the bus.

-

Bus Stop All Events

-

-

-
C++
-
-

-
static void BusStopAllEvents(
-  class UFMODBus *Bus,
-  EFMOD_STUDIO_STOP_MODE stopMode
-);
-
- -
-
Bus
-
UFMODBus to use.
-
stopMode
-
Desired stop mode.
-
-

See Also: FMOD_STUDIO_STOP_MODE

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-common.html b/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-common.html deleted file mode 100644 index f71c0d55..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-common.html +++ /dev/null @@ -1,526 +0,0 @@ - - -Blueprint Reference | Common - - - - -
- -
-

7. Blueprint Reference | Common

-

The common section contains methods for controlling the FMOD system.

-

Methods:

- -

Find Asset By Name

-

Find an asset by name.

-

Find Asset By Name

-

-

-
C++
-
-

-
static UFMODAsset *FindAssetByName(
-  const FString &Name
-);
-
- -
-
Name
-
The asset name.
-
-

See Also: UFMODAsset

-

Find Event By Name

-

Find an Event by name.

-

Find Event By Name

-

-

-
C++
-
-

-
static UFMODEvent *FindEventByName(
-  const FString &Name
-);
-
- -
-
Name
-
The event name.
-
-

See Also: UFMODEvent

-

Find Event Instances

-

Return a list of all event instances that are playing for this event.

-

Find Event Instances

-

-

-
C++
-
-

-
static TArray<FFMODEventInstance> FindEventInstances(
-  UObject *WorldContextObject,
-  UFMODEvent *Event
-);
-
- -
-
WorldContextObject
-
Object from current world context.
-
Event
-
UFMODEvent to find instances of.
-
-

Be careful using this function because it is possible to find and alter any playing sound, even ones owned by other audio components.

-

See Also: FFMODEventInstance

-

Get Global Parameter By Name

-

Get a global parameter value from the System.

-

Get Global Parameter By Name

-

-

-
C++
-
-

-
static float GetGlobalParameterByName(
-  FName Name
-);
-
- -
-
Name
-
Name of the parameter.
-
-

Will be deprecated in FMOD 2.01, use Get Global Parameter Value By Name instead.

-

See Also: Set Global Parameter By Name

-

Get Global Parameter Value By Name

-

Get a global parameter value from the System.

-

Get Global Parameter Value By Name

-

-

-
C++
-
-

-
void GetGlobalParameterValueByName(
-    FName Name,
-    float &UserValue,
-    float &FinalValue
-);
-
- -
-
Name
-
Name of parameter
-
UserValue
-
Parameter value as set from the public API.
-
FinalValue
-
Final combined parameter value.
-
-

Get Output Drivers

-

List all output device names.

-

Get Output Drivers

-

-

-
C++
-
-

-
static TArray<FString> GetOutputDrivers();
-
- -

See Also: Set Output Driver By Index, Set Output Driver By Name

-

Is Bank Loaded

-

Return true if a bank is loaded.

-

Is Bank Loaded

-

-

-
C++
-
-

-
static bool IsBankLoaded(
-  UFMODBank *Bank
-);
-
- -
-
Bank
-
UFMODBank to query.
-
-

See Also: Load Bank

-

Load Bank

-

Load a bank.

-

Load Bank

-

-

-
C++
-
-

-
static void LoadBank(
-  UFMODBank *Bank,
-  bool bBlocking,
-  bool bLoadSampleData
-);
-
- -
-
Bank
-
UFMODBank to use.
-
bBlocking
-
Whether the bank will load synchronously.
-
bLoadSampleData
-
Whether sample data will be preloaded immediately.
-
-

Load Bank Sample Data

-

Load bank sample data.

-

Load Bank Sample Data

-

-

-
C++
-
-

-
static void LoadBankSampleData(
-  UFMODBank *Bank
-);
-
- -
-
Bank
-
UFMODBank to use.
-
-

Load Event Sample Data

-

Load event sample data.

-

Load Event Sample Data

-

-

-
C++
-
-

-
static void LoadEventSampleData(
-  UObject *WorldContextObject,
-  UFMODEvent *Event
-);
-
- -
-
WorldContextObject
-
Object from current world context.
-
Event
-
UFMODEvent to use.
-
-

This can be done ahead of time to avoid loading stalls.

-

Mixer Resume

-

Resume the FMOD mixer.

-

Mixer Resume

-

-

-
C++
-
-

-
static void MixerResume();
-
- -

Used when resuming the application.

-

Mixer Suspend

-

Suspend the FMOD mixer.

-

Mixer Suspend

-

-

-
C++
-
-

-
static void MixerSuspend();
-
- -

Used when suspending the application.

-

Play Event 2D

-

Play an event without a specified location.

-

Play Event 2D

-

-

-
C++
-
-

-
static FFMODEventInstance PlayEvent2D(
-  UObject *WorldContextObject,
-  UFMODEvent *Event,
-  bool bAutoPlay
-);
-
- -
-
WorldContextObject
-
Object from current world context.
-
Event
-
UFMODEvent to use.
-
bAutoPlay
-
Start the event automatically.
-
-

This returns an FFMODEventInstance.
-The sound does not travel with any actor.

-

Play Event At Location

-

Plays an event at the given location.

-

Play Event At Location

-

-

-
C++
-
-

-
static FFMODEventInstance PlayEventAtLocation(
-  UObject *WorldContextObject,
-  UFMODEvent *Event,
-  const FTransform &Location,
-  bool bAutoPlay
-);
-
- -
-
WorldContextObject
-
Object from current world context.
-
Event
-
UFMODEvent to use.
-
Location
-
World position to play event at.
-
bAutoPlay
-
Start the event automatically.
-
-

This returns an FMOD Event Instance.
-The sound does not travel with any actor.

-

Play Event Attached

-

Play an event attached to and following the specified component.

-

Play Event Attached

-

-

-
C++
-
-

-
static class UFMODAudioComponent *PlayEventAttached(
-  UFMODEvent *Event,
-  USceneComponent *AttachToComponent,
-  FName AttachPointName,
-  FVector Location,
-  EAttachLocation::Type LocationType,
-  bool bStopWhenAttachedToDestroyed,
-  bool bAutoPlay,
-  bool bAutoDestroy
-);
-
- -
-
Event
-
UFMODEvent to use.
-
AttachToComponent
-
Component to attach to.
-
AttachPointName Opt
-
Named point within the AttachComponent to play the sound at.
-
Location
-
Depending on the value of Location Type this is either a relative offset from the attach component/point or an absolute world position that will be translated to a relative offset.
-
LocationType
-
Location is a relative offset or an absolute world position.
-
bStopWhenAttachedToDestroyed
-
The sound should stop playing when the owner of the attach to component is destroyed.
-
bAutoPlay
-
Start the event automatically.
-
bAutoDestroy
-
Automatically destroy the audio component when the sound is stopped.
-
-

Set Global Parameter By Name

-

Set a global parameter from the System.

-

Set Global Parameter By Name

-

-

-
C++
-
-

-
static void SetGlobalParameterByName(
-  FName Name,
-  float Value
-);
-
- -
-
Name
-
Name of parameter.
-
Value
-
Value to apply to the parameter.
-
-

Set Locale

-

Set the active locale for subsequent bank loads.

-

Set Locale

-

-

-
C++
-
-

-
static void SetLocale(const FString& Locale);
-
- -

Set Output Driver By Index

-

Set current output device by its index from GetOutputDrivers.

-

Set Output Driver By Index

-

-

-
C++
-
-

-
static void SetOutputDriverByIndex(
-  int NewDriverIndex
-);
-
- -
-
NewDriverIndex
-
Index of driver to use.
-
-

See Also: Get Output Drivers

-

Set Output Driver By Name

-

Set current output device by name or part of the name.

-

Set Output Driver By Name

-

-

-
C++
-
-

-
static void SetOutputDriverByName(
-  FString NewDriverName
-);
-
- -
-
NewDriverName
-
Name of new driver to use.
-
-

See Also: Get Output Drivers

-

Unload Bank

-

Unload a bank.

-

Unload Bank

-

-

-
C++
-
-

-
static void UnloadBank(
-  UFMODBank *Bank
-);
-
- -
-
Bank
-
UFMODBank to use.
-
-

Unload Bank Sample Data

-

Unload bank sample data.

-

Unload Bank Sample Data

-

-

-
C++
-
-

-
static void UnloadBankSampleData(
-  UFMODBank *Bank
-);
-
- -
-
Bank
-
UFMODBank to use.
-
-

Unload Event Sample Data

-

Unload event sample data.

-

Unload Event Sample Data

-

-

-
C++
-
-

-
static void UnloadEventSampleData(
-  UObject *WorldContextObject,
-  UFMODEvent *Event
-);
-
- -
-
WorldContextObject
-
Object from current world context.
-
Event
-
UFMODEvent to use.
-
-

VCA Set Volume

-

Set volume on a VCA.

-

VCA Set Volume

-

-

-
C++
-
-

-
static void VCASetVolume(
-  UFMODVCA *Vca,
-  float Volume
-);
-
- -
-
Vca
-
UFMODVCA to use.
-
Volume
-
Volume value.
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-component.html b/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-component.html deleted file mode 100644 index 106fe823..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-component.html +++ /dev/null @@ -1,355 +0,0 @@ - - -Blueprint Reference | Component - - - - -
- -
-

7. Blueprint Reference | Component

-

These methods are used to control the state of Audio Components.

-

Methods:

- -

Add Audio Component

-

Creates a new Audio Component.

-

Add Audio Component

-
-
Manual Attachment
-
Whether manual or automatic attachment is to be used.
-
Relative Transform
-
The relative transform between the new Audio Component and its attached parent (automatic only).
-
-

Get Length

-

Get the event length in milliseconds.

-

Get Length

-

-

-
C++
-
-

-
int32 GetLength() const;
-
- -

Get Parameter

-

Get parameter value from the Event.

-

Get Parameter

-

-

-
C++
-
-

-
float GetParameter(
-  FName Name
-);
-
- -
-
Name
-
Name of the parameter.
-
-

Get Parameter Value

-

Get parameter value from the Event.

-

Get Parameter Value

-

-

-
C++
-
-

-
void GetParameterValue(FName Name, float &UserValue, float &FinalValue);
-
- -
-
Name
-
Name of parameter.
-
UserValue
-
Parameter value as set from the public API.
-
FinalValue
-
Final combined parameter value.
-
-

Get Paused

-

Get the paused state of the audio component.

-

Set Paused

-

-

-
C++
-
-

-
bool GetPaused();
-
- -

Get Property

-

Get a property of the Event.

-

Get Property

-

-

-
C++
-
-

-
float GetProperty(
-  EFMODEventProperty::Type Property
-);
-
- -
-
Property
-
Enum to describe built-in event properties.
-
-

See Also: EFMODEventProperty

-

Get Timeline Position

-

Get the timeline position in milliseconds.

-

Get Timeline Position

-

-

-
C++
-
-

-
int32 GetTimelinePosition();
-
- -

Is Playing

-

Return true if this component is currently playing an event.

-

Is Playing

-

-

-
C++
-
-

-
bool IsPlaying();
-
- -

Key Off

-

Allow an event to continue past a sustain point.

-

Key Off

-

-

-
C++
-
-

-
void KeyOff();
-
- -

Play

-

Start a sound playing on an audio component.

-

Play

-

-

-
C++
-
-

-
void Play();
-
- -

Release

-

Release the current Studio Instance.

-

Release

-

-

-
C++
-
-

-
void Release();
-
- -

See Also: UFMODAudioComponent::StudioInstance

-

Set Event

-

New Event to be used by the FMODAudioComponent.

-

Set Event

-

-

-
C++
-
-

-
void SetEvent(
-  UFMODEvent *NewEvent
-);
-
- -
-
NewEvent
-
New Event Asset reference to use.
-
-

If an Event is currently playing, it will be stopped and the new Event passed in will be started.

-

See Also: UFMODEvent

-

Set Parameter

-

Set a parameter of the Event.

-

Set Parameter

-

-

-
C++
-
-

-
void SetParameter(
-  FName Name,
-  float Value
-);
-
- -
-
Name
-
Name of the parameter.
-
Value
-
Value to apply to the parameter.
-
-

Set Paused

-

Pause/Unpause an audio component.

-

Set Paused

-

-

-
C++
-
-

-
void SetPaused(
-  bool paused
-);
-
- -
-
paused
-
The paused state to apply.
-
-

Set Pitch

-

Set pitch on an audio component.

-

Set Pitch

-

-

-
C++
-
-

-
void SetPitch(
-  float pitch
-);
-
- -
-
pitch
-
New pitch multiplier to apply.
-
-

The pitch multiplier is used to modulate the event instance's pitch. It can be set to any value greater than or equal to zero but the final combined pitch is clamped to the range [0, 100] before being applied.

-

Set Programmer Sound Name

-

Set the sound name to use for programmer sound.

-

Set Programmer Sound Name

-

-

-
C++
-
-

-
void SetProgrammerSoundName(
-  FString Value
-);
-
- -
-
Value
-
Name of sound or file to use.
-
-

The integration will look up the name in any loaded audio table.

-

Set Property

-

Set a property of the Event.

-

Set Property

-

-

-
C++
-
-

-
void SetProperty(
-  EFMODEventProperty::Type Property,
-  float Value
-);
-
- -
-
Property
-
Enum to describe built-in event properties.
-
Value
-
Value to apply to the property.
-
-

See Also: EFMODEventProperty

-

Set Timeline Position

-

Set the timeline position in milliseconds

-

Set Timeline Position

-

-

-
C++
-
-

-
void SetTimelinePosition(
-  int32 Time
-);
-
- -
-
Time
-
Time in milliseconds.
-
-

Set Volume

-

Set volume on an audio component.

-

Set Volume

-

-

-
C++
-
-

-
void SetVolume(
-  float volume
-);
-
- -
-
volume
-
New volume level to apply.
-
-

This volume is applied as a scaling factor for the event volume. It does not override the volume level set in FMOD Studio, nor any internal volume automation or modulation.

-

Stop

-

Stop an audio component playing.

-

Stop

-

-

-
C++
-
-

-
void Stop();
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-enums.html b/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-enums.html deleted file mode 100644 index 12203b2b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-enums.html +++ /dev/null @@ -1,100 +0,0 @@ - - -Blueprint Reference | Enums - - - - -
- -
-

7. Blueprint Reference | Enums

-

Automatically generated methods for working with FMOD and Unreal Enums.

-

Methods:

- -

Byte to Enum EFMOD_STUDIO_STOP_MODE

-

Converts a byte to an EFMOD_STUDIO_STOP_MODE.

-

Byte to Enum

-

-

-
C++
-
-

-
EFMOD_STUDIO_STOP_MODE ByteToEnum(
-    byte Byte
-);
-
- -
-
Byte
-
Byte to convert to an EFMOD_STUDIO_STOP_MODE.
-
-

See Also: EFMOD_STUDIO_STOP_MODE.

-

ForEach EFMOD_STUDIO_STOP_MODE

-

Returns every value in the EFMOD_STUDIO_STOP_MODE enum.

-

ForEach EFMOD_STUDIO_STOP_MODE

-

-

-
C++
-
-

-
EFMOD_STUDIO_STOP_MODE ForEachEFMOD_STUDIO_STOP_MODE();
-
- -

See Also: EFMOD_STUDIO_STOP_MODE.

-

Get Number of Entries in EFMOD_STUDIO_STOP_MODE

-

Returns the total number of entries in the EFMOD_STUDIO_STOP_MODE enum.

-

Get Number of Entries in EFMOD_STUDIO_STOP_MODE

-

-

-
C++
-
-

-
int GetNumberOfEntriesInEFMOD_STUDIO_STOP_MODE();
-
- -

See Also: EFMOD_STUDIO_STOP_MODE.

-

Literal Enum EFMOD_STUDIO_STOP_MODE

-

Returns the value of an EFMOD_STUDIO_STOP_MODE member.

-

Literal Enum EFMOD_STUDIO_STOP_MODE

-

-

-
C++
-
-

-
EFMOD_STUDIO_STOP_MODE LiteralEnumEFMOD_STUDIO_STOP_MODE(
-    EFMOD_STUDIO_STOP_MODE Enum
-);
-
- -
-
Enum
-
The EFMOD_STUDIO_STOP_MODE member value to retrieve.
-
-

See Also: EFMOD_STUDIO_STOP_MODE.

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-eventinstance.html b/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-eventinstance.html deleted file mode 100644 index ca69b8ab..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-eventinstance.html +++ /dev/null @@ -1,304 +0,0 @@ - - -Blueprint Reference | Event Instance - - - - -
- -
-

7. Blueprint Reference | Event Instance

-

These methods are used to control individual Event Instances.

-

Methods:

- -

Event Instance Get Parameter

-

Get a parameter value on an FMOD Event Instance.

-

Event Instance Get Parameter

-

-

-
C++
-
-

-
static float EventInstanceGetParameter(
-  FFMODEventInstance EventInstance,
-  FName Name
-);
-
- -
-
EventInstance
-
FFMODEventInstance to use.
-
Name
-
Name of parameter.
-
-

Will be deprecated in FMOD 2.01, use Event Instance Get Parameter Value instead.

-

Event Instance Get Parameter Value

-

Get a parameter value on an FMOD Event Instance.

-

Event Instance Get Parameter Value

-

-

-
C++
-
-

-
static void EventInstanceGetParameterValue(
-  FFMODEventInstance EventInstance,
-  FName Name,
-  float &UserValue,
-  float &FinalValue
-);
-
- -
-
EventInstance
-
FFMODEventInstance to use.
-
Name
-
Name of parameter.
-
UserValue
-
Parameter value as set from the public API.
-
FinalValue
-
Final combined parameter value.
-
-

Event Instance Is Valid

-

Return whether this FMOD Event Instance is valid. The instance will be invalidated when the sound stops.

-

Event Instance Is Valid

-

-

-
C++
-
-

-
static bool EventInstanceIsValid(
-  FFMODEventInstance EventInstance
-);
-
- -
-
EventInstance
-
FFMODEventInstance to use.
-
-

The instance will be invalidated when the sound stops.

-

Event Instance Key Off

-

Allow an FMOD Event Instance to continue past a sustain point.

-

Event Instance Key Off

-

-

-
C++
-
-

-
static void EventInstanceKeyOff(FFMODEventInstance EventInstance);
-
- -
-
EventInstance
-
FFMODEventInstance to resume past sustain point.
-
-

Event Instance Play

-

Play an FMOD Event Instance.

-

Event Instance Play

-

-

-
C++
-
-

-
static void EventInstancePlay(
-  FFMODEventInstance EventInstance
-);
-
- -
-
EventInstance
-
FFMODEventInstance to use.
-
-

Event Instance Release

-

Release an FMOD Event Instance.

-

Event Instance Release

-

-

-
C++
-
-

-
static void EventInstanceRelease(FFMODEventInstance EventInstance);
-
- -
-
EventInstance
-
FFMODEventInstance to release.
-
-

Event Instance Set Parameter

-

Set a parameter on an FMOD Event Instance.

-

Event Instance Set Parameter

-

-

-
C++
-
-

-
static void EventInstanceSetParameter(
-  FFMODEventInstance EventInstance,
-  FName Name,
-  float Value
-);
-
- -
-
EventInstance
-
FFMODEventInstance to use.
-
Name
-
Name of the parameter.
-
Value
-
Value to set the parameter to.
-
-

Event Instance Set Paused

-

Pause/Unpause an FMOD Event Instance.

-

Event Instance Set Paused

-

-

-
C++
-
-

-
static void EventInstanceSetPaused(
-  FFMODEventInstance EventInstance,
-  bool Paused
-);
-
- -
-
EventInstance
-
FFMODEventInstance to use.
-
Paused
-
Paused value.
-
-

Event Instance Set Pitch

-

Set pitch on an FMOD Event Instance.

-

Event Instance Set Pitch

-

-

-
C++
-
-

-
static void EventInstanceSetPitch(
-  FFMODEventInstance EventInstance,
-  float Pitch
-);
-
- -
-
EventInstance
-
FFMODEventInstance to use.
-
Pitch
-
Pitch value.
-
-

Event Instance Set Property

-

Set an FMOD event property on an FMOD Event Instance.

-

Event Instance Set Property

-

-

-
C++
-
-

-
static void EventInstanceSetProperty(
-  FFMODEventInstance EventInstance,
-  EFMODEventProperty::Type Property,
-  float Value
-);
-
- -
-
EventInstance
-
FFMODEventInstance to use.
-
Property
-
EFMODEventProperty to set.
-
Value
-
Value of property.
-
-

Event Instance Set Transform

-

Set 3D attributes on an FMOD Event Instance.

-

Event Instance Set Transform

-

-

-
C++
-
-

-
static void EventInstanceSetTransform(
-  FFMODEventInstance EventInstance,
-  const FTransform &Location
-);
-
- -
-
EventInstance
-
FFMODEventInstance to use.
-
Location
-
Location to place event.
-
-

Event Instance Set Volume

-

Set volume on an FMOD Event Instance.

-

Event Instance Set Volume

-

-

-
C++
-
-

-
static void EventInstanceSetVolume(
-  FFMODEventInstance EventInstance,
-  float Volume
-);
-
- -
-
EventInstance
-
FFMODEventInstance to set volume of.
-
Volume
-
Volume value to set.
-
-

Event Instance Stop

-

Mute/Unmute the bus.

-

Event Instance Stop

-

-

-
C++
-
-

-
static void EventInstanceStop(FFMODEventInstance EventInstance, bool Release = false);
-
- -
-
EventInstance
-
FFMODEventInstance to stop.
-
Release
-
Whether to release the Event Instance
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-structs.html b/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-structs.html deleted file mode 100644 index cbe56753..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-structs.html +++ /dev/null @@ -1,134 +0,0 @@ - - -Blueprint Reference | Structs - - - - -
- -
-

7. Blueprint Reference | Structs

-

Automatically generated methods for working with FMOD and Unreal Structs.

-

Methods

- -

Break FMODAttenuationDetails

-

Adds a node that breaks an 'FMODAttenuationDetails` into its member fields.

-

FMOD Attenuation Details
-

-
C++
-
-

-
FMODAttenuationDetails BreakFMODAttenuationDetails(
-    FMODAttenuation Details
-);
-
- -
-
FMODAttenuationDetails
-
FMODAttenuationDetails to break into its member fields.
-
-

Break FMODOcclusionDetails

-

Adds a node that breaks an 'FMODOcclusionDetails' into its member fields.

-

FMOD Occlusion Details

-

-

-
C++
-
-

-
FMODOcclusionDetails BreakFMODOcclusionDetails(
-    FMODOcclusion Details
-)
-
- -
-
FMODOcclusionDetails
-
FMODOcclusionDetails to break into its member fields.
-
-

Make FMODAttenuationDetails

-

Adds a node that creates an 'FMODAttenuationDetails' from its members.

-

Make FMODAttenuationDetails

-

-

-
C++
-
-

-
FMODAttenuationDetails MakeFMODAttenuationDetails(
-    bool OverrideAttenuation,
-    float MinimumDistance,
-    float MaximumDistance
-);
-
- -
-
OverrideAttenuation
-
True to use attenuation values set by editor, false to use values set in the Studio project.
-
MinimumDistance
-
Minimum 3D Distance. Value to use for the minimum attenuation distance if OverrideAttenuation is true.
-
MaximumDistance
-
Maximum 3D Distance. Value to use for the maximum attenuation distance if OverrideAttenuation is true.
-
-

See Also: FMODAttenuationDetails.

-

Make FMODEventInstance

-

Adds a node that creates an 'FMODEventInstance' from its members.

-

FMOD Event Instance

-

-

-
C++
-
-

-
FMODEventInstance MakeFMODEventInstance();
-
- -

See Also: Event Instance.

-

Make FMODOcclusionDetails

-

Adds a node that creates an 'FMODOcclusionDetails' from its members.

-

FMODOcclusion Details

-

-

-
C++
-
-

-
FMODAttenuationDetails MakeFMODAttenuationDetails(
-    bool EnableOcclusion,
-    enum OcclusionTraceChannel,
-    bool UseComplexCollisionForOcclusion
-);
-
- -
-
EnableOcclusion
-
True to enable occlusion settings, false to disable them.
-
OcclusionTraceChannel
-
Trace channel to use for audio occlusion checks.
-
UseComplexCollisionForOcclusion
-
True to enable complex geometry occlusion checks, false not to.
-
-

See Also: FMODOcclusionDetails.

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-utilities.html b/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-utilities.html deleted file mode 100644 index ed2b11f8..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference-utilities.html +++ /dev/null @@ -1,432 +0,0 @@ - - -Blueprint Reference | Utilities - - - - -
- -
-

7. Blueprint Reference | Utilities

-

Automatically generated methods for working with FMOD and Unreal Utilities.

-

Methods:

-
    -
  • Cast To FMODAmbientSound Access object as a class 'FMODAmbientSound' it may be an instance of. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODAmbientSound Class Access class 'FMODAmbientSound' as one it may inherit from. On failure the Cast Failed path will be taken.
  • -
  • Cast TO FMODAnimNotifyPlay Access object as a class 'FMODAnimNotifyPlay' it may be an instance of. On failure the Cast Failed path will be taken.
  • -
  • Cast TO FMODAnimNotifyPlay Class Access class 'FMODAnimNotifyPlay' as one it may inherit from. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODAsset Access object as a class 'FMODAsset' it may be an instance of. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODAsset Class Access class 'FMODAsset' as one it may inherit from. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODAudioComponent Access object as a class 'FMODAudioComponent' it may be an instance of. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODAudioComponent Class Access class 'FMODAudioComponent' as one it may inherit from. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODBank Access object as a class 'FMODBank' it may be an instance of. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODBank class Access class 'FMODBank' as one it may inherit from. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODBus Access object as a class 'FMODBus' it may be an instance of. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODBus class Access class 'FMODBus' as one it may inherit from. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODEvent Access object as a class 'FMODEvent' it may be an instance of. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODEvent class Access class 'FMODEvent' as one it may inherit from. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODPort Access object as a class 'FMODPort' it may be an instance of. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODPort class Access class 'FMODPort' as one it may inherit from. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODSnapshot Access object as a class 'FMODSnapshot' it may be an instance of. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODSnapshot class Access class 'FMODSnapshot' as one it may inherit from. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODSnapshotReverb Access object as a class 'FMODSnapshotReverb' it may be an instance of. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODSnapshotReverb class Access class 'FMODSnapshotReverb' as one it may inherit from. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODVCA Access object as a class 'FMODVCA' it may be an instance of. On failure the Cast Failed path will be taken.
  • -
  • Cast To FMODVCA class Access class 'FMODVCA' as one it may inherit from. On failure the Cast Failed path will be taken.
  • -
-

Cast To FMODAmbientSound

-

Access object as a class 'FMODAmbientSound' it may be an instance of. On failure the Cast Failed path will be taken.

-

Cast To FMODAmbientSound

-

-

-
C++
-
-

-
FMODAmbientSound CastToFMODAmbientSound(
-    Object Object
-);
-
- -
-
Object
-
Object to cast to an FMODAmbientSound.
-
-

Cast To FMODAmbientSound class

-

Access class 'FMODAmbientSound' as one it may inherit from. On failure the Cast Failed path will be taken.

-

Cast To FMODAmbientSound Class

-

-

-
C++
-
-

-
FMODAmbientSound CastToFMODAmbientSoundclass(
-    ObjectClassReference Class
-);
-
- -
-
Class
-
Class to cast to an FMODAmbientSound.
-
-

Cast To FMODAnimNotifyPlay

-

Access object as a class 'FMODAnimNotifyPlay' it may be an instance of. On failure the Cast Failed path will be taken.

-

Cast To FMODAnimNotifyPlay

-

-

-
C++
-
-

-
FMODAnimNotifyPlay CastToFMODAnimNotifyPlay(
-    Object Object
-);
-
- -
-
Object
-
Object to cast to an FMODAnimNotifyPlay.
-
-

Cast To FMODAnimNotifyPlay class

-

Access class 'FMODAnimNotifyPlay' as one it may inherit from. On failure the Cast Failed path will be taken.

-

Cast To FMODAnimNotifyPlay Class

-

-

-
C++
-
-

-
FMODAnimNotifyPlay CastToFMODAnimNotifyPlayclass(
-    ObjectClassReference Class
-);
-
- -
-
Class
-
Class to cast to an FMODAnimNotifyPlay.
-
-

Cast To FMODAsset

-

Access object as a class 'FMODAsset' it may be an instance of. On failure the Cast Failed path will be taken.

-

Cast To FMODAsset

-

-

-
C++
-
-

-
FMODAsset CastToFMODAsset(
-    Object Object
-);
-
- -
-
Object
-
Object to cast to an FMODAsset.
-
-

Cast To FMODAsset class

-

Access class 'FMODAsset' as one it may inherit from. On failure the Cast Failed path will be taken.

-

Cast To FMODAsset Class

-

-

-
C++
-
-

-
FMODAsset CastToFMODAssetclass(
-    ObjectClassReference Class
-);
-
- -
-
Class
-
Class to cast to an FMODAsset.
-
-

Cast To FMODAudioComponent

-

Access object as a class 'FMODAudioComponent' it may be an instance of. On failure the Cast Failed path will be taken.

-

Cast To FMODAudioComponent

-

-

-
C++
-
-

-
FMODAudioComponent CastToFMODAudioComponent(
-    Object Object
-);
-
- -
-
Object
-
Object to cast to an FMODAudioComponent.
-
-

Cast To FMODAudioComponent class

-

Access class 'FMODAudioComponent' as one it may inherit from. On failure the Cast Failed path will be taken.

-

Cast To FMODAudioComponent Class

-

-

-
C++
-
-

-
FMODAudioComponent CastToFMODAudioComponentclass(
-    ObjectClassReference Class
-);
-
- -
-
Class
-
Class to cast to an FMODAudioComponent.
-
-

Cast To FMODBank

-

Access object as a class 'FMODBank' it may be an instance of. On failure the Cast Failed path will be taken.

-

Cast To FMODBank

-

-

-
C++
-
-

-
FMODBank CastToFMODBank(
-    Object Object
-);
-
- -
-
Object
-
Object to cast to an FMODBank.
-
-

Cast To FMODBank class

-

Access class 'FMODBank' as one it may inherit from. On failure the Cast Failed path will be taken.

-

Cast To FMODBank Class

-

-

-
C++
-
-

-
FMODBank CastToFMODBankclass(
-    ObjectClassReference Class
-);
-
- -
-
Class
-
Class to cast to an FMODBank.
-
-

Cast To FMODBus

-

Access object as a class 'FMODBus' it may be an instance of. On failure the Cast Failed path will be taken.

-

Cast To FMODBus

-

-

-
C++
-
-

-
FMODBus CastToFMODBus(
-    Object Object
-);
-
- -
-
Object
-
Object to cast to an FMODBus.
-
-

Cast To FMODBus class

-

Access class 'FMODBus' as one it may inherit from. On failure the Cast Failed path will be taken.

-

Cast To FMODBus Class

-

-

-
C++
-
-

-
FMODBus CastToFMODBusclass(
-    ObjectClassReference Class
-);
-
- -
-
Class
-
Class to cast to an FMODBus.
-
-

Cast To FMODEvent

-

Access object as a class 'FMODEvent' it may be an instance of. On failure the Cast Failed path will be taken.

-

Cast To FMODEvent

-

-

-
C++
-
-

-
FMODEvent CastToFMODEvent(
-    Object Object
-);
-
- -
-
Object
-
Object to cast to an FMODEvent.
-
-

Cast To FMODEvent class

-

Access class 'FMODEvent' as one it may inherit from. On failure the Cast Failed path will be taken.

-

Cast To FMODEvent Class

-

-

-
C++
-
-

-
FMODEvent CastToFMODEventclass(
-    ObjectClassReference Class
-);
-
- -
-
Class
-
Class to cast to an FMODEvent.
-
-

Cast To FMODPort

-

Access object as a class 'FMODPort' it may be an instance of. On failure the Cast Failed path will be taken.

-

Cast To FMODPort

-

-

-
C++
-
-

-
FMODPort CastToFMODPort(
-    Object Object
-);
-
- -
-
Object
-
Object to cast to an FMODPort.
-
-

Cast To FMODPort class

-

Access class 'FMODPort' as one it may inherit from. On failure the Cast Failed path will be taken.

-

Cast To FMODPort Class

-

-

-
C++
-
-

-
FMODPort CastToFMODPortclass(
-    ObjectClassReference Class
-);
-
- -
-
Class
-
Class to cast to an FMODPort.
-
-

Cast To FMODSnapshot

-

Access object as a class 'FMODSnapshot' it may be an instance of. On failure the Cast Failed path will be taken.

-

Cast To FMODSnapshot

-

-

-
C++
-
-

-
FMODSnapshot CastToFMODSnapshot(
-    Object Object
-);
-
- -
-
Object
-
Object to cast to an FMODSnapshot.
-
-

Cast To FMODSnapshot class

-

Access class 'FMODSnapshot' as one it may inherit from. On failure the Cast Failed path will be taken.

-

Cast To FMODSnapshot Class

-

-

-
C++
-
-

-
FMODSnapshot CastToFMODSnapshotclass(
-    ObjectClassReference Class
-);
-
- -
-
Class
-
Class to cast to an FMODSnapshot.
-
-

Cast To FMODSnapshotReverb

-

Access object as a class 'FMODSnapshotReverb' it may be an instance of. On failure the Cast Failed path will be taken.

-

Cast To FMODSnapshotReverb

-

-

-
C++
-
-

-
FMODSnapshotReverb CastToFMODSnapshotReverb(
-    Object Object
-);
-
- -
-
Object
-
Object to cast to an FMODSnapshotReverb.
-
-

Cast To FMODSnapshotReverb class

-

Access class 'FMODSnapshotReverb' as one it may inherit from. On failure the Cast Failed path will be taken.

-

Cast To FMODSnapshotReverb Class

-

-

-
C++
-
-

-
FMODSnapshotReverb CastToFMODSnapshotReverbclass(
-    ObjectClassReference Class
-);
-
- -
-
Class
-
Class to cast to an FMODSnapshotReverb.
-
-

Cast To FMODVCA

-

Access object as a class 'FMODVCA' it may be an instance of. On failure the Cast Failed path will be taken.

-

Cast To FMODVCA

-

-

-
C++
-
-

-
FMODVCA CastToFMODVCA(
-    Object Object
-);
-
- -
-
Object
-
Object to cast to an FMODVCA.
-
-

Cast To FMODVCA class

-

Access class 'FMODVCA' as one it may inherit from. On failure the Cast Failed path will be taken.

-

Cast To FMODVCA Class

-

-

-
C++
-
-

-
FMODVCA CastToFMODVCAclass(
-    ObjectClassReference Class
-);
-
- -
-
Class
-
Class to cast to an FMODVCA.
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference.html b/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference.html deleted file mode 100644 index 496fe051..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/blueprint-reference.html +++ /dev/null @@ -1,41 +0,0 @@ - - -Blueprint Reference - - - - - diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/glossary.html b/hwanyoung2/Plugins/FMODStudio/Docs/glossary.html deleted file mode 100644 index 2d0c5212..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/glossary.html +++ /dev/null @@ -1,76 +0,0 @@ - - -Glossary - - - - -
- -
-

11. Glossary

-

This page includes definitions for various common FMOD Studio terms, along with references to related terms and documentation.

-

11.1 Documentation Conventions

-

11.1.1 Parameter Tokens

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TokenMeaning
OutThe API function will fill in information in this parameter.
OptThis parameter is optional, specify null or zero to ignore.
R/OThis token applies to members of various structures which FMOD passes to user callbacks. User callbacks must not modify the values of these members. Modifying the values of these members will cause undefined behavior.
C#This is only available in C#.
JSThis is only available in Javascript.
-

11.2 Version

-

The version number of FMOD Studio. Version numbers are split into three parts, in the format: productVersion.majorVersion.minorVersion. For example, the version 1.23.45 would indicate product version 1, major version 23, and minor version 45 of that major version.

-

Major versions contain significant changes, add new features, and may affect bank compatibility. Updating to a new major version usually requires project migration. New major versions may change playback behavior in some cases.

-

Minor versions, also known as patch versions, contain bug fixes and smaller workflow improvements.

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/add-actor-button.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/add-actor-button.png deleted file mode 100644 index 041e8df4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/add-actor-button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecf3392ba40a7bdc246d999d0f5a890841410f823b78e82c8908e16d961c173b -size 953 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/add-audio-component.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/add-audio-component.png deleted file mode 100644 index 1e2ea3db..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/add-audio-component.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e3cb636e630f208405f36c525f1cd156f17ffba970a615d06dbb8cb51dc92b5 -size 22236 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/add-parameter-button.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/add-parameter-button.png deleted file mode 100644 index 8a0cf67e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/add-parameter-button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76c17f79cf7bb3473951bf6547134cbb1db13b20ddd9bfa97531900ffadad97d -size 734 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/add-track-button.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/add-track-button.png deleted file mode 100644 index d97e7bd6..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/add-track-button.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c50acda0c5559756bfa9fcf3f9a4d6db1f58c01d311d7838c43acdd904275fa6 -size 587 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/additional-non-asset-directories.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/additional-non-asset-directories.png deleted file mode 100644 index 490589f1..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/additional-non-asset-directories.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cb182ee12b13ec6d7c931199b29923a7e4418704a6ab68249657d588491a916 -size 96755 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/ambient-setting.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/ambient-setting.png deleted file mode 100644 index 0d1c3f7b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/ambient-setting.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67a05aaa122b7fb34cf6ebb45bd9a141762192832114e3ed2cbe42bc5a1e756e -size 35156 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/assign-to-bank.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/assign-to-bank.png deleted file mode 100644 index 526d8d28..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/assign-to-bank.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb8e1f28bba60d9e119ff562bd319ad6d31fad3a66de483cbdb62dda84539799 -size 29464 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/audio-table.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/audio-table.png deleted file mode 100644 index c2cc4225..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/audio-table.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0065fcaf1f75cbef6132b18b9b2a82efd787cc1c53c7fa4ee6e9d7e5c852998d -size 40038 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-component.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-component.png deleted file mode 100644 index 5a502f3a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-component.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17121421b0b598db6ab5b2910e09fc7a47c21c9a665c65e0b645da1e711adc36 -size 10752 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-cue.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-cue.png deleted file mode 100644 index 1bee11ef..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-cue.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4240b82f2a70ccc1758aede3f90b01a762f9d96497ba0f92b61676d280a15bf0 -size 9328 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-meta.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-meta.png deleted file mode 100644 index b50942df..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-meta.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f392124fed8e8bee6a68ab9ebf4f8c419bc1c9ba9982c833fe638f9027a8eed6 -size 5751 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-settings.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-settings.png deleted file mode 100644 index b4d8ed9a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-attenuation-settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81b41d3129ccbdb593f8d1c2e12293dff67edacca550a605ce083b1b2fc4dd4f -size 63250 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-component.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-component.png deleted file mode 100644 index 626094ea..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-component.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f35231ac73d99cb3d00de1510d9aa07debf995a398debfb691d5c16eb1d4052 -size 37770 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-playlink.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-playlink.png deleted file mode 100644 index e5900fcd..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-playlink.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7adb1076071b18576cc289d08d95b741fb8478fc2b2419663f1f8c47ad410a6b -size 36184 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-programmer-sound.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-programmer-sound.png deleted file mode 100644 index bc933c36..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-programmer-sound.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23fbf92f9c95544f8713b621f3f3253b6599b5e2afbe788f9160c1cf162bafc6 -size 106112 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-settings.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-settings.png deleted file mode 100644 index a2ce1ea4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b8ddeeeb0ef918ac894a48eaca75bfb9c83119c1ea8c22ee85939a0a905861c -size 59482 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-settings2.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-settings2.png deleted file mode 100644 index 7bafbfef..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-settings2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e72affecb8db405ed792d6a9e6c4b47d4bb1dd76122dfd129392518e404605db -size 51119 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-submix-cue.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-submix-cue.png deleted file mode 100644 index 659f8282..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-submix-cue.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f2b09a36aa41c8da1e1943bb7b51c58c87bd704d3061b12ea10a7c57d681943 -size 24143 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-submix.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-submix.png deleted file mode 100644 index a1668429..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-submix.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2883be031ece0aa5056a814816485099195f5820f00c5f3f0b92ce0041ae78c1 -size 82745 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-submix2.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-submix2.png deleted file mode 100644 index 236256d6..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/audiolink-submix2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc2e37bb0169f7d158bcc26c090f56caa33d9113cee0ff6fca2ad89e1281ca32 -size 74577 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/banks-blueprint.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/banks-blueprint.png deleted file mode 100644 index 12a52c56..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/banks-blueprint.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2cbfc1b402df4e6bdbc2080e99251110c528b690e31724920e82f2bc79afeb5 -size 74794 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-checkifloaded.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-checkifloaded.png deleted file mode 100644 index 927dd2a0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-checkifloaded.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6501b2846145b6cd939b74c927b6e39e8c8d117cbe23fbc8d3dc90700a80add -size 83552 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-getbanks.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-getbanks.png deleted file mode 100644 index 091c553f..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-getbanks.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:505a98a95db5d8e343a89aae7e16b076c8a139db90b8aead7f0aa749e73f57f7 -size 44453 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-levelbp.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-levelbp.png deleted file mode 100644 index 2b15f146..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-levelbp.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3727f114928b0e02eb6db375c2244d7ab6f8bb8f26e79dc09cfc0755113228f9 -size 103602 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-loadbanks.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-loadbanks.png deleted file mode 100644 index 7ed0f127..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-loadbanks.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a32efcf0ff1bf20a0043d2aa3fec60052eb70b7413e1a754a904bcde5026de6 -size 59377 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-loading-macros.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-loading-macros.png deleted file mode 100644 index 0d96d1aa..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-loading-macros.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b47c78abd1d9d1693b3c7baa689d9a20e567329c29502fa78d7f66056de1bcaa -size 5489 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-variables.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-variables.png deleted file mode 100644 index 1e4df529..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-async-variables.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9518f614aa0c20a79824ac442063dc8fc59c477b20f2091a48c7211cd06c22dd -size 10445 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-play-simple.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-play-simple.png deleted file mode 100644 index ab3b0104..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-play-simple.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff40692ac69f2d5451983139fab15b2d6cd87d83c4e55bcbc89a152469fc5ed1 -size 87651 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-sample.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-sample.png deleted file mode 100644 index fb9cc371..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/blueprint-sample.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6cf636b1c8009a06bb7bb06fd39978a1b7002b0f60c9e1fe953c513898f12365 -size 25345 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/break-fmod-attenuation-details.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/break-fmod-attenuation-details.png deleted file mode 100644 index ed6d8a6d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/break-fmod-attenuation-details.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bfa8e64815bad48efbd2317ce856173121eb9a05e24273d0802c320a9f934ab -size 18888 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/break-fmod-occlusion-details.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/break-fmod-occlusion-details.png deleted file mode 100644 index c0b30674..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/break-fmod-occlusion-details.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9266da82b141c54b97fdb2b8adbcad20df7fed4133bba9ec3e22aa7843ca69f -size 20511 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/build-menu.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/build-menu.png deleted file mode 100644 index d77e0395..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/build-menu.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc15d6f9bf0c1ffe942c700f47c6167a931cc9e84bcf639b3e1c2c5fee527859 -size 7438 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/bus-set-mute.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/bus-set-mute.png deleted file mode 100644 index 3bc7a5bc..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/bus-set-mute.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bcd00c03f31f6f1da395ab385a6fbf69fef10497a883d74993996c3ef7bfbd4 -size 13568 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/bus-set-paused.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/bus-set-paused.png deleted file mode 100644 index bda28101..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/bus-set-paused.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bb26fbfc4e63e21caf4b5cec3d137a2f424f46420cbedb021ec61bd81968adf -size 14223 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/bus-set-volume.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/bus-set-volume.png deleted file mode 100644 index e7a67afd..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/bus-set-volume.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ceb1f7ad2dd7d5f5f7abb5233848f54420b5ae0be5639f0f00718e0c98cb729f -size 13977 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/bus-stop-all-events.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/bus-stop-all-events.png deleted file mode 100644 index f279a71a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/bus-stop-all-events.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29d7d3d26c06b335f93c4e055a019f5b84f3f3daf6a8bb3fad8bea26b5ebf256 -size 16978 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/byte-to-enum.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/byte-to-enum.png deleted file mode 100644 index 77403b6e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/byte-to-enum.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:534e11d40818d0ad3930c2efa2b1120bc6c0cc5c985563b2fa437afccf1c7ecb -size 2920 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/callback-bp.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/callback-bp.png deleted file mode 100644 index e72c646e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/callback-bp.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62ebd87a5d9cbaafa5756c808603839b81767bfe4692b3e431f30931a2f0d3f9 -size 8574 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/callback-enable.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/callback-enable.png deleted file mode 100644 index 3e159c74..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/callback-enable.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99a710d6b51bb90a2acafd231cae46211a44a38b1b80d3bcfbdf961a1e64915f -size 2297 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/callback-example.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/callback-example.png deleted file mode 100644 index 48d370a4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/callback-example.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65cf8c08434eb48ab0fbe75d24f429fe4f7d882c59bf366cbbefe13d40f22d85 -size 69449 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmod-audio-component.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmod-audio-component.png deleted file mode 100644 index 9801c272..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmod-audio-component.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acd7f22957d6cc5b1c9790b9be5e07414925368cd4a5d726415cabbebad71d52 -size 17721 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodambientsound-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodambientsound-class.png deleted file mode 100644 index dbb477f3..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodambientsound-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:758b50162293af20bb4a76fabd56bc09b19c45c8aea5aa527c72859017c01263 -size 19623 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodambientsound.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodambientsound.png deleted file mode 100644 index aea74c4d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodambientsound.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99711e33cc74d6fdaba632d0a5f80075e2d62d6db498b31373eccbc1f360bb65 -size 15385 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodanimnotifyplay-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodanimnotifyplay-class.png deleted file mode 100644 index 005eed7e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodanimnotifyplay-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1ce1c50fa3b2e52301f79f6f6addf2bce8b965e4b358c08458e002b2863ce92 -size 19103 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodanimnotifyplay.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodanimnotifyplay.png deleted file mode 100644 index 5079ee28..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodanimnotifyplay.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1f2a64e472e45c110529c54cbd98c624c69df5fb7a4f3da192aad12fb86be5c -size 14150 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodasset-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodasset-class.png deleted file mode 100644 index d9d105fc..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodasset-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:983a38089f73a12911276e8ad71dd13405c17522d7b64edec14577333f516eea -size 17052 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodasset.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodasset.png deleted file mode 100644 index 3e3888bc..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodasset.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c3b505fbb33cc72c49f0aa9f2c3b55e98746f298dd013091e74437033b02505 -size 12108 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodaudiocomponent-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodaudiocomponent-class.png deleted file mode 100644 index ba620aef..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodaudiocomponent-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:454bb5cb89d35cd8a6939863360f5ee2227717a6bca5eb02d8d5c7adc5155cea -size 19572 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodaudiocomponent.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodaudiocomponent.png deleted file mode 100644 index 19b17b00..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodaudiocomponent.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91b6a86223a9f00f03e0be85ae7a8ee6aefd0fa0f7b65fbb2236f57832640717 -size 15362 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbank-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbank-class.png deleted file mode 100644 index 94d6c443..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbank-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4ba6167ea03338ab358e6d9ba8932aa738d6855b3960f4e4839b0133962a1a2 -size 17480 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbank.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbank.png deleted file mode 100644 index 58fb5a06..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbank.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01eb6ba13c2bb9e27298ac404e0715341d039347e5a2941f88404c35ada353e9 -size 12669 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbus-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbus-class.png deleted file mode 100644 index 9fae51c7..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbus-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a94e7a872abd479390657e67af35ef9abc885ae1dc30dd04791bdac939ea92a -size 16555 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbus.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbus.png deleted file mode 100644 index 4c8a9272..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodbus.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86dcc61bc1b7b78e5641c1ab1b312b9dee6e9db6b38f8362897b2e1b9b51f435 -size 12090 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodevent-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodevent-class.png deleted file mode 100644 index 04b61fcd..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodevent-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1635057487ceb4a9c7cc783e1dba056e8db35841dded944aeb64ad7c3958e198 -size 16925 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodevent.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodevent.png deleted file mode 100644 index 12fe9abb..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodevent.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cda1c9ac58213b8a53dcdea5fcb000bb21047bf8e01f609345efa0b7c8d2de49 -size 12454 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontrolsection-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontrolsection-class.png deleted file mode 100644 index 52be0d12..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontrolsection-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf50e72fcf773ab55ce68daa3a59818dc311c0c621aa86aacff9d83f196de101 -size 20838 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontrolsection.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontrolsection.png deleted file mode 100644 index 864f056d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontrolsection.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1751203b0d0e8a70d540a847488069e75e757b45c084d7d597214e188c1a65be -size 16515 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontroltrack-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontroltrack-class.png deleted file mode 100644 index e3c33cd6..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontroltrack-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:902d7498186172554f358b5fee2298f8a7951dcaec37ff4740ccd4eaa6f0aae9 -size 20625 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontroltrack.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontroltrack.png deleted file mode 100644 index 32475cb3..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventcontroltrack.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9c21b70b124399807edeb3b2a8fa9d85dca37d9e071125bbd58c758ed15332d -size 15807 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventparametertrack-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventparametertrack-class.png deleted file mode 100644 index db1f0234..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventparametertrack-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f295d1f75090ebc4aaf9a725ea594dfd3ebfac4e1b58e9fe31508904c30d413 -size 20912 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventparametertrack.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventparametertrack.png deleted file mode 100644 index 0915f88a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodeventparametertrack.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ee59bed51169cfea16a71824d6f87b21d1b38b00734ed80985aec79028e279f -size 16263 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodport-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodport-class.png deleted file mode 100644 index 4d474dd1..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodport-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:951035ace21dd6c8305a35b7f213e37909c0d9c5aa44381c6e088627553be1f4 -size 17380 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodport.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodport.png deleted file mode 100644 index 4f242ab0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodport.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:992e0021aad31a82f765e2a9f2fc18389ac69ed99d0efe2aacff453b44bb3d4f -size 12243 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshot-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshot-class.png deleted file mode 100644 index e36a0e53..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshot-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20555287e86f9a882ebd965c23d6f24f530a36529f1316325e2faa468c816dde -size 18358 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshot.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshot.png deleted file mode 100644 index 9204e2bf..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshot.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26ba6d13ddd5a89b8a2d0d088e0ccaf7cecc5ba7188864bcd440788fadd6d00f -size 13567 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshotreverb-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshotreverb-class.png deleted file mode 100644 index 6c5da0f8..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshotreverb-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ddd8a5e5dd7fc4d3c3aa366ecd3b69fbcdaa620b63cfeb3384c9aba28f074c4 -size 19834 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshotreverb.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshotreverb.png deleted file mode 100644 index b8f585ff..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodsnapshotreverb.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38909ad498e420948125e7918d7978b1546eab87002ad59010ec8d5856394189 -size 15582 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodvca-class.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodvca-class.png deleted file mode 100644 index d4c87899..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodvca-class.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c443af4f0357b9bdbb4bcbe02427b61f045d2f0936864a70d22e4f5917ce81d -size 16774 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodvca.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodvca.png deleted file mode 100644 index 87968378..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/cast-to-fmodvca.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20908d4853e4e6fdf859c93ffadf673943fc33491eecbe37d7b2e932b6c28395 -size 12456 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/content-view.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/content-view.png deleted file mode 100644 index 98a12855..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/content-view.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99182c062f45d23ea615a3e8f74b92631b778ba31c726925772634bdfc0bb23d -size 48571 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/control-track.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/control-track.png deleted file mode 100644 index 7300057a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/control-track.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d42dba61459c9f43332443da9085eb85aca04cfd97e887ffdccd935712a60d46 -size 18430 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/docs-menu.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/docs-menu.png deleted file mode 100644 index 0ef16e88..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/docs-menu.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:223ad50f00b49f3a1213bb9f97d2e80ca8a5a8d05d36dd7e64023ff2cc1700ce -size 21127 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/drag-ambient.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/drag-ambient.png deleted file mode 100644 index 21106351..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/drag-ambient.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:735a150c89295f9e1c846a7e9d8b9fd875e4bdc68b24ce1f7a2024668cf240ee -size 523986 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/engine-mac.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/engine-mac.png deleted file mode 100644 index 9a86404f..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/engine-mac.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6682af9d731049a4f45f784c93266155839b0203fae43d2e7491a1695240d126 -size 98182 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/engine-tree.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/engine-tree.png deleted file mode 100644 index 0f5d66d9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/engine-tree.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9afdd31a3dfa8300bfe90d6458a7b19d0345091461874017c89df858adbd25ff -size 6755 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-get-parameter-value.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-get-parameter-value.png deleted file mode 100644 index af672f83..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-get-parameter-value.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d8ad32965458fe482b7005f2660649ea78e6d8fe9eb53e7d157f55841b02250 -size 17734 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-get-parameter.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-get-parameter.png deleted file mode 100644 index 5f9abb18..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-get-parameter.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9008872c257699fd3df9b28954934d9398bddc8fde73e3035771ce09dcd75f32 -size 15437 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-is-valid.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-is-valid.png deleted file mode 100644 index 3632746f..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-is-valid.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62c06c45d832fee6c9d4ac8df39a2416fc912867b4036190671b25b35ca15aed -size 12519 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-key-off.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-key-off.png deleted file mode 100644 index a38e2dff..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-key-off.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c3323586f21e506e3b932f42ef8d594e08fc91c8ed6f3bbfd7031568cbf134f -size 10857 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-play.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-play.png deleted file mode 100644 index f50a5193..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-play.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b9527a8f69ad2e26f6417a71b0887659eb7b8870b3e582c1604014bff49047c -size 10171 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-release.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-release.png deleted file mode 100644 index f2ff8f74..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-release.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8632842ef5e95a5c0f65a83c26ef3d8b0a27f0c9b8f96a58537a081dea0f8bd -size 10832 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-parameter.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-parameter.png deleted file mode 100644 index f171233d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-parameter.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:102c98c1e321115f7a55e9c75c2993f9e876dcc957d83942e7f951d660e3ea35 -size 15983 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-paused.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-paused.png deleted file mode 100644 index 5bfa6fbd..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-paused.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:053405dbcf2692630417eafbd3f16928b032beca8cdf5dc30df2be4a97b8543b -size 13459 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-pitch.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-pitch.png deleted file mode 100644 index 2137ce24..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-pitch.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:278b990f93edb91633f10ce9586f3f82b856ee92cd4168df9b737a2782298258 -size 12897 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-property.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-property.png deleted file mode 100644 index 147d9279..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-property.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd4207d899f0ecbd8913678022b71d9effe5a2989989f15b7bb2ffa771766232 -size 17688 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-transform.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-transform.png deleted file mode 100644 index f197ed37..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-transform.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d99c84c55af9b0fc0ce8d4fa328a4ed7f5c9eeef9a314f005b1c73ff45f472f5 -size 13351 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-volume.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-volume.png deleted file mode 100644 index 87f9bfc4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-set-volume.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a7e47c5da89bba33fe8d332887f7bdcf300956e73914a6ee1d6fdd551a1f015 -size 13526 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-stop.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-stop.png deleted file mode 100644 index c09aa0ce..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-stop.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:def1ee83dad3d8a8dcc0da7ba502cbed5b6d7cac2f0f2b23db508473777250cf -size 11740 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-trigger-cue.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-trigger-cue.png deleted file mode 100644 index 006c3de0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-instance-trigger-cue.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b4bb405a87615f87b1d74e6b852cad285191ea495eb6c37c1d4d766a69633cf -size 11036 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-tracks.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/event-tracks.png deleted file mode 100644 index 24585aef..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/event-tracks.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a072be74ef92118c69a0c4a4abdec9368ff4377a97afe4c6367eeb32b23e7d4 -size 34452 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/find-asset-by-name.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/find-asset-by-name.png deleted file mode 100644 index ff3dc38c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/find-asset-by-name.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2dcc02786e5462d87fcde6cd165689ba9b7133e9e762a087aee6442af7d7504 -size 11961 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/find-event-by-name.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/find-event-by-name.png deleted file mode 100644 index 38f67894..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/find-event-by-name.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c2b11c83c6ee7bf7ab0580754606a779cda196a29419ce1563a38f3c4501f6c -size 11856 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/find-event-instances.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/find-event-instances.png deleted file mode 100644 index 1d3b3812..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/find-event-instances.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d060451d7e9beb674d9c76d350239686759d1e8dd9720661f00071b1d6d0e7c5 -size 14556 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/fmod-content.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/fmod-content.png deleted file mode 100644 index 89dce5ea..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/fmod-content.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fd70b31f0d6fbb97566637c2cd95abca8994766230cdc27cec939d9db97765b -size 40249 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/for-each.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/for-each.png deleted file mode 100644 index 88e38d7f..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/for-each.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93e423304ccb6f401e5b5009f94db47ee6a56f6c275080d642d7dcec6fc6b279 -size 15163 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/gdk-enable-liveupdate.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/gdk-enable-liveupdate.png deleted file mode 100644 index 1b4c835b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/gdk-enable-liveupdate.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcef6f90bbe072cad68a37e7ec1fbe2c5c25f35b57840dd778e9c52f124b268a -size 6694 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-global-parameter-by-name.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/get-global-parameter-by-name.png deleted file mode 100644 index e4a86be8..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-global-parameter-by-name.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6147bc7b5ba9f9b9176c80273ed5be9fd0b2622b82da43eb3242967dfb75412 -size 13858 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-global-parameter-value-by-name.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/get-global-parameter-value-by-name.png deleted file mode 100644 index e6aeecfb..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-global-parameter-value-by-name.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6f8167076f6e7b6366c8e5a38d24fac1c838f3a6f27973773b1fb7f18dcbb8a -size 16500 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-length.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/get-length.png deleted file mode 100644 index 66409d1e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-length.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68a87ae3e35966a978880943aa698b73ae8287f31049df5448222d37753077c4 -size 16806 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-number-of-entreis-in.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/get-number-of-entreis-in.png deleted file mode 100644 index 2aba7468..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-number-of-entreis-in.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:979c2754b97502b8c51329ad28ecd920170c502e9efdf24bbb797eb476abc707 -size 13552 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-output-drivers.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/get-output-drivers.png deleted file mode 100644 index 9ccdccde..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-output-drivers.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92ca632c5d773e05dfa725144c68f07f2d7a3a96f368bfe51423e9ea59cf38c4 -size 9602 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-parameter-value.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/get-parameter-value.png deleted file mode 100644 index 7a3fd4ea..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-parameter-value.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e1a6031dace486bc0165a4731f98701226d0ae0c8e4d60217798b5703f99396 -size 22231 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-parameter.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/get-parameter.png deleted file mode 100644 index 3cdcc1c4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-parameter.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b18298a18f2fad69a94e1bdccac7fdc2e26fb5d8d404477c9210dcddfc42621 -size 20850 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-paused.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/get-paused.png deleted file mode 100644 index 594d8d95..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-paused.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c40ae3702e817b2cb60a8d1776a3bca1656d260156907702f5e9b94f7dac888 -size 17592 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-property.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/get-property.png deleted file mode 100644 index af2134b9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-property.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e648ffd30b6b4e0a8ad0a2210dcf13d0d2fb6d2f8307db9409cef995904a6dc -size 25378 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-timeline-position.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/get-timeline-position.png deleted file mode 100644 index ae656f1c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/get-timeline-position.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e31228cd27980477bf28cc96a4225eb09a998ff255327b9e7c8ac4f447674679 -size 18810 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/getglobalparameter.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/getglobalparameter.png deleted file mode 100644 index 4464f566..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/getglobalparameter.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b60189868bbbf7e230f7eb237b14f04ed13ed419226f383be10490e0febdd77f -size 14647 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/help-menu.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/help-menu.png deleted file mode 100644 index 8f48d64c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/help-menu.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1377ef72b51b212f9e1e4c8562b81cbf154739527b26640dadad828c47dc5b5 -size 6779 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/host-platform-integration.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/host-platform-integration.png deleted file mode 100644 index 5d2ee094..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/host-platform-integration.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4c4a30e05542268030d7c1fcac95af3409509e28517ae02f973e96fa1a792cb -size 25793 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/is-bank-loaded.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/is-bank-loaded.png deleted file mode 100644 index ff032d98..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/is-bank-loaded.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cb24d1b72b479000bb6ecc72ecbfe93572cfca12107e475320c460b7c63b29b -size 14588 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/is-playing.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/is-playing.png deleted file mode 100644 index 968cd80a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/is-playing.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7f80f97c861df5935fd9da0f7c4dee72ac24ef78e195f40a338fc207506b276 -size 18030 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/key-off.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/key-off.png deleted file mode 100644 index 34b49447..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/key-off.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8baf11a810cbef2c32dba54aa6c1443be9eb4eee0b7d2208f9da0cf402d21be5 -size 16575 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/literal-enum.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/literal-enum.png deleted file mode 100644 index fa26c912..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/literal-enum.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ba36def188af4754d977247d23eba5109710129504b14dbaa21ed0c42a8a80c -size 14767 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/load-bank-sample-data.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/load-bank-sample-data.png deleted file mode 100644 index 25d5c20f..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/load-bank-sample-data.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c386f4ee8d53d7b0202ac1182389e7da82473108905f745bf3fc527a7dbe3c5c -size 12630 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/load-bank.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/load-bank.png deleted file mode 100644 index 3fcb5e40..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/load-bank.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf9d571ea9417f1ce468f46af30c47e2f990718d3ac0435da33ee13fe00dffd0 -size 15645 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/load-event-sample-data.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/load-event-sample-data.png deleted file mode 100644 index b010b24d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/load-event-sample-data.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e31f49df6a89b022db0ce560a3129cdefc16e835885c6ba91f16f56113540c73 -size 12906 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/load-locale-bank.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/load-locale-bank.png deleted file mode 100644 index 8a939788..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/load-locale-bank.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2235f2288773d014e9cab3a8082dd8d7bc55d85a4a21db7f60e1002ed2a3093d -size 29338 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/make-fmod-attenuation-details.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/make-fmod-attenuation-details.png deleted file mode 100644 index 7c127f3e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/make-fmod-attenuation-details.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dfa3499137c9999bfdad9b14cf8276adfe4d9e5e95ecb5b1dbaae86e94d001e -size 21559 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/make-fmod-event-instance.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/make-fmod-event-instance.png deleted file mode 100644 index fb613192..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/make-fmod-event-instance.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a265cfa6793e2ae16d5183eb5b294e7ae4d310f939f44e507268095a8b5213b -size 10119 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/make-fmod-occlusion-details.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/make-fmod-occlusion-details.png deleted file mode 100644 index afed38a9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/make-fmod-occlusion-details.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b63c269be613918798df53a2a9425827caf7b02127cedfd1995afb4dadac7b79 -size 25252 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/master-bank-name.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/master-bank-name.png deleted file mode 100644 index 4eb11710..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/master-bank-name.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b66d0894b1e5ebd84d713912df16bfacf1cf6414fa3a53b2a36cebe0b403de4e -size 35115 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/mixer-resume.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/mixer-resume.png deleted file mode 100644 index 675e7126..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/mixer-resume.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac63ee2059a1b44ef04763f25c6dcf5303932a285d17bd6f539d0e80036e7a4f -size 6952 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/mixer-suspend.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/mixer-suspend.png deleted file mode 100644 index e2347003..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/mixer-suspend.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22c0e281e50c27a15dc1b1792b45286c04f7d7551e48365e71816dfbfb776abb -size 7102 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-add-fmodevent.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-add-fmodevent.png deleted file mode 100644 index 2d23c43d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-add-fmodevent.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:860005c8578647f57ea7d2136d9e2f5d21c16ace31148063b2cca79a879d3820 -size 36214 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-create-fmod-event-player.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-create-fmod-event-player.png deleted file mode 100644 index 1d0b9005..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-create-fmod-event-player.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9479da4e806d75b1b0bfaf0f149376f368e23b280ddf0d18bdb73d28a4a1be6 -size 13200 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-fmod-event-player.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-fmod-event-player.png deleted file mode 100644 index 04d9ce34..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-fmod-event-player.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77f362069c7fc9996b5960c00594914f50593f4097d921f1426c3b8ed48bcc10 -size 17453 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-modules.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-modules.png deleted file mode 100644 index 49c2eee2..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-modules.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e95f0c88868c21dead2a6ff3ba118dd54c5b337c5b38d500bd1a20aa931362ec -size 18272 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-play-assign-player.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-play-assign-player.png deleted file mode 100644 index a9ff7fde..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-play-assign-player.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:751752bd4ec0f0212a77c127bee8a13665174a0bf244891382be8f3236d77cff -size 69326 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-play-fmod-event.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-play-fmod-event.png deleted file mode 100644 index 533e734d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-play-fmod-event.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7692e9ee24e60f9fb8c9ff74632225519d4431bc547a1de3dac0d0b181e153ae -size 62012 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-playpersistentfmodevent.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-playpersistentfmodevent.png deleted file mode 100644 index 9787f9a5..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-playpersistentfmodevent.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5784f2dd00128c91dd27c5edcb0cd535222802ba9656433bd5e76b505cabd894 -size 57094 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-update-assign-player.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-update-assign-player.png deleted file mode 100644 index a4308b74..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-update-assign-player.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:372b609b359502c201f2654a72258e5d4ed5c0d4502d6b61f6bc44c2753cf70d -size 63171 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatefloatparameter.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatefloatparameter.png deleted file mode 100644 index 4234c0af..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatefloatparameter.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5db3f64deac3497a1a131d763688dad32706d2f0b3f52cbe0ad9d18e9dbbc203 -size 45432 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatelocation.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatelocation.png deleted file mode 100644 index 6d640124..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatelocation.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d811aab9f3615a260263bcef1c65e421bac80d2bbf9c3f41d8cc98ed29b23ead -size 52480 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatepersistentfmodevent.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatepersistentfmodevent.png deleted file mode 100644 index cbf6b8a9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatepersistentfmodevent.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4204de9764e1ba4a75338c2dd3c09b4aaa34b6b3d4fcc14db698ebb1a9fa12f -size 59922 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatetype.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatetype.png deleted file mode 100644 index 10e63747..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue4-updatetype.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:520db4e3c8691ab5ab3b2d7967fb09fc2c1e78d483e7a9d46d3aebcf10c009a5 -size 12214 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-add-fmodevent.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-add-fmodevent.png deleted file mode 100644 index c35046d5..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-add-fmodevent.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2731017b09f88d770ec7a4114a058ac153aea0beadf2fa9057fd1e20761d2506 -size 31462 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-create-fmod-event-player.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-create-fmod-event-player.png deleted file mode 100644 index c5d1596a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-create-fmod-event-player.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85591d94ddfc4c1d8354ce4cac8d3e1c346c5f0580b109646d060387f461044b -size 13015 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-fmod-event-player.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-fmod-event-player.png deleted file mode 100644 index c6815e10..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-fmod-event-player.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d24587390fbd8c245a5f53acfeb9c2ca5dcf9d55a1cbbc5519fe86708c5ba8e7 -size 21973 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-modules.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-modules.png deleted file mode 100644 index c5a303b3..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-modules.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8c5ad5b5059b5c142b6b11ebb51f88388c22710117b206c0569b17687fc5675 -size 18307 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-play-assign-player.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-play-assign-player.png deleted file mode 100644 index 3123f1da..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-play-assign-player.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a4064893e48421d77fd609db0c4b759147475cb5c0a9004ffbedc9e95000d2a -size 106768 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-play-fmod-event.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-play-fmod-event.png deleted file mode 100644 index c5cba173..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-play-fmod-event.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9cc884b4d9d4ffa189047e46069becf7c2eef4fb6bc9ea692807062de4f1f79 -size 55777 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-playpersistentfmodevent.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-playpersistentfmodevent.png deleted file mode 100644 index 5df3d974..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-playpersistentfmodevent.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff9070ff6cb8f0a5ae438c1add56acd7f7ca5b29b59da2b4128206cc4981ad5e -size 52853 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-update-assign-player.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-update-assign-player.png deleted file mode 100644 index e2834483..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-update-assign-player.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bd87f2d82255bd3f1d3dd3f0a1fa5145c3eeae1d9a6cb15ac313ac359d8df48 -size 100970 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatefloatparameter.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatefloatparameter.png deleted file mode 100644 index ed938962..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatefloatparameter.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d90efe75113c0497c1081987f1a52cc97eb5c8aa2caed2fffa324723b56e0fb7 -size 45984 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatelocation.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatelocation.png deleted file mode 100644 index b04c289e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatelocation.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93a3e8feff0707244ca223c67dca9dadc1ae47e29f42a2b216fac49d5d8df530 -size 47166 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatepersistentfmodevent.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatepersistentfmodevent.png deleted file mode 100644 index d64b9a4b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatepersistentfmodevent.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75f2250433a1202afc1a7285948fc406b99c11c8480060bb6b7ba89f3a19f737 -size 51952 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatetype.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatetype.png deleted file mode 100644 index 3b1ea998..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-ue5-updatetype.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4843edb083107d355e1d9e2cbc1cc8790821f8fa81385f9e44d9f2acc500fca3 -size 12589 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-updateassignplayer.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-updateassignplayer.png deleted file mode 100644 index e2834483..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/niagara-updateassignplayer.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bd87f2d82255bd3f1d3dd3f0a1fa5145c3eeae1d9a6cb15ac313ac359d8df48 -size 100970 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/occlusion-props.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/occlusion-props.png deleted file mode 100644 index e78d2c47..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/occlusion-props.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c003d7c6bb331d01cad4dc435d16e8c0e613b87a21fb1298fc05bc249f052d8f -size 3778 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/occlusion-props2.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/occlusion-props2.png deleted file mode 100644 index f3ef247a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/occlusion-props2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22b904a8a99b02ffecb0badd341cc771e7b17cf309a88fd96bdba59dda75e4ea -size 3254 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/occlusion-setting.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/occlusion-setting.png deleted file mode 100644 index 87ba6d88..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/occlusion-setting.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39c77fdfdeee466fef364c55092f7cf13d55f0260ca999fa32a89e4a357e77da -size 35146 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/occlusion.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/occlusion.png deleted file mode 100644 index d5482361..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/occlusion.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7c6e6dda0ade7cd729648ba42c5e3174f25b21692b4a7925e2cef905fbefa88 -size 6079 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/parameter-keyframe-curve.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/parameter-keyframe-curve.png deleted file mode 100644 index b7fb9562..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/parameter-keyframe-curve.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6716425677307335f8fff4c2cc292f83b87a9945603e99a26a64acf659bf416f -size 59472 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/parameter-track.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/parameter-track.png deleted file mode 100644 index e573ed3d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/parameter-track.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d164f7de9c12ed108dc1b7ecfcb0028be1cfe525b819a47723218398323f2157 -size 12766 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/platform-specific-integrations.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/platform-specific-integrations.png deleted file mode 100644 index 176771ec..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/platform-specific-integrations.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e6632ff10e12c287a3d54395ca45d5083d7dadd9067e93414de072794957536 -size 19513 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/play-event-2d.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/play-event-2d.png deleted file mode 100644 index 9185e1d4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/play-event-2d.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:687719f56cb46c3b7860be42f77b4cfebc658ba8f212b9e5ac6a1ca348d5e98b -size 17648 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/play-event-at-location.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/play-event-at-location.png deleted file mode 100644 index af49430d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/play-event-at-location.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06d3c78da04e81d24001a517d605e94c9116b553d9080841002b35b465f81f14 -size 19844 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/play-event-attached.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/play-event-attached.png deleted file mode 100644 index e5677b9a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/play-event-attached.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e66f81cca1f707e167f0f927f618a55e94f3fb2487a13f5ad43ab804c287deaa -size 37534 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/play.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/play.png deleted file mode 100644 index bf9f7800..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/play.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43560e18b87378e3fc1e64eaff9ec118167b4698f161fffe86ebfe19195a188e -size 16330 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/plugins.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/plugins.png deleted file mode 100644 index 820f35f9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/plugins.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b996c944c754f7d3e56bb8fe68e367fad3a2e67b98d16dbd646c6932184b4b94 -size 9089 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/popup.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/popup.png deleted file mode 100644 index f016eeb4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/popup.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f45d57d837cdcafd4168cb9a117f1caebc9f5df7f01f0d63290b52cdadad95e -size 28603 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/possess-actor.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/possess-actor.png deleted file mode 100644 index 71ed43c9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/possess-actor.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85fc66c28a6f5ae47455f3f597fab49b39f46f909d50762ebaf33007b0254a69 -size 40263 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-asset-name.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-asset-name.png deleted file mode 100644 index a17fd73b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-asset-name.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f06d4992174c8693cbc9ab82f18f4c134c80c03d1d6373017e891ee31a3c1a8c -size 4276 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-bp.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-bp.png deleted file mode 100644 index 1ce35974..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-bp.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:441b2c15375a9e14094d85fd817885b6b6e65b2262604f8c54006b9981eacb66 -size 20629 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-file-path.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-file-path.png deleted file mode 100644 index 7111d6ed..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-file-path.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f41e0eb979ffa36529b752bdc673d95ead02170eeef4034085c033bac53f0223 -size 7216 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-actor.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-actor.png deleted file mode 100644 index 1b6eddc2..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-actor.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04017b594ff5516385474a7cdf39dc3d6e2866f17d6aec470862d6fa8225b9c2 -size 37560 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-add.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-add.png deleted file mode 100644 index f5efcff8..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-add.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fb7035eac73d30aad1cf5ff047f04fd81693507527f5fefd5fa8653e4118bc1 -size 34067 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-blueprint.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-blueprint.png deleted file mode 100644 index 4d57d4aa..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-blueprint.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bae6ad3b01ead06a7dd651ef83b0c09d2d0789db2e42ae58ffe2f095189f66db -size 189091 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-create.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-create.png deleted file mode 100644 index 5e12c9ad..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-create.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01d4f223b636ca930dc45a7c0c2c8ec62c2314b3813bdc7bc266057b1bcc2448 -size 29197 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-event.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-event.png deleted file mode 100644 index 95bab972..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/programmer-sound-event.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b39a5ec9ecd8d941204bdbdd8f4cebaa4401834993ba5f132cec5e190a41031a -size 43196 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/project-deploy.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/project-deploy.png deleted file mode 100644 index 2bfbf0d9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/project-deploy.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0003856aa34b232456c92221330d026b3978b30b143af47e69afad1e9780a3a -size 38395 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/project-settings.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/project-settings.png deleted file mode 100644 index a0ddfa50..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/project-settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:913468c224e4f53626b0739b63676d9f984e0ae1e5a4dc50ee29b24d725fcec6 -size 27828 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/release.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/release.png deleted file mode 100644 index 672f1db3..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/release.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04a7c8500af9387cbf9c3ff6c78a8bd31aee0f8fa579a5c3a2b13bcae1c5965f -size 16685 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-ambient.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-ambient.png deleted file mode 100644 index 7189739a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-ambient.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba94f72651a8dbd635796898eb8a7153cac80ff516955ad68e00b09a255780e0 -size 4466 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-assets.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-assets.png deleted file mode 100644 index d08bc64b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-assets.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e25f59a21137a540d174b4d748e15db0e77545fd2c79b4dd06810be85cb5d8d1 -size 18404 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-settings.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-settings.png deleted file mode 100644 index ebfe5aa7..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-settings.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a3363df258e7cab5c0d8da28a479c6e2d643943c94692b39e8fc392827327e1 -size 5773 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-snapshot-intensity.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-snapshot-intensity.png deleted file mode 100644 index a5570004..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-snapshot-intensity.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5690982d4f541b14782be8411c02553677f5b910ccab3c210fa545fc411436e8 -size 6085 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-user-property.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-user-property.png deleted file mode 100644 index bc4ddeef..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/reverb-user-property.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86f20f13ca7ec1eb2b613d37c2a8e0db1a401777b699f9d23c96db100c02ab36 -size 2562 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/save-as-studio.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/save-as-studio.png deleted file mode 100644 index 5c088af9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/save-as-studio.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:232531dff52ed631213eb197ccfc9dc24f6514a7e85393216b3b0a633c39e3c9 -size 61213 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-audio-listener-override.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/set-audio-listener-override.png deleted file mode 100644 index 9a9136f0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-audio-listener-override.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:797539efa42bb9682b02b0d3d357d449efd7c74a4b77e7cbbe90ad599eefa612 -size 51491 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-event.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/set-event.png deleted file mode 100644 index ed3513b5..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-event.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3720a37094f8b35b9f4f70e636db6b29abb912714a8da1d6c187c6dfb9bb0769 -size 20613 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-global-parameter-by-name.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/set-global-parameter-by-name.png deleted file mode 100644 index dec6f841..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-global-parameter-by-name.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cc3d3b751feb2d0f1d357aad8bd9e1e5ac32a40d967e62b9e914cd2e6f3874b -size 14616 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-locale.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/set-locale.png deleted file mode 100644 index a8c6f7c4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-locale.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5860b9753ef2a8944b53491596315c8be1abd27384f9ac301d44724ff6e2539 -size 8626 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-output-driver-by-index.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/set-output-driver-by-index.png deleted file mode 100644 index a3176f39..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-output-driver-by-index.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5211f21250ffa4e780a6406214d7347741510905bc68a2a511925e2899898f0 -size 11968 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-output-driver-by-name.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/set-output-driver-by-name.png deleted file mode 100644 index 1f420b0b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-output-driver-by-name.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6063eb7f90cdd426dd865732b3dd18d9f646110b50c1de8995b922c4a4fc6460 -size 11945 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-parameter.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/set-parameter.png deleted file mode 100644 index 669c5d86..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-parameter.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e21e4233a96f40e4a9d93cac67516ea8d362c978686109c3c5c1f22bf846836 -size 21546 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-paused.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/set-paused.png deleted file mode 100644 index 8d21e0a4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-paused.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e22ef0e1dad17621fcc8072ba74dff96261985a26145dcc2e31f0fc4dec0a52 -size 19028 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-pitch.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/set-pitch.png deleted file mode 100644 index 6a30092b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-pitch.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:003944e20c7bb63028251d89e005ea5b07a77e4c8c2698b57bf0873d2918bb13 -size 18517 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-programmer-sound-name.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/set-programmer-sound-name.png deleted file mode 100644 index 144c3315..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-programmer-sound-name.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5cdaf26ff302cea046bbc0314364e1a1be191ab304c2ed9808f01e89110e678 -size 19953 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-property.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/set-property.png deleted file mode 100644 index 91365634..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-property.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49b771b1bfbea93ad825ea5b5466828e60f726bb91210da797012475b089272f -size 22904 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-timeline-position.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/set-timeline-position.png deleted file mode 100644 index 3a086398..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-timeline-position.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9eb10c598d7bbbddc5e59f5561ac5d9f08bc60910171364891b676cc20a49c3e -size 19415 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-volume.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/set-volume.png deleted file mode 100644 index 022be60e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/set-volume.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3915c0b78481442b11f343bceba89daa814d88ff2bc884c7c2b04c0e1a025b65 -size 19254 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/setglobalparameter.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/setglobalparameter.png deleted file mode 100644 index 287d09a9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/setglobalparameter.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89a3e8a39ded1e58fe8a6389dfbec710241c461568cbd57831b1425785e4e067 -size 15345 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-advanced.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-advanced.png deleted file mode 100644 index 40132b53..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-advanced.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6ce37ad54861fac43f86038e54ca5d467ebb5f39c0445af15d4a91a9bc46c73 -size 32402 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-basic.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-basic.png deleted file mode 100644 index 3841d74f..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-basic.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b71484cff284f82a0816df4848a5c16fdf79f0466a895a5ce6970b59db2e4b66 -size 21509 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-encryption.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-encryption.png deleted file mode 100644 index 3c44719c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-encryption.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79e3d955092fc9f724735d9bd5237775cfbc6fc4a34f7766d721347ffc879ca2 -size 35149 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-init.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-init.png deleted file mode 100644 index 68d4c476..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-init.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c6db271ae42cc8497c8b108f267257b1f98f368e8129fb4481b2eb52aed37b3 -size 35847 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-locale.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-locale.png deleted file mode 100644 index 83f91373..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/settings-locale.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:634b8e3423ae4aa83cdf491cca60fac7d65b184d13f2c1911785a5fbd86265c8 -size 25463 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control-generated-assets.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control-generated-assets.png deleted file mode 100644 index 06dae246..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control-generated-assets.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db46e78bac096d7363765e58200bc4619aaf4400425cd965d5ed44df1a609272 -size 54054 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control-linux.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control-linux.png deleted file mode 100644 index d58e1614..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control-linux.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59687c48010d04b11ff15cbebd13f7a1d4ffcc5f5a6fe28be3f5ecf27617dfd2 -size 393353 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control-mac.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control-mac.png deleted file mode 100644 index 177080ca..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control-mac.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bf9b28355b66989eeecc23e42cf02b67160dc0dc75caca0affd0159b95fb599 -size 241447 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control-win.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control-win.png deleted file mode 100644 index c6f63f84..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control-win.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1f80855efe4f480fa703006fb199271a29df7b55cb808f003f4a170fcc31dd0 -size 120922 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control.png deleted file mode 100644 index dda28b62..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/source-control.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7221fe207013a6d251dda74ccc78e6f4b372aee1b2005f9a203bfd018c9bce1 -size 43069 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/spawned-event.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/spawned-event.png deleted file mode 100644 index 83f12172..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/spawned-event.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cc32d9138a78f4920a34bc187c24fcec45fd7b7e35e3dd8b1bbcbfabc5cd27c -size 24024 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/stop.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/stop.png deleted file mode 100644 index ddfccef7..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/stop.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8febb788650ce665094aaa2c80da539aa95b8dfec9b7703a9d4879e7f5bea521 -size 16424 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/studio-bank-layout.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/studio-bank-layout.png deleted file mode 100644 index 7829e6f6..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/studio-bank-layout.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f41cd9b8164161d189dc58b3ce651902e4af4e27371b2e36443293acf87358d -size 2656 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/studio-export-path.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/studio-export-path.png deleted file mode 100644 index 77077fa0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/studio-export-path.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b0a9fa9645d02f9d0618305794f716568d52d24f9fc39321ebf51902cda39c5 -size 20552 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/studio-programmer.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/studio-programmer.png deleted file mode 100644 index 83bddbc4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/studio-programmer.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:859686de36c050dca5153d6f74b23d0a95ecf03d921e4c7e7c3426f14485ef9e -size 13098 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/unload-bank-sample-data.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/unload-bank-sample-data.png deleted file mode 100644 index 6e88531c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/unload-bank-sample-data.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:492ce13870e251ee600ac49372e1edde753d869c26487078d369aa3a187c1b07 -size 13070 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/unload-bank.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/unload-bank.png deleted file mode 100644 index 9162729b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/unload-bank.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39926d59c82fe4856612b6a16082636e38f17ce8440dc98bbc2235bf5d81f20e -size 11788 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/unload-event-sample-data.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/unload-event-sample-data.png deleted file mode 100644 index be692836..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/unload-event-sample-data.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e77502cedb92d132ae53bdfbfbfa88a4200e7a550c6f289444751d84ade2f34 -size 14026 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/unload-setlocale-load.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/unload-setlocale-load.png deleted file mode 100644 index 1a1d64df..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/unload-setlocale-load.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3043f91def6aaf388ca138d599e7d108736313148956b716bb1fcc1bc28a9d3 -size 36775 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/validating-fmod.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/validating-fmod.png deleted file mode 100644 index cc2a981f..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/validating-fmod.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f48a17ec8661ae1fc988e1208899cf0895b7e9eccfa477e52f5f9975598a44cd -size 35923 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/vca-set-volume.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/vca-set-volume.png deleted file mode 100644 index c1f45ce0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/vca-set-volume.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ff8a26831792ac5cdd28e380627dba09bcaefeb4b6f30387f804f2b7a1ac8e5 -size 14307 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/images/xboxone-enable-liveupdate.png b/hwanyoung2/Plugins/FMODStudio/Docs/images/xboxone-enable-liveupdate.png deleted file mode 100644 index 986c8556..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/images/xboxone-enable-liveupdate.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccf5ef2c7207bb6d19122a02afc57c2e8d8ea5ae2ea7183e1243bfe257b9d758 -size 15246 diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/niagara.html b/hwanyoung2/Plugins/FMODStudio/Docs/niagara.html deleted file mode 100644 index ee2ae746..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/niagara.html +++ /dev/null @@ -1,227 +0,0 @@ - - -Niagara Integration - - - - -
- -
-

5. Niagara Integration

-

Niagara is Unreal Engines VFX System and this section explains how to use the FMOD Integration with it.

-

In Niagara you are able to play one shot events, play persistent events and update parameters.

-

5.0.1 Adding FMOD Events to Niagara system

-

To view the available FMOD Niagara Modules, make sure to enable 'Plugins' in the Source Filtering options:

- - - - - - - - - - - - - -
UE5UE4
UE5 FMOD Niagara ModulesUE4 FMOD Niagara Modules
- -

5.0.2 Modules

-

An FMOD Niagara module can be added to one or multiple Unreal Niagara Modules depending on the desired behavior.

-

PlayFMODEvent

-

This can be added to the System, Emitter or Particle modules.

-

Plays a one shot event at the given location that cannot be controlled after being played.

- - - - - - - - - - - - - - - - - -
UE5UE4
UE5 AddFMODEventUE4 AddFMODEvent
UE5 Play FMOD EventUE4 Play FMOD Event
-

FMODEventPlayer

-

This can be added to the System, Emitter or Particle modules.

-

An FMODEvent reference that can be used with the play and update modules.
-By assigning an Event to the FMOD Event Player, you can use it to play multiple one shots of the same event with the same settings or it can be used with persistance events that require updating over its lifetime.

- - - - - - - - - - - - - - - - - -
UE5UE4
UE5 Create FMOD Event PlayerUE4 Create FMOD Event Player
UE5 FMODEventPlayerFound in UE editor window
UE4 FMODEventPlayer
-

PlayPersistentFMODEvent

-

This can be added to the System, Emitter or Particle modules.

-

Play an event from a reference that can later be used with UpdatePersistentFMODEvent.

- - - - - - - - - - - - - -
UE5UE4
UE5 PlayPersistentFMODEventUE4 PlayPersistentFMODEvent
-

UpdatePersistentFMODEvent

-

This can be added to the System, Emitter or Particle modules.

-

Used to update information of an event referenced from FMODEventPlayer.
-You can have multiple of these if you need to control multiple parameters.

-

FMOD Parameters need to be referenced by index from the FMODEventPlayer.

- - - - - - - - - - - - - -
UE5UE4
UE5 UpdatePersistentFMODEventUE4 UpdatePersistentFMODEvent
-

5.0.3 Playing a one shot

-

Basic example of how to add a one shot event to an emitter:
-- Add a PlayFMODEvent module to emitter.
-- Assign an FMOD Event.
-- Add your emitter to the scene and press play to hear it in action.

-

5.0.4 Playing a persistent event

-
    -
  • Add an FMODEventPlayer module to the emitter and assign an FMOD Event.
  • -
  • Add a PlayPersistentFMODEvent module to emitter.
  • -
  • With the PlayPersistentFMODEvent module selected, drag your FMODEventPlayer into the FMOD Event Player parameter.
  • -
- - - - - - - - - - - - - -
UE5UE4
Assign PlayerUE4 PlayPersistentFMODEvent
-
    -
  • If you are setting FMOD Parameters, they need to be referenced by index number from the FMODEventPlayer.
  • -
  • Add your emitter to the scene and press play to hear it in action.
  • -
-

5.0.5 Updating a persistent event

-

Continuing on from Playing a persistent event as you will need both the event player and play modules.

-
    -
  • Add an UpdatePersistentFMODEvent module to the emitter.
  • -
  • With the UpdatePersistentFMODEvent module selected, drag your FMODEventPlayer into the FMOD Event Player parameter.
  • -
- - - - - - - - - - - - - -
UE5UE4
UE5 Assign PlayerUE4 Assign Player
-
    -
  • Select the UpdateType
  • -
- - - - - - - - - - - - - - - - - - - - - -
UE5UE4
UE5 Update TypeUE4 Update Type
UE5 Update LocationUE4 Update Location
UE5 Update Float ParameterUE4 Update Float Parameter
-
    -
  • Add your emitter to the scene and press play to hear it in action.
  • -
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/platform-specifics.html b/hwanyoung2/Plugins/FMODStudio/Docs/platform-specifics.html deleted file mode 100644 index 88bc02e2..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/platform-specifics.html +++ /dev/null @@ -1,576 +0,0 @@ - - -Platform Specifics - - - - -
- -
-

8. Platform Specifics

-

Some platforms require some extra steps to run properly.

-

8.1 Android

-

To deploy on Android, make sure FMODStudio is in your game's directory, not in the Engine plugins directory. When FMODStudio is in your game's plugin directory, the engine will rebuild the plugin for Android and deploy all the files properly.

-

8.1.1 Deployment of Android plugins

-

FMOD supports DSP plugins, which will be stand-alone .so files that will need to be packaged into the build. Add the .so file into the FMODStudio/Binaries/Android/{Architecture} directory. Unreal will also need an APL file so it knows to package the .so file. To do this, you will need to write an APL file and drop it into the FMODStudio/Binaries/Android directory. The FMODStudio.build.cs file looks for any file ending with "_APL.xml" and will pass that along to the unreal build tool for packaging.

-

The APL is a custom xml file format which is documented in the engine file AndroidPluginLanguage.cs. Here is a sample APL file for libovrfmod.so:

-
<?xml version="1.0" encoding="utf-8"?>
-<!--Plugin additions-->
-<root xmlns:android="http://schemas.android.com/apk/res/android">
-    <!-- init section is always evaluated once per architecture -->
-    <init>
-        <log text="ovrfmod APL init"/>
-    </init>
-
-    <!-- optional files or directories to copy to Intermediate/Android/APK -->
-    <resourceCopies>
-        <log text="ovrfmod APL copying files for $S(Architecture)/"/>
-        <copyFile src="$S(PluginDir)/$S(Architecture)/libovrfmod.so"
-                    dst="$S(BuildDir)/libs/$S(Architecture)/libovrfmod.so" />
-    </resourceCopies>
-
-    <!-- optional libraries to load in GameActivity.java before libUE4.so -->
-    <soLoadLibrary>
-        <log text="ovrfmod APL adding loadLibrary references"/>
-        <loadLibrary name="ovrfmod" failmsg="ovrfmod not loaded and required!" />
-    </soLoadLibrary>
-</root>
-
- -

You only need to write this if you want to load a DSP plugin on Android.

-

8.1.2 Packaging

-

Banks for Android are expected to be located in the Mobile sub-directory of the Studio built banks output directory. This sub-directory name is hardcoded in the integration so if you want to use a different location you would need to modify the integration source code.

-

To package the Android banks add these lines to Platforms\Android\Config\AndroidGame.ini:

-
[/Script/UnrealEd.ProjectPackagingSettings]
--DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Desktop")
-+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Mobile")
-
- -
-

4.24
-The location of AndroidGame.ini is Config\Android\AndroidGame.ini

-
-

8.1.3 Android-based VR devices

-

Any platform specific requirements for Android also apply to Android-based VR devices, such as Oculus Quest.

-

8.2 Game Core

-

8.2.1 Xbox Series X|S

-

Enabling Live Update

-

To enable Live Update the Unreal XSX project settings must be modified to allow FMOD to open the Live Update port from the running game. Access the settings by opening the Project Settings editor from the Edit menu, then navigate to Xbox Series X|S platform settings. Under the Development category, add the following entry to the Debug Network Ports setting:
-Settings

-

Packaging

-

Banks for the Xbox Series X|S are expected to be located in the Scarlett sub-directory of the Studio built banks output directory. This sub-directory name is hardcoded in the integration so if you want to use a different location you would need to modify the integration source code.

-

To package the Xbox Series X|S specific banks add the following lines to the appropriate Unreal config file from the table below e.g. Platforms\XSX\Config\XSXGame.ini:

- - - - - - - - - - - - - - - - - - - - - - - -
Unreal versionFMOD Studio bank folderUnreal platformUnreal config file
4.25ScarlettMPXPlatforms\MPX\Config\MPXGame.ini
4.25+ onwardsScarlettXSXPlatforms\XSX\Config\XSXGame.ini
-
[/Script/UnrealEd.ProjectPackagingSettings]
--DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Desktop")
-+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Scarlett")
-
- -

Disabling the Unreal Audio Device

-

FMOD will not work with inbuilt Unreal audio on Xbox Series X|S. You will need to disable the Unreal Audio Device by adding/editing the appropriate Unreal engine config file from the table below e.g. Config\XSX\XSXEngine.ini with the following section:

- - - - - - - - - - - - - - - - - -
Unreal versionUnreal engine config file
4.25Config\MPX\MPXEngine.ini
4.25+ onwardsConfig\XSX\XSXEngine.ini
-
[Audio]
-AudioDeviceModuleName=
-AudioMixerModuleName=
-
- -

8.2.2 Xbox One

-

Enabling Live Update

-

To enable Live Update the Unreal Xbox One GDK project settings must be modified to allow FMOD to open the Live Update port from the running game. Access the settings by opening the Project Settings editor from the Edit menu, then navigate to Xbox One GDK platform settings. Under the Development category, add the following entry to the Debug Network Ports setting:
-Settings

-

Packaging

-

Banks for the Xbox One are expected to be located in the XboxOne sub-directory of the Studio built banks output directory. This sub-directory name is hardcoded in the integration so if you want to use a different location you would need to modify the integration source code.

-

To package the Xbox One specific banks add the following lines to the appropriate Unreal config file from the table below e.g. Platforms\XB1\Config\XB1Game.ini, replacing MyGame with your project's name:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Unreal versionFMOD Studio bank folderUnreal platformUnreal config file
4.25XboxOneXboxOneAnvilPlatforms\XboxOneAnvil\Config\XboxOneAnvilGame.ini
4.25+, 4.26, 4.27XboxOneXboxOneGDKPlatforms\XboxOneGDK\Config\XboxOneGDKGame.ini
5.0 onwardsXboxOneXB1Platforms\XB1\Config\XB1Game.ini
-
UE4.X & UE5.0
-
[/Script/UnrealEd.ProjectPackagingSettings]
--DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Desktop")
-+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/XboxOne")
-
-[Staging]
-+WhitelistDirectories=MyGame/Content/FMOD/XboxOne
-
- -
UE5.1 onwards
-
[/Script/UnrealEd.ProjectPackagingSettings]
--DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Desktop")
-+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/XboxOne")
-
-[Staging]
-+AllowedDirectories=MyGame/Content/FMOD/XboxOne
-
- -

Disabling the Unreal Audio Device

-

FMOD will not work with inbuilt Unreal audio on Xbox One. You will need to disable the Unreal Audio Device by adding/editing the appropriate Unreal engine config file from the table below e.g. Config\XboxOneGDK\XboxOneGDKEngine.ini with the following section:

- - - - - - - - - - - - - - - - - - - - - -
Unreal versionUnreal engine config file
4.25Config\XboxOneAnvil\XboxOneAnvilEngine.ini
4.25+, 4.26, 4.27Config\XboxOneGDK\XboxOneGDKEngine.ini
5.0 onwardsConfig\XB1\XB1Engine.ini
-
[Audio]
-AudioDeviceModuleName=
-AudioMixerModuleName=
-
- -

8.2.3 Desktop

-

Packaging

-

Banks for Game Core Desktop are expected to be located in the Desktop sub-directory of the Studio built banks output directory. This sub-directory name is hardcoded in the integration so if you want to use a different location you would need to modify the integration source code.

-

The Unreal Build Tool will block packaging of the Desktop directory unless it is explicitly whitelisted. To whitelist the directory add the following lines to the appropriate Unreal config file from the table below e.g. Platforms\WinGDK\Config\WinGDKGame.ini, replacing MyGame with your project's name:

- - - - - - - - - - - - - - - - - - - - - - - -
Unreal versionFMOD Studio bank folderUnreal platformUnreal config file
4.25DesktopWinAnvilPlatforms\WinAnvil\Config\WinAnvilGame.ini
4.25+ onwardsDesktopWinGDKPlatforms\WinGDK\Config\WinGDKGame.ini
-
UE4.X & UE5.0
-
[Staging]
-+WhitelistDirectories=MyGame/Content/FMOD/Desktop
-
- -
UE5.1 onwards
-
[Staging]
-+AllowedDirectories=MyGame/Content/FMOD/Desktop
-
- -

8.3 iOS

-

8.3.1 Packaging

-

Banks for iOS are expected to be located in the Mobile sub-directory of the Studio built banks output directory. This sub-directory name is hardcoded in the integration so if you want to use a different location you would need to modify the integration source code.

-

To package the iOS banks from the Mobile sub-directory, add these lines to Platforms\IOS\Config\IOSGame.ini:

-
[/Script/UnrealEd.ProjectPackagingSettings]
--DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Desktop")
-+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Mobile")
-
- -

If you do insist on modifying the integration source code and using the Desktop sub-directory instead of the Mobile sub-directory, add these lines to Platforms\IOS\Config\IOSGame.ini instead, replacing mygame with your project's name:

-

UE4.X & UE5.0

-
[Staging]
-+WhitelistDirectories=cookeddata/mygame/content/fmod/desktop
-
- -

UE5.1 onwards

-
[Staging]
-+AllowedDirectories=cookeddata/mygame/content/fmod/desktop
-
- -

8.3.2 Disabling the Unreal Audio Device

-

FMOD will not work with inbuilt Unreal audio on iOS. You will need to disable the Unreal Audio Device by creating a new file Config\IOS\IOSEngine.ini with this section:

-
[Audio]
-AudioDeviceModuleName=
-AudioMixerModuleName=
-
- -
-

4.24
-The location of IOSGame.ini is Config\IOS\IOSGame.ini

-
-

8.3.3 Building for iOS on Windows

-

Using remote build to build for iOS on Windows using the FMOD Studio plugin requires some additional files to be copied to the remote Mac. To tell Unreal to copy the additional files add a file named RsyncProject.txt to the directory <ue_project_root>/Build/Rsync (you may need to create this directory). The RsyncProject.txt file needs to contain this line:

-
+ /Plugins/FMODStudio/Binaries/IOS/**
-
- -

8.4 tvOS

-

To build for tvOS, make sure FMODStudio is in your game's directory and not in the Engine plugins directory.

-

8.4.1 Packaging

-

Banks for tvOS are expected to be located in the Mobile sub-directory of the Studio built banks output directory. This sub-directory name is hardcoded in the integration so if you want to use a different location you would need to modify the integration source code.

-

To package the correct banks add these lines to Platforms\TVOS\Config\TVOSGame.ini:

-
[/Script/UnrealEd.ProjectPackagingSettings]
--DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Desktop")
-+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Mobile")
-
- -
-

4.24
-The location of TVOSGame.ini is Config\TVOS\TVOSGame.ini

-
-

8.4.2 Disabling the Unreal Audio Device

-

FMOD will not work with inbuilt Unreal audio on tvOS. You will need to disable the Unreal Audio Device by creating a new file Config\TVOS\TVOSEngine.ini with this section:

-
[Audio]
-AudioDeviceModuleName=
-AudioMixerModuleName=
-
- -

8.5 Linux

-

To deploy on linux, you will need to rebuild the engine from source via github. For compiling linux from windows, see this page for instructions how to get up and running with Unreal. Then, add in both the fmodstudio linux .zip and windows .zip on top of each other into the engine plugins directory.

-

The last thing you will need to do is to get the FMOD .so libraries into a directory that the executable can read them. The easiest way is to copy them from

-
<DeployedDir>\Engine\Plugins\FMODStudio\Binaries\Linux\x86_64
-
- -

to

-
<DeployedDir>\<GameName>\Binaries\Linux
-
- -

To see what directories the .so files can be located, look at LinuxToolChain.cs. Currently there are only a set of hard coded directories that are supported.

-

8.6 macOS

-
-

This has been solved in UE 4.27 and above, the following is only required if you are using an older version of Unreal.

-
-

To make a packaged build runnable on your local machine, execute the following command from the command shell:

-
install_name_tool -add_rpath @executable_path/../Unreal/YourGame/Plugins/FMODStudio/Libs/Mac /Path/To/YourGame.app/Contents/MacOS/YourGame
-
- -

8.7 PS4

-

8.7.1 Packaging

-

Banks for the PS4 are expected to be located in the PS4 sub-directory of the Studio built banks output directory. This sub-directory name is hardcoded in the integration so if you want to use a different location you would need to modify the integration source code.

-

To package the PS4 specific banks add these lines to Platforms\PS4\Config\PS4Game.ini:

-
[/Script/UnrealEd.ProjectPackagingSettings]
--DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Desktop")
-+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/PS4")
-
- -

8.8 PS5

-

8.8.1 Packaging

-

Banks for the PS5 are expected to be located in the PS5 sub-directory of the Studio built banks output directory. This sub-directory name is hardcoded in the integration so if you want to use a different location you would need to modify the integration source code.

-

To package the PS5 specific banks add these lines to Platforms\PS5\Config\PS5Game.ini:

-
[/Script/UnrealEd.ProjectPackagingSettings]
--DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Desktop")
-+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/PS5")
-
- -

8.8.2 Using Controller Vibration

-

To enable vibration for the PS5 controller add these lines to Config\PS5\PS5Engine.ini:

-

Unreal Engine 4

-
[/Script/Engine.InputSettings]
-AdvancedVibrationMode=true
-
- -

Unreal Engine 5

-
[SonyController]
-bAdvancedVibrationMode=true
-
- -

8.8.3 Disabling the Unreal Audio Device

-

FMOD will not work with built-in Unreal audio on PS5 without some engine modification. In most cases you should disable the Unreal Audio Device by adding/editing Config\PS5\PS5Engine.ini with the following section:

-
[Audio]
-AudioDeviceModuleName=
-AudioMixerModuleName=
-
- -

8.8.4 Enabling built-in Unreal audio alongside FMOD

-

See this forum post for details.

-

8.9 Switch

-

8.9.1 Packaging

-

Banks for the Switch are expected to be located in the Switch sub-directory of the Studio built banks output directory. This sub-directory name is hardcoded in the integration so if you want to use a different location you would need to modify the integration source code.

-

To package the Switch specific banks add these lines to Platforms\Switch\Config\SwitchGame.ini:

-
[/Script/UnrealEd.ProjectPackagingSettings]
--DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Desktop")
-+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Switch")
-
- -

8.9.2 Live Update

-

If Live Update has been enabled in the FMOD for Unreal Settings, the integration will attempt to open a port on the Dev Kit for FMOD Studio to connect to.

-

If the integration is unsuccessful it will print out the reason to the logs, otherwise you will see the IP address used in the log:

-
IP address: 192.168.1.189
-
- -

8.10 Xbox One

-

8.10.1 Enabling XboxOne Microphone Input

-

To enable FMOD Studio the use of any microphone input, including Kinect, on the Xbox One. The Engine ini file specific for the platform, located in /Config/XboxOne/XboxOneEngine.ini, needs to have the following lines added:

-
[AppxManifest]
-Package.Capabilities.mx:Capability[0].Name=kinectAudio
-Package.Capabilities.mx:Capability[1].Name=kinectGamechat
-
- -

8.10.2 Enabling Live Update

-

To enable Live Update the Unreal Xbox One project settings must be modified to allow FMOD to open the Live Update port from the running game. Access the settings by opening the Project Settings editor from the Edit menu, then navigate to Xbox One platform settings. Under the Network category, add the following entries to the Secure Socket Descriptions and Secure Socket Associations settings:
-Settings

-

8.10.3 Packaging

-

Banks for the Xbox One are expected to be located in the XboxOne sub-directory of the Studio built banks output directory. This sub-directory name is hardcoded in the integration so if you want to use a different location you would need to modify the integration source code.

-

To package the Xbox One specific banks add these lines to Platforms\XboxOne\Config\XboxOneGame.ini:

-
[/Script/UnrealEd.ProjectPackagingSettings]
--DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/Desktop")
-+DirectoriesToAlwaysStageAsNonUFS=(Path="FMOD/XboxOne")
-
- -

8.10.4 Disabling the Unreal Audio Device

-

FMOD will not work with inbuilt Unreal audio on Xbox One. You will need to disable the Unreal Audio Device by creating a new file Config\XboxOne\XboxOneEngine.ini with this section:

-
[Audio]
-AudioDeviceModuleName=
-AudioMixerModuleName=
-
- -

8.10.5 Copying dll's to build

-
-

This has been solved in 2.01.07, you only need to follow these steps if you are using an older version.

-
-

Add the following to GetFilesToDeployOrStage in XboxOnePlatform.Automation.cs, before the end of the function:

-
// FMOD code start
-DirectoryReference FMODDLLPath = null;
-if (Directory.Exists(Path.Combine(SC.ProjectRoot.ToString(), "Plugins/FMODStudio")))
-{
-    FMODDLLPath = DirectoryReference.Combine(SC.ProjectRoot, "Plugins/FMODStudio/Binaries/XBoxOne/");
-}
-else if (Directory.Exists(Path.Combine(SC.LocalRoot.ToString(), "Engine/Plugins/FMODStudio")))
-{
-    FMODDLLPath = DirectoryReference.Combine(SC.LocalRoot, "Engine/Plugins/FMODStudio/Binaries/XBoxOne/");
-}
-else
-{
-    LogError("Failed to find FMODStudio plugin in game or engine directory");
-}
-if (FMODDLLPath != null)
-{
-    Log.TraceInformation("Copying FMOD dlls to loose directory: " + RelativeBinPath);
-    StagedDirectoryReference RelativeBinPathRef = new StagedDirectoryReference(RelativeBinPath);
-    StageFileIfExists(StagedFileType.NonUFS, FileReference.Combine(FMODDLLPath, "fmod.dll"), RelativeBinPathRef, SC);
-    StageFileIfExists(StagedFileType.NonUFS, FileReference.Combine(FMODDLLPath, "fmodL.dll"), RelativeBinPathRef, SC);
-    StageFileIfExists(StagedFileType.NonUFS, FileReference.Combine(FMODDLLPath, "fmodstudio.dll"), RelativeBinPathRef, SC);
-    StageFileIfExists(StagedFileType.NonUFS, FileReference.Combine(FMODDLLPath, "fmodstudioL.dll"), RelativeBinPathRef, SC);
-}
-// FMOD code end
-
- -

Add the following to PrepTargetForDeployment in XboxOneDeploy.cs, in the same scope as 'DestDir':

-
// FMOD code start
-string FMODDLLPath = null;
-if (Directory.Exists(Path.Combine(ProjectDirectory.FullName, "Plugins/FMODStudio")))
-{
-    FMODDLLPath = Path.Combine(ProjectDirectory.FullName, "Plugins/FMODStudio/Binaries/XBoxOne/");
-}
-else if (Directory.Exists(Path.Combine(RelativeEnginePath, "Plugins/FMODStudio")))
-{
-    FMODDLLPath = Path.Combine(RelativeEnginePath, "Plugins/FMODStudio/Binaries/XBoxOne/");
-}
-else
-{
-    Log.TraceWarning("Failed to find FMODStudio plugin in game or engine directory");
-}
-if (FMODDLLPath != null)
-{
-    Log.TraceInformation("...copying the FMOD dlls...");
-    string FMODDLLName = "fmod.dll";
-    Log.TraceInformation("\tcopying " + FMODDLLPath + FMODDLLName + " to " + DestDir + "/" + FMODDLLName);
-    CopyFile(FMODDLLPath + FMODDLLName, DestDir + "/" + FMODDLLName, true);
-    FMODDLLName = "fmodL.dll";
-    Log.TraceInformation("\tcopying " + FMODDLLPath + FMODDLLName + " to " + DestDir + "/" + FMODDLLName);
-    CopyFile(FMODDLLPath + FMODDLLName, DestDir + "/" + FMODDLLName, true);
-    FMODDLLName = "fmodstudio.dll";
-    Log.TraceInformation("\tcopying " + FMODDLLPath + FMODDLLName + " to " + DestDir + "/" + FMODDLLName);
-    CopyFile(FMODDLLPath + FMODDLLName, DestDir + "/" + FMODDLLName, true);
-    FMODDLLName = "fmodstudioL.dll";
-    Log.TraceInformation("\tcopying " + FMODDLLPath + FMODDLLName + " to " + DestDir + "/" + FMODDLLName);
-    CopyFile(FMODDLLPath + FMODDLLName, DestDir + "/" + FMODDLLName, true);
-}
-// FMOD code end
-
- -

8.10.6 Submission Validator

-

The XboxOne validaition tool uses _NT_SYMBOL_PATH environment variable to know where to look for PDBs.
-In 'XboxOnePlatform.Automation.cs' is where Unreal overrides _NT_SYMBOL_PATH:

-
EnvironmentVariables.Add("_NT_SYMBOL_PATH", Params.GetProjectBinariesPathForPlatform(UnrealTargetPlatform.XboxOne).ToString());
-
- -

We want to change this to add to it:

-
string SymbolPath = Params.GetProjectBinariesPathForPlatform(UnrealTargetPlatform.XboxOne).ToString() + ";" + CommandUtils.GetEnvVar("_NT_SYMBOL_PATH");
-EnvironmentVariables.Add("_NT_SYMBOL_PATH", SymbolPath);
-
- -

Now it keeps the original value as well as adding its own path.

-

Then, on your build machine you need to set the value of _NT_SYMBOL_PATH to where the FMOD PDBs will be.
-Eg. "[MyGame]\Plugins\FMODStudio\Binaries\XBoxOne" or "[MyGame]\Platforms\XboxOne\Plugins\FMODStudio\Binaries".

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/plugins.html b/hwanyoung2/Plugins/FMODStudio/Docs/plugins.html deleted file mode 100644 index a4c28b28..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/plugins.html +++ /dev/null @@ -1,53 +0,0 @@ - - -Plugins - - - - -
- -
-

4. Plugins

-

FMOD Studio projects can be set up to use third party plugins. These can include custom DSP effects that are created in-house or commercial products that can be used with FMOD Studio.

-

4.1 Adding plugins to the project

-

The plugins must be loaded at runtime so that they are there when loading the banks that need them. Plugins are set up in the project settings Advanced section.

-

Plugins

-

Each entry should be the filename of the plugin, without any extension. Any plugin files required should be added to the FMODStudio/Binaries/Platform/ directory.

-

For example, to use fmod_gain.dll on Win64 builds, you should add the file here:

-
FMODStudio/Binaries/Win64/fmod_gain.dll
-
- -

4.2 Deploying FMOD plugins

-

You will need to make sure the plugins are deployed as well. Unreal deployment doesn't have access to the settings information so you will need to create an extra file that lists the plugins you want to deploy.

-

Create a file "plugins.txt" in the FMODStudio/Binaries/Platform/ directory. The text file should contain the plugin names (just the name without file extension).

-

For example, to deploy fmod_gain.dll on Win64 builds, create a file FMODStudio/Binaries/Win64/plugins.txt with the following contents:

-
fmod_gain
-
- -

Check the Platform Specifics for information relating to plugins on specific platforms.

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/scripts/language-selector.js b/hwanyoung2/Plugins/FMODStudio/Docs/scripts/language-selector.js deleted file mode 100644 index 71e752a3..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/scripts/language-selector.js +++ /dev/null @@ -1,98 +0,0 @@ -var languageTabs = null; -var languageSpecificElements = null; -var availableLanguages = null; - -// Helper function to iterate over an HTMLCollection or NodeList (https://stackoverflow.com/questions/3871547/js-iterating-over-result-of-getelementsbyclassname-using-array-foreach) -function forEachElement(collection, func) { - Array.prototype.forEach.call(collection, func); -} - -function matchLanguage(el, lang) { - if (lang == "language-all" || el.classList.contains("language-all")) { - return true; - } else if ((lang === "language-c" || lang === "language-cpp") && el.classList.contains("language-c-cpp")) { - return true; - } else { - return el.classList.contains(lang); - } -} - -function setLanguage(lang) { - if (languageSpecificElements == null) { - return; - } - - window.localStorage.setItem("FMOD.Documents.selected-language", lang); - - if (availableLanguages.length > 0 && !availableLanguages.includes(lang)) { - lang = availableLanguages[0]; - } - - forEachElement(languageTabs, function(el) { - var ellang = el.attributes['data-language'].value; - - if (ellang === lang) { - el.classList.add("selected"); - } else { - el.classList.remove("selected"); - } - }); - - forEachElement(languageSpecificElements, function(el) { - if (matchLanguage(el, lang)) { - el.style.display = 'block'; - } else { - el.style.display = 'none'; - } - }); - - window.localStorage.setItem("FMOD.Documents.selected-language", lang); -} - -function init() { - var docsBody = document.querySelector("div.manual-content.api"); - - if (docsBody) { - // API docs - - // Setup language tabs - languageTabs = docsBody.getElementsByClassName("language-tab"); - - forEachElement(languageTabs, function(el) { - el.onclick = function() { setLanguage(this.attributes['data-language'].value); } - }); - - // Cache language specific elements on the page - languageSpecificElements = docsBody.querySelectorAll(".language-c, .language-cpp, .language-c-cpp, .language-csharp, .language-javascript"); - - // Determine languages used on the page - availableLanguages = []; - ["language-c", "language-cpp", "language-c-cpp", "language-csharp", "language-javascript"].forEach(function(lang) { - if (docsBody.querySelector("." + lang) != null) { - availableLanguages.push(lang); - } - }); - - if (availableLanguages.indexOf("language-c-cpp") >=0) { - if (availableLanguages.indexOf("language-c") < 0) availableLanguages.push("language-c"); - if (availableLanguages.indexOf("language-cpp") < 0) availableLanguages.push("language-cpp"); - } - // Set initial language - var lang = window.localStorage.getItem("FMOD.Documents.selected-language"); - - if (lang == null) { - lang = "language-cpp"; - } - - setLanguage(lang); - } -} - -if (typeof module !== 'undefined') { - module.exports = { initLanguageSelector: init }; -} else { - // Call our init function when the document is loaded. (https://plainjs.com/javascript/events/running-code-when-the-document-is-ready-15/) - if (document.readyState != 'loading') init(); - else if (document.addEventListener) document.addEventListener('DOMContentLoaded', init); - else document.attachEvent('onreadystatechange', function() { if (document.readyState == 'complete') init(); }); -} diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/settings.html b/hwanyoung2/Plugins/FMODStudio/Docs/settings.html deleted file mode 100644 index b7fd7bdc..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/settings.html +++ /dev/null @@ -1,284 +0,0 @@ - - -Settings - - - - -
- -
-

3. Settings

-

FMOD For Unreal adds a number of configuration options to the Project Settings editor.

-

Access the settings by opening the Project Settings editor from the Edit menu, then navigate to the FMOD Studio plugin settings:
-Settings

-
-

All of the settings are stored in the default engine configuration file and can be manually edited there if desired.

-
-

3.1 Basic

-

3.1.1 Load All Banks

-

When enabled the metadata from all FMOD bank files is loaded at startup.

-
Default: Enabled
-
-

3.1.2 Load All Sample Data

-

When enabled the sample data from all FMOD bank files is loaded at startup. Only effective when Load All Banks is also enabled.

-
Default: Disabled
-
-

3.1.3 Enable Live Update

-

When enabled FMOD Studio Live Update can connect to non-final builds of the game while running.

-
Default: Enabled
-
-

3.1.4 Enable Editor Live Update

-

When enabled FMOD Studio Live Update can connect to the editor.

-
Default: Disabled
-
-

3.1.5 Bank Output Directory

-

Path to the FMOD Studio built banks output directory, relative to the project's Content directory. See Studio Bank Output Directory in the user guide for more information.

-
Default: FMOD
-
-

3.1.6 Output Format

-

Project output format, this should match the FMOD Studio project Surround Speaker Mode.

-
Default: Surround_5_1
-
-

3.1.7 Output Type

-

Built-in output types that can be used to run the mixer.

-
Default: TYPE_AUTODETECT
-
-

3.2 Localization

-

3.2.1 Locales

-

List of project locales. This should match the locales configured for the FMOD Studio project. See Localization in the user guide for more information.

-

Each entry in the list has three members:

-
    -
  1. Locale Name: This is the name of the locale displayed in the UI (e.g. in Blueprints).
  2. -
  3. Locale Code: This must match the locale code used for the corresponding locale in the FMOD Studio project.
  4. -
  5. Default: Make this locale active at startup. Only one locale should be marked as default.
  6. -
-

When loading banks, banks which correspond to the active locale are loaded while banks which correspond to any other recognized locale are skipped.

-

3.3 Init

-

3.3.1 Vol 0 Virtual Level

-

Sets the signal level at which Channels are virtualized. This corresponds directly to the vol0virtual member of FMOD_ADVANCED_SETTINGS in the Core API.

-
Default: 0.0001
-
-

3.3.2 Sample Rate

-

The sample rate for the FMOD mixer. This corresponds to the samplerate parameter of FMOD::System::setSoftwareFormat in the Core API.

-
Default: 0 (uses the default sample rate for the platform)
-
-

3.3.3 Match Hardware Sample Rate

-

When enabled attempt to match the sample rate for the FMOD mixer with the output driver's sample rate.

-
Default: Enabled
-
-

3.3.4 Real Channel Count

-

The maximum number of active Channels. This corresponds to the numsoftwarechannels parameter of FMOD::System::setSoftwareChannels in the Core API.

-
Default: 64
-
-

3.3.5 Total Channel Count

-

The maximum number of Channels to be used in FMOD. This corresponds to the maxchannels parameter of FMOD::Studio::System::initialize in the Studio API.

-
Default: 512
-
-

3.3.6 DSP Buffer Length

-

The mixer block length for the FMOD mixer. This corresponds to the bufferlength parameter of FMOD::System::setDSPBufferSize in the Core API.

-
Units: samples
-Default: 0 (uses the default DSP buffer length for the platform)
-
-

3.3.7 DSP Buffer Count

-

The number of mixer blocks for the FMOD mixer to use. This corresponds to the numbuffers parameter of FMOD::System::setDSPBufferSize in the Core API.

-
Default: 0 (uses the default DSP buffer count for the platform)
-
-

3.3.8 File Buffer Size

-

File buffering chunk size. This corresponds to the blockalign parameter of FMOD::System::setFileSystem in the Core API.

-
Units: bytes
-Default: 2048
-
-

3.3.9 Studio Update Period

-

Update period of FMOD Studio. This corresponds to the studioupdateperiod member of FMOD_STUDIO_ADVANCEDSETTINGS in the Studio API.

-
Units: milliseconds
-Default: 0 (uses the default update period for FMOD Studio)
-
-

3.3.10 Initial Output Driver Name

-

Name of output driver to choose at start up. If this is not empty the available output drivers are enumerated at start up and if a driver with a matching name is found then that driver is selected for output.

-
Default: Empty (uses the default output driver)
-
-

3.3.11 Lock All Buses

-

When enabled all buses in the global mixer are locked when the master bank is loaded. This ensures that all buses in the global mixer are created.

-
Default: Disabled
-
-

3.3.12 Memory Pool Sizes

-

Size of memory pool to use on each platform. When this is set to a value other than zero a memory pool of the requested size is allocated using the Unreal memory system and all FMOD memory allocations are made from the pool. Otherwise FMOD memory allocations directly use the Unreal memory system.

-
Units: bytes
-Default: 0
-
-

3.4 Advanced

-

3.4.1 Live Update Port

-

TCP port to listen on for FMOD Studio Live Update connections when running non-final builds of the game.

-
Default: 9264
-
-

3.4.2 Editor Live Update Port

-

TCP port to listen on for FMOD Studio Live Update connections when running the editor.

-
Default: 9265
-
-

3.4.3 Reload Banks Delay

-

Delay before automatically reloading modified banks from disk. This can be extended if building banks takes a long time and Unreal tries to reload banks before building is completed. Set to 0 to disable automatic bank reloading.

-
Units: seconds
-Default: 5
-
-

3.4.4 Enable API Error Logging

-

Will log internal API errors when enabled.

-
Default: Disabled
-
-

3.4.5 Enable Memory Tracking

-

Enables FMOD's detailed memory tracking for non-final builds. This corresponds to setting the FMOD_STUDIO_INIT_MEMORY_TRACKING flag into the studioflags when initializing the Studio API.

-
Default: Disabled
-
-

3.4.6 Plugin Files

-

List of FMOD Studio plugins to be loaded when the system starts up. See Plugins for more information.

-

3.4.7 Content Browser Prefix

-

Root directory for FMOD assets.

-
Default: /Game/FMOD/
-
-

3.4.8 Force Platform Name

-

Override platform name for loading banks at runtime.

-
Default: Empty (use default platform name)
-
-

3.4.9 Master Bank Name

-

Name of master bank (without extension). Must match the FMOD Studio project.

-
Default: Master
-
-

3.4.10 Skip Load Bank Name

-

String to filter banks loaded when Load All Banks is enabled. If Skip Load Bank Name is not empty then any bank with a name containing the specified string will be skipped by automatic bank loading.

-
Default: Empty
-
-

3.4.11 Encryption Key

-

Key for loading encrypted banks. This corresponds to the encryptionkey member of FMOD_STUDIO_ADVANCEDSETTINGS in the Studio API.

-

3.4.12 Wav Writer Path

-

File name that the wav writer will output to. If this is not empty then the runtime FMOD Studio system will use FMOD_OUTPUTTYPE_WAVWRITER and the mixed audio produced by FMOD will be sent to the specified file. There will be no audible output when using this setting.

-
Default: Empty
-
-

3.4.13 Logging Level

-

Logging level for non-final builds. The logging levels correspond to the similarly named FMOD_DEBUG_LEVEL_XXX flags used by the FMOD::Debug_Initialize function in the Core API.

-
Default: LEVEL NONE
-
-

3.4.14 Occlusion Parameter

-

Name of event parameter to automate using Unreal occlusion ray casts. See Occlusion Settings for more information.

-
Default: Empty
-
-

3.4.15 Ambient Volume Parameter

-

Name of event parameter to automate using Unreal ambient zone volume settings. See Ambient Zone Settings for more information.

-
Default: Empty
-
-

3.4.16 Ambient LPF Parameter

-

Name of event parameter to automate using Unreal ambient zone LPF settings. See Ambient Zone Settings for more information.

-
Default: Empty
-
-

3.5 Platform Settings

-

Used to specify individual settings for different platforms.

-

3.5.1 Platform

-

Name of the platform.

-

Real Channel Count

-

The maximum number of active channels. This corresponds to the numsoftwarechannels parameter of FMOD::System::setSoftwareChannels in the Core API.

-
Default: 64
-
-

Sample Rate

-

The sample rate for the FMOD mixer. This corresponds to the samplerate parameter of FMOD::System::setSoftwareFormat in the Core API.

-
Default: 0 (uses the default sample rate for the platform)
-
-

Speaker Mode

-

Project output format, this should match the FMOD Studio project Surround Speaker Mode.

-
Default: Surround_5_1
-
-

Output Type

-

Built-in output types that can be used to run the mixer.

-
Default: TYPE_AUTODETECT
-
-

Custom Pool Size

-

Size of memory pool to use. When this is set to a value other than zero a memory pool of the requested size is allocated using the Unreal memory system and all FMOD memory allocations are made from the pool. Otherwise FMOD memory allocations directly use the Unreal memory system.

-
Units: bytes
-Default: 0
-
-

Codecs

-

Specifying one or more of the codec maximums will help determine the maximum CPU usage of playing FMOD_CREATECOMPRESSEDSAMPLE Sounds of that type as well as the memory requirements.

-

3.6 Packaging

-

As well as settings exposed by FMOD For Unreal you will need to add the directory containing the FMOD bank files to the Additional Non-asset Directory To Copy setting in Unreal's Project - Packaging settings. The FMOD Studio settings UI will prompt you to update this setting if it is not correctly configured. See Packaging banks in the user guide for more information.

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/style/DINWeb-Medium.woff b/hwanyoung2/Plugins/FMODStudio/Docs/style/DINWeb-Medium.woff deleted file mode 100644 index 5c098aff..00000000 Binary files a/hwanyoung2/Plugins/FMODStudio/Docs/style/DINWeb-Medium.woff and /dev/null differ diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/style/DINWeb.woff b/hwanyoung2/Plugins/FMODStudio/Docs/style/DINWeb.woff deleted file mode 100644 index 5aaa4b82..00000000 Binary files a/hwanyoung2/Plugins/FMODStudio/Docs/style/DINWeb.woff and /dev/null differ diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/style/code_highlight.css b/hwanyoung2/Plugins/FMODStudio/Docs/style/code_highlight.css deleted file mode 100644 index 631bc92f..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/style/code_highlight.css +++ /dev/null @@ -1,69 +0,0 @@ -.highlight .hll { background-color: #ffffcc } -.highlight { background: #f8f8f8; } -.highlight .c { color: #408080; font-style: italic } /* Comment */ -.highlight .err { border: 1px solid #FF0000 } /* Error */ -.highlight .k { color: #008000; font-weight: bold } /* Keyword */ -.highlight .o { color: #666666 } /* Operator */ -.highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */ -.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #BC7A00 } /* Comment.Preproc */ -.highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ -.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */ -.highlight .gd { color: #A00000 } /* Generic.Deleted */ -.highlight .ge { font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ -.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #888888 } /* Generic.Output */ -.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ -.highlight .gs { font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #0044DD } /* Generic.Traceback */ -.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #008000 } /* Keyword.Pseudo */ -.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #B00040 } /* Keyword.Type */ -.highlight .m { color: #666666 } /* Literal.Number */ -.highlight .s { color: #BA2121 } /* Literal.String */ -.highlight .na { color: #7D9029 } /* Name.Attribute */ -.highlight .nb { color: #008000 } /* Name.Builtin */ -.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */ -.highlight .no { color: #880000 } /* Name.Constant */ -.highlight .nd { color: #AA22FF } /* Name.Decorator */ -.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ -.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ -.highlight .nf { color: #0000FF } /* Name.Function */ -.highlight .nl { color: #A0A000 } /* Name.Label */ -.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ -.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #19177C } /* Name.Variable */ -.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ -.highlight .mb { color: #666666 } /* Literal.Number.Bin */ -.highlight .mf { color: #666666 } /* Literal.Number.Float */ -.highlight .mh { color: #666666 } /* Literal.Number.Hex */ -.highlight .mi { color: #666666 } /* Literal.Number.Integer */ -.highlight .mo { color: #666666 } /* Literal.Number.Oct */ -.highlight .sa { color: #BA2121 } /* Literal.String.Affix */ -.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */ -.highlight .sc { color: #BA2121 } /* Literal.String.Char */ -.highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */ -.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #BA2121 } /* Literal.String.Double */ -.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ -.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */ -.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ -.highlight .sx { color: #008000 } /* Literal.String.Other */ -.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ -.highlight .s1 { color: #BA2121 } /* Literal.String.Single */ -.highlight .ss { color: #19177C } /* Literal.String.Symbol */ -.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #0000FF } /* Name.Function.Magic */ -.highlight .vc { color: #19177C } /* Name.Variable.Class */ -.highlight .vg { color: #19177C } /* Name.Variable.Global */ -.highlight .vi { color: #19177C } /* Name.Variable.Instance */ -.highlight .vm { color: #19177C } /* Name.Variable.Magic */ -.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/style/docs.css b/hwanyoung2/Plugins/FMODStudio/Docs/style/docs.css deleted file mode 100644 index b0815226..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/style/docs.css +++ /dev/null @@ -1,380 +0,0 @@ -@font-face { - font-family:'DINWeb-Medium'; - src:url('DINWeb-Medium.woff'); -} - -@font-face { - font-family:'DINWeb'; - src:url('DINWeb.woff'); -} - -body { - background-color: black; -} - -.docs-body { - font-family: DINWeb-Medium, -apple-system, sans-serif; - background-color: black; - padding: 24px; - margin-left: auto; - margin-right: auto; - max-width: 100%; - line-height: 24px; -} - -.docs-body a { - color: #020eab; - text-decoration: none; - font-weight: bold; -} -.docs-body .apilink { - font-family: monospace; - font-size: 17px; - letter-spacing: -0.5px; -} - -.manual-content h1 a, -.manual-content h2 a, -.manual-content h3 a, -.manual-content h4 a, -.manual-content h5 a, -.manual-content h6 a { - color: black; -} - -.docs-body img { - max-width: 100%; - box-shadow: 0px 4px 20px #333333; - margin: 20px; -} - -.admonition { - border: 1px solid #b3b3b3; - border-top: 4px solid black; - background-color: #f1f1f1; - padding: 3px; -} - -.admonition.warning { - border-top: 4px solid #cc0000; -} - -.highlight { - border: 1px solid #b3b3b3; - background-color: #f1f1f1; - overflow: auto; - padding: 6px; -} - -.highlight pre { - margin: 0; -} - -code { - background-color: #eeeeee; - color: black; -} - -pre code { - display: block; - padding: 5px; - overflow: auto; -} - -blockquote { - background-color: #eeeeee; - margin: 0px; - padding: 15px; -} - -ol li ol { - list-style-type: lower-alpha; -} - - -.manual-toc { - color: black; - background-color: #d6dceb; - font-weight: bold; - - display: block; - float: right; - width: 20%; - min-width: 300px; - top: 0; - z-index: 10000; - margin-left: 20px; -} - -@media (max-width: 600px) { - .manual-content { - position: static; - min-width: 0; - padding: 20px 30px 20px !important; - } - .manual-toc { - float: none; - width: auto; - min-width: 0; - margin-left: 0; - margin-right: 0; - } -} - -@media (min-width: 601px) and (max-width: 992px) { - .manual-content { - position: static; - min-width: 0; - } - .manual-toc { - float: none; - width: auto; - min-width: 0; - margin-left: 0; - margin-right: 0; - } -} - -@media (min-width: 993px) and (max-width: 1367px) { - body { - margin-left: 24px; - margin-right: 24px; - max-width: 100%; - } - .manual-content { - min-width: 300px; - } - .manual-toc { - float: right; - max-width: 300px; - min-width: 100px; - width: auto; - padding-left: 1em; - padding-right: 1em; - } -} - -.manual-toc p { - color: black; - font-size: larger; - text-align: center; - margin-top: 0; - margin-bottom: 0; - padding-top: 1em; -} - -.manual-toc > ul { - padding: 0px; - margin-block-start: 1em; -} - -.manual-toc > ul > li { - padding: 12px; - list-style-position: inside; -} - -.manual-toc ul { list-style-type: none; } -.manual-toc ul { counter-reset: toc-level-1; } -.manual-toc li { counter-increment: toc-level-1; } -.manual-toc li > a:before { content: counter(toc-level-1)". "; } -.manual-toc li ul { counter-reset: toc-level-2; } -.manual-toc li li { counter-increment: toc-level-2; } -.manual-toc li li a:before { content: counter(toc-level-1)"."counter(toc-level-2)" "; } -.manual-toc li li ul { counter-reset: toc-level-3; } -.manual-toc li li li { counter-increment: toc-level-3; } -.manual-toc li li li a:before { content: counter(toc-level-1)"."counter(toc-level-2)"."counter(toc-level-3)" "; } -.manual-inactive-chapter li ul { display: none; } - -.manual-current-chapter { - background-color: white; -} - -.manual-current-chapter ul { - padding-left: 20px; -} - -.manual-active-chapter > a { - color: black; -} - -.manual-current-chapter > ul { margin-top: 10px; } -.manual-current-chapter li { padding-top: 10px; font-size: 14px; } -.manual-current-chapter > ul > li:first-child { padding-top: 0px; } - -.manual-current-chapter li > ul > li > ul { - display: none; -} - -ul.subchapters { border-left: 2px dotted #b3b3b3; } -ul.subchapters li > a:before { content: ""; } -ul.subchapters .manual-active-chapter > a { border-bottom: 2px solid black; } - -.manual-content { - background-color: white; - overflow: hidden; - padding: 20px 50px 40px; -} - -.manual-content li { - margin: 0.5em 0; -} - -.manual-content h2 { - margin: 1.5em 0 1em 0; -} - -.manual-content table { - margin-bottom: 1.5em; - width: 100%; - border-collapse: collapse; - display: block; - overflow-x: auto; -} - -.manual-content th { - background-color: #d6dceb; -} - -.manual-content th, .manual-content td { - border: 1px solid #b3b3b3; - padding: 12px; - text-align: left; -} - -.manual-content td img { - margin: initial; - box-shadow: initial; -} - -.manual-content img + br + em { - display: block; - margin-left: 20px; - margin-bottom: 2em; -} - -.manual-content.api dt { - font-weight: initial; - font-style:italic; - margin-bottom: 1em; -} - -.manual-content.studio dt { - margin-bottom: 1em; -} - -/* Exclude token links (e.g. "Optional", "Output") - TODO: these need proper styling */ -.manual-content.api dt a.token { - font-style:initial; -} - -.manual-content.studio p { - line-height: 24px; -} - -.manual-content.api dd { - margin-bottom: 1em; - margin-inline-start: 40px; -} - -.manual-content.studio dd { - line-height: 24px; - margin-inline-start: 24px; - margin-bottom: 1em; -} - -.manual-content.api dd ul { - margin: 0; - padding: 0.75em 0 0.5em 1em; - font-family: DINWeb; - border: 1px solid #b3b3b3; - width:max-content; -} - -.manual-content.api dd ul li { - margin: 0; - margin-right: 1em; - display: inline; -} - -.manual-content.api dd ul li .label { - font-weight: bold; -} - -.manual-content.api dd p { - margin: 0.25em; -} - -.manual-footer { - color: white; - padding: 20px; - font-size: smaller; -} - -div.language-selector { - display: -webkit-flex; - display: flex; - text-align: center; -} - -div.language-tab { - -webkit-flex: 1; - -ms-flex: 1; - flex: 1; - border: 1px solid #bbbbbb; - border-top-left-radius: 6px; - border-top-right-radius: 6px; - box-sizing: content-box; - max-width: 30px; - padding: 2px 10px; - margin-right: -1px; - margin-bottom: -1px; - cursor: pointer; -} - -.language-tab:hover { - background-color: #d6dceb; -} - -.language-tab.selected { - background-color: #f1f1f1; - border-bottom-width: 0; -} - -.language-tab.selected:after { - content: ''; - width: 100%; - height: 3px; - bottom: -1px; - left: 0; - background: inherit; -} - -div.language-selector + p { - display: none; -} - -a.token, .token { - padding: 6px; - margin-left: 8px; - color: black; - font-size: small; - font-weight: normal; - border: 1px solid #bbbbbb; - border-radius: 6px; -} - -a.token:hover { - background-color: #d6dceb; -} - -[id]:target { animation:highlighter 3s } -@keyframes highlighter { 25% { background-color: gold; } 75% { background-color: gold; } } - -.mixdowntable table { - white-space: nowrap; -} - -.mixdowntable table td, .mixdowntable table th { - min-width: 4em; - text-align: center; -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/troubleshooting.html b/hwanyoung2/Plugins/FMODStudio/Docs/troubleshooting.html deleted file mode 100644 index 423c5c55..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/troubleshooting.html +++ /dev/null @@ -1,130 +0,0 @@ - - -Troubleshooting - - - - -
- -
-

9. Troubleshooting

-

If you are experiencing an issue with the integration and none of the topics below help, visit to our Q&A Forum.

-

9.1 Check the plugin is installed

-

You should see a shortcut to the manual is available under the help menu, that means the plugin is in the right place and has been enabled.

-

Unreal Help Menu

-

If you see the FMOD Help in the manual, then the plugin installed correctly. If you don't see FMOD help, it isn't installed.

-

9.2 Project Output Format

-

If you have modified the project output format in your FMOD Studio project, you will need to update your Unreal project settings to match.
-This can be found under "Edit > Project Settings > FMOD Studio > Output Format". Keep in mind that this must match the Studio project settings in order for the mix to behave correctly.

-

9.3 Content Changes

-

The editor does not mark FMOD assets as read-only, so there is nothing stopping the user from trying to rearrange the folder structure.
-However any such changes aren't going to change the underlying Studio project, so the changes will be lost next time Unreal is restarted.

-

9.3.1 Asset Paths

-

The inbuilt Unreal asset serialization stores asset by full path, not by GUID. This means that if you rename events or folders in the Studio Tool, then any references in Unreal levels will be lost. For now the only workaround is to avoid renaming events or folders once you have started using them in levels.

-

9.4 Deployment Issues

-

See the Deployment page for information about issues with deployment.

-

If you Launch your game and there is no sound playing or there is error loading the FMODStudio module, it an issue with Deployment.

-

9.5 Live Update

-

If Live Update is enabled and the FMOD Studio will error when it fails to open the required network port. If this is a problem, then Live Update can be disabled in the Project Settings window.

-

9.6 Additional Logging

-

To help track down problems, verbose logging can be turned on for FMOD For Unreal. Add the following command line to the Unreal editor:

-
-LogCmds="LogFMOD verbose"
-
- -

9.7 Blueprint only projects

-

Packaging a blueprint only project containing FMOD for Unreal will result in an error:

-
"Plugin 'FMODStudio' failed to load because module 'FMODStudio' could not be found.
-
- -

The only way to work around this is to add a blank code class to the project and build the resulting solution before packaging again.
-This is mentioned by Epic on their forum: Unable to run plugins when packaged.

-

9.8 Audio not muted when game loses focus

-

FMOD will not automatically mute its audio output when your game loses focus due to the user hitting alt-tab or switching to a different app. If you would like to mute FMOD audio when your game loses focus, make an OnApplicationActivationStateChanged callback and write code to mute the FMOD master bus. Here is an example :

-
void AExampleGameMode::InitFMODFocusChangeCallback()
-{
-    FSlateApplication::Get().OnApplicationActivationStateChanged()
-        .AddUObject(this, &AExampleGameMode::OnWindowFocusChanged);
-}
-
-void AExampleGameMode::OnWindowFocusChanged(bool bIsFocused)
-{
-#if !WITH_EDITOR
-    if (IFMODStudioModule::IsAvailable())
-    {
-        FMOD::Studio::System* StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime);
-        FMOD::Studio::Bus* masterBus;
-        StudioSystem->getBus("bus:/", &masterBus);
-        masterBus->setMute(!bIsFocused);
-    }
-#endif
-}
-
- -

9.9 EndPlay with Play-In-Editor

-

Normally cleaning up in EndPlay() is valid and safe to do for your game, but during Play-In-Editor EndPlay doesn't get triggered until after the FMODStudio Module has already been shutdown. This isn't such an issue with Studio API, as when the System gets released it cleans up all of it's managed handles. The issue is when using the Core API because you need to manage it's objects yourself.

-

We have a delegate that you can hook into, which will fire off a function before the FMOD System has been shutdown. You can access the delegate using IFMODStudioModule::Get().PreEndPIEEvent().

-

Eg.

-
void AMyActor::BeginPlay()
-{
-#if WITH_EDITOR
-    IFMODStudioModule::Get().PreEndPIEEvent().AddUObject(this, &AMyActor::ShutdownFunction);
-#endif
-}
-
-void AMyActor::EndPlay()
-{
-#if WITH_EDITOR
-    IFMODStudioModule::Get().PreEndPIEEvent().RemoveAll(this);
-#else
-    ShutdownFunction();
-#endif
-}
-
-void AMyActor::ShutdownFunction()
-{
-    if (channel)
-    {
-        channel->stop();
-    }
-    if (sound)
-    {
-        sound->release();
-    }
-}
-
- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/user-guide.html b/hwanyoung2/Plugins/FMODStudio/Docs/user-guide.html deleted file mode 100644 index 24f4e37a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/user-guide.html +++ /dev/null @@ -1,739 +0,0 @@ - - -User Guide - - - - -
-
-

Unreal Integration 2.02

- -
-
-

2. User Guide

-

FMOD For Unreal is a plugin that allows you to use the FMOD APIs and projects from the FMOD Studio authoring tool in your Unreal game.

-

Normally you will just need one copy of the integration. If you develop for multiple platforms at once, you can copy multiple integrations over the top of each other.

-

2.1 Installing the integration

-

The FMOD for Unreal integration is delivered as a set of plugins. You must install the integration plugin for the host platform which you are developing on, and may need to install additional integration plugins for other platforms which you are targeting.

-

FMOD for Unreal can be installed in either the project or engine directory.

-

2.1.1 Host Platform Integration

-

The supported host platforms are Windows, Mac and Linux.

-

The integration packages for these platforms should be extracted to MyGame\Plugins\ (replace MyGame with the root directory of your Unreal project or Unreal Engine and create the Plugins folder if it does not already exist). After extracting the base package into MyGame\Plugins you should have this structure:

-

Host Platform Integration

-

2.1.2 Additional Platforms

-

After installing the integration plugin for your host platform you may need to install additional plugins for other platforms which you are targeting.

-

Windows Desktop

-

Install the Windows plugin following the instructions for Host Platform Integration. Files which are duplicated between the plugins can be overwritten safely.

-

Universal Windows Platform

-

UWP support is included in the Windows plugin package. Install the plugin following the instructions for Host Platform Integration. Files which are duplicated between the plugins can be overwritten safely.

-

Linux

-

Install the Linux plugin following the instructions for Host Platform Integration. Files which are duplicated between the plugins can be overwritten safely. Additional setup is required for this platform, please see the Platform Specifics | Linux section for more information.

-

MacOS

-

Install the Mac plugin following the instructions for Host Platform Integration. Files which are duplicated between the plugins can be overwritten safely. Additional setup is required for this platform, please see the Platform Specifics | macOS section for more information.

-

iOS

-

iOS support is included in the Mac plugin package. Install the plugin following the instructions for Host Platform Integration. Files which are duplicated between the plugins can be overwritten safely. Additional setup is required for this platform, please see the Platform Specifics | iOS section for more information.

-

tvOS

-

tvOS support is included in the Mac plugin package. Install the plugin following the instructions for Host Platform Integration. Files which are duplicated between the plugins can be overwritten safely. Additional setup is required for this platform, please see the Platform Specifics | tvOS section for more information.

-

Android

-

Android support is included in the Windows plugin package. Install the plugin following the instructions for Host Platform Integration. Files which are duplicated between the plugins can be overwritten safely. Additional setup is required for this platform, please see the Platform Specifics | Android section for more information.

-

PS4

-

Install the PS4 plugin following the instructions for Platform Specific Integrations. Additional setup is required for this platform, please see the Platform Specifics | PS4 section for more information.

-

PS5

-

Install the PS5 plugin following the instructions for Platform Specific Integrations. Additional setup is required for this platform, please see the Platform Specifics | PS5 section for more information.

-

XBox One

-

Install the Xbox One plugin following the instructions for Platform Specific Integrations. Additional setup is required for this platform, please see the Platform Specifics | Xbox One section for more information.

-

XBox Series X|S

-

Install the XBox Series X|S plugin following the instructions for Platform Specific Integrations. Additional setup is required for this platform, please see the Platform Specifics | Xbos Series X|S section for more information.

-

Switch

-

Install the Switch plugin following the instructions for Platform Specific Integrations. Additional setup is required for this platform, please see the Platform Specifics | Switch section for more information.

-

2.1.3 Platform Specific Integrations

-

When adding additional platform specific integration packages you should extract them directly into the project root directory. After extracting them you should have this kind of structure:

-

Platform Specific Integrations

-

Additional platform specific installation instructions may be included in the Platform Specifics section. Most platforms will require additional config files. Refer to the Platform Specifics section for more information. Otherwise see the TroubleShooting section.

-

2.2 Setting up your project

-

After adding The FMOD UE4 integration to your project or engine, you will need to restart the Unreal Editor before you can access it.
-There are settings in both Unreal and FMOD Studio that need to be configured to link the two together.

-

In order to access your FMOD Studio content, the plugin will need to locate the .bank files that FMOD Studio produces.
-By default the plugin looks in the '{MyProject}/Content/FMOD' directory for the platform folders containing banks.
-You can either manually copy them or use the 'Validate FMOD' option from the plugin in Unreal to connect to FMODStudio and build the banks directly into the project.

-

2.2.1 Manually

-

From your FMOD Studio Project, select "Edit > Preferences..." ("FMOD Studio > Preferences..." on Mac) and select the build tab. Set your built banks output directory to a directory called "FMOD" under your game's content path.

-

Studio export path

-

Now select "File > Build". This will build bank files for events that have been assigned to banks. You should do this whenever project data has been modified.

-

2.2.2 Validate FMOD

-

You can run the "Help > Validate FMOD" option in the Unreal Help menu at any time, this can help with making sure the plugin settings are up to date and prepared for deployment.

-

FMOD Help

-

If an issue is detected in the settings then you will also see this popup that can be used to start the 'Validate' process.

-

Popup

-

If you have the FMOD Studio Project open 'Validate' will allow the plugin to connect to it and gather more information to add the the plugin settings. It finds and fixes common issues, and can automatically link your FMOD Studio project for you!

-

Running validate will do the following:

-
    -
  • Connecting to your FMODStudio project. (requires FMODStudio running)
  • -
  • Checking that the versions of the code, the libs and FMODStudio all match. (requires connection to FMODStudio)
  • -
  • Your FMOD Studio bank export path is correct. (requires connection to FMODStudio)
  • -
  • Linking to your FMODStudio banks.
  • -
  • Studio events have been added to the banks.
  • -
  • Importing locale options from your Studio project. (requires connection to FMODStudio)
  • -
  • Adding plugins to the FMOD settings.
  • -
  • Adding FMOD files and uassets to the packaging settings.
  • -
-

Validating FMOD

-

2.2.3 Confirm the Banks are Built and Loaded

-

Now, open Unreal and look at the content browser. The plug-in defaults to looking in '{MyProject}/Content/FMOD' directory for banks, so if you have exported banks there, assets should appear in the content window automatically. These represent items in your Studio project which update automatically when banks are built.

-

Content browser

-

For more information about banks, see the Banks page.

-

2.2.4 Naming Considerations

-

FMOD For Unreal will create Unreal assets to represent the objects in your FMOD Studio project. These are the assets you see in the content browser. The names of the assets are based on the names you use in FMOD Studio, but there are some limitations imposed by Unreal which may not apply in FMOD Studio:

-
    -
  • Unreal asset names may not contain spaces, tabs, or any of the following characters: "',/.:|&!~@#(){}[]=;^%$`
  • -
  • Unreal asset folder names may not contain spaces, tabs, or any of the following characters: "',\\|/&!~@#(){}[]=;^%$`
  • -
-

If you use any of these illegal characters in your FMOD Studio folder names or object names then the integration will generate a name for you by replacing the illegal characters. The generated names are not guaranteed to be unique and if a generated name duplicates another asset's name then one of the assets will be hidden by the other and the hidden asset will be inaccessible.

-

To avoid any unexpected behavior or confusion we recommend that FMOD Studio folder names and object names are named in line with the limitations imposed by Unreal.

-

2.2.5 Platform specific setup

-

Refer to Platform Specifics for details of additional platform dependent setup.

-

2.3 Making sounds

-

FMOD For Unreal provides multiple ways in which Studio events can be played.

-

2.3.1 Ambient Sounds

-

The simplest way to play a looping ambience, is to drag and drop an event from the content browser into a scene viewport.

-

Drag sample

-

For example, try dragging the Game/FMOD/Events/Ambience/Forest event into a level. This will create an FMODAmbientSound. Hit Play to begin playing in editor, and you should immediately hear the Forest ambience.

-

Make sure you drag an event into the main viewport. Dragging a bank into main viewport won't do anything.

-

2.3.2 Playing Sounds From Blueprint

-

Another easy way to trigger a sound is via blueprint. You can use the play event at location function to quickly trigger any given event.

-

Blueprint Sample

-

In the example shown below, the Single_Explosion event is triggered at the location of the camera, every time the spacebar is pressed.

-

Blueprint simple playback

-

2.3.3 Other avenues

-

Keep in mind that more advanced control is also available from blueprints. There are graph functions for playing and stopping events, setting parameters, and loading or unloading banks. You can also add FMODAudioComponents to blueprints, allowing you attach audio directly to an object.

-

2.4 Listener

-

FMOD can support up to 8 listeners in game. The listeners will follow the Unreal listeners which by default is attached to the camera, but we can move them by moving the Unreal listeners.

-

This is particularly useful for Third-Person and Top-Down style games.

-

2.4.1 Example

-

Using SetAudioListenerOverride allows you either attach the listener to a component or set the transform and rotation manually.

-

Listener Override

-

2.5 Working with Banks

-

Content created in FMOD Studio is exported into bank files. These bank files can then be loaded within Unreal using FMOD For Unreal. Banks can contain multiple events, which will implicitly pull in any audio assets they depend on.

-

Studio bank layout

-

Loading a bank will load all metadata, which contains information about all the events, parameters, and other data needed for all events assigned to that bank.

-

2.5.1 Studio Bank Output Directory

-

It is highly recommended that banks are exported to the Content directory of your project (see Deployment for more information). This can set via the built banks output directory setting in the FMOD Studio, which can be found in "Edit > Preferences..." on Windows (or "FMOD Studio > Preferences..." on Mac), under the Build tab.

-

Studio export path

-

When using the Unreal editor, as long as you match the FMOD Studio built banks output directory to the bank output directory specified in the Unreal project settings ("Edit > Project Settings > FMOD Studio"), the integration will find and load all bank content automatically.

-

Project Settings

-

2.5.2 Assigning Events to Banks

-

Before a new FMOD Studio event can be used in Unreal, it must first be assigned and built to a bank which can be loaded by Unreal. This can be done within FMOD Studio via the context menu of an event, or by dragging and dropping an event onto a bank.

-

Assign events to banks

-

Events are typically assigned to the same bank when they should be loaded and unloaded at the same time. For example, you might put all the events for the Goblin enemy within the Goblin bank.

-

Once you have assigned your events to a bank, you should rebuild your banks. This is done via the "File > Build..." menu item.

-

Build menu

-

2.5.3 Loading Banks within Unreal

-

The banks built in FMOD Studio are loaded in editor by the plugin, so that you can browse Events, Buses, Snapshots, etc. from the Studio Project. You are able to customize the way the banks are loaded in game, to suit your requirement, otherwise by default all the banks will be loaded at initialization.

-

In Editor

-

Within the Unreal editor, banks are loaded automatically as soon they are built. When correctly configured, any data within banks (e.g. events, mixer strips) should appear within the content browser under Game/FMOD by default.

-

Content view

-

In Game

-

FMOD For Unreal will load all banks by default. If you would like to manually control bank loading, this behavior can be disabled via the load all banks checkbox within the FMOD Studio settings dialog ("Edit > Project Settings > FMOD Studio").

-

If using split banks, make sure to load the assets bank first and using load sample data on the metadata bank.

-

Banks can then manually be loaded and unloaded using the Load Bank and Unload Bank blueprint functions.

-

Banks blueprint

-
-

The Master Bank does not need to be loaded manually. It is automatically loaded at startup.

-
-

2.6 Sequencer Integration

-

FMOD is integrated into Unreal Engine 4's Sequencer.

-

2.6.1 Adding FMOD Events to a Level Sequence

-

Events can be added in one of two ways:

-
    -
  1. -

    Ambient sounds already placed in the level may be possessed by the level sequence. Add ambient sound actors to the sequence by clicking the Add actor button button in the Sequencer editor and choosing the ambient sound actor to add. Alternatively the actor can be dragged from the World Outliner into the Sequencer editor.
    -Possess actor
    -Possessed events will retain any state set by the level sequence when playback is complete. The level sequence's Restore State setting can be enabled to restore the state of possessed events (and any other actors possessed by the level sequence).

    -
  2. -
  3. -

    New events may be spawned from Sequencer. Sequencer can spawn FMOD events during playback. To create a spawned event drag an FMOD event from the Content Browser into the Sequencer editor.
    -Spawned event
    -Spawned events will not automatically play when spawned.

    -
  4. -
-

2.6.2 Adding Event Sub-Tracks

-

Once added to a sequence additional sub-tracks are required to do anything interesting. Sub-tracks can be added by clicking the Add track button button in the object's track. FMOD adds two new sub-track types for events in addition to the standard Sequencer sub-tracks.

-
    -
  1. Event control tracks allow events to be played and stopped.
  2. -
  3. Parameter tracks allow event parameters to be animated using Sequencer's keyframe animation tools.
  4. -
-

Event tracks

-

2.6.3 Event Control Sub-Track

-

Keyframes on the event control sub-track can be used to Play or Stop the event.

-

Control track

-

2.6.4 Parameter Track

-

An FMOD Event Parameter Track allows additional sub-tracks to be added for each parameter in the targeted FMOD event. Additional sub-tracks can be added by clicking the Add parameter button button in the FMOD Event Parameter Track.

-

Parameter track

-

Keyframes may be added to the parameter sub-tracks to control the value of the event parameter during playback of the level sequence. The Unreal Engine 4 curve editor may be used to create rich curves for FMOD event parameters.

-

Parameter keyframe track

-

FMOD For Unreal is unable to validate the range of parameter values set by Sequencer. The FMOD Engine will clamp any parameter value outside the range specified in FMOD Studio.

-

2.7 Occlusion

-

FMOD For Unreal supports the use of ray casts, to drive a specified parameter, for per instance occlusion of sounds.

-

2.7.1 Occlusion Settings

-

To enable occlusion ray casts for FMOD in your Unreal project, set the name of the parameter that will be used for occlusion in Studio.

-

Occlusion Settings

-

If an Event contains this parameter, the integration will set the parameter value any time the occlusion value changes.
-You can disable occlusion, per instance, and adjust the Trace Channel in the Component Details window.

-

Occlusion Settings

-

2.8 Reverb Zones

-

FMOD For Unreal supports the use of the standard Unreal audio volumes to trigger Studio's advanced snapshot system.

-

2.8.1 Snapshot Reverb Effects

-

The workflow to use reverb zones is to set up snapshots in FMOD Studio. Snapshots can modify global reverb effects, change any bus volume, and modify any DSP value. To help trigger snapshots for reverb effects, the integration exports all snapshots as reverb effects in the FMOD/Reverbs folder.

-

Reverb assets

-

These reverb effects can be dragged into audio volume Reverb Settings panel to be triggered when the audio listener enters the audio volume. It uses the same logic as the inbuilt Unreal audio system to determine which audio volume should be enabled, based on the priority of all the audio volumes the audio listener is within. The Snapshot priority, which is used to resolve conflicting property values when mutliple snapshots are active, is unrelated to audio volume priority and not a factor in determining which audio volume will be enabled. In the case of nested audio volumes you must set distinct priorities because audio volumes with the same priority may not become enabled.

-

Reverb settings

-

By default, snapshots apply instantly. To have a snapshot fade in, one of two things can be done. The first is by adding an AHDSR modulation to the intensity dial. The second way is to expose the intensity as a parameter, which allows it to be driven from the integration.

-

Reverb snapshot intensity

-

If the snapshot has its intensity exposed as a parameter, then the integration will ramp in the intensity over time based on the audio volume's Volume and Fade Time settings. If the snapshot does not expose its intensity as a parameter, then these values will not do anything.

-

2.8.2 Ambient Zone Settings

-

Another feature of the Unreal audio system is the ability to have an ambient effect applied to selected instances, based on both the listener position and the emitter position. Unlike the global reverb effects, this is something which is applied per instance.

-

Reverb ambient

-

Only some sounds should be affected by the ambient settings. To enable the ambient effect your Events will need two parameters, one for volume and one for LPF.
-You will need to add these parameter names to the integration settings.

-

Reverb user property

-

If an Event contains these parameters, the integration will set the parameter value any time the ambient values change.

-
-

Only FMOD audio components are affected by ambient zones. The simpler PlayEventAtLocation blueprint function to spawn one-shots does not apply ambient effects.

-
-

2.9 Callbacks

-

You can hook up event callbacks using blueprints. FMOD Audio component callbacks are only triggered if the enable callback option is ticked. This is because each component that triggers callbacks can incur a small CPU overhead, so it has to be turned on explicitly for the components you want to use.

-

Callback enable

-

Once enabled, then tempo beat callbacks and timeline callbacks can be added in blueprints. One way is via the Assign On Timeline Beat and Assign On Timeline Marker blueprint actions. For FMOD audio components used in blueprint actors, you can add events from the details window instead.

-

Callback blueprints

-

You can trigger various actions to occur on the beat or when a timeline hits a named marker. The event contains the same fields as FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES and FMOD_STUDIO_TIMELINE_MARKER_PROPERTIES.

-

Callback example

-

2.10 Localization

-

Localized audio tables are a special kind of audio table with features that facilitate localization. We recommend using localized audio tables if your game supports multiple spoken languages, or if you intend to add support for additional languages in a future patch.

-

2.10.1 Setting up Audio Tables

-

Audio Tables are lists of audio files stored outside your FMOD Studio project's asset folder. You can use audio tables to control localized sounds. See the Dialogue and Localization section of the FMOD Studio Docs on how to set up an audio table in your project.

-

Audio Table

-

2.10.2 Loading Localized Banks

-

Audio tables are assigned to an associated bank, this means that in order to change the currently loaded audio table you will need to change the bank. Only one localized bank should be loaded at a time, otherwise just the first one to be loaded will be used.

-

You will need to define the different locale names and codes in the Localization Settings.

-

Localization Settings

-

Only the locale that is selected as default will have it's bank loaded at startup, if Load All Banks has been enabled in the settings.

-

To change the locale, you will need to:

-
    -
  • unload the bank
  • -
  • change the locale
  • -
  • then reload the bank
  • -
-

Load locale bank

-

2.11 Updating/Upgrading the Integration

-

Start by replacing the old FMODStudio folder with the new version:

- -

If you are updating to a newer minor version of FMOD no additional steps are required unless specified in the revision history.

-

Upgrading to a newer major version of FMOD is usually only recommend for projects at or near the beginning of development, because new major versions may introduce behavioral and breaking changes. If you are upgrading to a new major version, you will need to read over:

- -

These will describe specific changes that might need to be made to your project.

-

2.11.1 Updating to UE4 4.26

-

When upgrading a project with FMOD integration to Unreal Engine 4.26 from an earlier version of UE4 you may encounter warnings in the log about FMOD assets failing to load. This happens because in 4.26 the FMOD integration switched from always dynamically generating Unreal assets to serializing the generated assets and loading them from disk. When an upgraded project is first opened the generated assets have not been serialized to disk so loading them fails. After closing and re-opening the upgraded project the warning messages should be gone.

-

2.12 Compiling the plugin (Optional)

-

If you want to recompile the plugin, you can drop the plugin into a code project under your game's Plugins/FMODStudio directory, then re-generate the project. This might be useful if you want to use the plugin with a different version of the engine, such as a new pre-release of Unreal. You can also do this if you want to get the plugin from github.

-

To recompile the plugin after downloading it from FMOD, do the following:

-
    -
  • Delete the FMODStudio/Intermediate directory.
  • -
  • Delete the FMODStudio/Binaries/Platform/Unreal*.* files. Leave the fmod libraries in the binaries directory!
  • -
  • Create a new code project using Unreal.
  • -
  • Copy the plugin into YourGame/Plugins/FMODStudio.
  • -
  • Regenerate the game's solution or xcode project.
  • -
  • Build the game for "Development Editor".
  • -
  • Build the game for whatever other configurations you need.
  • -
-

To compile the plugin after downloading the source from github, do the following

-
    -
  • Add FMOD dynamic libraries into the FMODStudio/Binaries/Platform/ directory. The libs can be obtained in the programmers API download or from the FMOD for Unreal download.
  • -
  • Create a new code project using Unreal.
  • -
  • Copy the plugin into YourGame/Plugins/FMODStudio.
  • -
  • Regenerate the game's solution or XCode project.
  • -
  • Build the game for development editor.
  • -
  • Build the game for whatever other configurations you need.
  • -
-

When rebuilding the plugin inside a code project, make sure you haven't also left it in the engine directory as well!

-

2.13 Programming Support

-

You are able to interface with FMOD For Unreal and/or the FMOD C++ APIs.

-

2.13.1 Programming with FMOD For Unreal

-

To reference FMOD Studio, the programmer will need to add the following to their .Build.cs file:

-
    -
  • Add "FMODStudio" to PrivateDependencyModuleNames
  • -
-

To add some FMOD Events to a class, do the following:

-
    -
  • Include "FMODEvent.h" at the top of your own class
  • -
  • Add a UFMODEvent * and mark with the UPROPERTY macro like any other field
  • -
-

To play the event at a location, do the following:

-
    -
  • Include "FMODBlueprintStatics.h" in the file you want to trigger the sound
  • -
  • Call Play Event At Location with the following arguments:
      -
    • Set WorldContextObject to any UObject in the world, such as the owning actor object
    • -
    • Set Event to the UFMODEvent stored in the class or passed into your function
    • -
    • Set Transform to the place in the world you want to play the sound
    • -
    • Set bAutoPlay to true so that it starts the sound automatically
    • -
    -
  • -
-

You can also call Play Event Attached to create a new audio component attached to an actor, which will update the location automatically as the actor moves around the world.

-

2.13.2 Programming with the FMOD Studio C++ API

-

Programmers can interface with FMOD Studio directly by including "fmod_studio.hpp".

-

The Studio system can be obtained by GetStudioSystem. The function takes an enum because there may be a separate Studio system for auditioning in-editor and the proper system for play-in-editor. Normally, you will want to obtain the system with EFMODSystemContext.Runtime since that is the real system used in game.

-
if (IFMODStudioModule::IsAvailable())
-{
-    FMOD::Studio::System* StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime);
-    if (StudioSystem)
-    {
-        // Use it here
-    }
-}
-
- -

You can use a mixture of FMOD Studio wrapper and FMOD Studio API functions. For example:

-
// Call wrapper helper function to create and start an event instance
-FFMODEventInstance InstanceWrapper = UFMODBlueprintStatics::PlayEventAtLocation(ThisActor, MyEvent, FTransform(MyLocation), true);
-FMOD::Studio::EventInstance* Instance = InstanceWrapper.Instance;
-// Call into FMOD API directly
-Instance->setVolume(0.5f);
-// The instance handle will be cleaned up automatically when the sound finishes
-
- -

2.13.3 Further Programming Documentation

-

For further documentation, see:
-- Integration API Reference
-- Integration Blueprint Reference
-- FMOD API Reference.

-

2.14 Programmer Sounds

-

FMOD Studio events can include programmer sound modules that are controlled at runtime. There are a few different ways of hooking them up.

-

2.14.1 Programmer Sounds via Audio Tables

-

With this approach, you don't need to do any programming at all!

-

Choosing the audio entry to play

-

Create an event with a programmer sound module on it. If the module has a name, then if nothing else is assigned then that sound will be used. For example, if the sound designer sets the module name as "Welcome", then the audio table entry "Welcome" will be used by default.

-

Studio programmer sound

-

To select at runtime what audio entry to use, set the programmer sound name field in the FMODAudioComponent.

-

Programmer asset name

-

Or you can assign the name via blueprint.

-

Programmer blueprint

-

The name has to be one of the audio asset entries of a loaded audio table, or it won't find the sound to play.

-

Be careful to set the name before you play the audio component. If the name is assigned after the event has started, it may not play the right sound.

-

2.14.2 Programmer Sounds by Path

-

With this approach you can easily play any media file for your event, including loose files packaged with the project or found on the player's drive.

-

To point a programmer sound directly to a file, set the FMOD audio component's programmer sound name to the path to the .wav or .ogg file that you want to load. If this path is relative, it will be looked up relative to the content directory.

-

If you need to include these files in your packaged game, add the directory containing these media files to 'directories to package' in the packaging settings, otherwise it will work in the editor but not when packaged into the final game.

-

Programmer file path

-

2.14.3 Programmer Sounds via API

-

With this approach, you will need to create an C++ class actor that can be placed in the scene to then be added as a persistent reference in the Level Blueprint. The dialogue options will then be triggered by inputs from the keyboard.

-

Creating the C++ Actor:
-Crate Class
-Selector Actor:
-Select Actor
-Name the Actor:
-Add
-Add the Actor the level:
-Actor in level

-

The following code will need to be added to your C++ Actor

-

ProgrammerExample.h

-
//--------------------------------------------------------------------
-//
-// This is an Unreal actor script that demonstrates how to use
-// Programmer Sounds and an Audio Table in your game code.
-//
-// Programmer sounds allows the game code to receive a callback at a
-// sound-designer specified time and return a sound object to be
-// played within the event.
-//
-// The audio table is a group of audio files compressed in a Bank that
-// are not associated with any event and can be accessed by a string key.
-//
-// Together these two features allow for an efficient implementation of
-// dialogue systems where the sound designer can build a single template
-// event and different dialogue sounds can be played through it at runtime.
-//
-// This script will play one of three pieces of dialog through an event
-// on a key press from the player.
-//
-// This document assumes familiarity with Unreal Engine scripting. See
-// https://docs.unrealengine.com/4.26/en-US/ProgrammingAndScripting/
-// for resources on learning Unreal Engine scripting.
-//
-// For information on using FMOD example code in your own programs, visit
-// https://www.fmod.com/legal
-//
-//--------------------------------------------------------------------
-
-#pragma once
-
-#include "CoreMinimal.h"
-#include "GameFramework/Actor.h"
-#include "fmod.hpp"
-#include "FMODEvent.h"
-#include <FMODAudioComponent.h>
-#include "ProgrammerExample.generated.h"
-
-struct UserData
-{
-    FMOD::System* coreSystem = nullptr;
-    FMOD::Studio::System* studioSystem = nullptr;
-    FString key = FString();
-};
-
-/* Don't forget to change the project name to match your own */
-UCLASS()
-class MYPROJECT_API AProgrammerExample : public AActor
-{
-    GENERATED_BODY()
-
-public:
-    // Sets default values for this actor's properties
-    AProgrammerExample();
-
-    // Path of the Programmer Instrument in the FMOD Project
-    UPROPERTY(EditAnywhere)
-    UFMODEvent* dialogueEvent;
-    UFUNCTION(BlueprintCallable, category = "ProgrammerInstrumentFunction")
-    void PlayDialogue(FString key);
-protected:
-    UserData userData = UserData();
-};
-
- -

ProgrammerExample.cpp

-
// Fill out your copyright notice in the Description page of Project Settings.
-#include "ProgrammerExample.h"
-
-FMOD_RESULT F_CALLBACK StaticDialogueEventCallback(FMOD_STUDIO_EVENT_CALLBACK_TYPE type, FMOD_STUDIO_EVENTINSTANCE* event, void* parameters);
-
-AProgrammerExample::AProgrammerExample()
-{
-    userData.studioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime);
-    userData.studioSystem->getCoreSystem(&userData.coreSystem);
-}
-
-void AProgrammerExample::PlayDialogue(FString key)
-{
-    FMOD::Studio::EventDescription* dialogueDescription =  IFMODStudioModule::Get().GetEventDescription(dialogueEvent, EFMODSystemContext::Runtime);
-    FMOD::Studio::EventInstance* dialogueInstance = nullptr;
-    dialogueDescription->createInstance(&dialogueInstance);
-
-    userData.key = key;
-
-    dialogueInstance->setUserData(&userData);
-
-    dialogueInstance->setCallback(StaticDialogueEventCallback, FMOD_STUDIO_EVENT_CALLBACK_CREATE_PROGRAMMER_SOUND | FMOD_STUDIO_EVENT_CALLBACK_DESTROY_PROGRAMMER_SOUND);
-
-    dialogueInstance->start();
-    dialogueInstance->release();
-}
-
-FMOD_RESULT F_CALLBACK StaticDialogueEventCallback(FMOD_STUDIO_EVENT_CALLBACK_TYPE type, FMOD_STUDIO_EVENTINSTANCE* event, void* parameters)
-{
-    // Retrieving the instance
-    FMOD::Studio::EventInstance* instance = (FMOD::Studio::EventInstance*)event;
-
-    // Retrieve the user data from the instance
-    UserData* context = nullptr;
-    instance->getUserData((void**)&context);
-
-    // Switch on the current type of the callback
-    switch (type)
-    {
-        case FMOD_STUDIO_EVENT_CALLBACK_CREATE_PROGRAMMER_SOUND:
-        {
-            FMOD_MODE soundMode = FMOD_LOOP_NORMAL | FMOD_CREATECOMPRESSEDSAMPLE | FMOD_NONBLOCKING;
-            FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES* props = (FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES*)parameters;
-
-            // Changing key from FString to const char*
-            const char* charKey = TCHAR_TO_ANSI(*context->key);
-
-            FMOD_STUDIO_SOUND_INFO info;
-            FMOD_RESULT result = context->studioSystem->getSoundInfo(charKey, &info);
-            if (result != FMOD_OK)
-            {
-                break;
-            }
-
-            FMOD::Sound* sound = nullptr;
-            result = context->coreSystem->createSound(info.name_or_data, soundMode, &info.exinfo, &sound);
-            if (result == FMOD_OK)
-            {
-                props->sound = (FMOD_SOUND*)sound;
-                props->subsoundIndex = info.subsoundindex;
-            }
-            break;
-        }
-        case FMOD_STUDIO_EVENT_CALLBACK_DESTROY_PROGRAMMER_SOUND:
-        {
-            FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES* props = (FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES*)parameters;
-            FMOD::Sound* sound = (FMOD::Sound*)props->sound;
-            sound->release();
-        }
-    }
-    return FMOD_OK;
-}
-
- -

Following that, drag and drop the Actor into the Level Blueprint so that it can be triggered:
-Programmer Instrument Blueprint

-

2.14.4 Troubleshooting

-

Also, when setting the name to an audio table entry, you will need to make sure the audio table bank is already loaded before the event starts.

-

The FMOD audio component only supports a single programmer sound per event. If you want to have an event that has multiple programmer sounds, each one playing a different sound, then you'll need to create the event directly via the FMOD API and provide your own callback. You can look at how the FMOD audio component programmer sound callback works and use that as a base for your own class.

-

2.15 Deployment

-

These steps describe how to prepare your project for deployment. This is relevant to both the Launch option as well as the "File > Package Project" menu item.
-If any platforms require specific steps, they can be found in Platform Specifics.

-

2.15.1 Packaging banks

-

The directory containing the built FMOD banks should be added to the "Additional Non-Asset Directories To Copy" list, and directories containing generated assets should be added to the "Additional Non-Asset Directories To Cook" list. You will be prompted to do this in the FMOD Studio settings pane of Unreal project settings ("Edit > Project Settings > FMOD Studio"):

-

Project deployment

-

This can also be done manually by selecting the "Edit > Project Settings..." menu item and navigating to the Packaging section from the left hand pane, under the Project heading and adding the bank output directory to the "Additional Non-Asset Directories To Copy" list.
-Generated assests can be manually added to the "Additional Non-Asset Directories To Cook" list in the same way.

-

Additional non-asset directories

-

When the bank output directory is added to the "Additional Non-Asset Directories To Copy" list the banks will be copied as loose files when packaging your project. This is the recommended approach. It is possible to have the banks added to Unreal's .PAK file by adding the bank output directory to the "Additional Non-Asset Directories to Package" list, but we no longer recommend this approach because adding the banks to the .PAK file can lead to the packaged project deadlocking in the filesystem.

-

When directories are included in the "Additional Non-Asset Directories To Cook" list Unreal's default cooking behaviour, cooking all maps during packaging, will no longer occur. If you want to re-enable this behaviour you can tick "Cook everything in the project content directory (ignore list of maps below)".

-

2.15.2 Mutli-platform builds

-

By default the directory containing banks for the "Desktop" platform is added to the "Additional Non-Asset Directories To Copy" list and the banks for the Desktop platform are the ones which will be available at runtime. This is usually correct for the Windows, Mac and Linux platforms.

-

For other platforms the relevant PlatformGame.ini file can be edited so the correct platform-specific banks are copied instead. See Platform Specifics for details.

-

If you only have the Desktop banks and want to run on another platform, you can set Force Platform Name in the FMOD advanced settings to Desktop.

-

2.15.3 Bank Files Inside Content Directory

-

The above directory name is relative to your Content directory. It is highly recommended that banks be placed within the content directory, as paths outside this directory will not deploy correctly to all platforms. For example:

-
    -
  • Mac doesn't allow support directories outside the content directory at all.
  • -
  • Windows and Android have issues looking up directories outside the Content directory when used with packages.
  • -
-

This doesn't mean you need to put your whole Studio project inside the content directory. You can customize Studio by editing the Preferences and choosing a directory to export banks to, as described in the Working with Banks page.

-

The integration will load the platform bank files automatically. On PC it will load from FMOD/Desktop but on Android and IOS it will look for banks under FMOD/Mobile.

-

If you use FMOD as the directory to deploy and have multiple platform banks exported, then they will all be packaged up. To slim down your final package size, you may need to tweak the additional directories setting on a per platform basis. That way you only package FMOD/Mobile for Android, FMOD/Desktop for PC, FMOD/PS4 for PS4, etc.

-

2.15.4 Deploying FMOD audio plugins

-

You will need to make sure the plugins are deployed as well. Unreal deployment doesn't have access to the settings information so you will need to create an extra file that lists the plugins you want to deploy.

-

Create a file "plugins.txt" in the FMODStudio/Binaries/Platform/ directory. The text file should contain the plugin names (just the name without file extension).

-

For example, to deploy fmod_gain.dll on Win64 builds, create a file FMODStudio/Binaries/Win64/plugins.txt with the following contents:

-
fmod_gain
-
- -

2.15.5 Loading blueprints before plugin load

-

One issue to be aware of is where blueprints are serialized from disk too early, before any plugins are loaded. This can occur from the following code, which is included by default in example C++ projects constructor:

-
static ConstructorHelpers::FClassFinder<APawn> PlayerPawnClassFinder(TEXT("/Game/FirstPersonCPP/Blueprints/FirstPersonCharacter"));
-
- -

The finder will serialize the first person character blueprint, but any FMOD references will fail to load since the FMOD plugin has not been created yet. To make sure that the FMOD plugin is loaded first, add the line of code above the class finder.

-
IFMODStudioModule::Get();
-
- -

2.15.6 Disabling Unreal Audio Device

-

By default FMOD Studio works side-by-side with the inbuilt Unreal audio device on the following platforms:

-
    -
  • Windows Desktop
  • -
  • Universal Windows Platform
  • -
  • Linux
  • -
  • MacOS
  • -
  • Android
  • -
  • PS4
  • -
  • Switch
  • -
-

Any of the platforms listed below will not work with the inbuilt Unreal audio:

-
    -
  • iOS / tvOS - Both Unreal and FMOD require exclusive control of the AudioSession to correctly handle interruptions.
  • -
  • Xbox One / Xbox Series X|S - Both Unreal and FMOD will attempt to consume all of the available XMA resources, this will cause the second system to fail initialization.
  • -
  • PS5 - Both Unreal and FMOD require system resources that can only be claimed once for the application.
  • -
-

To disable the Unreal audio while leaving the FMOD Studio audio, the standard Unreal ini file setting can be used.

-

For each required platform, add a new file /Config/{Platform}/{Platform}Engine.ini with this section:

-
[Audio]
-AudioDeviceModuleName=
-AudioMixerModuleName=
-
- -

The audio device can be disabled for every platform that you want to ship with.

-

2.16 Source Control

-

Not all of the plugin files are required to be checked in to source control, below the necessary files are marked:

- - - - - - - - - - - - - - - - - - - - - -
OSFiles
WindowsSource Control Files to Add Win
macOSSource Control Files to Add macOS
LinuxSource Control Files to Add Linux
-
-

FMOD Banks cannot be added using the In-Editor source control, as the editor only interacts with UAssets, they need to be added to source control from outside of the UE Editor.

-
-

Other files/folders are optional and will depend on your teams setup.

-

2.16.1 Generated Assets

-

From UE4.26 onwards, generated assets in the plugin will be serialized to disk. These files can be generated in two ways:

-
    -
  • -

    Unreal Editor: By opening the Unreal Editor, the FMOD plugin will automatically load the FMOD Studio bank files and generate assets on disk.

    -
  • -
  • -

    Commandlet: This can be used from commandline to generate assets on disk without opening the Unreal Editor.

    -
  • -
-

Excluding Generated files from Source Control

-

The recommended way of dealing with generated assets is to exclude all generated assets from source control. This can help prevent source control locking/conflicts as the assets are generated locally when the editor is opened.

-

If you employ an automated build process that pulls directly from source control without running the Unreal Editor, the generated assets will need to be built explicitly as part of your build process. This can be done with the provided Commandlet.

-

Adding Generated files to Source Control

-

While not recommended, it is possible to add the generated assets to source control. This can simplify your automated build process (no need to run the Commandlet) at the cost of complicating your source control workflow (possible locking/conflict issues).

-

Source Control Generated Assets

-
-

When updating the banks, make sure to update the generated assets at the same time. This is to avoid conflicting checkouts with the Unreal Editor source control plugin.

-
-

2.17 Commandlet

-

From UE4.26 onwards, FMOD for Unreal now provides a Commandlet for generating the serialized UAssets without having to open the Editor.

-
{editor-executable} {ProjectPath.uproject} -run=FMODGenerateAssets [-rebuild]
-
- -
    -
  • editor-executable: When using Unreal Engine 4, this will be UE4Editor-cmd.exe. When using Unreal Engine 5, this will be UnrealEditor-cmd.exe.
  • -
  • rebuild: (Optional) Remove all current generated assets before building.
  • -
-

This can be especially useful for build machines that don't normally run the Editor at all, which is what normally triggers the assets to be built, and does not require the generated assets to be checked in to source control.

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/welcome-whats-new-200.html b/hwanyoung2/Plugins/FMODStudio/Docs/welcome-whats-new-200.html deleted file mode 100644 index de722ec0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/welcome-whats-new-200.html +++ /dev/null @@ -1,67 +0,0 @@ - - -Welcome to FMOD for Unreal | New in FMOD for Unreal 2.00 - - - - -
- -
-

1. Welcome to FMOD for Unreal | New in FMOD for Unreal 2.00

- -

What's New in 2.00?

-

This section describes the major features introduced in the 2.00 release. See the Detailed Revision History for information regarding each patch release.

-

General runtime features and improvements, including any API changes relevant to scripting are documented in the API what's new page.

-

Global Parameters

-

The Studio API now supports global parameters. These parameters are controlled via the System parameter API and have a single value that is shared between all instances.

-

See the Global Parameters chapter of the FMOD API User Manual for more information.

-

New blueprint nodes can be found for getting and setting Global Parameters:

-

GetGlobalParameterByName SetGlobalParameterByName

-

Sample Data Encryption

-

Bank sample data can now be encrypted using FMOD Studio. This implementation is an extension of the Core API FSB encryption feature.

-

See the Sample Data Encryption chapter of the FMOD API User Manual for more information.

-

To allow bank loading when used with the Studio API, set the key via FMOD_STUDIO_ADVANCEDSETTINGS::encryptionkey. Then if some banks are unencrypted you can use the FMOD_STUDIO_LOAD_BANK_UNENCRYPTED load flag to ignore the given key.

-

The FMOD for Unreal settings now have an added field for bank loading, Bank Encryption Key, which will set the FMOD_STUDIO_ADVANCEDSETTINGS::encryptionkey for you.

-

Encryption Key

-

Occlusion & Ambient Changes

-

The integration uses Parameters to pass Occlusion & Ambient information to Studio. The Parameters can be specified in the FMOD for Unreal settings:

- -

Master Bank Default Name Changed

-

The default Master Bank name has changed from "Master Bank.bank" to "Master.bank". If you are upgrading from an older version or you are using a different name, this will need to be updated in the Master Bank Name field of the FMOD Unreal Settings so that the integration can find it.

-

Master Bank Name

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/welcome-whats-new-201.html b/hwanyoung2/Plugins/FMODStudio/Docs/welcome-whats-new-201.html deleted file mode 100644 index d4e86c17..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/welcome-whats-new-201.html +++ /dev/null @@ -1,56 +0,0 @@ - - -Welcome to FMOD for Unreal | New in FMOD for Unreal 2.01 - - - - -
- -
-

1. Welcome to FMOD for Unreal | New in FMOD for Unreal 2.01

- -

What's New in 2.01?

-

This section describes the major features introduced in the 2.01 release. See the Detailed Revision History for information regarding each patch release.

-

General runtime features and improvements, including any API changes relevant to scripting are documented in the API what's new page.

-

Performance Improvements and Fixes

-

This release focused on improving general performance and fixing bugs with no significant changes to the FMOD for Unreal plugin.

-

What's New Since 2.00 Initial Release?

-

This section describes any major changes that occurred in 2.00.xx leading up to the release of 2.01.

-

Unreal Engine Versions

-

Added support for version 4.22, 4.23, 4.24, 4.25 and 4.25+.

-

Supported Platforms

-

Added support for Stadia, tvOS and Android x86_64.

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/welcome-whats-new-202.html b/hwanyoung2/Plugins/FMODStudio/Docs/welcome-whats-new-202.html deleted file mode 100644 index 29986b1d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/welcome-whats-new-202.html +++ /dev/null @@ -1,57 +0,0 @@ - - -Welcome to FMOD for Unreal | New in FMOD for Unreal 2.02 - - - - -
- -
-

1. Welcome to FMOD for Unreal | New in FMOD for Unreal 2.02

- -

What's New in 2.02?

-

This section describes the major features introduced in the 2.02 release. See the Detailed Revision History for information regarding each patch release.

-

General runtime features and improvements, including any API changes relevant to scripting are documented in the API what's new page.

-

Performance Improvements and Fixes

-

This release focused on improving general performance and fixing bugs with no significant changes to the FMOD for Unreal plugin.

-

What's New Since 2.01 Initial Release?

-

This section describes any major changes that occurred in 2.01.xx leading up to the release of 2.02.

-

Unreal Engine Versions

-

Added support for version 4.25, 4.25+ and 4.26.

-

When upgrading to 4.26 refer to the user guide upgrade notes.

-

Supported Platforms

-

Added support for PS5 and Game Core.

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/Docs/welcome.html b/hwanyoung2/Plugins/FMODStudio/Docs/welcome.html deleted file mode 100644 index d52c75e6..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Docs/welcome.html +++ /dev/null @@ -1,58 +0,0 @@ - - -Welcome to FMOD for Unreal - - - - -
- -
-

1. Welcome to FMOD for Unreal

-

FMOD for Unreal is a plugin that allows you to use the FMOD APIs and projects from FMOD Studio in your Unreal game.

-

1.1 Supported Unreal Engine Versions

-

The integration is compatible with public release versions of Unreal Engine 4.25, 4.25+, 4.26, 4.27, 5.0, 5.1, 5.2 and 5.3.

-

Preview builds are not officially supported however you are able to build the plugin from source yourself.

-

1.2 Supported platforms

-

The integration supports:

-
    -
  • Windows Desktop
  • -
  • Linux
  • -
  • MacOS
  • -
  • iOS
  • -
  • tvOS
  • -
  • Android
  • -
  • PS4
  • -
  • PS5
  • -
  • Xbox One
  • -
  • Xbox Series X|S
  • -
  • Switch
  • -
-

1.3 Licensing

-

The integration itself is free, but you must have the appropriate FMOD License to release a title using FMOD Studio with Unreal. For more information about licensing see the FMOD sales page.

-

1.4 What's New?

-

This section describes the major changes introduced in each new release. See the Detailed Revision History for information regarding each patch release.

- - - - - -
diff --git a/hwanyoung2/Plugins/FMODStudio/FMODStudio.uplugin b/hwanyoung2/Plugins/FMODStudio/FMODStudio.uplugin deleted file mode 100644 index b1dccfa4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/FMODStudio.uplugin +++ /dev/null @@ -1,28 +0,0 @@ -{ - "FileVersion" : 3, - - "FriendlyName" : "FMOD Studio Integration", - "Version" : 20226, - "VersionName" : "2.02.26", - "CreatedBy" : "Firelight Technologies", - "CreatedByURL" : "http://fmod.com", - "Description" : "FMOD Studio Integration.", - "Category" : "Audio", - "EnabledByDefault" : true, - - "Modules": [ - { - "Name": "FMODStudio", - "Type": "Runtime", - "LoadingPhase": "PreDefault" - }, - { - "Name": "FMODStudioEditor", - "Type": "Editor", - "LoadingPhase": "Default" - } - ], - - "CanContainContent" : true, - "Installed" : true -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAmbientSound.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAmbientSound.gen.cpp deleted file mode 100644 index 23742820..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAmbientSound.gen.cpp +++ /dev/null @@ -1,122 +0,0 @@ -// 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 "../../Classes/FMODAmbientSound.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODAmbientSound() {} -// Cross Module References - ENGINE_API UClass* Z_Construct_UClass_AActor(); - FMODSTUDIO_API UClass* Z_Construct_UClass_AFMODAmbientSound(); - FMODSTUDIO_API UClass* Z_Construct_UClass_AFMODAmbientSound_NoRegister(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAudioComponent_NoRegister(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - void AFMODAmbientSound::StaticRegisterNativesAFMODAmbientSound() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(AFMODAmbientSound); - UClass* Z_Construct_UClass_AFMODAmbientSound_NoRegister() - { - return AFMODAmbientSound::StaticClass(); - } - struct Z_Construct_UClass_AFMODAmbientSound_Statics - { - static UObject* (*const DependentSingletons[])(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; -#endif -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_AudioComponent_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_AudioComponent; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_AFMODAmbientSound_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_AActor, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AFMODAmbientSound_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AFMODAmbientSound_Statics::Class_MetaDataParams[] = { - { "AutoExpandCategories", "Audio" }, - { "ClassGroupNames", "Sounds" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** FMOD Ambient Sound.\n*/" }, -#endif - { "HideCategories", "Collision Input" }, - { "IncludePath", "FMODAmbientSound.h" }, - { "ModuleRelativePath", "Classes/FMODAmbientSound.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "FMOD Ambient Sound." }, -#endif - }; -#endif -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_AFMODAmbientSound_Statics::NewProp_AudioComponent_MetaData[] = { - { "Category", "Sound" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** The Audio component for this actor */" }, -#endif - { "EditInline", "true" }, - { "ExposeFunctionCategories", "Sound" }, - { "ModuleRelativePath", "Classes/FMODAmbientSound.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "The Audio component for this actor" }, -#endif - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_AFMODAmbientSound_Statics::NewProp_AudioComponent = { "AudioComponent", nullptr, (EPropertyFlags)0x00100000000a001d, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(AFMODAmbientSound, AudioComponent), Z_Construct_UClass_UFMODAudioComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AFMODAmbientSound_Statics::NewProp_AudioComponent_MetaData), Z_Construct_UClass_AFMODAmbientSound_Statics::NewProp_AudioComponent_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_AFMODAmbientSound_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_AFMODAmbientSound_Statics::NewProp_AudioComponent, - }; - const FCppClassTypeInfoStatic Z_Construct_UClass_AFMODAmbientSound_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_AFMODAmbientSound_Statics::ClassParams = { - &AFMODAmbientSound::StaticClass, - "Engine", - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - Z_Construct_UClass_AFMODAmbientSound_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - UE_ARRAY_COUNT(Z_Construct_UClass_AFMODAmbientSound_Statics::PropPointers), - 0, - 0x009000A4u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_AFMODAmbientSound_Statics::Class_MetaDataParams), Z_Construct_UClass_AFMODAmbientSound_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_AFMODAmbientSound_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_AFMODAmbientSound() - { - if (!Z_Registration_Info_UClass_AFMODAmbientSound.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_AFMODAmbientSound.OuterSingleton, Z_Construct_UClass_AFMODAmbientSound_Statics::ClassParams); - } - return Z_Registration_Info_UClass_AFMODAmbientSound.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return AFMODAmbientSound::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(AFMODAmbientSound); - AFMODAmbientSound::~AFMODAmbientSound() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_AFMODAmbientSound, AFMODAmbientSound::StaticClass, TEXT("AFMODAmbientSound"), &Z_Registration_Info_UClass_AFMODAmbientSound, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(AFMODAmbientSound), 2514600281U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_469592471(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAmbientSound.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAmbientSound.generated.h deleted file mode 100644 index ae7e07e0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAmbientSound.generated.h +++ /dev/null @@ -1,66 +0,0 @@ -// 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 "FMODAmbientSound.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODAmbientSound_generated_h -#error "FMODAmbientSound.generated.h already included, missing '#pragma once' in FMODAmbientSound.h" -#endif -#define FMODSTUDIO_FMODAmbientSound_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_INCLASS \ -private: \ - static void StaticRegisterNativesAFMODAmbientSound(); \ - friend struct Z_Construct_UClass_AFMODAmbientSound_Statics; \ -public: \ - DECLARE_CLASS(AFMODAmbientSound, AActor, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(AFMODAmbientSound) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API AFMODAmbientSound(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(AFMODAmbientSound) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, AFMODAmbientSound); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(AFMODAmbientSound); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API AFMODAmbientSound(AFMODAmbientSound&&); \ - NO_API AFMODAmbientSound(const AFMODAmbientSound&); \ -public: \ - NO_API virtual ~AFMODAmbientSound(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_10_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h_13_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAmbientSound_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAnimNotifyPlay.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAnimNotifyPlay.gen.cpp deleted file mode 100644 index d4d9babf..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAnimNotifyPlay.gen.cpp +++ /dev/null @@ -1,155 +0,0 @@ -// 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 "../../Classes/FMODAnimNotifyPlay.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODAnimNotifyPlay() {} -// Cross Module References - ENGINE_API UClass* Z_Construct_UClass_UAnimNotify(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAnimNotifyPlay(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAnimNotifyPlay_NoRegister(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEvent_NoRegister(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - void UFMODAnimNotifyPlay::StaticRegisterNativesUFMODAnimNotifyPlay() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODAnimNotifyPlay); - UClass* Z_Construct_UClass_UFMODAnimNotifyPlay_NoRegister() - { - return UFMODAnimNotifyPlay::StaticClass(); - } - struct Z_Construct_UClass_UFMODAnimNotifyPlay_Statics - { - static UObject* (*const DependentSingletons[])(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; -#endif -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bFollow_MetaData[]; -#endif - static void NewProp_bFollow_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bFollow; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_AttachName_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_AttachName; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Event_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_Event; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UAnimNotify, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::Class_MetaDataParams[] = { - { "DisplayName", "Play FMOD Event" }, - { "HideCategories", "Object Object" }, - { "IncludePath", "FMODAnimNotifyPlay.h" }, - { "ModuleRelativePath", "Classes/FMODAnimNotifyPlay.h" }, - }; -#endif -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow_MetaData[] = { - { "Category", "FMOD Anim Notify" }, -#if !UE_BUILD_SHIPPING - { "Comment", "// If this sound should follow its owner\n" }, -#endif - { "ModuleRelativePath", "Classes/FMODAnimNotifyPlay.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "If this sound should follow its owner" }, -#endif - }; -#endif - void Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow_SetBit(void* Obj) - { - ((UFMODAnimNotifyPlay*)Obj)->bFollow = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow = { "bFollow", nullptr, (EPropertyFlags)0x0010000000000011, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UFMODAnimNotifyPlay), &Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow_MetaData), Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_AttachName_MetaData[] = { - { "Category", "FMOD Anim Notify" }, -#if !UE_BUILD_SHIPPING - { "Comment", "// Socket or bone name to attach sound to\n" }, -#endif - { "EditCondition", "bFollow" }, - { "ModuleRelativePath", "Classes/FMODAnimNotifyPlay.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Socket or bone name to attach sound to" }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_AttachName = { "AttachName", nullptr, (EPropertyFlags)0x0010000000000011, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODAnimNotifyPlay, AttachName), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_AttachName_MetaData), Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_AttachName_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_Event_MetaData[] = { - { "Category", "FMOD Anim Notify" }, -#if !UE_BUILD_SHIPPING - { "Comment", "// Sound to Play\n" }, -#endif - { "ModuleRelativePath", "Classes/FMODAnimNotifyPlay.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Sound to Play" }, -#endif - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_Event = { "Event", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODAnimNotifyPlay, Event), Z_Construct_UClass_UFMODEvent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_Event_MetaData), Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_Event_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_bFollow, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_AttachName, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::NewProp_Event, - }; - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::ClassParams = { - &UFMODAnimNotifyPlay::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::PropPointers), - 0, - 0x001120A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_UFMODAnimNotifyPlay() - { - if (!Z_Registration_Info_UClass_UFMODAnimNotifyPlay.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODAnimNotifyPlay.OuterSingleton, Z_Construct_UClass_UFMODAnimNotifyPlay_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODAnimNotifyPlay.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODAnimNotifyPlay::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODAnimNotifyPlay); - UFMODAnimNotifyPlay::~UFMODAnimNotifyPlay() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODAnimNotifyPlay, UFMODAnimNotifyPlay::StaticClass, TEXT("UFMODAnimNotifyPlay"), &Z_Registration_Info_UClass_UFMODAnimNotifyPlay, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODAnimNotifyPlay), 3124037343U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_3750512839(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAnimNotifyPlay.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAnimNotifyPlay.generated.h deleted file mode 100644 index 481820e8..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAnimNotifyPlay.generated.h +++ /dev/null @@ -1,64 +0,0 @@ -// 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 "FMODAnimNotifyPlay.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODAnimNotifyPlay_generated_h -#error "FMODAnimNotifyPlay.generated.h already included, missing '#pragma once' in FMODAnimNotifyPlay.h" -#endif -#define FMODSTUDIO_FMODAnimNotifyPlay_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_RPC_WRAPPERS_NO_PURE_DECLS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_INCLASS_NO_PURE_DECLS \ -private: \ - static void StaticRegisterNativesUFMODAnimNotifyPlay(); \ - friend struct Z_Construct_UClass_UFMODAnimNotifyPlay_Statics; \ -public: \ - DECLARE_CLASS(UFMODAnimNotifyPlay, UAnimNotify, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(UFMODAnimNotifyPlay) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_ENHANCED_CONSTRUCTORS \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODAnimNotifyPlay(UFMODAnimNotifyPlay&&); \ - NO_API UFMODAnimNotifyPlay(const UFMODAnimNotifyPlay&); \ -public: \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODAnimNotifyPlay); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODAnimNotifyPlay); \ - DEFINE_DEFAULT_CONSTRUCTOR_CALL(UFMODAnimNotifyPlay) \ - NO_API virtual ~UFMODAnimNotifyPlay(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_7_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_GENERATED_BODY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_RPC_WRAPPERS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_INCLASS_NO_PURE_DECLS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h_10_ENHANCED_CONSTRUCTORS \ -private: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAnimNotifyPlay_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAsset.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAsset.gen.cpp deleted file mode 100644 index 6a53070e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAsset.gen.cpp +++ /dev/null @@ -1,117 +0,0 @@ -// 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 "../../Classes/FMODAsset.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODAsset() {} -// Cross Module References - COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); - COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset_NoRegister(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - void UFMODAsset::StaticRegisterNativesUFMODAsset() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODAsset); - UClass* Z_Construct_UClass_UFMODAsset_NoRegister() - { - return UFMODAsset::StaticClass(); - } - struct Z_Construct_UClass_UFMODAsset_Statics - { - static UObject* (*const DependentSingletons[])(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; -#endif -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_AssetGuid_MetaData[]; -#endif - static const UECodeGen_Private::FStructPropertyParams NewProp_AssetGuid; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_UFMODAsset_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UObject, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAsset_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAsset_Statics::Class_MetaDataParams[] = { - { "BlueprintType", "true" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * FMOD Asset.\n */" }, -#endif - { "IncludePath", "FMODAsset.h" }, - { "ModuleRelativePath", "Classes/FMODAsset.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "FMOD Asset." }, -#endif - }; -#endif -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAsset_Statics::NewProp_AssetGuid_MetaData[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** The unique Guid, which matches the one exported from FMOD Studio */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAsset.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "The unique Guid, which matches the one exported from FMOD Studio" }, -#endif - }; -#endif - const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFMODAsset_Statics::NewProp_AssetGuid = { "AssetGuid", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODAsset, AssetGuid), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAsset_Statics::NewProp_AssetGuid_MetaData), Z_Construct_UClass_UFMODAsset_Statics::NewProp_AssetGuid_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODAsset_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAsset_Statics::NewProp_AssetGuid, - }; - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODAsset_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODAsset_Statics::ClassParams = { - &UFMODAsset::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - Z_Construct_UClass_UFMODAsset_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAsset_Statics::PropPointers), - 0, - 0x001000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAsset_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODAsset_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAsset_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_UFMODAsset() - { - if (!Z_Registration_Info_UClass_UFMODAsset.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODAsset.OuterSingleton, Z_Construct_UClass_UFMODAsset_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODAsset.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODAsset::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODAsset); - UFMODAsset::~UFMODAsset() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODAsset, UFMODAsset::StaticClass, TEXT("UFMODAsset"), &Z_Registration_Info_UClass_UFMODAsset, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODAsset), 2638238649U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_4164787837(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAsset.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAsset.generated.h deleted file mode 100644 index 7e51075c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAsset.generated.h +++ /dev/null @@ -1,66 +0,0 @@ -// 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 "FMODAsset.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODAsset_generated_h -#error "FMODAsset.generated.h already included, missing '#pragma once' in FMODAsset.h" -#endif -#define FMODSTUDIO_FMODAsset_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODAsset(); \ - friend struct Z_Construct_UClass_UFMODAsset_Statics; \ -public: \ - DECLARE_CLASS(UFMODAsset, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(UFMODAsset) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UFMODAsset(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODAsset) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODAsset); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODAsset); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODAsset(UFMODAsset&&); \ - NO_API UFMODAsset(const UFMODAsset&); \ -public: \ - NO_API virtual ~UFMODAsset(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_12_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h_15_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAsset_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAssetLookup.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAssetLookup.gen.cpp deleted file mode 100644 index 2562408e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAssetLookup.gen.cpp +++ /dev/null @@ -1,109 +0,0 @@ -// 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 "../../Private/FMODAssetLookup.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODAssetLookup() {} -// Cross Module References - ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FTableRowBase(); - FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODAssetLookupRow(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - -static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FFMODAssetLookupRow cannot be polymorphic unless super FTableRowBase is polymorphic"); - - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODAssetLookupRow; -class UScriptStruct* FFMODAssetLookupRow::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_FMODAssetLookupRow.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_FMODAssetLookupRow.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODAssetLookupRow, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODAssetLookupRow")); - } - return Z_Registration_Info_UScriptStruct_FMODAssetLookupRow.OuterSingleton; -} -template<> FMODSTUDIO_API UScriptStruct* StaticStruct() -{ - return FFMODAssetLookupRow::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_PackageName_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_PackageName; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_AssetName_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_AssetName; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::Struct_MetaDataParams[] = { - { "ModuleRelativePath", "Private/FMODAssetLookup.h" }, - }; -#endif - void* Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_PackageName_MetaData[] = { - { "Category", "FMOD|Internal|AssetLookup" }, - { "ModuleRelativePath", "Private/FMODAssetLookup.h" }, - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_PackageName = { "PackageName", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODAssetLookupRow, PackageName), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_PackageName_MetaData), Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_PackageName_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_AssetName_MetaData[] = { - { "Category", "FMOD|Internal|AssetLookup" }, - { "ModuleRelativePath", "Private/FMODAssetLookup.h" }, - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_AssetName = { "AssetName", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODAssetLookupRow, AssetName), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_AssetName_MetaData), Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_AssetName_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_PackageName, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewProp_AssetName, - }; - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - Z_Construct_UScriptStruct_FTableRowBase, - &NewStructOps, - "FMODAssetLookupRow", - Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::PropPointers, - UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::PropPointers), - sizeof(FFMODAssetLookupRow), - alignof(FFMODAssetLookupRow), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000201), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::Struct_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::PropPointers) < 2048); - UScriptStruct* Z_Construct_UScriptStruct_FFMODAssetLookupRow() - { - if (!Z_Registration_Info_UScriptStruct_FMODAssetLookupRow.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODAssetLookupRow.InnerSingleton, Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_FMODAssetLookupRow.InnerSingleton; - } - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h_Statics - { - static const FStructRegisterCompiledInInfo ScriptStructInfo[]; - }; - const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h_Statics::ScriptStructInfo[] = { - { FFMODAssetLookupRow::StaticStruct, Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics::NewStructOps, TEXT("FMODAssetLookupRow"), &Z_Registration_Info_UScriptStruct_FMODAssetLookupRow, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODAssetLookupRow), 1162001652U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h_370166532(TEXT("/Script/FMODStudio"), - nullptr, 0, - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h_Statics::ScriptStructInfo), - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAssetLookup.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAssetLookup.generated.h deleted file mode 100644 index 9db0a1c6..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAssetLookup.generated.h +++ /dev/null @@ -1,29 +0,0 @@ -// 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 "FMODAssetLookup.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODAssetLookup_generated_h -#error "FMODAssetLookup.generated.h already included, missing '#pragma once' in FMODAssetLookup.h" -#endif -#define FMODSTUDIO_FMODAssetLookup_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h_12_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FFMODAssetLookupRow_Statics; \ - static class UScriptStruct* StaticStruct(); \ - typedef FTableRowBase Super; - - -template<> FMODSTUDIO_API UScriptStruct* StaticStruct(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODAssetLookup_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAudioComponent.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAudioComponent.gen.cpp deleted file mode 100644 index 11e5dc31..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAudioComponent.gen.cpp +++ /dev/null @@ -1,1831 +0,0 @@ -// 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 "../../Classes/FMODAudioComponent.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODAudioComponent() {} -// Cross Module References - ENGINE_API UClass* Z_Construct_UClass_USceneComponent(); - ENGINE_API UEnum* Z_Construct_UEnum_Engine_ECollisionChannel(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAudioComponent(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAudioComponent_NoRegister(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEvent_NoRegister(); - FMODSTUDIO_API UEnum* Z_Construct_UEnum_FMODStudio_EFMODEventProperty(); - FMODSTUDIO_API UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnEventStopped__DelegateSignature(); - FMODSTUDIO_API UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnSoundStopped__DelegateSignature(); - FMODSTUDIO_API UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature(); - FMODSTUDIO_API UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature(); - FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODAttenuationDetails(); - FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODOcclusionDetails(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - static FEnumRegistrationInfo Z_Registration_Info_UEnum_EFMODEventProperty; - static UEnum* EFMODEventProperty_StaticEnum() - { - if (!Z_Registration_Info_UEnum_EFMODEventProperty.OuterSingleton) - { - Z_Registration_Info_UEnum_EFMODEventProperty.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_FMODStudio_EFMODEventProperty, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("EFMODEventProperty")); - } - return Z_Registration_Info_UEnum_EFMODEventProperty.OuterSingleton; - } - template<> FMODSTUDIO_API UEnum* StaticEnum() - { - return EFMODEventProperty_StaticEnum(); - } - struct Z_Construct_UEnum_FMODStudio_EFMODEventProperty_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_FMODStudio_EFMODEventProperty_Statics::Enumerators[] = { - { "EFMODEventProperty::ChannelPriority", (int64)EFMODEventProperty::ChannelPriority }, - { "EFMODEventProperty::ScheduleDelay", (int64)EFMODEventProperty::ScheduleDelay }, - { "EFMODEventProperty::ScheduleLookahead", (int64)EFMODEventProperty::ScheduleLookahead }, - { "EFMODEventProperty::MinimumDistance", (int64)EFMODEventProperty::MinimumDistance }, - { "EFMODEventProperty::MaximumDistance", (int64)EFMODEventProperty::MaximumDistance }, - { "EFMODEventProperty::Count", (int64)EFMODEventProperty::Count }, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_FMODStudio_EFMODEventProperty_Statics::Enum_MetaDataParams[] = { - { "ChannelPriority.Comment", "/* Priority to set on low-level channels created by this event instance (-1 to 256). */" }, - { "ChannelPriority.Name", "EFMODEventProperty::ChannelPriority" }, - { "ChannelPriority.ToolTip", "Priority to set on low-level channels created by this event instance (-1 to 256)." }, -#if !UE_BUILD_SHIPPING - { "Comment", "// Event property\n" }, -#endif - { "Count.Comment", "/** Number of options */" }, - { "Count.Name", "EFMODEventProperty::Count" }, - { "Count.ToolTip", "Number of options" }, - { "MaximumDistance.Comment", "/** Override the event's 3D maximum distance, or -1 for default. */" }, - { "MaximumDistance.Name", "EFMODEventProperty::MaximumDistance" }, - { "MaximumDistance.ToolTip", "Override the event's 3D maximum distance, or -1 for default." }, - { "MinimumDistance.Comment", "/** Override the event's 3D minimum distance, or -1 for default. */" }, - { "MinimumDistance.Name", "EFMODEventProperty::MinimumDistance" }, - { "MinimumDistance.ToolTip", "Override the event's 3D minimum distance, or -1 for default." }, - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, - { "ScheduleDelay.Comment", "/** Schedule delay to synchronized playback for multiple tracks in DSP clocks, or -1 for default. */" }, - { "ScheduleDelay.Name", "EFMODEventProperty::ScheduleDelay" }, - { "ScheduleDelay.ToolTip", "Schedule delay to synchronized playback for multiple tracks in DSP clocks, or -1 for default." }, - { "ScheduleLookahead.Comment", "/** Schedule look-ahead on the timeline in DSP clocks, or -1 for default. */" }, - { "ScheduleLookahead.Name", "EFMODEventProperty::ScheduleLookahead" }, - { "ScheduleLookahead.ToolTip", "Schedule look-ahead on the timeline in DSP clocks, or -1 for default." }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Event property" }, -#endif - }; -#endif - const UECodeGen_Private::FEnumParams Z_Construct_UEnum_FMODStudio_EFMODEventProperty_Statics::EnumParams = { - (UObject*(*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - "EFMODEventProperty", - "EFMODEventProperty::Type", - Z_Construct_UEnum_FMODStudio_EFMODEventProperty_Statics::Enumerators, - RF_Public|RF_Transient|RF_MarkAsNative, - UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODEventProperty_Statics::Enumerators), - EEnumFlags::None, - (uint8)UEnum::ECppForm::Namespaced, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODEventProperty_Statics::Enum_MetaDataParams), Z_Construct_UEnum_FMODStudio_EFMODEventProperty_Statics::Enum_MetaDataParams) - }; - UEnum* Z_Construct_UEnum_FMODStudio_EFMODEventProperty() - { - if (!Z_Registration_Info_UEnum_EFMODEventProperty.InnerSingleton) - { - UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EFMODEventProperty.InnerSingleton, Z_Construct_UEnum_FMODStudio_EFMODEventProperty_Statics::EnumParams); - } - return Z_Registration_Info_UEnum_EFMODEventProperty.InnerSingleton; - } - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODAttenuationDetails; -class UScriptStruct* FFMODAttenuationDetails::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_FMODAttenuationDetails.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_FMODAttenuationDetails.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODAttenuationDetails, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODAttenuationDetails")); - } - return Z_Registration_Info_UScriptStruct_FMODAttenuationDetails.OuterSingleton; -} -template<> FMODSTUDIO_API UScriptStruct* StaticStruct() -{ - return FFMODAttenuationDetails::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideAttenuation_MetaData[]; -#endif - static void NewProp_bOverrideAttenuation_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideAttenuation; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_MinimumDistance_MetaData[]; -#endif - static const UECodeGen_Private::FFloatPropertyParams NewProp_MinimumDistance; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_MaximumDistance_MetaData[]; -#endif - static const UECodeGen_Private::FFloatPropertyParams NewProp_MaximumDistance; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::Struct_MetaDataParams[] = { - { "BlueprintType", "true" }, - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, - }; -#endif - void* Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_bOverrideAttenuation_MetaData[] = { - { "Category", "FMOD|Attenuation" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Should we use Attenuation set in Studio or be able to modify in Editor. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Should we use Attenuation set in Studio or be able to modify in Editor." }, -#endif - }; -#endif - void Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_bOverrideAttenuation_SetBit(void* Obj) - { - ((FFMODAttenuationDetails*)Obj)->bOverrideAttenuation = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_bOverrideAttenuation = { "bOverrideAttenuation", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FFMODAttenuationDetails), &Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_bOverrideAttenuation_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_bOverrideAttenuation_MetaData), Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_bOverrideAttenuation_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_MinimumDistance_MetaData[] = { - { "Category", "FMOD|Attenuation" }, - { "ClampMin", "0.0" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Override the event's 3D minimum distance. */" }, -#endif - { "EditCondition", "bOverrideAttenuation" }, - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Override the event's 3D minimum distance." }, -#endif - { "UIMin", "0.0" }, - }; -#endif - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_MinimumDistance = { "MinimumDistance", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODAttenuationDetails, MinimumDistance), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_MinimumDistance_MetaData), Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_MinimumDistance_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_MaximumDistance_MetaData[] = { - { "Category", "FMOD|Attenuation" }, - { "ClampMin", "0.0" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Override the event's 3D maximum distance. */" }, -#endif - { "EditCondition", "bOverrideAttenuation" }, - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Override the event's 3D maximum distance." }, -#endif - { "UIMin", "0.0" }, - }; -#endif - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_MaximumDistance = { "MaximumDistance", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODAttenuationDetails, MaximumDistance), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_MaximumDistance_MetaData), Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_MaximumDistance_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_bOverrideAttenuation, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_MinimumDistance, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewProp_MaximumDistance, - }; - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - &NewStructOps, - "FMODAttenuationDetails", - Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::PropPointers, - UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::PropPointers), - sizeof(FFMODAttenuationDetails), - alignof(FFMODAttenuationDetails), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000001), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::Struct_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::PropPointers) < 2048); - UScriptStruct* Z_Construct_UScriptStruct_FFMODAttenuationDetails() - { - if (!Z_Registration_Info_UScriptStruct_FMODAttenuationDetails.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODAttenuationDetails.InnerSingleton, Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_FMODAttenuationDetails.InnerSingleton; - } - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODOcclusionDetails; -class UScriptStruct* FFMODOcclusionDetails::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_FMODOcclusionDetails.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_FMODOcclusionDetails.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODOcclusionDetails, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODOcclusionDetails")); - } - return Z_Registration_Info_UScriptStruct_FMODOcclusionDetails.OuterSingleton; -} -template<> FMODSTUDIO_API UScriptStruct* StaticStruct() -{ - return FFMODOcclusionDetails::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bEnableOcclusion_MetaData[]; -#endif - static void NewProp_bEnableOcclusion_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableOcclusion; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_OcclusionTraceChannel_MetaData[]; -#endif - static const UECodeGen_Private::FBytePropertyParams NewProp_OcclusionTraceChannel; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bUseComplexCollisionForOcclusion_MetaData[]; -#endif - static void NewProp_bUseComplexCollisionForOcclusion_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseComplexCollisionForOcclusion; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::Struct_MetaDataParams[] = { - { "BlueprintType", "true" }, - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, - }; -#endif - void* Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bEnableOcclusion_MetaData[] = { - { "Category", "FMOD|Occlusion" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Enable Occlusion Settings. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Enable Occlusion Settings." }, -#endif - }; -#endif - void Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bEnableOcclusion_SetBit(void* Obj) - { - ((FFMODOcclusionDetails*)Obj)->bEnableOcclusion = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bEnableOcclusion = { "bEnableOcclusion", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FFMODOcclusionDetails), &Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bEnableOcclusion_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bEnableOcclusion_MetaData), Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bEnableOcclusion_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_OcclusionTraceChannel_MetaData[] = { - { "Category", "FMOD|Occlusion" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/* Which trace channel to use for audio occlusion checks. */" }, -#endif - { "EditCondition", "bEnableOcclusion" }, - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Which trace channel to use for audio occlusion checks." }, -#endif - }; -#endif - const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_OcclusionTraceChannel = { "OcclusionTraceChannel", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODOcclusionDetails, OcclusionTraceChannel), Z_Construct_UEnum_Engine_ECollisionChannel, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_OcclusionTraceChannel_MetaData), Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_OcclusionTraceChannel_MetaData) }; // 1822723181 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bUseComplexCollisionForOcclusion_MetaData[] = { - { "Category", "FMOD|Occlusion" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Whether or not to enable complex geometry occlusion checks. */" }, -#endif - { "EditCondition", "bEnableOcclusion" }, - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Whether or not to enable complex geometry occlusion checks." }, -#endif - }; -#endif - void Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bUseComplexCollisionForOcclusion_SetBit(void* Obj) - { - ((FFMODOcclusionDetails*)Obj)->bUseComplexCollisionForOcclusion = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bUseComplexCollisionForOcclusion = { "bUseComplexCollisionForOcclusion", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FFMODOcclusionDetails), &Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bUseComplexCollisionForOcclusion_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bUseComplexCollisionForOcclusion_MetaData), Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bUseComplexCollisionForOcclusion_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bEnableOcclusion, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_OcclusionTraceChannel, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewProp_bUseComplexCollisionForOcclusion, - }; - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - &NewStructOps, - "FMODOcclusionDetails", - Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::PropPointers, - UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::PropPointers), - sizeof(FFMODOcclusionDetails), - alignof(FFMODOcclusionDetails), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000001), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::Struct_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::PropPointers) < 2048); - UScriptStruct* Z_Construct_UScriptStruct_FFMODOcclusionDetails() - { - if (!Z_Registration_Info_UScriptStruct_FMODOcclusionDetails.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODOcclusionDetails.InnerSingleton, Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_FMODOcclusionDetails.InnerSingleton; - } - struct Z_Construct_UDelegateFunction_FMODStudio_OnEventStopped__DelegateSignature_Statics - { -#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_UDelegateFunction_FMODStudio_OnEventStopped__DelegateSignature_Statics::Function_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** called when an event stops, either because it played to completion or because a Stop() call turned it off early */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "called when an event stops, either because it played to completion or because a Stop() call turned it off early" }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UDelegateFunction_FMODStudio_OnEventStopped__DelegateSignature_Statics::FuncParams = { (UObject*(*)())Z_Construct_UPackage__Script_FMODStudio, nullptr, "OnEventStopped__DelegateSignature", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FMODStudio_OnEventStopped__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_FMODStudio_OnEventStopped__DelegateSignature_Statics::Function_MetaDataParams) }; - UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnEventStopped__DelegateSignature() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UDelegateFunction_FMODStudio_OnEventStopped__DelegateSignature_Statics::FuncParams); - } - return ReturnFunction; - } -void FOnEventStopped_DelegateWrapper(const FMulticastScriptDelegate& OnEventStopped) -{ - OnEventStopped.ProcessMulticastDelegate(NULL); -} - struct Z_Construct_UDelegateFunction_FMODStudio_OnSoundStopped__DelegateSignature_Statics - { -#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_UDelegateFunction_FMODStudio_OnSoundStopped__DelegateSignature_Statics::Function_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** called when a sound stops */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "called when a sound stops" }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UDelegateFunction_FMODStudio_OnSoundStopped__DelegateSignature_Statics::FuncParams = { (UObject*(*)())Z_Construct_UPackage__Script_FMODStudio, nullptr, "OnSoundStopped__DelegateSignature", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FMODStudio_OnSoundStopped__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_FMODStudio_OnSoundStopped__DelegateSignature_Statics::Function_MetaDataParams) }; - UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnSoundStopped__DelegateSignature() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UDelegateFunction_FMODStudio_OnSoundStopped__DelegateSignature_Statics::FuncParams); - } - return ReturnFunction; - } -void FOnSoundStopped_DelegateWrapper(const FMulticastScriptDelegate& OnSoundStopped) -{ - OnSoundStopped.ProcessMulticastDelegate(NULL); -} - struct Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics - { - struct _Script_FMODStudio_eventOnTimelineMarker_Parms - { - FString Name; - int32 Position; - }; - static const UECodeGen_Private::FStrPropertyParams NewProp_Name; - static const UECodeGen_Private::FIntPropertyParams NewProp_Position; - 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_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_FMODStudio_eventOnTimelineMarker_Parms, Name), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::NewProp_Position = { "Position", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_FMODStudio_eventOnTimelineMarker_Parms, Position), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::NewProp_Name, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::NewProp_Position, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::Function_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** called when we reach a named marker on the timeline */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "called when we reach a named marker on the timeline" }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::FuncParams = { (UObject*(*)())Z_Construct_UPackage__Script_FMODStudio, nullptr, "OnTimelineMarker__DelegateSignature", nullptr, nullptr, Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::PropPointers), sizeof(Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::_Script_FMODStudio_eventOnTimelineMarker_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::_Script_FMODStudio_eventOnTimelineMarker_Parms) < MAX_uint16); - UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature_Statics::FuncParams); - } - return ReturnFunction; - } -void FOnTimelineMarker_DelegateWrapper(const FMulticastScriptDelegate& OnTimelineMarker, const FString& Name, int32 Position) -{ - struct _Script_FMODStudio_eventOnTimelineMarker_Parms - { - FString Name; - int32 Position; - }; - _Script_FMODStudio_eventOnTimelineMarker_Parms Parms; - Parms.Name=Name; - Parms.Position=Position; - OnTimelineMarker.ProcessMulticastDelegate(&Parms); -} - struct Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics - { - struct _Script_FMODStudio_eventOnTimelineBeat_Parms - { - int32 Bar; - int32 Beat; - int32 Position; - float Tempo; - int32 TimeSignatureUpper; - int32 TimeSignatureLower; - }; - static const UECodeGen_Private::FIntPropertyParams NewProp_Bar; - static const UECodeGen_Private::FIntPropertyParams NewProp_Beat; - static const UECodeGen_Private::FIntPropertyParams NewProp_Position; - static const UECodeGen_Private::FFloatPropertyParams NewProp_Tempo; - static const UECodeGen_Private::FIntPropertyParams NewProp_TimeSignatureUpper; - static const UECodeGen_Private::FIntPropertyParams NewProp_TimeSignatureLower; - 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_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::NewProp_Bar = { "Bar", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_FMODStudio_eventOnTimelineBeat_Parms, Bar), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::NewProp_Beat = { "Beat", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_FMODStudio_eventOnTimelineBeat_Parms, Beat), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::NewProp_Position = { "Position", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_FMODStudio_eventOnTimelineBeat_Parms, Position), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::NewProp_Tempo = { "Tempo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_FMODStudio_eventOnTimelineBeat_Parms, Tempo), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::NewProp_TimeSignatureUpper = { "TimeSignatureUpper", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_FMODStudio_eventOnTimelineBeat_Parms, TimeSignatureUpper), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FIntPropertyParams Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::NewProp_TimeSignatureLower = { "TimeSignatureLower", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(_Script_FMODStudio_eventOnTimelineBeat_Parms, TimeSignatureLower), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::NewProp_Bar, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::NewProp_Beat, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::NewProp_Position, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::NewProp_Tempo, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::NewProp_TimeSignatureUpper, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::NewProp_TimeSignatureLower, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::Function_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** called when we reach a beat on the timeline */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "called when we reach a beat on the timeline" }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::FuncParams = { (UObject*(*)())Z_Construct_UPackage__Script_FMODStudio, nullptr, "OnTimelineBeat__DelegateSignature", nullptr, nullptr, Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::PropPointers), sizeof(Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::_Script_FMODStudio_eventOnTimelineBeat_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::_Script_FMODStudio_eventOnTimelineBeat_Parms) < MAX_uint16); - UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature_Statics::FuncParams); - } - return ReturnFunction; - } -void FOnTimelineBeat_DelegateWrapper(const FMulticastScriptDelegate& OnTimelineBeat, int32 Bar, int32 Beat, int32 Position, float Tempo, int32 TimeSignatureUpper, int32 TimeSignatureLower) -{ - struct _Script_FMODStudio_eventOnTimelineBeat_Parms - { - int32 Bar; - int32 Beat; - int32 Position; - float Tempo; - int32 TimeSignatureUpper; - int32 TimeSignatureLower; - }; - _Script_FMODStudio_eventOnTimelineBeat_Parms Parms; - Parms.Bar=Bar; - Parms.Beat=Beat; - Parms.Position=Position; - Parms.Tempo=Tempo; - Parms.TimeSignatureUpper=TimeSignatureUpper; - Parms.TimeSignatureLower=TimeSignatureLower; - OnTimelineBeat.ProcessMulticastDelegate(&Parms); -} - DEFINE_FUNCTION(UFMODAudioComponent::execSetProgrammerSoundName) - { - P_GET_PROPERTY(FStrProperty,Z_Param_Value); - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->SetProgrammerSoundName(Z_Param_Value); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execGetTimelinePosition) - { - P_FINISH; - P_NATIVE_BEGIN; - *(int32*)Z_Param__Result=P_THIS->GetTimelinePosition(); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execSetTimelinePosition) - { - P_GET_PROPERTY(FIntProperty,Z_Param_Time); - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->SetTimelinePosition(Z_Param_Time); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execGetLength) - { - P_FINISH; - P_NATIVE_BEGIN; - *(int32*)Z_Param__Result=P_THIS->GetLength(); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execGetProperty) - { - P_GET_PROPERTY(FByteProperty,Z_Param_Property); - P_FINISH; - P_NATIVE_BEGIN; - *(float*)Z_Param__Result=P_THIS->GetProperty(EFMODEventProperty::Type(Z_Param_Property)); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execSetProperty) - { - P_GET_PROPERTY(FByteProperty,Z_Param_Property); - P_GET_PROPERTY(FFloatProperty,Z_Param_Value); - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->SetProperty(EFMODEventProperty::Type(Z_Param_Property),Z_Param_Value); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execGetParameterValue) - { - P_GET_PROPERTY(FNameProperty,Z_Param_Name); - P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_UserValue); - P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_FinalValue); - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->GetParameterValue(Z_Param_Name,Z_Param_Out_UserValue,Z_Param_Out_FinalValue); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execGetParameter) - { - P_GET_PROPERTY(FNameProperty,Z_Param_Name); - P_FINISH; - P_NATIVE_BEGIN; - *(float*)Z_Param__Result=P_THIS->GetParameter(Z_Param_Name); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execSetParameter) - { - P_GET_PROPERTY(FNameProperty,Z_Param_Name); - P_GET_PROPERTY(FFloatProperty,Z_Param_Value); - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->SetParameter(Z_Param_Name,Z_Param_Value); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execGetPaused) - { - P_FINISH; - P_NATIVE_BEGIN; - *(bool*)Z_Param__Result=P_THIS->GetPaused(); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execSetPaused) - { - P_GET_UBOOL(Z_Param_paused); - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->SetPaused(Z_Param_paused); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execSetPitch) - { - P_GET_PROPERTY(FFloatProperty,Z_Param_pitch); - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->SetPitch(Z_Param_pitch); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execSetVolume) - { - P_GET_PROPERTY(FFloatProperty,Z_Param_volume); - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->SetVolume(Z_Param_volume); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execIsPlaying) - { - P_FINISH; - P_NATIVE_BEGIN; - *(bool*)Z_Param__Result=P_THIS->IsPlaying(); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execKeyOff) - { - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->KeyOff(); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execRelease) - { - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->Release(); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execStop) - { - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->Stop(); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execPlay) - { - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->Play(); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODAudioComponent::execSetEvent) - { - P_GET_OBJECT(UFMODEvent,Z_Param_NewEvent); - P_FINISH; - P_NATIVE_BEGIN; - P_THIS->SetEvent(Z_Param_NewEvent); - P_NATIVE_END; - } - void UFMODAudioComponent::StaticRegisterNativesUFMODAudioComponent() - { - UClass* Class = UFMODAudioComponent::StaticClass(); - static const FNameNativePtrPair Funcs[] = { - { "GetLength", &UFMODAudioComponent::execGetLength }, - { "GetParameter", &UFMODAudioComponent::execGetParameter }, - { "GetParameterValue", &UFMODAudioComponent::execGetParameterValue }, - { "GetPaused", &UFMODAudioComponent::execGetPaused }, - { "GetProperty", &UFMODAudioComponent::execGetProperty }, - { "GetTimelinePosition", &UFMODAudioComponent::execGetTimelinePosition }, - { "IsPlaying", &UFMODAudioComponent::execIsPlaying }, - { "KeyOff", &UFMODAudioComponent::execKeyOff }, - { "Play", &UFMODAudioComponent::execPlay }, - { "Release", &UFMODAudioComponent::execRelease }, - { "SetEvent", &UFMODAudioComponent::execSetEvent }, - { "SetParameter", &UFMODAudioComponent::execSetParameter }, - { "SetPaused", &UFMODAudioComponent::execSetPaused }, - { "SetPitch", &UFMODAudioComponent::execSetPitch }, - { "SetProgrammerSoundName", &UFMODAudioComponent::execSetProgrammerSoundName }, - { "SetProperty", &UFMODAudioComponent::execSetProperty }, - { "SetTimelinePosition", &UFMODAudioComponent::execSetTimelinePosition }, - { "SetVolume", &UFMODAudioComponent::execSetVolume }, - { "Stop", &UFMODAudioComponent::execStop }, - }; - FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); - } - struct Z_Construct_UFunction_UFMODAudioComponent_GetLength_Statics - { - struct FMODAudioComponent_eventGetLength_Parms - { - int32 ReturnValue; - }; - 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_UFMODAudioComponent_GetLength_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventGetLength_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_GetLength_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_GetLength_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_GetLength_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Get the event length in milliseconds. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Get the event length in milliseconds." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_GetLength_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "GetLength", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_GetLength_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetLength_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_GetLength_Statics::FMODAudioComponent_eventGetLength_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetLength_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_GetLength_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetLength_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_GetLength_Statics::FMODAudioComponent_eventGetLength_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_GetLength() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_GetLength_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics - { - struct FMODAudioComponent_eventGetParameter_Parms - { - FName Name; - float ReturnValue; - }; - static const UECodeGen_Private::FNamePropertyParams NewProp_Name; - 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::FNamePropertyParams Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventGetParameter_Parms, Name), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventGetParameter_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::NewProp_Name, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Will be deprecated in FMOD 2.01, use `GetParameterValue(FName, float, float)` instead.\n * Get parameter value from the Event.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Will be deprecated in FMOD 2.01, use `GetParameterValue(FName, float, float)` instead.\nGet parameter value from the Event." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "GetParameter", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::FMODAudioComponent_eventGetParameter_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::FMODAudioComponent_eventGetParameter_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_GetParameter() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_GetParameter_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics - { - struct FMODAudioComponent_eventGetParameterValue_Parms - { - FName Name; - float UserValue; - float FinalValue; - }; - static const UECodeGen_Private::FNamePropertyParams NewProp_Name; - static const UECodeGen_Private::FFloatPropertyParams NewProp_UserValue; - static const UECodeGen_Private::FFloatPropertyParams NewProp_FinalValue; - 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::FNamePropertyParams Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventGetParameterValue_Parms, Name), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::NewProp_UserValue = { "UserValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventGetParameterValue_Parms, UserValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::NewProp_FinalValue = { "FinalValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventGetParameterValue_Parms, FinalValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::NewProp_Name, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::NewProp_UserValue, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::NewProp_FinalValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Get parameter value from the Event.\n * @param Name - Name of parameter\n * @param UserValue - Parameter value as set from the public API.\n * @param FinalValue - Final combined parameter value.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Get parameter value from the Event.\n@param Name - Name of parameter\n@param UserValue - Parameter value as set from the public API.\n@param FinalValue - Final combined parameter value." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "GetParameterValue", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::FMODAudioComponent_eventGetParameterValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::FMODAudioComponent_eventGetParameterValue_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics - { - struct FMODAudioComponent_eventGetPaused_Parms - { - bool ReturnValue; - }; - 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_UFMODAudioComponent_GetPaused_Statics::NewProp_ReturnValue_SetBit(void* Obj) - { - ((FMODAudioComponent_eventGetPaused_Parms*)Obj)->ReturnValue = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODAudioComponent_eventGetPaused_Parms), &Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Get the paused state of the audio component. Returns false if internal getPaused query fails. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Get the paused state of the audio component. Returns false if internal getPaused query fails." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "GetPaused", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::FMODAudioComponent_eventGetPaused_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::FMODAudioComponent_eventGetPaused_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_GetPaused() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_GetPaused_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics - { - struct FMODAudioComponent_eventGetProperty_Parms - { - TEnumAsByte Property; - float ReturnValue; - }; - static const UECodeGen_Private::FBytePropertyParams NewProp_Property; - 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::FBytePropertyParams Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventGetProperty_Parms, Property), Z_Construct_UEnum_FMODStudio_EFMODEventProperty, METADATA_PARAMS(0, nullptr) }; // 3069006086 - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventGetProperty_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::NewProp_Property, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Get a property of the Event. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Get a property of the Event." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "GetProperty", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::FMODAudioComponent_eventGetProperty_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::FMODAudioComponent_eventGetProperty_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_GetProperty() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_GetProperty_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition_Statics - { - struct FMODAudioComponent_eventGetTimelinePosition_Parms - { - int32 ReturnValue; - }; - 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_UFMODAudioComponent_GetTimelinePosition_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventGetTimelinePosition_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Get the timeline position in milliseconds. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Get the timeline position in milliseconds." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "GetTimelinePosition", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition_Statics::FMODAudioComponent_eventGetTimelinePosition_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition_Statics::FMODAudioComponent_eventGetTimelinePosition_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics - { - struct FMODAudioComponent_eventIsPlaying_Parms - { - bool ReturnValue; - }; - 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_UFMODAudioComponent_IsPlaying_Statics::NewProp_ReturnValue_SetBit(void* Obj) - { - ((FMODAudioComponent_eventIsPlaying_Parms*)Obj)->ReturnValue = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODAudioComponent_eventIsPlaying_Parms), &Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Return true if this component is currently playing an event. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Return true if this component is currently playing an event." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "IsPlaying", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::FMODAudioComponent_eventIsPlaying_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::FMODAudioComponent_eventIsPlaying_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_IsPlaying() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_IsPlaying_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_KeyOff_Statics - { -#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_UFMODAudioComponent_KeyOff_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Allow an event to continue past a sustain point. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Allow an event to continue past a sustain point." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_KeyOff_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "KeyOff", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_KeyOff_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_KeyOff_Statics::Function_MetaDataParams) }; - UFunction* Z_Construct_UFunction_UFMODAudioComponent_KeyOff() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_KeyOff_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_Play_Statics - { -#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_UFMODAudioComponent_Play_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Start a sound playing on an audio component. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Start a sound playing on an audio component." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_Play_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "Play", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_Play_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_Play_Statics::Function_MetaDataParams) }; - UFunction* Z_Construct_UFunction_UFMODAudioComponent_Play() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_Play_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_Release_Statics - { -#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_UFMODAudioComponent_Release_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_Release_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "Release", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_Release_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_Release_Statics::Function_MetaDataParams) }; - UFunction* Z_Construct_UFunction_UFMODAudioComponent_Release() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_Release_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_SetEvent_Statics - { - struct FMODAudioComponent_eventSetEvent_Parms - { - UFMODEvent* NewEvent; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_NewEvent; - 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_UFMODAudioComponent_SetEvent_Statics::NewProp_NewEvent = { "NewEvent", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventSetEvent_Parms, NewEvent), Z_Construct_UClass_UFMODEvent_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_SetEvent_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_SetEvent_Statics::NewProp_NewEvent, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_SetEvent_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** New Event to be used by the FMODAudioComponent. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "New Event to be used by the FMODAudioComponent." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_SetEvent_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "SetEvent", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_SetEvent_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetEvent_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetEvent_Statics::FMODAudioComponent_eventSetEvent_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetEvent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_SetEvent_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetEvent_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetEvent_Statics::FMODAudioComponent_eventSetEvent_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_SetEvent() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_SetEvent_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics - { - struct FMODAudioComponent_eventSetParameter_Parms - { - FName Name; - float Value; - }; - static const UECodeGen_Private::FNamePropertyParams NewProp_Name; - static const UECodeGen_Private::FFloatPropertyParams NewProp_Value; - 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::FNamePropertyParams Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventSetParameter_Parms, Name), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventSetParameter_Parms, Value), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::NewProp_Name, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::NewProp_Value, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set a parameter of the Event. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set a parameter of the Event." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "SetParameter", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::FMODAudioComponent_eventSetParameter_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::FMODAudioComponent_eventSetParameter_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_SetParameter() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_SetParameter_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics - { - struct FMODAudioComponent_eventSetPaused_Parms - { - bool paused; - }; - static void NewProp_paused_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_paused; - 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_UFMODAudioComponent_SetPaused_Statics::NewProp_paused_SetBit(void* Obj) - { - ((FMODAudioComponent_eventSetPaused_Parms*)Obj)->paused = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::NewProp_paused = { "paused", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODAudioComponent_eventSetPaused_Parms), &Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::NewProp_paused_SetBit, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::NewProp_paused, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Pause/Unpause an audio component. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Pause/Unpause an audio component." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "SetPaused", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::FMODAudioComponent_eventSetPaused_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::FMODAudioComponent_eventSetPaused_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_SetPaused() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_SetPaused_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_SetPitch_Statics - { - struct FMODAudioComponent_eventSetPitch_Parms - { - float pitch; - }; - static const UECodeGen_Private::FFloatPropertyParams NewProp_pitch; - 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_UFMODAudioComponent_SetPitch_Statics::NewProp_pitch = { "pitch", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventSetPitch_Parms, pitch), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_SetPitch_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_SetPitch_Statics::NewProp_pitch, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_SetPitch_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Sets the pitch multiplier. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Sets the pitch multiplier." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_SetPitch_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "SetPitch", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_SetPitch_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetPitch_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetPitch_Statics::FMODAudioComponent_eventSetPitch_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetPitch_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_SetPitch_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetPitch_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetPitch_Statics::FMODAudioComponent_eventSetPitch_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_SetPitch() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_SetPitch_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName_Statics - { - struct FMODAudioComponent_eventSetProgrammerSoundName_Parms - { - FString Value; - }; - static const UECodeGen_Private::FStrPropertyParams NewProp_Value; - 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_UFMODAudioComponent_SetProgrammerSoundName_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventSetProgrammerSoundName_Parms, Value), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName_Statics::NewProp_Value, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set the sound name to use for programmer sound. Will look up the name in any loaded audio table. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set the sound name to use for programmer sound. Will look up the name in any loaded audio table." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "SetProgrammerSoundName", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName_Statics::FMODAudioComponent_eventSetProgrammerSoundName_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName_Statics::FMODAudioComponent_eventSetProgrammerSoundName_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics - { - struct FMODAudioComponent_eventSetProperty_Parms - { - TEnumAsByte Property; - float Value; - }; - static const UECodeGen_Private::FBytePropertyParams NewProp_Property; - static const UECodeGen_Private::FFloatPropertyParams NewProp_Value; - 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::FBytePropertyParams Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventSetProperty_Parms, Property), Z_Construct_UEnum_FMODStudio_EFMODEventProperty, METADATA_PARAMS(0, nullptr) }; // 3069006086 - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventSetProperty_Parms, Value), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::NewProp_Property, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::NewProp_Value, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set a property of the Event. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set a property of the Event." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "SetProperty", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::FMODAudioComponent_eventSetProperty_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::FMODAudioComponent_eventSetProperty_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_SetProperty() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_SetProperty_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition_Statics - { - struct FMODAudioComponent_eventSetTimelinePosition_Parms - { - int32 Time; - }; - static const UECodeGen_Private::FIntPropertyParams NewProp_Time; - 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_UFMODAudioComponent_SetTimelinePosition_Statics::NewProp_Time = { "Time", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventSetTimelinePosition_Parms, Time), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition_Statics::NewProp_Time, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set the timeline position in milliseconds. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set the timeline position in milliseconds." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "SetTimelinePosition", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition_Statics::FMODAudioComponent_eventSetTimelinePosition_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition_Statics::FMODAudioComponent_eventSetTimelinePosition_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_SetVolume_Statics - { - struct FMODAudioComponent_eventSetVolume_Parms - { - float volume; - }; - static const UECodeGen_Private::FFloatPropertyParams NewProp_volume; - 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_UFMODAudioComponent_SetVolume_Statics::NewProp_volume = { "volume", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODAudioComponent_eventSetVolume_Parms, volume), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODAudioComponent_SetVolume_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODAudioComponent_SetVolume_Statics::NewProp_volume, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODAudioComponent_SetVolume_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Sets the volume level. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Sets the volume level." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_SetVolume_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "SetVolume", nullptr, nullptr, Z_Construct_UFunction_UFMODAudioComponent_SetVolume_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetVolume_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetVolume_Statics::FMODAudioComponent_eventSetVolume_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetVolume_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_SetVolume_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_SetVolume_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODAudioComponent_SetVolume_Statics::FMODAudioComponent_eventSetVolume_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODAudioComponent_SetVolume() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_SetVolume_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODAudioComponent_Stop_Statics - { -#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_UFMODAudioComponent_Stop_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Components" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Stop an audio component playing its sound cue, issue any delegates if needed. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Stop an audio component playing its sound cue, issue any delegates if needed." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODAudioComponent_Stop_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODAudioComponent, nullptr, "Stop", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODAudioComponent_Stop_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODAudioComponent_Stop_Statics::Function_MetaDataParams) }; - UFunction* Z_Construct_UFunction_UFMODAudioComponent_Stop() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODAudioComponent_Stop_Statics::FuncParams); - } - return ReturnFunction; - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODAudioComponent); - UClass* Z_Construct_UClass_UFMODAudioComponent_NoRegister() - { - return UFMODAudioComponent::StaticClass(); - } - struct Z_Construct_UClass_UFMODAudioComponent_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_Event_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_Event; - static const UECodeGen_Private::FFloatPropertyParams NewProp_ParameterCache_ValueProp; - static const UECodeGen_Private::FNamePropertyParams NewProp_ParameterCache_Key_KeyProp; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ParameterCache_MetaData[]; -#endif - static const UECodeGen_Private::FMapPropertyParams NewProp_ParameterCache; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ProgrammerSoundName_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_ProgrammerSoundName; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bEnableTimelineCallbacks_MetaData[]; -#endif - static void NewProp_bEnableTimelineCallbacks_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableTimelineCallbacks; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bAutoDestroy_MetaData[]; -#endif - static void NewProp_bAutoDestroy_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoDestroy; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bStopWhenOwnerDestroyed_MetaData[]; -#endif - static void NewProp_bStopWhenOwnerDestroyed_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bStopWhenOwnerDestroyed; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_OnEventStopped_MetaData[]; -#endif - static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnEventStopped; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_OnSoundStopped_MetaData[]; -#endif - static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnSoundStopped; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_OnTimelineMarker_MetaData[]; -#endif - static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnTimelineMarker; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_OnTimelineBeat_MetaData[]; -#endif - static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnTimelineBeat; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_AttenuationDetails_MetaData[]; -#endif - static const UECodeGen_Private::FStructPropertyParams NewProp_AttenuationDetails; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_OcclusionDetails_MetaData[]; -#endif - static const UECodeGen_Private::FStructPropertyParams NewProp_OcclusionDetails; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_UFMODAudioComponent_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_USceneComponent, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::DependentSingletons) < 16); - const FClassFunctionLinkInfo Z_Construct_UClass_UFMODAudioComponent_Statics::FuncInfo[] = { - { &Z_Construct_UFunction_UFMODAudioComponent_GetLength, "GetLength" }, // 889429482 - { &Z_Construct_UFunction_UFMODAudioComponent_GetParameter, "GetParameter" }, // 2485798245 - { &Z_Construct_UFunction_UFMODAudioComponent_GetParameterValue, "GetParameterValue" }, // 511887020 - { &Z_Construct_UFunction_UFMODAudioComponent_GetPaused, "GetPaused" }, // 734726677 - { &Z_Construct_UFunction_UFMODAudioComponent_GetProperty, "GetProperty" }, // 2476035177 - { &Z_Construct_UFunction_UFMODAudioComponent_GetTimelinePosition, "GetTimelinePosition" }, // 1612785423 - { &Z_Construct_UFunction_UFMODAudioComponent_IsPlaying, "IsPlaying" }, // 823061739 - { &Z_Construct_UFunction_UFMODAudioComponent_KeyOff, "KeyOff" }, // 306001824 - { &Z_Construct_UFunction_UFMODAudioComponent_Play, "Play" }, // 4049138873 - { &Z_Construct_UFunction_UFMODAudioComponent_Release, "Release" }, // 2319334752 - { &Z_Construct_UFunction_UFMODAudioComponent_SetEvent, "SetEvent" }, // 4218184864 - { &Z_Construct_UFunction_UFMODAudioComponent_SetParameter, "SetParameter" }, // 1142169463 - { &Z_Construct_UFunction_UFMODAudioComponent_SetPaused, "SetPaused" }, // 914391097 - { &Z_Construct_UFunction_UFMODAudioComponent_SetPitch, "SetPitch" }, // 653812244 - { &Z_Construct_UFunction_UFMODAudioComponent_SetProgrammerSoundName, "SetProgrammerSoundName" }, // 2225471844 - { &Z_Construct_UFunction_UFMODAudioComponent_SetProperty, "SetProperty" }, // 122682860 - { &Z_Construct_UFunction_UFMODAudioComponent_SetTimelinePosition, "SetTimelinePosition" }, // 3605145168 - { &Z_Construct_UFunction_UFMODAudioComponent_SetVolume, "SetVolume" }, // 3715803148 - { &Z_Construct_UFunction_UFMODAudioComponent_Stop, "Stop" }, // 1086220785 - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::FuncInfo) < 2048); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAudioComponent_Statics::Class_MetaDataParams[] = { - { "BlueprintSpawnableComponent", "" }, - { "BlueprintType", "true" }, - { "ClassGroupNames", "Audio Common" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Plays FMOD Studio events.\n */" }, -#endif - { "HideCategories", "Object ActorComponent Physics Rendering Mobility LOD PhysicsVolume" }, - { "IncludePath", "FMODAudioComponent.h" }, - { "IsBlueprintBase", "true" }, - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Plays FMOD Studio events." }, -#endif - }; -#endif -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_Event_MetaData[] = { - { "Category", "FMODAudio" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** The event asset to use for this sound. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "The event asset to use for this sound." }, -#endif - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_Event = { "Event", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODAudioComponent, Event), Z_Construct_UClass_UFMODEvent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_Event_MetaData), Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_Event_MetaData) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ParameterCache_ValueProp = { "ParameterCache", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ParameterCache_Key_KeyProp = { "ParameterCache_Key", nullptr, (EPropertyFlags)0x0000000000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ParameterCache_MetaData[] = { - { "Category", "FMODAudio" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Event parameter cache. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Event parameter cache." }, -#endif - }; -#endif - const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ParameterCache = { "ParameterCache", nullptr, (EPropertyFlags)0x0010020000000005, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODAudioComponent, ParameterCache), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ParameterCache_MetaData), Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ParameterCache_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ProgrammerSoundName_MetaData[] = { - { "Category", "FMODAudio" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Sound name used for programmer sound. Will look up the name in any loaded audio table. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Sound name used for programmer sound. Will look up the name in any loaded audio table." }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ProgrammerSoundName = { "ProgrammerSoundName", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODAudioComponent, ProgrammerSoundName), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ProgrammerSoundName_MetaData), Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ProgrammerSoundName_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bEnableTimelineCallbacks_MetaData[] = { - { "Category", "FMODAudio" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Enable timeline callbacks for this sound, so that OnTimelineMarker and OnTimelineBeat can be used. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Enable timeline callbacks for this sound, so that OnTimelineMarker and OnTimelineBeat can be used." }, -#endif - }; -#endif - void Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bEnableTimelineCallbacks_SetBit(void* Obj) - { - ((UFMODAudioComponent*)Obj)->bEnableTimelineCallbacks = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bEnableTimelineCallbacks = { "bEnableTimelineCallbacks", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UFMODAudioComponent), &Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bEnableTimelineCallbacks_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bEnableTimelineCallbacks_MetaData), Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bEnableTimelineCallbacks_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bAutoDestroy_MetaData[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** Auto destroy this component on completion. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Auto destroy this component on completion." }, -#endif - }; -#endif - void Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bAutoDestroy_SetBit(void* Obj) - { - ((UFMODAudioComponent*)Obj)->bAutoDestroy = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bAutoDestroy = { "bAutoDestroy", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UFMODAudioComponent), &Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bAutoDestroy_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bAutoDestroy_MetaData), Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bAutoDestroy_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bStopWhenOwnerDestroyed_MetaData[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** Stop sound when owner is destroyed. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Stop sound when owner is destroyed." }, -#endif - }; -#endif - void Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bStopWhenOwnerDestroyed_SetBit(void* Obj) - { - ((UFMODAudioComponent*)Obj)->bStopWhenOwnerDestroyed = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bStopWhenOwnerDestroyed = { "bStopWhenOwnerDestroyed", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UFMODAudioComponent), &Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bStopWhenOwnerDestroyed_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bStopWhenOwnerDestroyed_MetaData), Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bStopWhenOwnerDestroyed_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnEventStopped_MetaData[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** Called when an event stops, either because it played to completion or because a Stop() call turned it off early. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Called when an event stops, either because it played to completion or because a Stop() call turned it off early." }, -#endif - }; -#endif - const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnEventStopped = { "OnEventStopped", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODAudioComponent, OnEventStopped), Z_Construct_UDelegateFunction_FMODStudio_OnEventStopped__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnEventStopped_MetaData), Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnEventStopped_MetaData) }; // 3084226113 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnSoundStopped_MetaData[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** Called when a sound stops. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Called when a sound stops." }, -#endif - }; -#endif - const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnSoundStopped = { "OnSoundStopped", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODAudioComponent, OnSoundStopped), Z_Construct_UDelegateFunction_FMODStudio_OnSoundStopped__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnSoundStopped_MetaData), Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnSoundStopped_MetaData) }; // 2144351102 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnTimelineMarker_MetaData[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** Called when we reach a named marker (if bEnableTimelineCallbacks is true). */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Called when we reach a named marker (if bEnableTimelineCallbacks is true)." }, -#endif - }; -#endif - const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnTimelineMarker = { "OnTimelineMarker", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODAudioComponent, OnTimelineMarker), Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnTimelineMarker_MetaData), Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnTimelineMarker_MetaData) }; // 2036689737 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnTimelineBeat_MetaData[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** Called when we reach a beat of a tempo (if bEnableTimelineCallbacks is true). */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Called when we reach a beat of a tempo (if bEnableTimelineCallbacks is true)." }, -#endif - }; -#endif - const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnTimelineBeat = { "OnTimelineBeat", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODAudioComponent, OnTimelineBeat), Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnTimelineBeat_MetaData), Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnTimelineBeat_MetaData) }; // 1885781379 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_AttenuationDetails_MetaData[] = { - { "Category", "FMODAudio" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** FMOD Custom Attenuation Details. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "FMOD Custom Attenuation Details." }, -#endif - }; -#endif - const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_AttenuationDetails = { "AttenuationDetails", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODAudioComponent, AttenuationDetails), Z_Construct_UScriptStruct_FFMODAttenuationDetails, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_AttenuationDetails_MetaData), Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_AttenuationDetails_MetaData) }; // 3528186424 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OcclusionDetails_MetaData[] = { - { "Category", "FMODAudio" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** FMOD Custom Occlusion Details. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODAudioComponent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "FMOD Custom Occlusion Details." }, -#endif - }; -#endif - const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OcclusionDetails = { "OcclusionDetails", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODAudioComponent, OcclusionDetails), Z_Construct_UScriptStruct_FFMODOcclusionDetails, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OcclusionDetails_MetaData), Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OcclusionDetails_MetaData) }; // 2987547382 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODAudioComponent_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_Event, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ParameterCache_ValueProp, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ParameterCache_Key_KeyProp, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ParameterCache, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_ProgrammerSoundName, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bEnableTimelineCallbacks, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bAutoDestroy, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_bStopWhenOwnerDestroyed, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnEventStopped, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnSoundStopped, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnTimelineMarker, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OnTimelineBeat, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_AttenuationDetails, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODAudioComponent_Statics::NewProp_OcclusionDetails, - }; - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODAudioComponent_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODAudioComponent_Statics::ClassParams = { - &UFMODAudioComponent::StaticClass, - "Engine", - &StaticCppClassTypeInfo, - DependentSingletons, - FuncInfo, - Z_Construct_UClass_UFMODAudioComponent_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - UE_ARRAY_COUNT(FuncInfo), - UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::PropPointers), - 0, - 0x00B000A4u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODAudioComponent_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAudioComponent_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_UFMODAudioComponent() - { - if (!Z_Registration_Info_UClass_UFMODAudioComponent.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODAudioComponent.OuterSingleton, Z_Construct_UClass_UFMODAudioComponent_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODAudioComponent.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODAudioComponent::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODAudioComponent); - UFMODAudioComponent::~UFMODAudioComponent() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_Statics - { - static const FEnumRegisterCompiledInInfo EnumInfo[]; - static const FStructRegisterCompiledInInfo ScriptStructInfo[]; - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FEnumRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_Statics::EnumInfo[] = { - { EFMODEventProperty_StaticEnum, TEXT("EFMODEventProperty"), &Z_Registration_Info_UEnum_EFMODEventProperty, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3069006086U) }, - }; - const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_Statics::ScriptStructInfo[] = { - { FFMODAttenuationDetails::StaticStruct, Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics::NewStructOps, TEXT("FMODAttenuationDetails"), &Z_Registration_Info_UScriptStruct_FMODAttenuationDetails, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODAttenuationDetails), 3528186424U) }, - { FFMODOcclusionDetails::StaticStruct, Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics::NewStructOps, TEXT("FMODOcclusionDetails"), &Z_Registration_Info_UScriptStruct_FMODOcclusionDetails, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODOcclusionDetails), 2987547382U) }, - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODAudioComponent, UFMODAudioComponent::StaticClass, TEXT("UFMODAudioComponent"), &Z_Registration_Info_UClass_UFMODAudioComponent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODAudioComponent), 2112223379U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_4175693616(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_Statics::ClassInfo), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_Statics::ScriptStructInfo), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_Statics::EnumInfo)); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAudioComponent.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAudioComponent.generated.h deleted file mode 100644 index ce9027e2..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODAudioComponent.generated.h +++ /dev/null @@ -1,126 +0,0 @@ -// 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 "FMODAudioComponent.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -class UFMODEvent; -#ifdef FMODSTUDIO_FMODAudioComponent_generated_h -#error "FMODAudioComponent.generated.h already included, missing '#pragma once' in FMODAudioComponent.h" -#endif -#define FMODSTUDIO_FMODAudioComponent_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_67_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FFMODAttenuationDetails_Statics; \ - FMODSTUDIO_API static class UScriptStruct* StaticStruct(); - - -template<> FMODSTUDIO_API UScriptStruct* StaticStruct(); - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_90_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FFMODOcclusionDetails_Statics; \ - FMODSTUDIO_API static class UScriptStruct* StaticStruct(); - - -template<> FMODSTUDIO_API UScriptStruct* StaticStruct(); - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_109_DELEGATE \ -FMODSTUDIO_API void FOnEventStopped_DelegateWrapper(const FMulticastScriptDelegate& OnEventStopped); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_111_DELEGATE \ -FMODSTUDIO_API void FOnSoundStopped_DelegateWrapper(const FMulticastScriptDelegate& OnSoundStopped); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_113_DELEGATE \ -FMODSTUDIO_API void FOnTimelineMarker_DelegateWrapper(const FMulticastScriptDelegate& OnTimelineMarker, const FString& Name, int32 Position); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_116_DELEGATE \ -FMODSTUDIO_API void FOnTimelineBeat_DelegateWrapper(const FMulticastScriptDelegate& OnTimelineBeat, int32 Bar, int32 Beat, int32 Position, float Tempo, int32 TimeSignatureUpper, int32 TimeSignatureLower); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_RPC_WRAPPERS \ - \ - DECLARE_FUNCTION(execSetProgrammerSoundName); \ - DECLARE_FUNCTION(execGetTimelinePosition); \ - DECLARE_FUNCTION(execSetTimelinePosition); \ - DECLARE_FUNCTION(execGetLength); \ - DECLARE_FUNCTION(execGetProperty); \ - DECLARE_FUNCTION(execSetProperty); \ - DECLARE_FUNCTION(execGetParameterValue); \ - DECLARE_FUNCTION(execGetParameter); \ - DECLARE_FUNCTION(execSetParameter); \ - DECLARE_FUNCTION(execGetPaused); \ - DECLARE_FUNCTION(execSetPaused); \ - DECLARE_FUNCTION(execSetPitch); \ - DECLARE_FUNCTION(execSetVolume); \ - DECLARE_FUNCTION(execIsPlaying); \ - DECLARE_FUNCTION(execKeyOff); \ - DECLARE_FUNCTION(execRelease); \ - DECLARE_FUNCTION(execStop); \ - DECLARE_FUNCTION(execPlay); \ - DECLARE_FUNCTION(execSetEvent); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODAudioComponent(); \ - friend struct Z_Construct_UClass_UFMODAudioComponent_Statics; \ -public: \ - DECLARE_CLASS(UFMODAudioComponent, USceneComponent, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(UFMODAudioComponent) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UFMODAudioComponent(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODAudioComponent) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODAudioComponent); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODAudioComponent); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODAudioComponent(UFMODAudioComponent&&); \ - NO_API UFMODAudioComponent(const UFMODAudioComponent&); \ -public: \ - NO_API virtual ~UFMODAudioComponent(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_136_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h_139_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODAudioComponent_h - - -#define FOREACH_ENUM_EFMODEVENTPROPERTY(op) \ - op(EFMODEventProperty::ChannelPriority) \ - op(EFMODEventProperty::ScheduleDelay) \ - op(EFMODEventProperty::ScheduleLookahead) \ - op(EFMODEventProperty::MinimumDistance) \ - op(EFMODEventProperty::MaximumDistance) \ - op(EFMODEventProperty::Count) -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBank.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBank.gen.cpp deleted file mode 100644 index 54349b22..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBank.gen.cpp +++ /dev/null @@ -1,94 +0,0 @@ -// 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 "../../Classes/FMODBank.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODBank() {} -// Cross Module References - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBank(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBank_NoRegister(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - void UFMODBank::StaticRegisterNativesUFMODBank() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODBank); - UClass* Z_Construct_UClass_UFMODBank_NoRegister() - { - return UFMODBank::StaticClass(); - } - struct Z_Construct_UClass_UFMODBank_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_UFMODBank_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UFMODAsset, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBank_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBank_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * FMOD Bank Asset.\n */" }, -#endif - { "IncludePath", "FMODBank.h" }, - { "ModuleRelativePath", "Classes/FMODBank.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "FMOD Bank Asset." }, -#endif - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODBank_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODBank_Statics::ClassParams = { - &UFMODBank::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - 0, - 0, - 0x001000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBank_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODBank_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_UFMODBank() - { - if (!Z_Registration_Info_UClass_UFMODBank.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODBank.OuterSingleton, Z_Construct_UClass_UFMODBank_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODBank.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODBank::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODBank); - UFMODBank::~UFMODBank() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODBank, UFMODBank::StaticClass, TEXT("UFMODBank"), &Z_Registration_Info_UClass_UFMODBank, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODBank), 606876495U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_2249378528(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBank.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBank.generated.h deleted file mode 100644 index 2ba99b80..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBank.generated.h +++ /dev/null @@ -1,66 +0,0 @@ -// 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 "FMODBank.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODBank_generated_h -#error "FMODBank.generated.h already included, missing '#pragma once' in FMODBank.h" -#endif -#define FMODSTUDIO_FMODBank_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODBank(); \ - friend struct Z_Construct_UClass_UFMODBank_Statics; \ -public: \ - DECLARE_CLASS(UFMODBank, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(UFMODBank) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UFMODBank(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODBank) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODBank); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODBank); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODBank(UFMODBank&&); \ - NO_API UFMODBank(const UFMODBank&); \ -public: \ - NO_API virtual ~UFMODBank(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_11_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h_14_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBank_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBankLookup.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBankLookup.gen.cpp deleted file mode 100644 index 5eb62dc9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBankLookup.gen.cpp +++ /dev/null @@ -1,289 +0,0 @@ -// 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 "../../Private/FMODBankLookup.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODBankLookup() {} -// Cross Module References - COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); - ENGINE_API UClass* Z_Construct_UClass_UDataTable_NoRegister(); - ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FTableRowBase(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBankLookup(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBankLookup_NoRegister(); - FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODLocalizedBankRow(); - FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODLocalizedBankTable(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - -static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FFMODLocalizedBankRow cannot be polymorphic unless super FTableRowBase is polymorphic"); - - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow; -class UScriptStruct* FFMODLocalizedBankRow::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODLocalizedBankRow, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODLocalizedBankRow")); - } - return Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow.OuterSingleton; -} -template<> FMODSTUDIO_API UScriptStruct* StaticStruct() -{ - return FFMODLocalizedBankRow::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Path_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_Path; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::Struct_MetaDataParams[] = { - { "ModuleRelativePath", "Private/FMODBankLookup.h" }, - }; -#endif - void* Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewProp_Path_MetaData[] = { - { "Category", "FMOD|Internal|BankLookup" }, - { "ModuleRelativePath", "Private/FMODBankLookup.h" }, - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewProp_Path = { "Path", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODLocalizedBankRow, Path), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewProp_Path_MetaData), Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewProp_Path_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewProp_Path, - }; - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - Z_Construct_UScriptStruct_FTableRowBase, - &NewStructOps, - "FMODLocalizedBankRow", - Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::PropPointers, - UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::PropPointers), - sizeof(FFMODLocalizedBankRow), - alignof(FFMODLocalizedBankRow), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000201), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::Struct_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::PropPointers) < 2048); - UScriptStruct* Z_Construct_UScriptStruct_FFMODLocalizedBankRow() - { - if (!Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow.InnerSingleton, Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow.InnerSingleton; - } - -static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FFMODLocalizedBankTable cannot be polymorphic unless super FTableRowBase is polymorphic"); - - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable; -class UScriptStruct* FFMODLocalizedBankTable::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODLocalizedBankTable, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODLocalizedBankTable")); - } - return Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable.OuterSingleton; -} -template<> FMODSTUDIO_API UScriptStruct* StaticStruct() -{ - return FFMODLocalizedBankTable::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Banks_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_Banks; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::Struct_MetaDataParams[] = { - { "ModuleRelativePath", "Private/FMODBankLookup.h" }, - }; -#endif - void* Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewProp_Banks_MetaData[] = { - { "Category", "FMOD|Internal|BankLookup" }, - { "ModuleRelativePath", "Private/FMODBankLookup.h" }, - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewProp_Banks = { "Banks", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODLocalizedBankTable, Banks), Z_Construct_UClass_UDataTable_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewProp_Banks_MetaData), Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewProp_Banks_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewProp_Banks, - }; - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - Z_Construct_UScriptStruct_FTableRowBase, - &NewStructOps, - "FMODLocalizedBankTable", - Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::PropPointers, - UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::PropPointers), - sizeof(FFMODLocalizedBankTable), - alignof(FFMODLocalizedBankTable), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000201), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::Struct_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::PropPointers) < 2048); - UScriptStruct* Z_Construct_UScriptStruct_FFMODLocalizedBankTable() - { - if (!Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable.InnerSingleton, Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable.InnerSingleton; - } - void UFMODBankLookup::StaticRegisterNativesUFMODBankLookup() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODBankLookup); - UClass* Z_Construct_UClass_UFMODBankLookup_NoRegister() - { - return UFMODBankLookup::StaticClass(); - } - struct Z_Construct_UClass_UFMODBankLookup_Statics - { - static UObject* (*const DependentSingletons[])(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; -#endif -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_DataTable_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_DataTable; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_MasterBankPath_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_MasterBankPath; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_MasterAssetsBankPath_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_MasterAssetsBankPath; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_MasterStringsBankPath_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_MasterStringsBankPath; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_UFMODBankLookup_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UObject, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBankLookup_Statics::Class_MetaDataParams[] = { - { "IncludePath", "FMODBankLookup.h" }, - { "ModuleRelativePath", "Private/FMODBankLookup.h" }, - }; -#endif -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_DataTable_MetaData[] = { - { "Category", "FMOD|Internal|BankLookup" }, - { "ModuleRelativePath", "Private/FMODBankLookup.h" }, - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_DataTable = { "DataTable", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODBankLookup, DataTable), Z_Construct_UClass_UDataTable_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_DataTable_MetaData), Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_DataTable_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterBankPath_MetaData[] = { - { "Category", "FMOD|Internal|BankLookup" }, - { "ModuleRelativePath", "Private/FMODBankLookup.h" }, - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterBankPath = { "MasterBankPath", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODBankLookup, MasterBankPath), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterBankPath_MetaData), Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterBankPath_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterAssetsBankPath_MetaData[] = { - { "Category", "FMOD|Internal|BankLookup" }, - { "ModuleRelativePath", "Private/FMODBankLookup.h" }, - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterAssetsBankPath = { "MasterAssetsBankPath", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODBankLookup, MasterAssetsBankPath), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterAssetsBankPath_MetaData), Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterAssetsBankPath_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterStringsBankPath_MetaData[] = { - { "Category", "FMOD|Internal|BankLookup" }, - { "ModuleRelativePath", "Private/FMODBankLookup.h" }, - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterStringsBankPath = { "MasterStringsBankPath", nullptr, (EPropertyFlags)0x0010000000020001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODBankLookup, MasterStringsBankPath), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterStringsBankPath_MetaData), Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterStringsBankPath_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODBankLookup_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_DataTable, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterBankPath, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterAssetsBankPath, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODBankLookup_Statics::NewProp_MasterStringsBankPath, - }; - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODBankLookup_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODBankLookup_Statics::ClassParams = { - &UFMODBankLookup::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - Z_Construct_UClass_UFMODBankLookup_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::PropPointers), - 0, - 0x001000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODBankLookup_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBankLookup_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_UFMODBankLookup() - { - if (!Z_Registration_Info_UClass_UFMODBankLookup.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODBankLookup.OuterSingleton, Z_Construct_UClass_UFMODBankLookup_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODBankLookup.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODBankLookup::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODBankLookup); - UFMODBankLookup::~UFMODBankLookup() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics - { - static const FStructRegisterCompiledInInfo ScriptStructInfo[]; - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics::ScriptStructInfo[] = { - { FFMODLocalizedBankRow::StaticStruct, Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics::NewStructOps, TEXT("FMODLocalizedBankRow"), &Z_Registration_Info_UScriptStruct_FMODLocalizedBankRow, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODLocalizedBankRow), 3365811779U) }, - { FFMODLocalizedBankTable::StaticStruct, Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics::NewStructOps, TEXT("FMODLocalizedBankTable"), &Z_Registration_Info_UScriptStruct_FMODLocalizedBankTable, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODLocalizedBankTable), 883292579U) }, - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODBankLookup, UFMODBankLookup::StaticClass, TEXT("UFMODBankLookup"), &Z_Registration_Info_UClass_UFMODBankLookup, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODBankLookup), 503390835U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_2413627829(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics::ClassInfo), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_Statics::ScriptStructInfo), - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBankLookup.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBankLookup.generated.h deleted file mode 100644 index 31d4c495..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBankLookup.generated.h +++ /dev/null @@ -1,82 +0,0 @@ -// 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 "FMODBankLookup.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODBankLookup_generated_h -#error "FMODBankLookup.generated.h already included, missing '#pragma once' in FMODBankLookup.h" -#endif -#define FMODSTUDIO_FMODBankLookup_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_12_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FFMODLocalizedBankRow_Statics; \ - static class UScriptStruct* StaticStruct(); \ - typedef FTableRowBase Super; - - -template<> FMODSTUDIO_API UScriptStruct* StaticStruct(); - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_20_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FFMODLocalizedBankTable_Statics; \ - static class UScriptStruct* StaticStruct(); \ - typedef FTableRowBase Super; - - -template<> FMODSTUDIO_API UScriptStruct* StaticStruct(); - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODBankLookup(); \ - friend struct Z_Construct_UClass_UFMODBankLookup_Statics; \ -public: \ - DECLARE_CLASS(UFMODBankLookup, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(UFMODBankLookup) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UFMODBankLookup(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODBankLookup) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODBankLookup); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODBankLookup); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODBankLookup(UFMODBankLookup&&); \ - NO_API UFMODBankLookup(const UFMODBankLookup&); \ -public: \ - NO_API virtual ~UFMODBankLookup(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_25_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h_28_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_FMODBankLookup_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBlueprintStatics.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBlueprintStatics.gen.cpp deleted file mode 100644 index 48cc0f5e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBlueprintStatics.gen.cpp +++ /dev/null @@ -1,2644 +0,0 @@ -// 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 "../../Classes/FMODBlueprintStatics.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODBlueprintStatics() {} -// Cross Module References - COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister(); - COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTransform(); - COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); - ENGINE_API UClass* Z_Construct_UClass_UBlueprintFunctionLibrary(); - ENGINE_API UClass* Z_Construct_UClass_USceneComponent_NoRegister(); - ENGINE_API UEnum* Z_Construct_UEnum_Engine_EAttachLocation(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset_NoRegister(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAudioComponent_NoRegister(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBank_NoRegister(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBlueprintStatics(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBlueprintStatics_NoRegister(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBus_NoRegister(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEvent_NoRegister(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODVCA_NoRegister(); - FMODSTUDIO_API UEnum* Z_Construct_UEnum_FMODStudio_EFMOD_STUDIO_STOP_MODE(); - FMODSTUDIO_API UEnum* Z_Construct_UEnum_FMODStudio_EFMODEventProperty(); - FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODEventInstance(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODEventInstance; -class UScriptStruct* FFMODEventInstance::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_FMODEventInstance.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_FMODEventInstance.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODEventInstance, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODEventInstance")); - } - return Z_Registration_Info_UScriptStruct_FMODEventInstance.OuterSingleton; -} -template<> FMODSTUDIO_API UScriptStruct* StaticStruct() -{ - return FFMODEventInstance::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FFMODEventInstance_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODEventInstance_Statics::Struct_MetaDataParams[] = { - { "BlueprintType", "true" }, - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, - }; -#endif - void* Z_Construct_UScriptStruct_FFMODEventInstance_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODEventInstance_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - &NewStructOps, - "FMODEventInstance", - nullptr, - 0, - sizeof(FFMODEventInstance), - alignof(FFMODEventInstance), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000001), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODEventInstance_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFMODEventInstance_Statics::Struct_MetaDataParams) - }; - UScriptStruct* Z_Construct_UScriptStruct_FFMODEventInstance() - { - if (!Z_Registration_Info_UScriptStruct_FMODEventInstance.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODEventInstance.InnerSingleton, Z_Construct_UScriptStruct_FFMODEventInstance_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_FMODEventInstance.InnerSingleton; - } - static FEnumRegistrationInfo Z_Registration_Info_UEnum_EFMOD_STUDIO_STOP_MODE; - static UEnum* EFMOD_STUDIO_STOP_MODE_StaticEnum() - { - if (!Z_Registration_Info_UEnum_EFMOD_STUDIO_STOP_MODE.OuterSingleton) - { - Z_Registration_Info_UEnum_EFMOD_STUDIO_STOP_MODE.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_FMODStudio_EFMOD_STUDIO_STOP_MODE, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("EFMOD_STUDIO_STOP_MODE")); - } - return Z_Registration_Info_UEnum_EFMOD_STUDIO_STOP_MODE.OuterSingleton; - } - template<> FMODSTUDIO_API UEnum* StaticEnum() - { - return EFMOD_STUDIO_STOP_MODE_StaticEnum(); - } - struct Z_Construct_UEnum_FMODStudio_EFMOD_STUDIO_STOP_MODE_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_FMODStudio_EFMOD_STUDIO_STOP_MODE_Statics::Enumerators[] = { - { "ALLOWFADEOUT", (int64)ALLOWFADEOUT }, - { "IMMEDIATE", (int64)IMMEDIATE }, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_FMODStudio_EFMOD_STUDIO_STOP_MODE_Statics::Enum_MetaDataParams[] = { - { "ALLOWFADEOUT.Name", "ALLOWFADEOUT" }, - { "BlueprintType", "true" }, - { "IMMEDIATE.Name", "IMMEDIATE" }, - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, - }; -#endif - const UECodeGen_Private::FEnumParams Z_Construct_UEnum_FMODStudio_EFMOD_STUDIO_STOP_MODE_Statics::EnumParams = { - (UObject*(*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - "EFMOD_STUDIO_STOP_MODE", - "EFMOD_STUDIO_STOP_MODE", - Z_Construct_UEnum_FMODStudio_EFMOD_STUDIO_STOP_MODE_Statics::Enumerators, - RF_Public|RF_Transient|RF_MarkAsNative, - UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMOD_STUDIO_STOP_MODE_Statics::Enumerators), - EEnumFlags::None, - (uint8)UEnum::ECppForm::Regular, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMOD_STUDIO_STOP_MODE_Statics::Enum_MetaDataParams), Z_Construct_UEnum_FMODStudio_EFMOD_STUDIO_STOP_MODE_Statics::Enum_MetaDataParams) - }; - UEnum* Z_Construct_UEnum_FMODStudio_EFMOD_STUDIO_STOP_MODE() - { - if (!Z_Registration_Info_UEnum_EFMOD_STUDIO_STOP_MODE.InnerSingleton) - { - UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EFMOD_STUDIO_STOP_MODE.InnerSingleton, Z_Construct_UEnum_FMODStudio_EFMOD_STUDIO_STOP_MODE_Statics::EnumParams); - } - return Z_Registration_Info_UEnum_EFMOD_STUDIO_STOP_MODE.InnerSingleton; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execSetLocale) - { - P_GET_PROPERTY(FStrProperty,Z_Param_Locale); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::SetLocale(Z_Param_Locale); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execMixerResume) - { - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::MixerResume(); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execMixerSuspend) - { - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::MixerSuspend(); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execSetOutputDriverByIndex) - { - P_GET_PROPERTY(FIntProperty,Z_Param_NewDriverIndex); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::SetOutputDriverByIndex(Z_Param_NewDriverIndex); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execSetOutputDriverByName) - { - P_GET_PROPERTY(FStrProperty,Z_Param_NewDriverName); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::SetOutputDriverByName(Z_Param_NewDriverName); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execGetOutputDrivers) - { - P_FINISH; - P_NATIVE_BEGIN; - *(TArray*)Z_Param__Result=UFMODBlueprintStatics::GetOutputDrivers(); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execEventInstanceSetTransform) - { - P_GET_STRUCT(FFMODEventInstance,Z_Param_EventInstance); - P_GET_STRUCT_REF(FTransform,Z_Param_Out_Location); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::EventInstanceSetTransform(Z_Param_EventInstance,Z_Param_Out_Location); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execEventInstanceKeyOff) - { - P_GET_STRUCT(FFMODEventInstance,Z_Param_EventInstance); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::EventInstanceKeyOff(Z_Param_EventInstance); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execEventInstanceRelease) - { - P_GET_STRUCT(FFMODEventInstance,Z_Param_EventInstance); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::EventInstanceRelease(Z_Param_EventInstance); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execEventInstanceStop) - { - P_GET_STRUCT(FFMODEventInstance,Z_Param_EventInstance); - P_GET_UBOOL(Z_Param_Release); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::EventInstanceStop(Z_Param_EventInstance,Z_Param_Release); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execEventInstancePlay) - { - P_GET_STRUCT(FFMODEventInstance,Z_Param_EventInstance); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::EventInstancePlay(Z_Param_EventInstance); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execEventInstanceSetProperty) - { - P_GET_STRUCT(FFMODEventInstance,Z_Param_EventInstance); - P_GET_PROPERTY(FByteProperty,Z_Param_Property); - P_GET_PROPERTY(FFloatProperty,Z_Param_Value); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::EventInstanceSetProperty(Z_Param_EventInstance,EFMODEventProperty::Type(Z_Param_Property),Z_Param_Value); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execEventInstanceGetParameterValue) - { - P_GET_STRUCT(FFMODEventInstance,Z_Param_EventInstance); - P_GET_PROPERTY(FNameProperty,Z_Param_Name); - P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_UserValue); - P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_FinalValue); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::EventInstanceGetParameterValue(Z_Param_EventInstance,Z_Param_Name,Z_Param_Out_UserValue,Z_Param_Out_FinalValue); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execEventInstanceGetParameter) - { - P_GET_STRUCT(FFMODEventInstance,Z_Param_EventInstance); - P_GET_PROPERTY(FNameProperty,Z_Param_Name); - P_FINISH; - P_NATIVE_BEGIN; - *(float*)Z_Param__Result=UFMODBlueprintStatics::EventInstanceGetParameter(Z_Param_EventInstance,Z_Param_Name); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execEventInstanceSetParameter) - { - P_GET_STRUCT(FFMODEventInstance,Z_Param_EventInstance); - P_GET_PROPERTY(FNameProperty,Z_Param_Name); - P_GET_PROPERTY(FFloatProperty,Z_Param_Value); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::EventInstanceSetParameter(Z_Param_EventInstance,Z_Param_Name,Z_Param_Value); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execEventInstanceSetPaused) - { - P_GET_STRUCT(FFMODEventInstance,Z_Param_EventInstance); - P_GET_UBOOL(Z_Param_Paused); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::EventInstanceSetPaused(Z_Param_EventInstance,Z_Param_Paused); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execEventInstanceSetPitch) - { - P_GET_STRUCT(FFMODEventInstance,Z_Param_EventInstance); - P_GET_PROPERTY(FFloatProperty,Z_Param_Pitch); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::EventInstanceSetPitch(Z_Param_EventInstance,Z_Param_Pitch); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execEventInstanceSetVolume) - { - P_GET_STRUCT(FFMODEventInstance,Z_Param_EventInstance); - P_GET_PROPERTY(FFloatProperty,Z_Param_Volume); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::EventInstanceSetVolume(Z_Param_EventInstance,Z_Param_Volume); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execEventInstanceIsValid) - { - P_GET_STRUCT(FFMODEventInstance,Z_Param_EventInstance); - P_FINISH; - P_NATIVE_BEGIN; - *(bool*)Z_Param__Result=UFMODBlueprintStatics::EventInstanceIsValid(Z_Param_EventInstance); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execGetGlobalParameterValueByName) - { - P_GET_PROPERTY(FNameProperty,Z_Param_Name); - P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_UserValue); - P_GET_PROPERTY_REF(FFloatProperty,Z_Param_Out_FinalValue); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::GetGlobalParameterValueByName(Z_Param_Name,Z_Param_Out_UserValue,Z_Param_Out_FinalValue); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execGetGlobalParameterByName) - { - P_GET_PROPERTY(FNameProperty,Z_Param_Name); - P_FINISH; - P_NATIVE_BEGIN; - *(float*)Z_Param__Result=UFMODBlueprintStatics::GetGlobalParameterByName(Z_Param_Name); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execSetGlobalParameterByName) - { - P_GET_PROPERTY(FNameProperty,Z_Param_Name); - P_GET_PROPERTY(FFloatProperty,Z_Param_Value); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::SetGlobalParameterByName(Z_Param_Name,Z_Param_Value); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execVCASetVolume) - { - P_GET_OBJECT(UFMODVCA,Z_Param_Vca); - P_GET_PROPERTY(FFloatProperty,Z_Param_Volume); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::VCASetVolume(Z_Param_Vca,Z_Param_Volume); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execBusStopAllEvents) - { - P_GET_OBJECT(UFMODBus,Z_Param_Bus); - P_GET_PROPERTY(FByteProperty,Z_Param_stopMode); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::BusStopAllEvents(Z_Param_Bus,EFMOD_STUDIO_STOP_MODE(Z_Param_stopMode)); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execBusSetMute) - { - P_GET_OBJECT(UFMODBus,Z_Param_Bus); - P_GET_UBOOL(Z_Param_bMute); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::BusSetMute(Z_Param_Bus,Z_Param_bMute); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execBusSetPaused) - { - P_GET_OBJECT(UFMODBus,Z_Param_Bus); - P_GET_UBOOL(Z_Param_bPaused); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::BusSetPaused(Z_Param_Bus,Z_Param_bPaused); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execBusSetVolume) - { - P_GET_OBJECT(UFMODBus,Z_Param_Bus); - P_GET_PROPERTY(FFloatProperty,Z_Param_Volume); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::BusSetVolume(Z_Param_Bus,Z_Param_Volume); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execFindEventInstances) - { - P_GET_OBJECT(UObject,Z_Param_WorldContextObject); - P_GET_OBJECT(UFMODEvent,Z_Param_Event); - P_FINISH; - P_NATIVE_BEGIN; - *(TArray*)Z_Param__Result=UFMODBlueprintStatics::FindEventInstances(Z_Param_WorldContextObject,Z_Param_Event); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execUnloadEventSampleData) - { - P_GET_OBJECT(UObject,Z_Param_WorldContextObject); - P_GET_OBJECT(UFMODEvent,Z_Param_Event); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::UnloadEventSampleData(Z_Param_WorldContextObject,Z_Param_Event); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execLoadEventSampleData) - { - P_GET_OBJECT(UObject,Z_Param_WorldContextObject); - P_GET_OBJECT(UFMODEvent,Z_Param_Event); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::LoadEventSampleData(Z_Param_WorldContextObject,Z_Param_Event); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execUnloadBankSampleData) - { - P_GET_OBJECT(UFMODBank,Z_Param_Bank); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::UnloadBankSampleData(Z_Param_Bank); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execLoadBankSampleData) - { - P_GET_OBJECT(UFMODBank,Z_Param_Bank); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::LoadBankSampleData(Z_Param_Bank); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execIsBankLoaded) - { - P_GET_OBJECT(UFMODBank,Z_Param_Bank); - P_FINISH; - P_NATIVE_BEGIN; - *(bool*)Z_Param__Result=UFMODBlueprintStatics::IsBankLoaded(Z_Param_Bank); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execUnloadBank) - { - P_GET_OBJECT(UFMODBank,Z_Param_Bank); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::UnloadBank(Z_Param_Bank); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execLoadBank) - { - P_GET_OBJECT(UFMODBank,Z_Param_Bank); - P_GET_UBOOL(Z_Param_bBlocking); - P_GET_UBOOL(Z_Param_bLoadSampleData); - P_FINISH; - P_NATIVE_BEGIN; - UFMODBlueprintStatics::LoadBank(Z_Param_Bank,Z_Param_bBlocking,Z_Param_bLoadSampleData); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execFindEventByName) - { - P_GET_PROPERTY(FStrProperty,Z_Param_Name); - P_FINISH; - P_NATIVE_BEGIN; - *(UFMODEvent**)Z_Param__Result=UFMODBlueprintStatics::FindEventByName(Z_Param_Name); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execFindAssetByName) - { - P_GET_PROPERTY(FStrProperty,Z_Param_Name); - P_FINISH; - P_NATIVE_BEGIN; - *(UFMODAsset**)Z_Param__Result=UFMODBlueprintStatics::FindAssetByName(Z_Param_Name); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execPlayEventAttached) - { - P_GET_OBJECT(UFMODEvent,Z_Param_Event); - P_GET_OBJECT(USceneComponent,Z_Param_AttachToComponent); - P_GET_PROPERTY(FNameProperty,Z_Param_AttachPointName); - P_GET_STRUCT(FVector,Z_Param_Location); - P_GET_PROPERTY(FByteProperty,Z_Param_LocationType); - P_GET_UBOOL(Z_Param_bStopWhenAttachedToDestroyed); - P_GET_UBOOL(Z_Param_bAutoPlay); - P_GET_UBOOL(Z_Param_bAutoDestroy); - P_FINISH; - P_NATIVE_BEGIN; - *(UFMODAudioComponent**)Z_Param__Result=UFMODBlueprintStatics::PlayEventAttached(Z_Param_Event,Z_Param_AttachToComponent,Z_Param_AttachPointName,Z_Param_Location,EAttachLocation::Type(Z_Param_LocationType),Z_Param_bStopWhenAttachedToDestroyed,Z_Param_bAutoPlay,Z_Param_bAutoDestroy); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execPlayEventAtLocation) - { - P_GET_OBJECT(UObject,Z_Param_WorldContextObject); - P_GET_OBJECT(UFMODEvent,Z_Param_Event); - P_GET_STRUCT_REF(FTransform,Z_Param_Out_Location); - P_GET_UBOOL(Z_Param_bAutoPlay); - P_FINISH; - P_NATIVE_BEGIN; - *(FFMODEventInstance*)Z_Param__Result=UFMODBlueprintStatics::PlayEventAtLocation(Z_Param_WorldContextObject,Z_Param_Event,Z_Param_Out_Location,Z_Param_bAutoPlay); - P_NATIVE_END; - } - DEFINE_FUNCTION(UFMODBlueprintStatics::execPlayEvent2D) - { - P_GET_OBJECT(UObject,Z_Param_WorldContextObject); - P_GET_OBJECT(UFMODEvent,Z_Param_Event); - P_GET_UBOOL(Z_Param_bAutoPlay); - P_FINISH; - P_NATIVE_BEGIN; - *(FFMODEventInstance*)Z_Param__Result=UFMODBlueprintStatics::PlayEvent2D(Z_Param_WorldContextObject,Z_Param_Event,Z_Param_bAutoPlay); - P_NATIVE_END; - } - void UFMODBlueprintStatics::StaticRegisterNativesUFMODBlueprintStatics() - { - UClass* Class = UFMODBlueprintStatics::StaticClass(); - static const FNameNativePtrPair Funcs[] = { - { "BusSetMute", &UFMODBlueprintStatics::execBusSetMute }, - { "BusSetPaused", &UFMODBlueprintStatics::execBusSetPaused }, - { "BusSetVolume", &UFMODBlueprintStatics::execBusSetVolume }, - { "BusStopAllEvents", &UFMODBlueprintStatics::execBusStopAllEvents }, - { "EventInstanceGetParameter", &UFMODBlueprintStatics::execEventInstanceGetParameter }, - { "EventInstanceGetParameterValue", &UFMODBlueprintStatics::execEventInstanceGetParameterValue }, - { "EventInstanceIsValid", &UFMODBlueprintStatics::execEventInstanceIsValid }, - { "EventInstanceKeyOff", &UFMODBlueprintStatics::execEventInstanceKeyOff }, - { "EventInstancePlay", &UFMODBlueprintStatics::execEventInstancePlay }, - { "EventInstanceRelease", &UFMODBlueprintStatics::execEventInstanceRelease }, - { "EventInstanceSetParameter", &UFMODBlueprintStatics::execEventInstanceSetParameter }, - { "EventInstanceSetPaused", &UFMODBlueprintStatics::execEventInstanceSetPaused }, - { "EventInstanceSetPitch", &UFMODBlueprintStatics::execEventInstanceSetPitch }, - { "EventInstanceSetProperty", &UFMODBlueprintStatics::execEventInstanceSetProperty }, - { "EventInstanceSetTransform", &UFMODBlueprintStatics::execEventInstanceSetTransform }, - { "EventInstanceSetVolume", &UFMODBlueprintStatics::execEventInstanceSetVolume }, - { "EventInstanceStop", &UFMODBlueprintStatics::execEventInstanceStop }, - { "FindAssetByName", &UFMODBlueprintStatics::execFindAssetByName }, - { "FindEventByName", &UFMODBlueprintStatics::execFindEventByName }, - { "FindEventInstances", &UFMODBlueprintStatics::execFindEventInstances }, - { "GetGlobalParameterByName", &UFMODBlueprintStatics::execGetGlobalParameterByName }, - { "GetGlobalParameterValueByName", &UFMODBlueprintStatics::execGetGlobalParameterValueByName }, - { "GetOutputDrivers", &UFMODBlueprintStatics::execGetOutputDrivers }, - { "IsBankLoaded", &UFMODBlueprintStatics::execIsBankLoaded }, - { "LoadBank", &UFMODBlueprintStatics::execLoadBank }, - { "LoadBankSampleData", &UFMODBlueprintStatics::execLoadBankSampleData }, - { "LoadEventSampleData", &UFMODBlueprintStatics::execLoadEventSampleData }, - { "MixerResume", &UFMODBlueprintStatics::execMixerResume }, - { "MixerSuspend", &UFMODBlueprintStatics::execMixerSuspend }, - { "PlayEvent2D", &UFMODBlueprintStatics::execPlayEvent2D }, - { "PlayEventAtLocation", &UFMODBlueprintStatics::execPlayEventAtLocation }, - { "PlayEventAttached", &UFMODBlueprintStatics::execPlayEventAttached }, - { "SetGlobalParameterByName", &UFMODBlueprintStatics::execSetGlobalParameterByName }, - { "SetLocale", &UFMODBlueprintStatics::execSetLocale }, - { "SetOutputDriverByIndex", &UFMODBlueprintStatics::execSetOutputDriverByIndex }, - { "SetOutputDriverByName", &UFMODBlueprintStatics::execSetOutputDriverByName }, - { "UnloadBank", &UFMODBlueprintStatics::execUnloadBank }, - { "UnloadBankSampleData", &UFMODBlueprintStatics::execUnloadBankSampleData }, - { "UnloadEventSampleData", &UFMODBlueprintStatics::execUnloadEventSampleData }, - { "VCASetVolume", &UFMODBlueprintStatics::execVCASetVolume }, - }; - FNativeFunctionRegistrar::RegisterFunctions(Class, Funcs, UE_ARRAY_COUNT(Funcs)); - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics - { - struct FMODBlueprintStatics_eventBusSetMute_Parms - { - UFMODBus* Bus; - bool bMute; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Bus; - static void NewProp_bMute_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bMute; - 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_UFMODBlueprintStatics_BusSetMute_Statics::NewProp_Bus = { "Bus", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventBusSetMute_Parms, Bus), Z_Construct_UClass_UFMODBus_NoRegister, METADATA_PARAMS(0, nullptr) }; - void Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::NewProp_bMute_SetBit(void* Obj) - { - ((FMODBlueprintStatics_eventBusSetMute_Parms*)Obj)->bMute = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::NewProp_bMute = { "bMute", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODBlueprintStatics_eventBusSetMute_Parms), &Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::NewProp_bMute_SetBit, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::NewProp_Bus, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::NewProp_bMute, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Bus" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Mute/Unmute this bus\n\x09 * @param Bus - bus to use\n\x09 * @param bMute - mute\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Mute/Unmute this bus\n@param Bus - bus to use\n@param bMute - mute" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "BusSetMute", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::FMODBlueprintStatics_eventBusSetMute_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::FMODBlueprintStatics_eventBusSetMute_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics - { - struct FMODBlueprintStatics_eventBusSetPaused_Parms - { - UFMODBus* Bus; - bool bPaused; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Bus; - static void NewProp_bPaused_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bPaused; - 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_UFMODBlueprintStatics_BusSetPaused_Statics::NewProp_Bus = { "Bus", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventBusSetPaused_Parms, Bus), Z_Construct_UClass_UFMODBus_NoRegister, METADATA_PARAMS(0, nullptr) }; - void Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::NewProp_bPaused_SetBit(void* Obj) - { - ((FMODBlueprintStatics_eventBusSetPaused_Parms*)Obj)->bPaused = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::NewProp_bPaused = { "bPaused", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODBlueprintStatics_eventBusSetPaused_Parms), &Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::NewProp_bPaused_SetBit, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::NewProp_Bus, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::NewProp_bPaused, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Bus" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Pause/Unpause all events going through this bus\n\x09 * @param Bus - bus to use\n\x09 * @param bPaused - paused\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Pause/Unpause all events going through this bus\n@param Bus - bus to use\n@param bPaused - paused" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "BusSetPaused", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::FMODBlueprintStatics_eventBusSetPaused_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::FMODBlueprintStatics_eventBusSetPaused_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics - { - struct FMODBlueprintStatics_eventBusSetVolume_Parms - { - UFMODBus* Bus; - float Volume; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Bus; - static const UECodeGen_Private::FFloatPropertyParams NewProp_Volume; - 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_UFMODBlueprintStatics_BusSetVolume_Statics::NewProp_Bus = { "Bus", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventBusSetVolume_Parms, Bus), Z_Construct_UClass_UFMODBus_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::NewProp_Volume = { "Volume", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventBusSetVolume_Parms, Volume), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::NewProp_Bus, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::NewProp_Volume, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Bus" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set volume on a bus\n\x09 * @param Bus - bus to use\n\x09 * @param Volume - volume\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set volume on a bus\n@param Bus - bus to use\n@param Volume - volume" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "BusSetVolume", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::FMODBlueprintStatics_eventBusSetVolume_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::FMODBlueprintStatics_eventBusSetVolume_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics - { - struct FMODBlueprintStatics_eventBusStopAllEvents_Parms - { - UFMODBus* Bus; - TEnumAsByte stopMode; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Bus; - static const UECodeGen_Private::FBytePropertyParams NewProp_stopMode; - 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_UFMODBlueprintStatics_BusStopAllEvents_Statics::NewProp_Bus = { "Bus", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventBusStopAllEvents_Parms, Bus), Z_Construct_UClass_UFMODBus_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::NewProp_stopMode = { "stopMode", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventBusStopAllEvents_Parms, stopMode), Z_Construct_UEnum_FMODStudio_EFMOD_STUDIO_STOP_MODE, METADATA_PARAMS(0, nullptr) }; // 3643564038 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::NewProp_Bus, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::NewProp_stopMode, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|Bus" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Stops all EventInstances routed into the bus\n\x09 * @param Bus - bus to use\n\x09 * @param stopMode - desired stop mode\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Stops all EventInstances routed into the bus\n@param Bus - bus to use\n@param stopMode - desired stop mode" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "BusStopAllEvents", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::FMODBlueprintStatics_eventBusStopAllEvents_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::FMODBlueprintStatics_eventBusStopAllEvents_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics - { - struct FMODBlueprintStatics_eventEventInstanceGetParameter_Parms - { - FFMODEventInstance EventInstance; - FName Name; - float ReturnValue; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_EventInstance; - static const UECodeGen_Private::FNamePropertyParams NewProp_Name; - 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::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::NewProp_EventInstance = { "EventInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceGetParameter_Parms, EventInstance), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceGetParameter_Parms, Name), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceGetParameter_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::NewProp_EventInstance, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::NewProp_Name, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|EventInstance" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Will be deprecated in FMOD 2.01, use `EventInstanceGetParameterValue(FFMODEventInstance, FName, float, float)` instead.\n * Get a parameter on an FMOD Event Instance.\n\x09 * @param EventInstance - Event instance\n\x09 * @param Name - Name of parameter\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Will be deprecated in FMOD 2.01, use `EventInstanceGetParameterValue(FFMODEventInstance, FName, float, float)` instead.\nGet a parameter on an FMOD Event Instance.\n@param EventInstance - Event instance\n@param Name - Name of parameter" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "EventInstanceGetParameter", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::FMODBlueprintStatics_eventEventInstanceGetParameter_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::FMODBlueprintStatics_eventEventInstanceGetParameter_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics - { - struct FMODBlueprintStatics_eventEventInstanceGetParameterValue_Parms - { - FFMODEventInstance EventInstance; - FName Name; - float UserValue; - float FinalValue; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_EventInstance; - static const UECodeGen_Private::FNamePropertyParams NewProp_Name; - static const UECodeGen_Private::FFloatPropertyParams NewProp_UserValue; - static const UECodeGen_Private::FFloatPropertyParams NewProp_FinalValue; - 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::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::NewProp_EventInstance = { "EventInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceGetParameterValue_Parms, EventInstance), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceGetParameterValue_Parms, Name), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::NewProp_UserValue = { "UserValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceGetParameterValue_Parms, UserValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::NewProp_FinalValue = { "FinalValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceGetParameterValue_Parms, FinalValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::NewProp_EventInstance, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::NewProp_Name, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::NewProp_UserValue, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::NewProp_FinalValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|EventInstance" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Get a parameter on an FMOD Event Instance.\n\x09 * @param EventInstance - Event instance\n\x09 * @param Name - Name of parameter\n * @param UserValue - Parameter value as set from the public API.\n * @param FinalValue - Final combined parameter value.\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Get a parameter on an FMOD Event Instance.\n@param EventInstance - Event instance\n@param Name - Name of parameter\n@param UserValue - Parameter value as set from the public API.\n@param FinalValue - Final combined parameter value." }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "EventInstanceGetParameterValue", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::FMODBlueprintStatics_eventEventInstanceGetParameterValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::FMODBlueprintStatics_eventEventInstanceGetParameterValue_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics - { - struct FMODBlueprintStatics_eventEventInstanceIsValid_Parms - { - FFMODEventInstance EventInstance; - bool ReturnValue; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_EventInstance; - 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; - }; - const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::NewProp_EventInstance = { "EventInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceIsValid_Parms, EventInstance), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - void Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::NewProp_ReturnValue_SetBit(void* Obj) - { - ((FMODBlueprintStatics_eventEventInstanceIsValid_Parms*)Obj)->ReturnValue = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODBlueprintStatics_eventEventInstanceIsValid_Parms), &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::NewProp_EventInstance, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|EventInstance" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Returns whether this FMOD Event Instance is valid. The instance will be invalidated when the sound stops.\n\x09 * @param EventInstance - Event instance\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Returns whether this FMOD Event Instance is valid. The instance will be invalidated when the sound stops.\n@param EventInstance - Event instance" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "EventInstanceIsValid", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::FMODBlueprintStatics_eventEventInstanceIsValid_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::FMODBlueprintStatics_eventEventInstanceIsValid_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics - { - struct FMODBlueprintStatics_eventEventInstanceKeyOff_Parms - { - FFMODEventInstance EventInstance; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_EventInstance; - 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::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics::NewProp_EventInstance = { "EventInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceKeyOff_Parms, EventInstance), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics::NewProp_EventInstance, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|EventInstance" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Allow an FMOD Event Instance to continue past a sustain point.\n\x09 * @param EventInstance - Event instance\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Allow an FMOD Event Instance to continue past a sustain point.\n@param EventInstance - Event instance" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "EventInstanceKeyOff", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics::FMODBlueprintStatics_eventEventInstanceKeyOff_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics::FMODBlueprintStatics_eventEventInstanceKeyOff_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics - { - struct FMODBlueprintStatics_eventEventInstancePlay_Parms - { - FFMODEventInstance EventInstance; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_EventInstance; - 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::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics::NewProp_EventInstance = { "EventInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstancePlay_Parms, EventInstance), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics::NewProp_EventInstance, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|EventInstance" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Plays an FMOD Event Instance.\n\x09 * @param EventInstance - Event instance\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Plays an FMOD Event Instance.\n@param EventInstance - Event instance" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "EventInstancePlay", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics::FMODBlueprintStatics_eventEventInstancePlay_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics::FMODBlueprintStatics_eventEventInstancePlay_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics - { - struct FMODBlueprintStatics_eventEventInstanceRelease_Parms - { - FFMODEventInstance EventInstance; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_EventInstance; - 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::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics::NewProp_EventInstance = { "EventInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceRelease_Parms, EventInstance), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics::NewProp_EventInstance, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|EventInstance" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Release an FMOD Event Instance.\n * @param EventInstance - Event instance\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Release an FMOD Event Instance.\n@param EventInstance - Event instance" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "EventInstanceRelease", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics::FMODBlueprintStatics_eventEventInstanceRelease_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics::FMODBlueprintStatics_eventEventInstanceRelease_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics - { - struct FMODBlueprintStatics_eventEventInstanceSetParameter_Parms - { - FFMODEventInstance EventInstance; - FName Name; - float Value; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_EventInstance; - static const UECodeGen_Private::FNamePropertyParams NewProp_Name; - static const UECodeGen_Private::FFloatPropertyParams NewProp_Value; - 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::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::NewProp_EventInstance = { "EventInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceSetParameter_Parms, EventInstance), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceSetParameter_Parms, Name), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceSetParameter_Parms, Value), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::NewProp_EventInstance, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::NewProp_Name, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::NewProp_Value, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|EventInstance" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set a parameter on an FMOD Event Instance.\n\x09 * @param EventInstance - Event instance\n\x09 * @param Name - Name of parameter\n\x09 * @param Value - Value of parameter\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set a parameter on an FMOD Event Instance.\n@param EventInstance - Event instance\n@param Name - Name of parameter\n@param Value - Value of parameter" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "EventInstanceSetParameter", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::FMODBlueprintStatics_eventEventInstanceSetParameter_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::FMODBlueprintStatics_eventEventInstanceSetParameter_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics - { - struct FMODBlueprintStatics_eventEventInstanceSetPaused_Parms - { - FFMODEventInstance EventInstance; - bool Paused; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_EventInstance; - static void NewProp_Paused_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_Paused; - 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::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::NewProp_EventInstance = { "EventInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceSetPaused_Parms, EventInstance), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - void Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::NewProp_Paused_SetBit(void* Obj) - { - ((FMODBlueprintStatics_eventEventInstanceSetPaused_Parms*)Obj)->Paused = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::NewProp_Paused = { "Paused", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODBlueprintStatics_eventEventInstanceSetPaused_Parms), &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::NewProp_Paused_SetBit, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::NewProp_EventInstance, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::NewProp_Paused, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|EventInstance" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Pause/Unpause an FMOD Event Instance.\n\x09 * @param EventInstance - Event instance\n\x09 * @param Paused - Whether to pause or unpause\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Pause/Unpause an FMOD Event Instance.\n@param EventInstance - Event instance\n@param Paused - Whether to pause or unpause" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "EventInstanceSetPaused", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::FMODBlueprintStatics_eventEventInstanceSetPaused_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::FMODBlueprintStatics_eventEventInstanceSetPaused_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics - { - struct FMODBlueprintStatics_eventEventInstanceSetPitch_Parms - { - FFMODEventInstance EventInstance; - float Pitch; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_EventInstance; - static const UECodeGen_Private::FFloatPropertyParams NewProp_Pitch; - 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::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::NewProp_EventInstance = { "EventInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceSetPitch_Parms, EventInstance), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::NewProp_Pitch = { "Pitch", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceSetPitch_Parms, Pitch), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::NewProp_EventInstance, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::NewProp_Pitch, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|EventInstance" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set pitch on an FMOD Event Instance.\n\x09 * @param EventInstance - Event instance\n\x09 * @param Value - Volume to set\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set pitch on an FMOD Event Instance.\n@param EventInstance - Event instance\n@param Value - Volume to set" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "EventInstanceSetPitch", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::FMODBlueprintStatics_eventEventInstanceSetPitch_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::FMODBlueprintStatics_eventEventInstanceSetPitch_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics - { - struct FMODBlueprintStatics_eventEventInstanceSetProperty_Parms - { - FFMODEventInstance EventInstance; - TEnumAsByte Property; - float Value; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_EventInstance; - static const UECodeGen_Private::FBytePropertyParams NewProp_Property; - static const UECodeGen_Private::FFloatPropertyParams NewProp_Value; - 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::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::NewProp_EventInstance = { "EventInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceSetProperty_Parms, EventInstance), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::NewProp_Property = { "Property", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceSetProperty_Parms, Property), Z_Construct_UEnum_FMODStudio_EFMODEventProperty, METADATA_PARAMS(0, nullptr) }; // 3069006086 - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceSetProperty_Parms, Value), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::NewProp_EventInstance, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::NewProp_Property, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::NewProp_Value, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|EventInstance" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set an FMOD event property on an FMOD Event Instance.\n\x09* @param EventInstance - Event instance\n\x09* @param Property - Property to set\n\x09* @param Value - Value to set\n\x09*/" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set an FMOD event property on an FMOD Event Instance.\n@param EventInstance - Event instance\n@param Property - Property to set\n@param Value - Value to set" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "EventInstanceSetProperty", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::FMODBlueprintStatics_eventEventInstanceSetProperty_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::FMODBlueprintStatics_eventEventInstanceSetProperty_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics - { - struct FMODBlueprintStatics_eventEventInstanceSetTransform_Parms - { - FFMODEventInstance EventInstance; - FTransform Location; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_EventInstance; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Location_MetaData[]; -#endif - static const UECodeGen_Private::FStructPropertyParams NewProp_Location; - 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::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::NewProp_EventInstance = { "EventInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceSetTransform_Parms, EventInstance), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::NewProp_Location_MetaData[] = { - { "NativeConst", "" }, - }; -#endif - const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::NewProp_Location = { "Location", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceSetTransform_Parms, Location), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::NewProp_Location_MetaData), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::NewProp_Location_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::NewProp_EventInstance, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::NewProp_Location, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|EventInstance" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set 3D attributes on a FMOD Event Instance.\n\x09 * @param EventInstance - Event instance\n\x09 * @param Location - Location to place event\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set 3D attributes on a FMOD Event Instance.\n@param EventInstance - Event instance\n@param Location - Location to place event" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "EventInstanceSetTransform", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::FMODBlueprintStatics_eventEventInstanceSetTransform_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::FMODBlueprintStatics_eventEventInstanceSetTransform_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics - { - struct FMODBlueprintStatics_eventEventInstanceSetVolume_Parms - { - FFMODEventInstance EventInstance; - float Volume; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_EventInstance; - static const UECodeGen_Private::FFloatPropertyParams NewProp_Volume; - 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::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::NewProp_EventInstance = { "EventInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceSetVolume_Parms, EventInstance), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::NewProp_Volume = { "Volume", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceSetVolume_Parms, Volume), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::NewProp_EventInstance, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::NewProp_Volume, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|EventInstance" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set volume on an FMOD Event Instance.\n\x09 * @param EventInstance - Event instance\n\x09 * @param Value - Volume to set\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set volume on an FMOD Event Instance.\n@param EventInstance - Event instance\n@param Value - Volume to set" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "EventInstanceSetVolume", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::FMODBlueprintStatics_eventEventInstanceSetVolume_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::FMODBlueprintStatics_eventEventInstanceSetVolume_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics - { - struct FMODBlueprintStatics_eventEventInstanceStop_Parms - { - FFMODEventInstance EventInstance; - bool Release; - }; - static const UECodeGen_Private::FStructPropertyParams NewProp_EventInstance; - static void NewProp_Release_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_Release; - 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::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::NewProp_EventInstance = { "EventInstance", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventEventInstanceStop_Parms, EventInstance), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - void Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::NewProp_Release_SetBit(void* Obj) - { - ((FMODBlueprintStatics_eventEventInstanceStop_Parms*)Obj)->Release = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::NewProp_Release = { "Release", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODBlueprintStatics_eventEventInstanceStop_Parms), &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::NewProp_Release_SetBit, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::NewProp_EventInstance, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::NewProp_Release, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|EventInstance" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Stop an FMOD Event Instance.\n\x09 * @param EventInstance - Event instance\n * @param Release - Whether to release the Event Instance\n\x09 */" }, -#endif - { "CPP_Default_Release", "false" }, - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Stop an FMOD Event Instance.\n@param EventInstance - Event instance\n@param Release - Whether to release the Event Instance" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "EventInstanceStop", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::FMODBlueprintStatics_eventEventInstanceStop_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::FMODBlueprintStatics_eventEventInstanceStop_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics - { - struct FMODBlueprintStatics_eventFindAssetByName_Parms - { - FString Name; - UFMODAsset* ReturnValue; - }; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_Name; - 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_UFMODBlueprintStatics_FindAssetByName_Statics::NewProp_Name_MetaData[] = { - { "NativeConst", "" }, - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventFindAssetByName_Parms, Name), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::NewProp_Name_MetaData), Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::NewProp_Name_MetaData) }; - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventFindAssetByName_Parms, ReturnValue), Z_Construct_UClass_UFMODAsset_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::NewProp_Name, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Find an asset by name.\n\x09 * @param EventName - The asset name\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Find an asset by name.\n@param EventName - The asset name" }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "FindAssetByName", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::FMODBlueprintStatics_eventFindAssetByName_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::FMODBlueprintStatics_eventFindAssetByName_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics - { - struct FMODBlueprintStatics_eventFindEventByName_Parms - { - FString Name; - UFMODEvent* ReturnValue; - }; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_Name; - 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_UFMODBlueprintStatics_FindEventByName_Statics::NewProp_Name_MetaData[] = { - { "NativeConst", "" }, - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventFindEventByName_Parms, Name), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::NewProp_Name_MetaData), Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::NewProp_Name_MetaData) }; - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventFindEventByName_Parms, ReturnValue), Z_Construct_UClass_UFMODEvent_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::NewProp_Name, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Find an event by name.\n\x09 * @param EventName - The event name\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Find an event by name.\n@param EventName - The event name" }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "FindEventByName", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::FMODBlueprintStatics_eventFindEventByName_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::FMODBlueprintStatics_eventFindEventByName_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics - { - struct FMODBlueprintStatics_eventFindEventInstances_Parms - { - UObject* WorldContextObject; - UFMODEvent* Event; - TArray ReturnValue; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Event; - static const UECodeGen_Private::FStructPropertyParams 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; - }; - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::NewProp_WorldContextObject = { "WorldContextObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventFindEventInstances_Parms, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::NewProp_Event = { "Event", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventFindEventInstances_Parms, Event), Z_Construct_UClass_UFMODEvent_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventFindEventInstances_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; // 1332022397 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::NewProp_WorldContextObject, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::NewProp_Event, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::NewProp_ReturnValue_Inner, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Return a list of all event instances that are playing for this event.\n\x09\x09""Be careful using this function because it is possible to find and alter any playing sound, even ones owned by other audio components.\n\x09 * @param Event - event to find instances from.\n\x09 */" }, -#endif - { "DefaultToSelf", "WorldContextObject" }, - { "HidePin", "WorldContextObject" }, - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Return a list of all event instances that are playing for this event.\n Be careful using this function because it is possible to find and alter any playing sound, even ones owned by other audio components.\n@param Event - event to find instances from." }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "FindEventInstances", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::FMODBlueprintStatics_eventFindEventInstances_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::FMODBlueprintStatics_eventFindEventInstances_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics - { - struct FMODBlueprintStatics_eventGetGlobalParameterByName_Parms - { - FName Name; - float ReturnValue; - }; - static const UECodeGen_Private::FNamePropertyParams NewProp_Name; - 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::FNamePropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventGetGlobalParameterByName_Parms, Name), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventGetGlobalParameterByName_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::NewProp_Name, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Will be deprecated in FMOD 2.01, use `GetGlobalParameterValueByName(FName, float, float)` instead.\n * Get a global parameter from the System.\n * @param Name - Name of parameter\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Will be deprecated in FMOD 2.01, use `GetGlobalParameterValueByName(FName, float, float)` instead.\nGet a global parameter from the System.\n@param Name - Name of parameter" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "GetGlobalParameterByName", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::FMODBlueprintStatics_eventGetGlobalParameterByName_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::FMODBlueprintStatics_eventGetGlobalParameterByName_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics - { - struct FMODBlueprintStatics_eventGetGlobalParameterValueByName_Parms - { - FName Name; - float UserValue; - float FinalValue; - }; - static const UECodeGen_Private::FNamePropertyParams NewProp_Name; - static const UECodeGen_Private::FFloatPropertyParams NewProp_UserValue; - static const UECodeGen_Private::FFloatPropertyParams NewProp_FinalValue; - 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::FNamePropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventGetGlobalParameterValueByName_Parms, Name), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::NewProp_UserValue = { "UserValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventGetGlobalParameterValueByName_Parms, UserValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::NewProp_FinalValue = { "FinalValue", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventGetGlobalParameterValueByName_Parms, FinalValue), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::NewProp_Name, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::NewProp_UserValue, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::NewProp_FinalValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Get a global parameter from the System.\n * @param Name - Name of parameter\n * @param UserValue - Parameter value as set from the public API.\n * @param FinalValue - Final combined parameter value.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Get a global parameter from the System.\n@param Name - Name of parameter\n@param UserValue - Parameter value as set from the public API.\n@param FinalValue - Final combined parameter value." }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "GetGlobalParameterValueByName", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::FMODBlueprintStatics_eventGetGlobalParameterValueByName_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04422401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::FMODBlueprintStatics_eventGetGlobalParameterValueByName_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics - { - struct FMODBlueprintStatics_eventGetOutputDrivers_Parms - { - TArray ReturnValue; - }; - static const UECodeGen_Private::FStrPropertyParams 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; - }; - const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventGetOutputDrivers_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::NewProp_ReturnValue_Inner, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** List all output device names.\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "List all output device names." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "GetOutputDrivers", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::FMODBlueprintStatics_eventGetOutputDrivers_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::FMODBlueprintStatics_eventGetOutputDrivers_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics - { - struct FMODBlueprintStatics_eventIsBankLoaded_Parms - { - UFMODBank* Bank; - bool ReturnValue; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Bank; - 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; - }; - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::NewProp_Bank = { "Bank", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventIsBankLoaded_Parms, Bank), Z_Construct_UClass_UFMODBank_NoRegister, METADATA_PARAMS(0, nullptr) }; - void Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::NewProp_ReturnValue_SetBit(void* Obj) - { - ((FMODBlueprintStatics_eventIsBankLoaded_Parms*)Obj)->ReturnValue = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODBlueprintStatics_eventIsBankLoaded_Parms), &Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::NewProp_Bank, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Returns true if a bank is loaded.\n\x09* @param Bank - bank to query\n\x09*/" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Returns true if a bank is loaded.\n@param Bank - bank to query" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "IsBankLoaded", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::FMODBlueprintStatics_eventIsBankLoaded_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::FMODBlueprintStatics_eventIsBankLoaded_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics - { - struct FMODBlueprintStatics_eventLoadBank_Parms - { - UFMODBank* Bank; - bool bBlocking; - bool bLoadSampleData; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Bank; - static void NewProp_bBlocking_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bBlocking; - static void NewProp_bLoadSampleData_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bLoadSampleData; - 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_UFMODBlueprintStatics_LoadBank_Statics::NewProp_Bank = { "Bank", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventLoadBank_Parms, Bank), Z_Construct_UClass_UFMODBank_NoRegister, METADATA_PARAMS(0, nullptr) }; - void Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::NewProp_bBlocking_SetBit(void* Obj) - { - ((FMODBlueprintStatics_eventLoadBank_Parms*)Obj)->bBlocking = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::NewProp_bBlocking = { "bBlocking", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODBlueprintStatics_eventLoadBank_Parms), &Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::NewProp_bBlocking_SetBit, METADATA_PARAMS(0, nullptr) }; - void Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::NewProp_bLoadSampleData_SetBit(void* Obj) - { - ((FMODBlueprintStatics_eventLoadBank_Parms*)Obj)->bLoadSampleData = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::NewProp_bLoadSampleData = { "bLoadSampleData", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODBlueprintStatics_eventLoadBank_Parms), &Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::NewProp_bLoadSampleData_SetBit, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::NewProp_Bank, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::NewProp_bBlocking, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::NewProp_bLoadSampleData, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::Function_MetaDataParams[] = { - { "bBlocking", "true" }, - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Loads a bank.\n\x09 * @param Bank - bank to load\n\x09 * @param bBlocking - determines whether the bank will load synchronously\n\x09 * @param bLoadSampleData - determines whether sample data will be preloaded immediately\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Loads a bank.\n@param Bank - bank to load\n@param bBlocking - determines whether the bank will load synchronously\n@param bLoadSampleData - determines whether sample data will be preloaded immediately" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "LoadBank", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::FMODBlueprintStatics_eventLoadBank_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::FMODBlueprintStatics_eventLoadBank_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData_Statics - { - struct FMODBlueprintStatics_eventLoadBankSampleData_Parms - { - UFMODBank* Bank; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Bank; - 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_UFMODBlueprintStatics_LoadBankSampleData_Statics::NewProp_Bank = { "Bank", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventLoadBankSampleData_Parms, Bank), Z_Construct_UClass_UFMODBank_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData_Statics::NewProp_Bank, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Load bank sample data.\n\x09 * @param Bank - bank to load sample data from\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Load bank sample data.\n@param Bank - bank to load sample data from" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "LoadBankSampleData", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData_Statics::FMODBlueprintStatics_eventLoadBankSampleData_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData_Statics::FMODBlueprintStatics_eventLoadBankSampleData_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics - { - struct FMODBlueprintStatics_eventLoadEventSampleData_Parms - { - UObject* WorldContextObject; - UFMODEvent* Event; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Event; - 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_UFMODBlueprintStatics_LoadEventSampleData_Statics::NewProp_WorldContextObject = { "WorldContextObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventLoadEventSampleData_Parms, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::NewProp_Event = { "Event", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventLoadEventSampleData_Parms, Event), Z_Construct_UClass_UFMODEvent_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::NewProp_WorldContextObject, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::NewProp_Event, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Load event sample data. This can be done ahead of time to avoid loading stalls.\n\x09 * @param Event - event to load sample data from.\n\x09 */" }, -#endif - { "DefaultToSelf", "WorldContextObject" }, - { "HidePin", "WorldContextObject" }, - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Load event sample data. This can be done ahead of time to avoid loading stalls.\n@param Event - event to load sample data from." }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "LoadEventSampleData", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::FMODBlueprintStatics_eventLoadEventSampleData_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::FMODBlueprintStatics_eventLoadEventSampleData_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_MixerResume_Statics - { -#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_UFMODBlueprintStatics_MixerResume_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Resume the FMOD mixer. Used when resuming the application.\n\x09*/" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Resume the FMOD mixer. Used when resuming the application." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_MixerResume_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "MixerResume", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_MixerResume_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_MixerResume_Statics::Function_MetaDataParams) }; - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_MixerResume() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_MixerResume_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_MixerSuspend_Statics - { -#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_UFMODBlueprintStatics_MixerSuspend_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Suspend the FMOD mixer. Used when suspending the application.\n\x09*/" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Suspend the FMOD mixer. Used when suspending the application." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_MixerSuspend_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "MixerSuspend", nullptr, nullptr, nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_MixerSuspend_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_MixerSuspend_Statics::Function_MetaDataParams) }; - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_MixerSuspend() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_MixerSuspend_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics - { - struct FMODBlueprintStatics_eventPlayEvent2D_Parms - { - UObject* WorldContextObject; - UFMODEvent* Event; - bool bAutoPlay; - FFMODEventInstance ReturnValue; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Event; - static void NewProp_bAutoPlay_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoPlay; - static const UECodeGen_Private::FStructPropertyParams 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_UFMODBlueprintStatics_PlayEvent2D_Statics::NewProp_WorldContextObject = { "WorldContextObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventPlayEvent2D_Parms, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::NewProp_Event = { "Event", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventPlayEvent2D_Parms, Event), Z_Construct_UClass_UFMODEvent_NoRegister, METADATA_PARAMS(0, nullptr) }; - void Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::NewProp_bAutoPlay_SetBit(void* Obj) - { - ((FMODBlueprintStatics_eventPlayEvent2D_Parms*)Obj)->bAutoPlay = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::NewProp_bAutoPlay = { "bAutoPlay", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODBlueprintStatics_eventPlayEvent2D_Parms), &Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::NewProp_bAutoPlay_SetBit, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventPlayEvent2D_Parms, ReturnValue), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::NewProp_WorldContextObject, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::NewProp_Event, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::NewProp_bAutoPlay, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::Function_MetaDataParams[] = { - { "AdvancedDisplay", "2" }, - { "bAutoPlay", "true" }, - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Plays an event. This returns an FMOD Event Instance. The sound does not travel with any actor.\n\x09 * @param Event - event to play\n\x09 * @param bAutoPlay - Start the event automatically.\n\x09 */" }, -#endif - { "DefaultToSelf", "WorldContextObject" }, - { "HidePin", "WorldContextObject" }, - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Plays an event. This returns an FMOD Event Instance. The sound does not travel with any actor.\n@param Event - event to play\n@param bAutoPlay - Start the event automatically." }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "PlayEvent2D", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::FMODBlueprintStatics_eventPlayEvent2D_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::FMODBlueprintStatics_eventPlayEvent2D_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics - { - struct FMODBlueprintStatics_eventPlayEventAtLocation_Parms - { - UObject* WorldContextObject; - UFMODEvent* Event; - FTransform Location; - bool bAutoPlay; - FFMODEventInstance ReturnValue; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Event; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Location_MetaData[]; -#endif - static const UECodeGen_Private::FStructPropertyParams NewProp_Location; - static void NewProp_bAutoPlay_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoPlay; - static const UECodeGen_Private::FStructPropertyParams 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_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_WorldContextObject = { "WorldContextObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventPlayEventAtLocation_Parms, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_Event = { "Event", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventPlayEventAtLocation_Parms, Event), Z_Construct_UClass_UFMODEvent_NoRegister, METADATA_PARAMS(0, nullptr) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_Location_MetaData[] = { - { "NativeConst", "" }, - }; -#endif - const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_Location = { "Location", nullptr, (EPropertyFlags)0x0010040008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventPlayEventAtLocation_Parms, Location), Z_Construct_UScriptStruct_FTransform, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_Location_MetaData), Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_Location_MetaData) }; - void Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_bAutoPlay_SetBit(void* Obj) - { - ((FMODBlueprintStatics_eventPlayEventAtLocation_Parms*)Obj)->bAutoPlay = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_bAutoPlay = { "bAutoPlay", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODBlueprintStatics_eventPlayEventAtLocation_Parms), &Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_bAutoPlay_SetBit, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventPlayEventAtLocation_Parms, ReturnValue), Z_Construct_UScriptStruct_FFMODEventInstance, METADATA_PARAMS(0, nullptr) }; // 1332022397 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_WorldContextObject, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_Event, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_Location, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_bAutoPlay, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::Function_MetaDataParams[] = { - { "AdvancedDisplay", "2" }, - { "bAutoPlay", "true" }, - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Plays an event at the given location. This returns an FMOD Event Instance. The sound does not travel with any actor.\n\x09 * @param Event - event to play\n\x09 * @param Location - World position to play event at\n\x09 * @param bAutoPlay - Start the event automatically.\n\x09 */" }, -#endif - { "DefaultToSelf", "WorldContextObject" }, - { "HidePin", "WorldContextObject" }, - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Plays an event at the given location. This returns an FMOD Event Instance. The sound does not travel with any actor.\n@param Event - event to play\n@param Location - World position to play event at\n@param bAutoPlay - Start the event automatically." }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "PlayEventAtLocation", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::FMODBlueprintStatics_eventPlayEventAtLocation_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04C22401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::FMODBlueprintStatics_eventPlayEventAtLocation_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics - { - struct FMODBlueprintStatics_eventPlayEventAttached_Parms - { - UFMODEvent* Event; - USceneComponent* AttachToComponent; - FName AttachPointName; - FVector Location; - TEnumAsByte LocationType; - bool bStopWhenAttachedToDestroyed; - bool bAutoPlay; - bool bAutoDestroy; - UFMODAudioComponent* ReturnValue; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Event; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_AttachToComponent_MetaData[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_AttachToComponent; - static const UECodeGen_Private::FNamePropertyParams NewProp_AttachPointName; - static const UECodeGen_Private::FStructPropertyParams NewProp_Location; - static const UECodeGen_Private::FBytePropertyParams NewProp_LocationType; - static void NewProp_bStopWhenAttachedToDestroyed_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bStopWhenAttachedToDestroyed; - static void NewProp_bAutoPlay_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoPlay; - static void NewProp_bAutoDestroy_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoDestroy; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[]; -#endif - 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_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_Event = { "Event", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventPlayEventAttached_Parms, Event), Z_Construct_UClass_UFMODEvent_NoRegister, METADATA_PARAMS(0, nullptr) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_AttachToComponent_MetaData[] = { - { "EditInline", "true" }, - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_AttachToComponent = { "AttachToComponent", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventPlayEventAttached_Parms, AttachToComponent), Z_Construct_UClass_USceneComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_AttachToComponent_MetaData), Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_AttachToComponent_MetaData) }; - const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_AttachPointName = { "AttachPointName", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventPlayEventAttached_Parms, AttachPointName), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_Location = { "Location", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventPlayEventAttached_Parms, Location), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_LocationType = { "LocationType", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventPlayEventAttached_Parms, LocationType), Z_Construct_UEnum_Engine_EAttachLocation, METADATA_PARAMS(0, nullptr) }; // 4025501060 - void Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_bStopWhenAttachedToDestroyed_SetBit(void* Obj) - { - ((FMODBlueprintStatics_eventPlayEventAttached_Parms*)Obj)->bStopWhenAttachedToDestroyed = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_bStopWhenAttachedToDestroyed = { "bStopWhenAttachedToDestroyed", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODBlueprintStatics_eventPlayEventAttached_Parms), &Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_bStopWhenAttachedToDestroyed_SetBit, METADATA_PARAMS(0, nullptr) }; - void Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_bAutoPlay_SetBit(void* Obj) - { - ((FMODBlueprintStatics_eventPlayEventAttached_Parms*)Obj)->bAutoPlay = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_bAutoPlay = { "bAutoPlay", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODBlueprintStatics_eventPlayEventAttached_Parms), &Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_bAutoPlay_SetBit, METADATA_PARAMS(0, nullptr) }; - void Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_bAutoDestroy_SetBit(void* Obj) - { - ((FMODBlueprintStatics_eventPlayEventAttached_Parms*)Obj)->bAutoDestroy = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_bAutoDestroy = { "bAutoDestroy", nullptr, (EPropertyFlags)0x0010040000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMODBlueprintStatics_eventPlayEventAttached_Parms), &Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_bAutoDestroy_SetBit, METADATA_PARAMS(0, nullptr) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_ReturnValue_MetaData[] = { - { "EditInline", "true" }, - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventPlayEventAttached_Parms, ReturnValue), Z_Construct_UClass_UFMODAudioComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_ReturnValue_MetaData), Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_ReturnValue_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_Event, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_AttachToComponent, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_AttachPointName, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_Location, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_LocationType, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_bStopWhenAttachedToDestroyed, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_bAutoPlay, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_bAutoDestroy, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::NewProp_ReturnValue, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::Function_MetaDataParams[] = { - { "AdvancedDisplay", "2" }, - { "bAutoDestroy", "true" }, - { "bAutoPlay", "true" }, - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Plays an event attached to and following the specified component.\n\x09 * @param Event - event to play\n\x09 * @param AttachComponent - Component to attach to.\n\x09 * @param AttachPointName - Optional named point within the AttachComponent to play the sound at\n\x09 * @param Location - Depending on the value of Location Type this is either a relative offset from the attach component/point or an absolute world position that will be translated to a relative offset\n\x09 * @param LocationType - Specifies whether Location is a relative offset or an absolute world position\n\x09 * @param bStopWhenAttachedToDestroyed - Specifies whether the sound should stop playing when the owner of the attach to component is destroyed.\n\x09 * @param bAutoPlay - Start the event automatically.\n\x09 * @param bAutoDestroy - Automatically destroy the audio component when the sound is stopped.\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Plays an event attached to and following the specified component.\n@param Event - event to play\n@param AttachComponent - Component to attach to.\n@param AttachPointName - Optional named point within the AttachComponent to play the sound at\n@param Location - Depending on the value of Location Type this is either a relative offset from the attach component/point or an absolute world position that will be translated to a relative offset\n@param LocationType - Specifies whether Location is a relative offset or an absolute world position\n@param bStopWhenAttachedToDestroyed - Specifies whether the sound should stop playing when the owner of the attach to component is destroyed.\n@param bAutoPlay - Start the event automatically.\n@param bAutoDestroy - Automatically destroy the audio component when the sound is stopped." }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "PlayEventAttached", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::FMODBlueprintStatics_eventPlayEventAttached_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04822401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::FMODBlueprintStatics_eventPlayEventAttached_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics - { - struct FMODBlueprintStatics_eventSetGlobalParameterByName_Parms - { - FName Name; - float Value; - }; - static const UECodeGen_Private::FNamePropertyParams NewProp_Name; - static const UECodeGen_Private::FFloatPropertyParams NewProp_Value; - 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::FNamePropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventSetGlobalParameterByName_Parms, Name), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventSetGlobalParameterByName_Parms, Value), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::NewProp_Name, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::NewProp_Value, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set a global parameter from the System.\n * @param Name - Name of parameter\n * @param Value - Value of parameter\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set a global parameter from the System.\n@param Name - Name of parameter\n@param Value - Value of parameter" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "SetGlobalParameterByName", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::FMODBlueprintStatics_eventSetGlobalParameterByName_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::FMODBlueprintStatics_eventSetGlobalParameterByName_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics - { - struct FMODBlueprintStatics_eventSetLocale_Parms - { - FString Locale; - }; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Locale_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_Locale; - 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_UFMODBlueprintStatics_SetLocale_Statics::NewProp_Locale_MetaData[] = { - { "NativeConst", "" }, - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::NewProp_Locale = { "Locale", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventSetLocale_Parms, Locale), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::NewProp_Locale_MetaData), Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::NewProp_Locale_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::NewProp_Locale, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set the active locale for subsequent bank loads.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set the active locale for subsequent bank loads." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "SetLocale", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::FMODBlueprintStatics_eventSetLocale_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::FMODBlueprintStatics_eventSetLocale_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics - { - struct FMODBlueprintStatics_eventSetOutputDriverByIndex_Parms - { - int32 NewDriverIndex; - }; - static const UECodeGen_Private::FIntPropertyParams NewProp_NewDriverIndex; - 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_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics::NewProp_NewDriverIndex = { "NewDriverIndex", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventSetOutputDriverByIndex_Parms, NewDriverIndex), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics::NewProp_NewDriverIndex, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set current output device by its index from GetOutputDrivers.\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set current output device by its index from GetOutputDrivers." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "SetOutputDriverByIndex", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics::FMODBlueprintStatics_eventSetOutputDriverByIndex_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics::FMODBlueprintStatics_eventSetOutputDriverByIndex_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName_Statics - { - struct FMODBlueprintStatics_eventSetOutputDriverByName_Parms - { - FString NewDriverName; - }; - static const UECodeGen_Private::FStrPropertyParams NewProp_NewDriverName; - 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_UFMODBlueprintStatics_SetOutputDriverByName_Statics::NewProp_NewDriverName = { "NewDriverName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventSetOutputDriverByName_Parms, NewDriverName), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName_Statics::NewProp_NewDriverName, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set current output device by name or part of the name.\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set current output device by name or part of the name." }, -#endif - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "SetOutputDriverByName", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName_Statics::FMODBlueprintStatics_eventSetOutputDriverByName_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName_Statics::FMODBlueprintStatics_eventSetOutputDriverByName_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank_Statics - { - struct FMODBlueprintStatics_eventUnloadBank_Parms - { - UFMODBank* Bank; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Bank; - 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_UFMODBlueprintStatics_UnloadBank_Statics::NewProp_Bank = { "Bank", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventUnloadBank_Parms, Bank), Z_Construct_UClass_UFMODBank_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank_Statics::NewProp_Bank, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Unloads a bank.\n\x09 * @param Bank - bank to unload\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Unloads a bank.\n@param Bank - bank to unload" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "UnloadBank", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank_Statics::FMODBlueprintStatics_eventUnloadBank_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank_Statics::FMODBlueprintStatics_eventUnloadBank_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData_Statics - { - struct FMODBlueprintStatics_eventUnloadBankSampleData_Parms - { - UFMODBank* Bank; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Bank; - 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_UFMODBlueprintStatics_UnloadBankSampleData_Statics::NewProp_Bank = { "Bank", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventUnloadBankSampleData_Parms, Bank), Z_Construct_UClass_UFMODBank_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData_Statics::NewProp_Bank, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Unload bank sample data.\n\x09 * @param Bank - bank to unload sample data from\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Unload bank sample data.\n@param Bank - bank to unload sample data from" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "UnloadBankSampleData", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData_Statics::FMODBlueprintStatics_eventUnloadBankSampleData_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData_Statics::FMODBlueprintStatics_eventUnloadBankSampleData_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics - { - struct FMODBlueprintStatics_eventUnloadEventSampleData_Parms - { - UObject* WorldContextObject; - UFMODEvent* Event; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_WorldContextObject; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Event; - 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_UFMODBlueprintStatics_UnloadEventSampleData_Statics::NewProp_WorldContextObject = { "WorldContextObject", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventUnloadEventSampleData_Parms, WorldContextObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::NewProp_Event = { "Event", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventUnloadEventSampleData_Parms, Event), Z_Construct_UClass_UFMODEvent_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::NewProp_WorldContextObject, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::NewProp_Event, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Unload event sample data.\n\x09 * @param Event - event to load sample data from.\n\x09 */" }, -#endif - { "DefaultToSelf", "WorldContextObject" }, - { "HidePin", "WorldContextObject" }, - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Unload event sample data.\n@param Event - event to load sample data from." }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "UnloadEventSampleData", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::FMODBlueprintStatics_eventUnloadEventSampleData_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::FMODBlueprintStatics_eventUnloadEventSampleData_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData_Statics::FuncParams); - } - return ReturnFunction; - } - struct Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics - { - struct FMODBlueprintStatics_eventVCASetVolume_Parms - { - UFMODVCA* Vca; - float Volume; - }; - static const UECodeGen_Private::FObjectPropertyParams NewProp_Vca; - static const UECodeGen_Private::FFloatPropertyParams NewProp_Volume; - 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_UFMODBlueprintStatics_VCASetVolume_Statics::NewProp_Vca = { "Vca", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventVCASetVolume_Parms, Vca), Z_Construct_UClass_UFMODVCA_NoRegister, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::NewProp_Volume = { "Volume", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMODBlueprintStatics_eventVCASetVolume_Parms, Volume), METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::NewProp_Vca, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::NewProp_Volume, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::Function_MetaDataParams[] = { - { "Category", "Audio|FMOD|VCA" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Set volume on a VCA\n\x09 * @param Vca - VCA to use\n\x09 * @param Volume - volume\n\x09 */" }, -#endif - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Set volume on a VCA\n@param Vca - VCA to use\n@param Volume - volume" }, -#endif - { "UnsafeDuringActorConstruction", "true" }, - }; -#endif - const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::FuncParams = { (UObject*(*)())Z_Construct_UClass_UFMODBlueprintStatics, nullptr, "VCASetVolume", nullptr, nullptr, Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::PropPointers), sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::FMODBlueprintStatics_eventVCASetVolume_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04022401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::Function_MetaDataParams), Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::Function_MetaDataParams) }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::PropPointers) < 2048); - static_assert(sizeof(Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::FMODBlueprintStatics_eventVCASetVolume_Parms) < MAX_uint16); - UFunction* Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume() - { - static UFunction* ReturnFunction = nullptr; - if (!ReturnFunction) - { - UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume_Statics::FuncParams); - } - return ReturnFunction; - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODBlueprintStatics); - UClass* Z_Construct_UClass_UFMODBlueprintStatics_NoRegister() - { - return UFMODBlueprintStatics::StaticClass(); - } - struct Z_Construct_UClass_UFMODBlueprintStatics_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_UFMODBlueprintStatics_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UBlueprintFunctionLibrary, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBlueprintStatics_Statics::DependentSingletons) < 16); - const FClassFunctionLinkInfo Z_Construct_UClass_UFMODBlueprintStatics_Statics::FuncInfo[] = { - { &Z_Construct_UFunction_UFMODBlueprintStatics_BusSetMute, "BusSetMute" }, // 2207782570 - { &Z_Construct_UFunction_UFMODBlueprintStatics_BusSetPaused, "BusSetPaused" }, // 3602114510 - { &Z_Construct_UFunction_UFMODBlueprintStatics_BusSetVolume, "BusSetVolume" }, // 4032958183 - { &Z_Construct_UFunction_UFMODBlueprintStatics_BusStopAllEvents, "BusStopAllEvents" }, // 69924447 - { &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameter, "EventInstanceGetParameter" }, // 3214294912 - { &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceGetParameterValue, "EventInstanceGetParameterValue" }, // 2231734875 - { &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceIsValid, "EventInstanceIsValid" }, // 65715978 - { &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceKeyOff, "EventInstanceKeyOff" }, // 4138573773 - { &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstancePlay, "EventInstancePlay" }, // 409484056 - { &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceRelease, "EventInstanceRelease" }, // 2206778579 - { &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetParameter, "EventInstanceSetParameter" }, // 2625045759 - { &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPaused, "EventInstanceSetPaused" }, // 2357268742 - { &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetPitch, "EventInstanceSetPitch" }, // 813268923 - { &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetProperty, "EventInstanceSetProperty" }, // 286129633 - { &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetTransform, "EventInstanceSetTransform" }, // 2517180737 - { &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceSetVolume, "EventInstanceSetVolume" }, // 2496833101 - { &Z_Construct_UFunction_UFMODBlueprintStatics_EventInstanceStop, "EventInstanceStop" }, // 2679154526 - { &Z_Construct_UFunction_UFMODBlueprintStatics_FindAssetByName, "FindAssetByName" }, // 2937252167 - { &Z_Construct_UFunction_UFMODBlueprintStatics_FindEventByName, "FindEventByName" }, // 1975072647 - { &Z_Construct_UFunction_UFMODBlueprintStatics_FindEventInstances, "FindEventInstances" }, // 985503138 - { &Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterByName, "GetGlobalParameterByName" }, // 293422730 - { &Z_Construct_UFunction_UFMODBlueprintStatics_GetGlobalParameterValueByName, "GetGlobalParameterValueByName" }, // 401511517 - { &Z_Construct_UFunction_UFMODBlueprintStatics_GetOutputDrivers, "GetOutputDrivers" }, // 3161953142 - { &Z_Construct_UFunction_UFMODBlueprintStatics_IsBankLoaded, "IsBankLoaded" }, // 3556072759 - { &Z_Construct_UFunction_UFMODBlueprintStatics_LoadBank, "LoadBank" }, // 2320997258 - { &Z_Construct_UFunction_UFMODBlueprintStatics_LoadBankSampleData, "LoadBankSampleData" }, // 3272763036 - { &Z_Construct_UFunction_UFMODBlueprintStatics_LoadEventSampleData, "LoadEventSampleData" }, // 3506173679 - { &Z_Construct_UFunction_UFMODBlueprintStatics_MixerResume, "MixerResume" }, // 1855931022 - { &Z_Construct_UFunction_UFMODBlueprintStatics_MixerSuspend, "MixerSuspend" }, // 3294752682 - { &Z_Construct_UFunction_UFMODBlueprintStatics_PlayEvent2D, "PlayEvent2D" }, // 4234618419 - { &Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAtLocation, "PlayEventAtLocation" }, // 2427343007 - { &Z_Construct_UFunction_UFMODBlueprintStatics_PlayEventAttached, "PlayEventAttached" }, // 3355689825 - { &Z_Construct_UFunction_UFMODBlueprintStatics_SetGlobalParameterByName, "SetGlobalParameterByName" }, // 4222297318 - { &Z_Construct_UFunction_UFMODBlueprintStatics_SetLocale, "SetLocale" }, // 1738821672 - { &Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByIndex, "SetOutputDriverByIndex" }, // 2038533839 - { &Z_Construct_UFunction_UFMODBlueprintStatics_SetOutputDriverByName, "SetOutputDriverByName" }, // 2349866985 - { &Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBank, "UnloadBank" }, // 971417155 - { &Z_Construct_UFunction_UFMODBlueprintStatics_UnloadBankSampleData, "UnloadBankSampleData" }, // 599069379 - { &Z_Construct_UFunction_UFMODBlueprintStatics_UnloadEventSampleData, "UnloadEventSampleData" }, // 141974684 - { &Z_Construct_UFunction_UFMODBlueprintStatics_VCASetVolume, "VCASetVolume" }, // 498575249 - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBlueprintStatics_Statics::FuncInfo) < 2048); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBlueprintStatics_Statics::Class_MetaDataParams[] = { - { "IncludePath", "FMODBlueprintStatics.h" }, - { "ModuleRelativePath", "Classes/FMODBlueprintStatics.h" }, - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODBlueprintStatics_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODBlueprintStatics_Statics::ClassParams = { - &UFMODBlueprintStatics::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - FuncInfo, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - UE_ARRAY_COUNT(FuncInfo), - 0, - 0, - 0x001000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBlueprintStatics_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODBlueprintStatics_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_UFMODBlueprintStatics() - { - if (!Z_Registration_Info_UClass_UFMODBlueprintStatics.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODBlueprintStatics.OuterSingleton, Z_Construct_UClass_UFMODBlueprintStatics_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODBlueprintStatics.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODBlueprintStatics::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODBlueprintStatics); - UFMODBlueprintStatics::~UFMODBlueprintStatics() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_Statics - { - static const FEnumRegisterCompiledInInfo EnumInfo[]; - static const FStructRegisterCompiledInInfo ScriptStructInfo[]; - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FEnumRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_Statics::EnumInfo[] = { - { EFMOD_STUDIO_STOP_MODE_StaticEnum, TEXT("EFMOD_STUDIO_STOP_MODE"), &Z_Registration_Info_UEnum_EFMOD_STUDIO_STOP_MODE, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3643564038U) }, - }; - const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_Statics::ScriptStructInfo[] = { - { FFMODEventInstance::StaticStruct, Z_Construct_UScriptStruct_FFMODEventInstance_Statics::NewStructOps, TEXT("FMODEventInstance"), &Z_Registration_Info_UScriptStruct_FMODEventInstance, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODEventInstance), 1332022397U) }, - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODBlueprintStatics, UFMODBlueprintStatics::StaticClass, TEXT("UFMODBlueprintStatics"), &Z_Registration_Info_UClass_UFMODBlueprintStatics, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODBlueprintStatics), 2575233191U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_1452371005(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_Statics::ClassInfo), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_Statics::ScriptStructInfo), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_Statics::EnumInfo)); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBlueprintStatics.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBlueprintStatics.generated.h deleted file mode 100644 index 236642fc..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBlueprintStatics.generated.h +++ /dev/null @@ -1,128 +0,0 @@ -// 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 "FMODBlueprintStatics.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -class UFMODAsset; -class UFMODAudioComponent; -class UFMODBank; -class UFMODBus; -class UFMODEvent; -class UFMODVCA; -class UObject; -class USceneComponent; -struct FFMODEventInstance; -#ifdef FMODSTUDIO_FMODBlueprintStatics_generated_h -#error "FMODBlueprintStatics.generated.h already included, missing '#pragma once' in FMODBlueprintStatics.h" -#endif -#define FMODSTUDIO_FMODBlueprintStatics_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_28_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FFMODEventInstance_Statics; \ - FMODSTUDIO_API static class UScriptStruct* StaticStruct(); - - -template<> FMODSTUDIO_API UScriptStruct* StaticStruct(); - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_RPC_WRAPPERS \ - \ - DECLARE_FUNCTION(execSetLocale); \ - DECLARE_FUNCTION(execMixerResume); \ - DECLARE_FUNCTION(execMixerSuspend); \ - DECLARE_FUNCTION(execSetOutputDriverByIndex); \ - DECLARE_FUNCTION(execSetOutputDriverByName); \ - DECLARE_FUNCTION(execGetOutputDrivers); \ - DECLARE_FUNCTION(execEventInstanceSetTransform); \ - DECLARE_FUNCTION(execEventInstanceKeyOff); \ - DECLARE_FUNCTION(execEventInstanceRelease); \ - DECLARE_FUNCTION(execEventInstanceStop); \ - DECLARE_FUNCTION(execEventInstancePlay); \ - DECLARE_FUNCTION(execEventInstanceSetProperty); \ - DECLARE_FUNCTION(execEventInstanceGetParameterValue); \ - DECLARE_FUNCTION(execEventInstanceGetParameter); \ - DECLARE_FUNCTION(execEventInstanceSetParameter); \ - DECLARE_FUNCTION(execEventInstanceSetPaused); \ - DECLARE_FUNCTION(execEventInstanceSetPitch); \ - DECLARE_FUNCTION(execEventInstanceSetVolume); \ - DECLARE_FUNCTION(execEventInstanceIsValid); \ - DECLARE_FUNCTION(execGetGlobalParameterValueByName); \ - DECLARE_FUNCTION(execGetGlobalParameterByName); \ - DECLARE_FUNCTION(execSetGlobalParameterByName); \ - DECLARE_FUNCTION(execVCASetVolume); \ - DECLARE_FUNCTION(execBusStopAllEvents); \ - DECLARE_FUNCTION(execBusSetMute); \ - DECLARE_FUNCTION(execBusSetPaused); \ - DECLARE_FUNCTION(execBusSetVolume); \ - DECLARE_FUNCTION(execFindEventInstances); \ - DECLARE_FUNCTION(execUnloadEventSampleData); \ - DECLARE_FUNCTION(execLoadEventSampleData); \ - DECLARE_FUNCTION(execUnloadBankSampleData); \ - DECLARE_FUNCTION(execLoadBankSampleData); \ - DECLARE_FUNCTION(execIsBankLoaded); \ - DECLARE_FUNCTION(execUnloadBank); \ - DECLARE_FUNCTION(execLoadBank); \ - DECLARE_FUNCTION(execFindEventByName); \ - DECLARE_FUNCTION(execFindAssetByName); \ - DECLARE_FUNCTION(execPlayEventAttached); \ - DECLARE_FUNCTION(execPlayEventAtLocation); \ - DECLARE_FUNCTION(execPlayEvent2D); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODBlueprintStatics(); \ - friend struct Z_Construct_UClass_UFMODBlueprintStatics_Statics; \ -public: \ - DECLARE_CLASS(UFMODBlueprintStatics, UBlueprintFunctionLibrary, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(UFMODBlueprintStatics) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UFMODBlueprintStatics(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODBlueprintStatics) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODBlueprintStatics); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODBlueprintStatics); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODBlueprintStatics(UFMODBlueprintStatics&&); \ - NO_API UFMODBlueprintStatics(const UFMODBlueprintStatics&); \ -public: \ - NO_API virtual ~UFMODBlueprintStatics(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_40_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h_43_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBlueprintStatics_h - - -#define FOREACH_ENUM_EFMOD_STUDIO_STOP_MODE(op) \ - op(ALLOWFADEOUT) \ - op(IMMEDIATE) -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBus.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBus.gen.cpp deleted file mode 100644 index 193ab3a3..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBus.gen.cpp +++ /dev/null @@ -1,94 +0,0 @@ -// 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 "../../Classes/FMODBus.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODBus() {} -// Cross Module References - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBus(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODBus_NoRegister(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - void UFMODBus::StaticRegisterNativesUFMODBus() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODBus); - UClass* Z_Construct_UClass_UFMODBus_NoRegister() - { - return UFMODBus::StaticClass(); - } - struct Z_Construct_UClass_UFMODBus_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_UFMODBus_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UFMODAsset, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBus_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODBus_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * FMOD Bus Asset.\n */" }, -#endif - { "IncludePath", "FMODBus.h" }, - { "ModuleRelativePath", "Classes/FMODBus.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "FMOD Bus Asset." }, -#endif - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODBus_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODBus_Statics::ClassParams = { - &UFMODBus::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - 0, - 0, - 0x001000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODBus_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODBus_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_UFMODBus() - { - if (!Z_Registration_Info_UClass_UFMODBus.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODBus.OuterSingleton, Z_Construct_UClass_UFMODBus_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODBus.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODBus::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODBus); - UFMODBus::~UFMODBus() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODBus, UFMODBus::StaticClass, TEXT("UFMODBus"), &Z_Registration_Info_UClass_UFMODBus, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODBus), 4095667239U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_1123355548(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBus.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBus.generated.h deleted file mode 100644 index 0671d67d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODBus.generated.h +++ /dev/null @@ -1,66 +0,0 @@ -// 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 "FMODBus.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODBus_generated_h -#error "FMODBus.generated.h already included, missing '#pragma once' in FMODBus.h" -#endif -#define FMODSTUDIO_FMODBus_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODBus(); \ - friend struct Z_Construct_UClass_UFMODBus_Statics; \ -public: \ - DECLARE_CLASS(UFMODBus, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(UFMODBus) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UFMODBus(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODBus) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODBus); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODBus); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODBus(UFMODBus&&); \ - NO_API UFMODBus(const UFMODBus&); \ -public: \ - NO_API virtual ~UFMODBus(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_11_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h_14_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODBus_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEvent.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEvent.gen.cpp deleted file mode 100644 index a77cb98f..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEvent.gen.cpp +++ /dev/null @@ -1,94 +0,0 @@ -// 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 "../../Classes/FMODEvent.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODEvent() {} -// Cross Module References - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEvent(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEvent_NoRegister(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - void UFMODEvent::StaticRegisterNativesUFMODEvent() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODEvent); - UClass* Z_Construct_UClass_UFMODEvent_NoRegister() - { - return UFMODEvent::StaticClass(); - } - struct Z_Construct_UClass_UFMODEvent_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_UFMODEvent_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UFMODAsset, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEvent_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEvent_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * FMOD Event Asset.\n */" }, -#endif - { "IncludePath", "FMODEvent.h" }, - { "ModuleRelativePath", "Classes/FMODEvent.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "FMOD Event Asset." }, -#endif - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODEvent_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODEvent_Statics::ClassParams = { - &UFMODEvent::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - 0, - 0, - 0x001000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEvent_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODEvent_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_UFMODEvent() - { - if (!Z_Registration_Info_UClass_UFMODEvent.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODEvent.OuterSingleton, Z_Construct_UClass_UFMODEvent_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODEvent.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODEvent::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODEvent); - UFMODEvent::~UFMODEvent() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODEvent, UFMODEvent::StaticClass, TEXT("UFMODEvent"), &Z_Registration_Info_UClass_UFMODEvent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODEvent), 2694268342U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_3703911615(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEvent.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEvent.generated.h deleted file mode 100644 index 6feffe49..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEvent.generated.h +++ /dev/null @@ -1,66 +0,0 @@ -// 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 "FMODEvent.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODEvent_generated_h -#error "FMODEvent.generated.h already included, missing '#pragma once' in FMODEvent.h" -#endif -#define FMODSTUDIO_FMODEvent_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODEvent(); \ - friend struct Z_Construct_UClass_UFMODEvent_Statics; \ -public: \ - DECLARE_CLASS(UFMODEvent, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(UFMODEvent) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UFMODEvent(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODEvent) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODEvent); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODEvent); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODEvent(UFMODEvent&&); \ - NO_API UFMODEvent(const UFMODEvent&); \ -public: \ - NO_API virtual ~UFMODEvent(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_13_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h_16_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODEvent_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlSection.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlSection.gen.cpp deleted file mode 100644 index 371e8c1d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlSection.gen.cpp +++ /dev/null @@ -1,240 +0,0 @@ -// 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 "../../Private/Sequencer/FMODEventControlSection.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODEventControlSection() {} -// Cross Module References - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEventControlSection(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEventControlSection_NoRegister(); - FMODSTUDIO_API UEnum* Z_Construct_UEnum_FMODStudio_EFMODEventControlKey(); - FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODEventControlChannel(); - MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection(); - MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneByteChannel(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - static FEnumRegistrationInfo Z_Registration_Info_UEnum_EFMODEventControlKey; - static UEnum* EFMODEventControlKey_StaticEnum() - { - if (!Z_Registration_Info_UEnum_EFMODEventControlKey.OuterSingleton) - { - Z_Registration_Info_UEnum_EFMODEventControlKey.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_FMODStudio_EFMODEventControlKey, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("EFMODEventControlKey")); - } - return Z_Registration_Info_UEnum_EFMODEventControlKey.OuterSingleton; - } - template<> FMODSTUDIO_API UEnum* StaticEnum() - { - return EFMODEventControlKey_StaticEnum(); - } - struct Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_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_FMODStudio_EFMODEventControlKey_Statics::Enumerators[] = { - { "EFMODEventControlKey::Stop", (int64)EFMODEventControlKey::Stop }, - { "EFMODEventControlKey::Play", (int64)EFMODEventControlKey::Play }, - { "EFMODEventControlKey::Pause", (int64)EFMODEventControlKey::Pause }, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::Enum_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** Defines the types of FMOD event control keys. */" }, -#endif - { "ModuleRelativePath", "Private/Sequencer/FMODEventControlSection.h" }, - { "Pause.Name", "EFMODEventControlKey::Pause" }, - { "Play.Name", "EFMODEventControlKey::Play" }, - { "Stop.Name", "EFMODEventControlKey::Stop" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Defines the types of FMOD event control keys." }, -#endif - }; -#endif - const UECodeGen_Private::FEnumParams Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::EnumParams = { - (UObject*(*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - "EFMODEventControlKey", - "EFMODEventControlKey", - Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::Enumerators, - RF_Public|RF_Transient|RF_MarkAsNative, - UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::Enumerators), - EEnumFlags::None, - (uint8)UEnum::ECppForm::EnumClass, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::Enum_MetaDataParams), Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::Enum_MetaDataParams) - }; - UEnum* Z_Construct_UEnum_FMODStudio_EFMODEventControlKey() - { - if (!Z_Registration_Info_UEnum_EFMODEventControlKey.InnerSingleton) - { - UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EFMODEventControlKey.InnerSingleton, Z_Construct_UEnum_FMODStudio_EFMODEventControlKey_Statics::EnumParams); - } - return Z_Registration_Info_UEnum_EFMODEventControlKey.InnerSingleton; - } - -static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FFMODEventControlChannel cannot be polymorphic unless super FMovieSceneByteChannel is polymorphic"); - - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODEventControlChannel; -class UScriptStruct* FFMODEventControlChannel::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_FMODEventControlChannel.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_FMODEventControlChannel.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODEventControlChannel, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODEventControlChannel")); - } - return Z_Registration_Info_UScriptStruct_FMODEventControlChannel.OuterSingleton; -} -template<> FMODSTUDIO_API UScriptStruct* StaticStruct() -{ - return FFMODEventControlChannel::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::Struct_MetaDataParams[] = { - { "ModuleRelativePath", "Private/Sequencer/FMODEventControlSection.h" }, - }; -#endif - void* Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - Z_Construct_UScriptStruct_FMovieSceneByteChannel, - &NewStructOps, - "FMODEventControlChannel", - nullptr, - 0, - sizeof(FFMODEventControlChannel), - alignof(FFMODEventControlChannel), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000001), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::Struct_MetaDataParams) - }; - UScriptStruct* Z_Construct_UScriptStruct_FFMODEventControlChannel() - { - if (!Z_Registration_Info_UScriptStruct_FMODEventControlChannel.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODEventControlChannel.InnerSingleton, Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_FMODEventControlChannel.InnerSingleton; - } - void UFMODEventControlSection::StaticRegisterNativesUFMODEventControlSection() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODEventControlSection); - UClass* Z_Construct_UClass_UFMODEventControlSection_NoRegister() - { - return UFMODEventControlSection::StaticClass(); - } - struct Z_Construct_UClass_UFMODEventControlSection_Statics - { - static UObject* (*const DependentSingletons[])(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; -#endif -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ControlKeys_MetaData[]; -#endif - static const UECodeGen_Private::FStructPropertyParams NewProp_ControlKeys; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_UFMODEventControlSection_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UMovieSceneSection, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlSection_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEventControlSection_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** FMOD Event control section */" }, -#endif - { "IncludePath", "Sequencer/FMODEventControlSection.h" }, - { "ModuleRelativePath", "Private/Sequencer/FMODEventControlSection.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "FMOD Event control section" }, -#endif - }; -#endif -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEventControlSection_Statics::NewProp_ControlKeys_MetaData[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** Channel containing the event control keys */" }, -#endif - { "ModuleRelativePath", "Private/Sequencer/FMODEventControlSection.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Channel containing the event control keys" }, -#endif - }; -#endif - const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFMODEventControlSection_Statics::NewProp_ControlKeys = { "ControlKeys", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODEventControlSection, ControlKeys), Z_Construct_UScriptStruct_FFMODEventControlChannel, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlSection_Statics::NewProp_ControlKeys_MetaData), Z_Construct_UClass_UFMODEventControlSection_Statics::NewProp_ControlKeys_MetaData) }; // 626993310 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODEventControlSection_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODEventControlSection_Statics::NewProp_ControlKeys, - }; - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODEventControlSection_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODEventControlSection_Statics::ClassParams = { - &UFMODEventControlSection::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - Z_Construct_UClass_UFMODEventControlSection_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlSection_Statics::PropPointers), - 0, - 0x002800A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlSection_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODEventControlSection_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlSection_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_UFMODEventControlSection() - { - if (!Z_Registration_Info_UClass_UFMODEventControlSection.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODEventControlSection.OuterSingleton, Z_Construct_UClass_UFMODEventControlSection_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODEventControlSection.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODEventControlSection::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODEventControlSection); - UFMODEventControlSection::~UFMODEventControlSection() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics - { - static const FEnumRegisterCompiledInInfo EnumInfo[]; - static const FStructRegisterCompiledInInfo ScriptStructInfo[]; - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FEnumRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::EnumInfo[] = { - { EFMODEventControlKey_StaticEnum, TEXT("EFMODEventControlKey"), &Z_Registration_Info_UEnum_EFMODEventControlKey, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2932851113U) }, - }; - const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::ScriptStructInfo[] = { - { FFMODEventControlChannel::StaticStruct, Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics::NewStructOps, TEXT("FMODEventControlChannel"), &Z_Registration_Info_UScriptStruct_FMODEventControlChannel, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODEventControlChannel), 626993310U) }, - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODEventControlSection, UFMODEventControlSection::StaticClass, TEXT("UFMODEventControlSection"), &Z_Registration_Info_UClass_UFMODEventControlSection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODEventControlSection), 1894687852U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_1563400924(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::ClassInfo), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::ScriptStructInfo), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_Statics::EnumInfo)); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlSection.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlSection.generated.h deleted file mode 100644 index 10b38d1d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlSection.generated.h +++ /dev/null @@ -1,83 +0,0 @@ -// 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 "Sequencer/FMODEventControlSection.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODEventControlSection_generated_h -#error "FMODEventControlSection.generated.h already included, missing '#pragma once' in FMODEventControlSection.h" -#endif -#define FMODSTUDIO_FMODEventControlSection_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_25_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FFMODEventControlChannel_Statics; \ - FMODSTUDIO_API static class UScriptStruct* StaticStruct(); \ - typedef FMovieSceneByteChannel Super; - - -template<> FMODSTUDIO_API UScriptStruct* StaticStruct(); - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODEventControlSection(); \ - friend struct Z_Construct_UClass_UFMODEventControlSection_Statics; \ -public: \ - DECLARE_CLASS(UFMODEventControlSection, UMovieSceneSection, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), FMODSTUDIO_API) \ - DECLARE_SERIALIZER(UFMODEventControlSection) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - FMODSTUDIO_API UFMODEventControlSection(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODEventControlSection) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(FMODSTUDIO_API, UFMODEventControlSection); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODEventControlSection); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - FMODSTUDIO_API UFMODEventControlSection(UFMODEventControlSection&&); \ - FMODSTUDIO_API UFMODEventControlSection(const UFMODEventControlSection&); \ -public: \ - FMODSTUDIO_API virtual ~UFMODEventControlSection(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_50_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h_53_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSection_h - - -#define FOREACH_ENUM_EFMODEVENTCONTROLKEY(op) \ - op(EFMODEventControlKey::Stop) \ - op(EFMODEventControlKey::Play) \ - op(EFMODEventControlKey::Pause) - -enum class EFMODEventControlKey : uint8; -template<> struct TIsUEnumClass { enum { Value = true }; }; -template<> FMODSTUDIO_API UEnum* StaticEnum(); - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlSectionTemplate.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlSectionTemplate.gen.cpp deleted file mode 100644 index 280154f8..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlSectionTemplate.gen.cpp +++ /dev/null @@ -1,98 +0,0 @@ -// 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 "../../Private/Sequencer/FMODEventControlSectionTemplate.h" -#include "../../Private/Sequencer/FMODEventControlSection.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODEventControlSectionTemplate() {} -// Cross Module References - FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODEventControlChannel(); - FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate(); - MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneEvalTemplate(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - -static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FFMODEventControlSectionTemplate cannot be polymorphic unless super FMovieSceneEvalTemplate is polymorphic"); - - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate; -class UScriptStruct* FFMODEventControlSectionTemplate::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODEventControlSectionTemplate")); - } - return Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate.OuterSingleton; -} -template<> FMODSTUDIO_API UScriptStruct* StaticStruct() -{ - return FFMODEventControlSectionTemplate::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ControlKeys_MetaData[]; -#endif - static const UECodeGen_Private::FStructPropertyParams NewProp_ControlKeys; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::Struct_MetaDataParams[] = { - { "ModuleRelativePath", "Private/Sequencer/FMODEventControlSectionTemplate.h" }, - }; -#endif - void* Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewProp_ControlKeys_MetaData[] = { - { "ModuleRelativePath", "Private/Sequencer/FMODEventControlSectionTemplate.h" }, - }; -#endif - const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewProp_ControlKeys = { "ControlKeys", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODEventControlSectionTemplate, ControlKeys), Z_Construct_UScriptStruct_FFMODEventControlChannel, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewProp_ControlKeys_MetaData), Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewProp_ControlKeys_MetaData) }; // 626993310 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewProp_ControlKeys, - }; - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - Z_Construct_UScriptStruct_FMovieSceneEvalTemplate, - &NewStructOps, - "FMODEventControlSectionTemplate", - Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::PropPointers, - UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::PropPointers), - sizeof(FFMODEventControlSectionTemplate), - alignof(FFMODEventControlSectionTemplate), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000005), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::Struct_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::PropPointers) < 2048); - UScriptStruct* Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate() - { - if (!Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate.InnerSingleton, Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate.InnerSingleton; - } - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h_Statics - { - static const FStructRegisterCompiledInInfo ScriptStructInfo[]; - }; - const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h_Statics::ScriptStructInfo[] = { - { FFMODEventControlSectionTemplate::StaticStruct, Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics::NewStructOps, TEXT("FMODEventControlSectionTemplate"), &Z_Registration_Info_UScriptStruct_FMODEventControlSectionTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODEventControlSectionTemplate), 1233182598U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h_2272855263(TEXT("/Script/FMODStudio"), - nullptr, 0, - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h_Statics::ScriptStructInfo), - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlSectionTemplate.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlSectionTemplate.generated.h deleted file mode 100644 index 4a998aea..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlSectionTemplate.generated.h +++ /dev/null @@ -1,29 +0,0 @@ -// 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 "Sequencer/FMODEventControlSectionTemplate.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODEventControlSectionTemplate_generated_h -#error "FMODEventControlSectionTemplate.generated.h already included, missing '#pragma once' in FMODEventControlSectionTemplate.h" -#endif -#define FMODSTUDIO_FMODEventControlSectionTemplate_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h_14_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FFMODEventControlSectionTemplate_Statics; \ - FMODSTUDIO_API static class UScriptStruct* StaticStruct(); \ - typedef FMovieSceneEvalTemplate Super; - - -template<> FMODSTUDIO_API UScriptStruct* StaticStruct(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlSectionTemplate_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlTrack.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlTrack.gen.cpp deleted file mode 100644 index 91925022..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlTrack.gen.cpp +++ /dev/null @@ -1,126 +0,0 @@ -// 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 "../../Private/Sequencer/FMODEventControlTrack.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODEventControlTrack() {} -// Cross Module References - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEventControlTrack(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEventControlTrack_NoRegister(); - MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneNameableTrack(); - MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection_NoRegister(); - MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - void UFMODEventControlTrack::StaticRegisterNativesUFMODEventControlTrack() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODEventControlTrack); - UClass* Z_Construct_UClass_UFMODEventControlTrack_NoRegister() - { - return UFMODEventControlTrack::StaticClass(); - } - struct Z_Construct_UClass_UFMODEventControlTrack_Statics - { - static UObject* (*const DependentSingletons[])(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_ControlSections_Inner; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ControlSections_MetaData[]; -#endif - static const UECodeGen_Private::FArrayPropertyParams NewProp_ControlSections; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_UFMODEventControlTrack_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UMovieSceneNameableTrack, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlTrack_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEventControlTrack_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** Handles control of an FMOD Event */" }, -#endif - { "IncludePath", "Sequencer/FMODEventControlTrack.h" }, - { "ModuleRelativePath", "Private/Sequencer/FMODEventControlTrack.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Handles control of an FMOD Event" }, -#endif - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections_Inner = { "ControlSections", nullptr, (EPropertyFlags)0x0000000000080008, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMovieSceneSection_NoRegister, METADATA_PARAMS(0, nullptr) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections_MetaData[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** List of all event control sections. */" }, -#endif - { "EditInline", "true" }, - { "ModuleRelativePath", "Private/Sequencer/FMODEventControlTrack.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "List of all event control sections." }, -#endif - }; -#endif - const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections = { "ControlSections", nullptr, (EPropertyFlags)0x0040008000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODEventControlTrack, ControlSections), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections_MetaData), Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODEventControlTrack_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections_Inner, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODEventControlTrack_Statics::NewProp_ControlSections, - }; - const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UFMODEventControlTrack_Statics::InterfaceParams[] = { - { Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister, (int32)VTABLE_OFFSET(UFMODEventControlTrack, IMovieSceneTrackTemplateProducer), false }, // 3839488910 - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlTrack_Statics::InterfaceParams) < 64); - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODEventControlTrack_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODEventControlTrack_Statics::ClassParams = { - &UFMODEventControlTrack::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - Z_Construct_UClass_UFMODEventControlTrack_Statics::PropPointers, - InterfaceParams, - UE_ARRAY_COUNT(DependentSingletons), - 0, - UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlTrack_Statics::PropPointers), - UE_ARRAY_COUNT(InterfaceParams), - 0x00A800A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlTrack_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODEventControlTrack_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventControlTrack_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_UFMODEventControlTrack() - { - if (!Z_Registration_Info_UClass_UFMODEventControlTrack.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODEventControlTrack.OuterSingleton, Z_Construct_UClass_UFMODEventControlTrack_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODEventControlTrack.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODEventControlTrack::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODEventControlTrack); - UFMODEventControlTrack::~UFMODEventControlTrack() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODEventControlTrack, UFMODEventControlTrack::StaticClass, TEXT("UFMODEventControlTrack"), &Z_Registration_Info_UClass_UFMODEventControlTrack, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODEventControlTrack), 345232109U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_1369206936(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlTrack.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlTrack.generated.h deleted file mode 100644 index 8b136b82..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventControlTrack.generated.h +++ /dev/null @@ -1,67 +0,0 @@ -// 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 "Sequencer/FMODEventControlTrack.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODEventControlTrack_generated_h -#error "FMODEventControlTrack.generated.h already included, missing '#pragma once' in FMODEventControlTrack.h" -#endif -#define FMODSTUDIO_FMODEventControlTrack_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODEventControlTrack(); \ - friend struct Z_Construct_UClass_UFMODEventControlTrack_Statics; \ -public: \ - DECLARE_CLASS(UFMODEventControlTrack, UMovieSceneNameableTrack, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), FMODSTUDIO_API) \ - DECLARE_SERIALIZER(UFMODEventControlTrack) \ - virtual UObject* _getUObject() const override { return const_cast(this); } - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - FMODSTUDIO_API UFMODEventControlTrack(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODEventControlTrack) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(FMODSTUDIO_API, UFMODEventControlTrack); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODEventControlTrack); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - FMODSTUDIO_API UFMODEventControlTrack(UFMODEventControlTrack&&); \ - FMODSTUDIO_API UFMODEventControlTrack(const UFMODEventControlTrack&); \ -public: \ - FMODSTUDIO_API virtual ~UFMODEventControlTrack(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_12_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h_15_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventControlTrack_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventParameterSectionTemplate.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventParameterSectionTemplate.gen.cpp deleted file mode 100644 index d0dc4527..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventParameterSectionTemplate.gen.cpp +++ /dev/null @@ -1,81 +0,0 @@ -// 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 "../../Private/Sequencer/FMODEventParameterSectionTemplate.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODEventParameterSectionTemplate() {} -// Cross Module References - FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate(); - MOVIESCENETRACKS_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneParameterSectionTemplate(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - -static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FFMODEventParameterSectionTemplate cannot be polymorphic unless super FMovieSceneParameterSectionTemplate is polymorphic"); - - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate; -class UScriptStruct* FFMODEventParameterSectionTemplate::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODEventParameterSectionTemplate")); - } - return Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate.OuterSingleton; -} -template<> FMODSTUDIO_API UScriptStruct* StaticStruct() -{ - return FFMODEventParameterSectionTemplate::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::Struct_MetaDataParams[] = { - { "ModuleRelativePath", "Private/Sequencer/FMODEventParameterSectionTemplate.h" }, - }; -#endif - void* Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - Z_Construct_UScriptStruct_FMovieSceneParameterSectionTemplate, - &NewStructOps, - "FMODEventParameterSectionTemplate", - nullptr, - 0, - sizeof(FFMODEventParameterSectionTemplate), - alignof(FFMODEventParameterSectionTemplate), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000005), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::Struct_MetaDataParams) - }; - UScriptStruct* Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate() - { - if (!Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate.InnerSingleton, Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate.InnerSingleton; - } - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h_Statics - { - static const FStructRegisterCompiledInInfo ScriptStructInfo[]; - }; - const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h_Statics::ScriptStructInfo[] = { - { FFMODEventParameterSectionTemplate::StaticStruct, Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics::NewStructOps, TEXT("FMODEventParameterSectionTemplate"), &Z_Registration_Info_UScriptStruct_FMODEventParameterSectionTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODEventParameterSectionTemplate), 2114026298U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h_2054165300(TEXT("/Script/FMODStudio"), - nullptr, 0, - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h_Statics::ScriptStructInfo), - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventParameterSectionTemplate.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventParameterSectionTemplate.generated.h deleted file mode 100644 index bb9d62d0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventParameterSectionTemplate.generated.h +++ /dev/null @@ -1,29 +0,0 @@ -// 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 "Sequencer/FMODEventParameterSectionTemplate.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODEventParameterSectionTemplate_generated_h -#error "FMODEventParameterSectionTemplate.generated.h already included, missing '#pragma once' in FMODEventParameterSectionTemplate.h" -#endif -#define FMODSTUDIO_FMODEventParameterSectionTemplate_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h_15_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FFMODEventParameterSectionTemplate_Statics; \ - FMODSTUDIO_API static class UScriptStruct* StaticStruct(); \ - typedef FMovieSceneParameterSectionTemplate Super; - - -template<> FMODSTUDIO_API UScriptStruct* StaticStruct(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterSectionTemplate_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventParameterTrack.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventParameterTrack.gen.cpp deleted file mode 100644 index 7dc57754..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventParameterTrack.gen.cpp +++ /dev/null @@ -1,126 +0,0 @@ -// 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 "../../Private/Sequencer/FMODEventParameterTrack.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODEventParameterTrack() {} -// Cross Module References - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEventParameterTrack(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEventParameterTrack_NoRegister(); - MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneNameableTrack(); - MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection_NoRegister(); - MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - void UFMODEventParameterTrack::StaticRegisterNativesUFMODEventParameterTrack() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODEventParameterTrack); - UClass* Z_Construct_UClass_UFMODEventParameterTrack_NoRegister() - { - return UFMODEventParameterTrack::StaticClass(); - } - struct Z_Construct_UClass_UFMODEventParameterTrack_Statics - { - static UObject* (*const DependentSingletons[])(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; -#endif - static const UECodeGen_Private::FObjectPropertyParams NewProp_Sections_Inner; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Sections_MetaData[]; -#endif - static const UECodeGen_Private::FArrayPropertyParams NewProp_Sections; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_UFMODEventParameterTrack_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UMovieSceneNameableTrack, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventParameterTrack_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEventParameterTrack_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** Handles manipulation of event parameters in a movie scene. */" }, -#endif - { "IncludePath", "Sequencer/FMODEventParameterTrack.h" }, - { "ModuleRelativePath", "Private/Sequencer/FMODEventParameterTrack.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Handles manipulation of event parameters in a movie scene." }, -#endif - }; -#endif - const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections_Inner = { "Sections", nullptr, (EPropertyFlags)0x0000000000080008, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMovieSceneSection_NoRegister, METADATA_PARAMS(0, nullptr) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections_MetaData[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** The sections owned by this track. */" }, -#endif - { "EditInline", "true" }, - { "ModuleRelativePath", "Private/Sequencer/FMODEventParameterTrack.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "The sections owned by this track." }, -#endif - }; -#endif - const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections = { "Sections", nullptr, (EPropertyFlags)0x0040008000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODEventParameterTrack, Sections), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections_MetaData), Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODEventParameterTrack_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections_Inner, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODEventParameterTrack_Statics::NewProp_Sections, - }; - const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UFMODEventParameterTrack_Statics::InterfaceParams[] = { - { Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister, (int32)VTABLE_OFFSET(UFMODEventParameterTrack, IMovieSceneTrackTemplateProducer), false }, // 3839488910 - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventParameterTrack_Statics::InterfaceParams) < 64); - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODEventParameterTrack_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODEventParameterTrack_Statics::ClassParams = { - &UFMODEventParameterTrack::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - Z_Construct_UClass_UFMODEventParameterTrack_Statics::PropPointers, - InterfaceParams, - UE_ARRAY_COUNT(DependentSingletons), - 0, - UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventParameterTrack_Statics::PropPointers), - UE_ARRAY_COUNT(InterfaceParams), - 0x00A800A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventParameterTrack_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODEventParameterTrack_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODEventParameterTrack_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_UFMODEventParameterTrack() - { - if (!Z_Registration_Info_UClass_UFMODEventParameterTrack.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODEventParameterTrack.OuterSingleton, Z_Construct_UClass_UFMODEventParameterTrack_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODEventParameterTrack.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODEventParameterTrack::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODEventParameterTrack); - UFMODEventParameterTrack::~UFMODEventParameterTrack() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODEventParameterTrack, UFMODEventParameterTrack::StaticClass, TEXT("UFMODEventParameterTrack"), &Z_Registration_Info_UClass_UFMODEventParameterTrack, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODEventParameterTrack), 2823926950U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_2035572505(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventParameterTrack.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventParameterTrack.generated.h deleted file mode 100644 index 82ffc5de..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODEventParameterTrack.generated.h +++ /dev/null @@ -1,67 +0,0 @@ -// 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 "Sequencer/FMODEventParameterTrack.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODEventParameterTrack_generated_h -#error "FMODEventParameterTrack.generated.h already included, missing '#pragma once' in FMODEventParameterTrack.h" -#endif -#define FMODSTUDIO_FMODEventParameterTrack_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODEventParameterTrack(); \ - friend struct Z_Construct_UClass_UFMODEventParameterTrack_Statics; \ -public: \ - DECLARE_CLASS(UFMODEventParameterTrack, UMovieSceneNameableTrack, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), FMODSTUDIO_API) \ - DECLARE_SERIALIZER(UFMODEventParameterTrack) \ - virtual UObject* _getUObject() const override { return const_cast(this); } - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - FMODSTUDIO_API UFMODEventParameterTrack(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODEventParameterTrack) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(FMODSTUDIO_API, UFMODEventParameterTrack); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODEventParameterTrack); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - FMODSTUDIO_API UFMODEventParameterTrack(UFMODEventParameterTrack&&); \ - FMODSTUDIO_API UFMODEventParameterTrack(const UFMODEventParameterTrack&); \ -public: \ - FMODSTUDIO_API virtual ~UFMODEventParameterTrack(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_13_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h_16_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Private_Sequencer_FMODEventParameterTrack_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODPort.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODPort.gen.cpp deleted file mode 100644 index fa4967e6..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODPort.gen.cpp +++ /dev/null @@ -1,94 +0,0 @@ -// 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 "../../Classes/FMODPort.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODPort() {} -// Cross Module References - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODPort(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODPort_NoRegister(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - void UFMODPort::StaticRegisterNativesUFMODPort() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODPort); - UClass* Z_Construct_UClass_UFMODPort_NoRegister() - { - return UFMODPort::StaticClass(); - } - struct Z_Construct_UClass_UFMODPort_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_UFMODPort_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UFMODAsset, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODPort_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODPort_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * FMOD Port Asset.\n */" }, -#endif - { "IncludePath", "FMODPort.h" }, - { "ModuleRelativePath", "Classes/FMODPort.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "FMOD Port Asset." }, -#endif - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODPort_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODPort_Statics::ClassParams = { - &UFMODPort::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - 0, - 0, - 0x001000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODPort_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODPort_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_UFMODPort() - { - if (!Z_Registration_Info_UClass_UFMODPort.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODPort.OuterSingleton, Z_Construct_UClass_UFMODPort_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODPort.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODPort::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODPort); - UFMODPort::~UFMODPort() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODPort, UFMODPort::StaticClass, TEXT("UFMODPort"), &Z_Registration_Info_UClass_UFMODPort, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODPort), 3650777053U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_3591740949(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODPort.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODPort.generated.h deleted file mode 100644 index bc4cd923..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODPort.generated.h +++ /dev/null @@ -1,66 +0,0 @@ -// 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 "FMODPort.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODPort_generated_h -#error "FMODPort.generated.h already included, missing '#pragma once' in FMODPort.h" -#endif -#define FMODSTUDIO_FMODPort_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODPort(); \ - friend struct Z_Construct_UClass_UFMODPort_Statics; \ -public: \ - DECLARE_CLASS(UFMODPort, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(UFMODPort) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UFMODPort(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODPort) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODPort); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODPort); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODPort(UFMODPort&&); \ - NO_API UFMODPort(const UFMODPort&); \ -public: \ - NO_API virtual ~UFMODPort(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_11_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h_14_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODPort_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSettings.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSettings.gen.cpp deleted file mode 100644 index c8da8355..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSettings.gen.cpp +++ /dev/null @@ -1,1655 +0,0 @@ -// 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 "../../Classes/FMODSettings.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODSettings() {} -// Cross Module References - COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); - COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FDirectoryPath(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODSettings(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODSettings_NoRegister(); - FMODSTUDIO_API UEnum* Z_Construct_UEnum_FMODStudio_EFMODCodec(); - FMODSTUDIO_API UEnum* Z_Construct_UEnum_FMODStudio_EFMODLogging(); - FMODSTUDIO_API UEnum* Z_Construct_UEnum_FMODStudio_EFMODOutput(); - FMODSTUDIO_API UEnum* Z_Construct_UEnum_FMODStudio_EFMODPlatforms(); - FMODSTUDIO_API UEnum* Z_Construct_UEnum_FMODStudio_EFMODSpeakerMode(); - FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FCustomPoolSizes(); - FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODPlatformSettings(); - FMODSTUDIO_API UScriptStruct* Z_Construct_UScriptStruct_FFMODProjectLocale(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - static FEnumRegistrationInfo Z_Registration_Info_UEnum_EFMODLogging; - static UEnum* EFMODLogging_StaticEnum() - { - if (!Z_Registration_Info_UEnum_EFMODLogging.OuterSingleton) - { - Z_Registration_Info_UEnum_EFMODLogging.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_FMODStudio_EFMODLogging, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("EFMODLogging")); - } - return Z_Registration_Info_UEnum_EFMODLogging.OuterSingleton; - } - template<> FMODSTUDIO_API UEnum* StaticEnum() - { - return EFMODLogging_StaticEnum(); - } - struct Z_Construct_UEnum_FMODStudio_EFMODLogging_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_FMODStudio_EFMODLogging_Statics::Enumerators[] = { - { "LEVEL_NONE", (int64)LEVEL_NONE }, - { "LEVEL_ERROR", (int64)LEVEL_ERROR }, - { "LEVEL_WARNING", (int64)LEVEL_WARNING }, - { "LEVEL_LOG", (int64)LEVEL_LOG }, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_FMODStudio_EFMODLogging_Statics::Enum_MetaDataParams[] = { - { "LEVEL_ERROR.Name", "LEVEL_ERROR" }, - { "LEVEL_LOG.Name", "LEVEL_LOG" }, - { "LEVEL_NONE.Name", "LEVEL_NONE" }, - { "LEVEL_WARNING.Name", "LEVEL_WARNING" }, - { "ModuleRelativePath", "Classes/FMODSettings.h" }, - }; -#endif - const UECodeGen_Private::FEnumParams Z_Construct_UEnum_FMODStudio_EFMODLogging_Statics::EnumParams = { - (UObject*(*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - "EFMODLogging", - "EFMODLogging", - Z_Construct_UEnum_FMODStudio_EFMODLogging_Statics::Enumerators, - RF_Public|RF_Transient|RF_MarkAsNative, - UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODLogging_Statics::Enumerators), - EEnumFlags::None, - (uint8)UEnum::ECppForm::Regular, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODLogging_Statics::Enum_MetaDataParams), Z_Construct_UEnum_FMODStudio_EFMODLogging_Statics::Enum_MetaDataParams) - }; - UEnum* Z_Construct_UEnum_FMODStudio_EFMODLogging() - { - if (!Z_Registration_Info_UEnum_EFMODLogging.InnerSingleton) - { - UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EFMODLogging.InnerSingleton, Z_Construct_UEnum_FMODStudio_EFMODLogging_Statics::EnumParams); - } - return Z_Registration_Info_UEnum_EFMODLogging.InnerSingleton; - } - static FEnumRegistrationInfo Z_Registration_Info_UEnum_EFMODSpeakerMode; - static UEnum* EFMODSpeakerMode_StaticEnum() - { - if (!Z_Registration_Info_UEnum_EFMODSpeakerMode.OuterSingleton) - { - Z_Registration_Info_UEnum_EFMODSpeakerMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_FMODStudio_EFMODSpeakerMode, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("EFMODSpeakerMode")); - } - return Z_Registration_Info_UEnum_EFMODSpeakerMode.OuterSingleton; - } - template<> FMODSTUDIO_API UEnum* StaticEnum() - { - return EFMODSpeakerMode_StaticEnum(); - } - struct Z_Construct_UEnum_FMODStudio_EFMODSpeakerMode_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_FMODStudio_EFMODSpeakerMode_Statics::Enumerators[] = { - { "EFMODSpeakerMode::Stereo", (int64)EFMODSpeakerMode::Stereo }, - { "EFMODSpeakerMode::Surround_5_1", (int64)EFMODSpeakerMode::Surround_5_1 }, - { "EFMODSpeakerMode::Surround_7_1", (int64)EFMODSpeakerMode::Surround_7_1 }, - { "EFMODSpeakerMode::Surround_7_1_4", (int64)EFMODSpeakerMode::Surround_7_1_4 }, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_FMODStudio_EFMODSpeakerMode_Statics::Enum_MetaDataParams[] = { - { "ModuleRelativePath", "Classes/FMODSettings.h" }, - { "Stereo.Comment", "// The speakers are stereo\n" }, - { "Stereo.Name", "EFMODSpeakerMode::Stereo" }, - { "Stereo.ToolTip", "The speakers are stereo" }, - { "Surround_5_1.Comment", "// 5.1 speaker setup\n" }, - { "Surround_5_1.Name", "EFMODSpeakerMode::Surround_5_1" }, - { "Surround_5_1.ToolTip", "5.1 speaker setup" }, - { "Surround_7_1.Comment", "// 7.1 speaker setup\n" }, - { "Surround_7_1.Name", "EFMODSpeakerMode::Surround_7_1" }, - { "Surround_7_1.ToolTip", "7.1 speaker setup" }, - { "Surround_7_1_4.Comment", "// 7.1.4 speaker setup\n" }, - { "Surround_7_1_4.Name", "EFMODSpeakerMode::Surround_7_1_4" }, - { "Surround_7_1_4.ToolTip", "7.1.4 speaker setup" }, - }; -#endif - const UECodeGen_Private::FEnumParams Z_Construct_UEnum_FMODStudio_EFMODSpeakerMode_Statics::EnumParams = { - (UObject*(*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - "EFMODSpeakerMode", - "EFMODSpeakerMode::Type", - Z_Construct_UEnum_FMODStudio_EFMODSpeakerMode_Statics::Enumerators, - RF_Public|RF_Transient|RF_MarkAsNative, - UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODSpeakerMode_Statics::Enumerators), - EEnumFlags::None, - (uint8)UEnum::ECppForm::Namespaced, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODSpeakerMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_FMODStudio_EFMODSpeakerMode_Statics::Enum_MetaDataParams) - }; - UEnum* Z_Construct_UEnum_FMODStudio_EFMODSpeakerMode() - { - if (!Z_Registration_Info_UEnum_EFMODSpeakerMode.InnerSingleton) - { - UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EFMODSpeakerMode.InnerSingleton, Z_Construct_UEnum_FMODStudio_EFMODSpeakerMode_Statics::EnumParams); - } - return Z_Registration_Info_UEnum_EFMODSpeakerMode.InnerSingleton; - } - static FEnumRegistrationInfo Z_Registration_Info_UEnum_EFMODOutput; - static UEnum* EFMODOutput_StaticEnum() - { - if (!Z_Registration_Info_UEnum_EFMODOutput.OuterSingleton) - { - Z_Registration_Info_UEnum_EFMODOutput.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_FMODStudio_EFMODOutput, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("EFMODOutput")); - } - return Z_Registration_Info_UEnum_EFMODOutput.OuterSingleton; - } - template<> FMODSTUDIO_API UEnum* StaticEnum() - { - return EFMODOutput_StaticEnum(); - } - struct Z_Construct_UEnum_FMODStudio_EFMODOutput_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_FMODStudio_EFMODOutput_Statics::Enumerators[] = { - { "EFMODOutput::TYPE_AUTODETECT", (int64)EFMODOutput::TYPE_AUTODETECT }, - { "EFMODOutput::TYPE_NOSOUND", (int64)EFMODOutput::TYPE_NOSOUND }, - { "EFMODOutput::TYPE_WASAPI", (int64)EFMODOutput::TYPE_WASAPI }, - { "EFMODOutput::TYPE_ASIO", (int64)EFMODOutput::TYPE_ASIO }, - { "EFMODOutput::TYPE_PULSEAUDIO", (int64)EFMODOutput::TYPE_PULSEAUDIO }, - { "EFMODOutput::TYPE_ALSA", (int64)EFMODOutput::TYPE_ALSA }, - { "EFMODOutput::TYPE_COREAUDIO", (int64)EFMODOutput::TYPE_COREAUDIO }, - { "EFMODOutput::TYPE_AUDIOTRACK", (int64)EFMODOutput::TYPE_AUDIOTRACK }, - { "EFMODOutput::TYPE_OPENSL", (int64)EFMODOutput::TYPE_OPENSL }, - { "EFMODOutput::TYPE_AUDIOOUT", (int64)EFMODOutput::TYPE_AUDIOOUT }, - { "EFMODOutput::TYPE_AUDIO3D", (int64)EFMODOutput::TYPE_AUDIO3D }, - { "EFMODOutput::TYPE_NNAUDIO", (int64)EFMODOutput::TYPE_NNAUDIO }, - { "EFMODOutput::TYPE_WINSONIC", (int64)EFMODOutput::TYPE_WINSONIC }, - { "EFMODOutput::TYPE_AAUDIO", (int64)EFMODOutput::TYPE_AAUDIO }, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_FMODStudio_EFMODOutput_Statics::Enum_MetaDataParams[] = { - { "ModuleRelativePath", "Classes/FMODSettings.h" }, - { "TYPE_AAUDIO.Comment", "/** Android - AAudio. (Default on Android 8.1 and above) */" }, - { "TYPE_AAUDIO.Name", "EFMODOutput::TYPE_AAUDIO" }, - { "TYPE_AAUDIO.ToolTip", "Android - AAudio. (Default on Android 8.1 and above)" }, - { "TYPE_ALSA.Comment", "/** Linux - Advanced Linux Sound Architecture. (Default on Linux if PulseAudio isn't available) */" }, - { "TYPE_ALSA.Name", "EFMODOutput::TYPE_ALSA" }, - { "TYPE_ALSA.ToolTip", "Linux - Advanced Linux Sound Architecture. (Default on Linux if PulseAudio isn't available)" }, - { "TYPE_ASIO.Comment", "/** Win - Low latency ASIO 2.0. */" }, - { "TYPE_ASIO.Name", "EFMODOutput::TYPE_ASIO" }, - { "TYPE_ASIO.ToolTip", "Win - Low latency ASIO 2.0." }, - { "TYPE_AUDIO3D.Comment", "/** PS4 - Audio3D. */" }, - { "TYPE_AUDIO3D.Name", "EFMODOutput::TYPE_AUDIO3D" }, - { "TYPE_AUDIO3D.ToolTip", "PS4 - Audio3D." }, - { "TYPE_AUDIOOUT.Comment", "/** PS4 / PS5 - Audio Out. (Default on PS4, PS5) */" }, - { "TYPE_AUDIOOUT.Name", "EFMODOutput::TYPE_AUDIOOUT" }, - { "TYPE_AUDIOOUT.ToolTip", "PS4 / PS5 - Audio Out. (Default on PS4, PS5)" }, - { "TYPE_AUDIOTRACK.Comment", "/** Android - Java Audio Track. (Default on Android 2.2 and below) */" }, - { "TYPE_AUDIOTRACK.Name", "EFMODOutput::TYPE_AUDIOTRACK" }, - { "TYPE_AUDIOTRACK.ToolTip", "Android - Java Audio Track. (Default on Android 2.2 and below)" }, - { "TYPE_AUTODETECT.Comment", "/** Picks the best output mode for the platform.This is the default. */" }, - { "TYPE_AUTODETECT.Name", "EFMODOutput::TYPE_AUTODETECT" }, - { "TYPE_AUTODETECT.ToolTip", "Picks the best output mode for the platform.This is the default." }, - { "TYPE_COREAUDIO.Comment", "/** Mac / iOS - Core Audio. (Default on Mac and iOS) */" }, - { "TYPE_COREAUDIO.Name", "EFMODOutput::TYPE_COREAUDIO" }, - { "TYPE_COREAUDIO.ToolTip", "Mac / iOS - Core Audio. (Default on Mac and iOS)" }, - { "TYPE_NNAUDIO.Comment", "/** Switch - nn::audio. (Default on Switch) */" }, - { "TYPE_NNAUDIO.Name", "EFMODOutput::TYPE_NNAUDIO" }, - { "TYPE_NNAUDIO.ToolTip", "Switch - nn::audio. (Default on Switch)" }, - { "TYPE_NOSOUND.Comment", "/** All - Perform all mixing but discard the final output. */" }, - { "TYPE_NOSOUND.Name", "EFMODOutput::TYPE_NOSOUND" }, - { "TYPE_NOSOUND.ToolTip", "All - Perform all mixing but discard the final output." }, - { "TYPE_OPENSL.Comment", "/** Android - OpenSL ES. (Default on Android 2.3 up to 7.1) */" }, - { "TYPE_OPENSL.Name", "EFMODOutput::TYPE_OPENSL" }, - { "TYPE_OPENSL.ToolTip", "Android - OpenSL ES. (Default on Android 2.3 up to 7.1)" }, - { "TYPE_PULSEAUDIO.Comment", "/** Linux - Pulse Audio. (Default on Linux if available) */" }, - { "TYPE_PULSEAUDIO.Name", "EFMODOutput::TYPE_PULSEAUDIO" }, - { "TYPE_PULSEAUDIO.ToolTip", "Linux - Pulse Audio. (Default on Linux if available)" }, - { "TYPE_WASAPI.Comment", "/** Win / UWP / Xbox One / Game Core - Windows Audio Session API. (Default on Windows, Xbox One, Game Core and UWP) */" }, - { "TYPE_WASAPI.Name", "EFMODOutput::TYPE_WASAPI" }, - { "TYPE_WASAPI.ToolTip", "Win / UWP / Xbox One / Game Core - Windows Audio Session API. (Default on Windows, Xbox One, Game Core and UWP)" }, - { "TYPE_WINSONIC.Comment", "/** Win10 / Xbox One / Game Core - Windows Sonic. */" }, - { "TYPE_WINSONIC.Name", "EFMODOutput::TYPE_WINSONIC" }, - { "TYPE_WINSONIC.ToolTip", "Win10 / Xbox One / Game Core - Windows Sonic." }, - }; -#endif - const UECodeGen_Private::FEnumParams Z_Construct_UEnum_FMODStudio_EFMODOutput_Statics::EnumParams = { - (UObject*(*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - "EFMODOutput", - "EFMODOutput::Type", - Z_Construct_UEnum_FMODStudio_EFMODOutput_Statics::Enumerators, - RF_Public|RF_Transient|RF_MarkAsNative, - UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODOutput_Statics::Enumerators), - EEnumFlags::None, - (uint8)UEnum::ECppForm::Namespaced, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODOutput_Statics::Enum_MetaDataParams), Z_Construct_UEnum_FMODStudio_EFMODOutput_Statics::Enum_MetaDataParams) - }; - UEnum* Z_Construct_UEnum_FMODStudio_EFMODOutput() - { - if (!Z_Registration_Info_UEnum_EFMODOutput.InnerSingleton) - { - UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EFMODOutput.InnerSingleton, Z_Construct_UEnum_FMODStudio_EFMODOutput_Statics::EnumParams); - } - return Z_Registration_Info_UEnum_EFMODOutput.InnerSingleton; - } - static FEnumRegistrationInfo Z_Registration_Info_UEnum_EFMODPlatforms; - static UEnum* EFMODPlatforms_StaticEnum() - { - if (!Z_Registration_Info_UEnum_EFMODPlatforms.OuterSingleton) - { - Z_Registration_Info_UEnum_EFMODPlatforms.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_FMODStudio_EFMODPlatforms, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("EFMODPlatforms")); - } - return Z_Registration_Info_UEnum_EFMODPlatforms.OuterSingleton; - } - template<> FMODSTUDIO_API UEnum* StaticEnum() - { - return EFMODPlatforms_StaticEnum(); - } - struct Z_Construct_UEnum_FMODStudio_EFMODPlatforms_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_FMODStudio_EFMODPlatforms_Statics::Enumerators[] = { - { "EFMODPlatforms::Windows", (int64)EFMODPlatforms::Windows }, - { "EFMODPlatforms::Linux", (int64)EFMODPlatforms::Linux }, - { "EFMODPlatforms::Mac", (int64)EFMODPlatforms::Mac }, - { "EFMODPlatforms::Android", (int64)EFMODPlatforms::Android }, - { "EFMODPlatforms::IOS", (int64)EFMODPlatforms::IOS }, - { "EFMODPlatforms::PS4", (int64)EFMODPlatforms::PS4 }, - { "EFMODPlatforms::PS5", (int64)EFMODPlatforms::PS5 }, - { "EFMODPlatforms::Deprecated", (int64)EFMODPlatforms::Deprecated }, - { "EFMODPlatforms::Switch", (int64)EFMODPlatforms::Switch }, - { "EFMODPlatforms::XboxOne", (int64)EFMODPlatforms::XboxOne }, - { "EFMODPlatforms::XSX", (int64)EFMODPlatforms::XSX }, - { "EFMODPlatforms::Editor", (int64)EFMODPlatforms::Editor }, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_FMODStudio_EFMODPlatforms_Statics::Enum_MetaDataParams[] = { - { "Android.Name", "EFMODPlatforms::Android" }, - { "Deprecated.Name", "EFMODPlatforms::Deprecated" }, - { "Editor.Name", "EFMODPlatforms::Editor" }, - { "IOS.Name", "EFMODPlatforms::IOS" }, - { "Linux.Name", "EFMODPlatforms::Linux" }, - { "Mac.Name", "EFMODPlatforms::Mac" }, - { "ModuleRelativePath", "Classes/FMODSettings.h" }, - { "PS4.Name", "EFMODPlatforms::PS4" }, - { "PS5.Name", "EFMODPlatforms::PS5" }, - { "Switch.Name", "EFMODPlatforms::Switch" }, - { "Windows.Name", "EFMODPlatforms::Windows" }, - { "XboxOne.Name", "EFMODPlatforms::XboxOne" }, - { "XSX.Name", "EFMODPlatforms::XSX" }, - }; -#endif - const UECodeGen_Private::FEnumParams Z_Construct_UEnum_FMODStudio_EFMODPlatforms_Statics::EnumParams = { - (UObject*(*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - "EFMODPlatforms", - "EFMODPlatforms::Type", - Z_Construct_UEnum_FMODStudio_EFMODPlatforms_Statics::Enumerators, - RF_Public|RF_Transient|RF_MarkAsNative, - UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODPlatforms_Statics::Enumerators), - EEnumFlags::None, - (uint8)UEnum::ECppForm::Namespaced, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODPlatforms_Statics::Enum_MetaDataParams), Z_Construct_UEnum_FMODStudio_EFMODPlatforms_Statics::Enum_MetaDataParams) - }; - UEnum* Z_Construct_UEnum_FMODStudio_EFMODPlatforms() - { - if (!Z_Registration_Info_UEnum_EFMODPlatforms.InnerSingleton) - { - UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EFMODPlatforms.InnerSingleton, Z_Construct_UEnum_FMODStudio_EFMODPlatforms_Statics::EnumParams); - } - return Z_Registration_Info_UEnum_EFMODPlatforms.InnerSingleton; - } - static FEnumRegistrationInfo Z_Registration_Info_UEnum_EFMODCodec; - static UEnum* EFMODCodec_StaticEnum() - { - if (!Z_Registration_Info_UEnum_EFMODCodec.OuterSingleton) - { - Z_Registration_Info_UEnum_EFMODCodec.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_FMODStudio_EFMODCodec, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("EFMODCodec")); - } - return Z_Registration_Info_UEnum_EFMODCodec.OuterSingleton; - } - template<> FMODSTUDIO_API UEnum* StaticEnum() - { - return EFMODCodec_StaticEnum(); - } - struct Z_Construct_UEnum_FMODStudio_EFMODCodec_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_FMODStudio_EFMODCodec_Statics::Enumerators[] = { - { "EFMODCodec::VORBIS", (int64)EFMODCodec::VORBIS }, - { "EFMODCodec::FADPCM", (int64)EFMODCodec::FADPCM }, - { "EFMODCodec::OPUS", (int64)EFMODCodec::OPUS }, - { "EFMODCodec::XMA", (int64)EFMODCodec::XMA }, - { "EFMODCodec::AT9", (int64)EFMODCodec::AT9 }, - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UEnum_FMODStudio_EFMODCodec_Statics::Enum_MetaDataParams[] = { - { "AT9.Name", "EFMODCodec::AT9" }, - { "FADPCM.Name", "EFMODCodec::FADPCM" }, - { "ModuleRelativePath", "Classes/FMODSettings.h" }, - { "OPUS.Name", "EFMODCodec::OPUS" }, - { "VORBIS.Name", "EFMODCodec::VORBIS" }, - { "XMA.Name", "EFMODCodec::XMA" }, - }; -#endif - const UECodeGen_Private::FEnumParams Z_Construct_UEnum_FMODStudio_EFMODCodec_Statics::EnumParams = { - (UObject*(*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - "EFMODCodec", - "EFMODCodec::Type", - Z_Construct_UEnum_FMODStudio_EFMODCodec_Statics::Enumerators, - RF_Public|RF_Transient|RF_MarkAsNative, - UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODCodec_Statics::Enumerators), - EEnumFlags::None, - (uint8)UEnum::ECppForm::Namespaced, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_FMODStudio_EFMODCodec_Statics::Enum_MetaDataParams), Z_Construct_UEnum_FMODStudio_EFMODCodec_Statics::Enum_MetaDataParams) - }; - UEnum* Z_Construct_UEnum_FMODStudio_EFMODCodec() - { - if (!Z_Registration_Info_UEnum_EFMODCodec.InnerSingleton) - { - UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EFMODCodec.InnerSingleton, Z_Construct_UEnum_FMODStudio_EFMODCodec_Statics::EnumParams); - } - return Z_Registration_Info_UEnum_EFMODCodec.InnerSingleton; - } - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_CustomPoolSizes; -class UScriptStruct* FCustomPoolSizes::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_CustomPoolSizes.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_CustomPoolSizes.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FCustomPoolSizes, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("CustomPoolSizes")); - } - return Z_Registration_Info_UScriptStruct_CustomPoolSizes.OuterSingleton; -} -template<> FMODSTUDIO_API UScriptStruct* StaticStruct() -{ - return FCustomPoolSizes::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FCustomPoolSizes_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Desktop_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_Desktop; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Mobile_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_Mobile; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_PS4_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_PS4; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Switch_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_Switch; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_XboxOne_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_XboxOne; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::Struct_MetaDataParams[] = { - { "ModuleRelativePath", "Classes/FMODSettings.h" }, - }; -#endif - void* Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Desktop_MetaData[] = { - { "Category", "InitSettings" }, - { "ClampMin", "0" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Default = 0 (Disabled) units in bytes*/" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Default = 0 (Disabled) units in bytes" }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Desktop = { "Desktop", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCustomPoolSizes, Desktop), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Desktop_MetaData), Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Desktop_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Mobile_MetaData[] = { - { "Category", "InitSettings" }, - { "ClampMin", "0" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Default = 0 (Disabled) units in bytes*/" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Default = 0 (Disabled) units in bytes" }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Mobile = { "Mobile", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCustomPoolSizes, Mobile), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Mobile_MetaData), Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Mobile_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_PS4_MetaData[] = { - { "Category", "InitSettings" }, - { "ClampMin", "0" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Default = 0 (Disabled) units in bytes*/" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Default = 0 (Disabled) units in bytes" }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_PS4 = { "PS4", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCustomPoolSizes, PS4), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_PS4_MetaData), Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_PS4_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Switch_MetaData[] = { - { "Category", "InitSettings" }, - { "ClampMin", "0" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Default = 0 (Disabled) units in bytes*/" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Default = 0 (Disabled) units in bytes" }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Switch = { "Switch", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCustomPoolSizes, Switch), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Switch_MetaData), Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Switch_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_XboxOne_MetaData[] = { - { "Category", "InitSettings" }, - { "ClampMin", "0" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Default = 0 (Disabled) units in bytes*/" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Default = 0 (Disabled) units in bytes" }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_XboxOne = { "XboxOne", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCustomPoolSizes, XboxOne), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_XboxOne_MetaData), Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_XboxOne_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Desktop, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Mobile, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_PS4, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_Switch, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewProp_XboxOne, - }; - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - &NewStructOps, - "CustomPoolSizes", - Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::PropPointers, - UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::PropPointers), - sizeof(FCustomPoolSizes), - alignof(FCustomPoolSizes), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000001), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::Struct_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::PropPointers) < 2048); - UScriptStruct* Z_Construct_UScriptStruct_FCustomPoolSizes() - { - if (!Z_Registration_Info_UScriptStruct_CustomPoolSizes.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_CustomPoolSizes.InnerSingleton, Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_CustomPoolSizes.InnerSingleton; - } - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODPlatformSettings; -class UScriptStruct* FFMODPlatformSettings::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_FMODPlatformSettings.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_FMODPlatformSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODPlatformSettings, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODPlatformSettings")); - } - return Z_Registration_Info_UScriptStruct_FMODPlatformSettings.OuterSingleton; -} -template<> FMODSTUDIO_API UScriptStruct* StaticStruct() -{ - return FFMODPlatformSettings::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_RealChannelCount_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_RealChannelCount; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_SampleRate_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_SampleRate; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_SpeakerMode_MetaData[]; -#endif - static const UECodeGen_Private::FBytePropertyParams NewProp_SpeakerMode; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_OutputType_MetaData[]; -#endif - static const UECodeGen_Private::FBytePropertyParams NewProp_OutputType; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_CustomPoolSize_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_CustomPoolSize; - static const UECodeGen_Private::FIntPropertyParams NewProp_Codecs_ValueProp; - static const UECodeGen_Private::FBytePropertyParams NewProp_Codecs_Key_KeyProp; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Codecs_MetaData[]; -#endif - static const UECodeGen_Private::FMapPropertyParams NewProp_Codecs; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::Struct_MetaDataParams[] = { - { "ModuleRelativePath", "Classes/FMODSettings.h" }, - }; -#endif - void* Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_RealChannelCount_MetaData[] = { - { "Category", "PlatformSettings" }, - { "ClampMin", "0" }, -#if !UE_BUILD_SHIPPING - { "Comment", "// Real Channel Count\n" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Real Channel Count" }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_RealChannelCount = { "RealChannelCount", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODPlatformSettings, RealChannelCount), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_RealChannelCount_MetaData), Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_RealChannelCount_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_SampleRate_MetaData[] = { - { "Category", "PlatformSettings" }, - { "ClampMin", "0" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Sample rate to use, or 0 to match system rate.\n * eg. 0, 22050, 24000, 32000, 44100, 48000.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Sample rate to use, or 0 to match system rate.\neg. 0, 22050, 24000, 32000, 44100, 48000." }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_SampleRate = { "SampleRate", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODPlatformSettings, SampleRate), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_SampleRate_MetaData), Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_SampleRate_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_SpeakerMode_MetaData[] = { - { "Category", "PlatformSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Project Output Format, should match the mode set up for the Studio project.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Project Output Format, should match the mode set up for the Studio project." }, -#endif - }; -#endif - const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_SpeakerMode = { "SpeakerMode", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODPlatformSettings, SpeakerMode), Z_Construct_UEnum_FMODStudio_EFMODSpeakerMode, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_SpeakerMode_MetaData), Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_SpeakerMode_MetaData) }; // 2922245937 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_OutputType_MetaData[] = { - { "Category", "PlatformSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Built-in output types that can be used to run the mixer.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Built-in output types that can be used to run the mixer." }, -#endif - }; -#endif - const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_OutputType = { "OutputType", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODPlatformSettings, OutputType), Z_Construct_UEnum_FMODStudio_EFMODOutput, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_OutputType_MetaData), Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_OutputType_MetaData) }; // 784006626 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_CustomPoolSize_MetaData[] = { - { "Category", "PlatformSettings" }, - { "ClampMin", "0" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Use specified memory pool size, units in bytes. Disabled by default.\n * FMOD may become unstable if the limit is exceeded!\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Use specified memory pool size, units in bytes. Disabled by default.\nFMOD may become unstable if the limit is exceeded!" }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_CustomPoolSize = { "CustomPoolSize", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODPlatformSettings, CustomPoolSize), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_CustomPoolSize_MetaData), Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_CustomPoolSize_MetaData) }; - const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_Codecs_ValueProp = { "Codecs", nullptr, (EPropertyFlags)0x0000000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) }; - const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_Codecs_Key_KeyProp = { "Codecs_Key", nullptr, (EPropertyFlags)0x0000000000004001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UEnum_FMODStudio_EFMODCodec, METADATA_PARAMS(0, nullptr) }; // 4186696302 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_Codecs_MetaData[] = { - { "Category", "PlatformSettings" }, - { "ClampMin", "0" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/* Codecs\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Codecs" }, -#endif - }; -#endif - const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_Codecs = { "Codecs", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODPlatformSettings, Codecs), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_Codecs_MetaData), Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_Codecs_MetaData) }; // 4186696302 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_RealChannelCount, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_SampleRate, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_SpeakerMode, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_OutputType, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_CustomPoolSize, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_Codecs_ValueProp, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_Codecs_Key_KeyProp, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewProp_Codecs, - }; - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - &NewStructOps, - "FMODPlatformSettings", - Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::PropPointers, - UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::PropPointers), - sizeof(FFMODPlatformSettings), - alignof(FFMODPlatformSettings), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000001), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::Struct_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::PropPointers) < 2048); - UScriptStruct* Z_Construct_UScriptStruct_FFMODPlatformSettings() - { - if (!Z_Registration_Info_UScriptStruct_FMODPlatformSettings.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODPlatformSettings.InnerSingleton, Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_FMODPlatformSettings.InnerSingleton; - } - static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMODProjectLocale; -class UScriptStruct* FFMODProjectLocale::StaticStruct() -{ - if (!Z_Registration_Info_UScriptStruct_FMODProjectLocale.OuterSingleton) - { - Z_Registration_Info_UScriptStruct_FMODProjectLocale.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FFMODProjectLocale, (UObject*)Z_Construct_UPackage__Script_FMODStudio(), TEXT("FMODProjectLocale")); - } - return Z_Registration_Info_UScriptStruct_FMODProjectLocale.OuterSingleton; -} -template<> FMODSTUDIO_API UScriptStruct* StaticStruct() -{ - return FFMODProjectLocale::StaticStruct(); -} - struct Z_Construct_UScriptStruct_FFMODProjectLocale_Statics - { -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[]; -#endif - static void* NewStructOps(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_LocaleName_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_LocaleName; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_LocaleCode_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_LocaleCode; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bDefault_MetaData[]; -#endif - static void NewProp_bDefault_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bDefault; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const UECodeGen_Private::FStructParams ReturnStructParams; - }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::Struct_MetaDataParams[] = { - { "ModuleRelativePath", "Classes/FMODSettings.h" }, - }; -#endif - void* Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewStructOps() - { - return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); - } -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_LocaleName_MetaData[] = { - { "Category", "Localization" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Human readable locale name, displayed in Blueprints.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Human readable locale name, displayed in Blueprints." }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_LocaleName = { "LocaleName", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODProjectLocale, LocaleName), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_LocaleName_MetaData), Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_LocaleName_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_LocaleCode_MetaData[] = { - { "Category", "Localization" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Locale code. Must correspond to project locale codes in FMOD Studio project.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Locale code. Must correspond to project locale codes in FMOD Studio project." }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_LocaleCode = { "LocaleCode", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FFMODProjectLocale, LocaleCode), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_LocaleCode_MetaData), Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_LocaleCode_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_bDefault_MetaData[] = { - { "Category", "Localization" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Default locale at startup. Only one locale should be marked as default.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Default locale at startup. Only one locale should be marked as default." }, -#endif - }; -#endif - void Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_bDefault_SetBit(void* Obj) - { - ((FFMODProjectLocale*)Obj)->bDefault = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_bDefault = { "bDefault", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FFMODProjectLocale), &Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_bDefault_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_bDefault_MetaData), Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_bDefault_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_LocaleName, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_LocaleCode, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewProp_bDefault, - }; - const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::ReturnStructParams = { - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - nullptr, - &NewStructOps, - "FMODProjectLocale", - Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::PropPointers, - UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::PropPointers), - sizeof(FFMODProjectLocale), - alignof(FFMODProjectLocale), - RF_Public|RF_Transient|RF_MarkAsNative, - EStructFlags(0x00000001), - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::Struct_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::PropPointers) < 2048); - UScriptStruct* Z_Construct_UScriptStruct_FFMODProjectLocale() - { - if (!Z_Registration_Info_UScriptStruct_FMODProjectLocale.InnerSingleton) - { - UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMODProjectLocale.InnerSingleton, Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::ReturnStructParams); - } - return Z_Registration_Info_UScriptStruct_FMODProjectLocale.InnerSingleton; - } - void UFMODSettings::StaticRegisterNativesUFMODSettings() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODSettings); - UClass* Z_Construct_UClass_UFMODSettings_NoRegister() - { - return UFMODSettings::StaticClass(); - } - struct Z_Construct_UClass_UFMODSettings_Statics - { - static UObject* (*const DependentSingletons[])(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; -#endif -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bLoadAllBanks_MetaData[]; -#endif - static void NewProp_bLoadAllBanks_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bLoadAllBanks; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bLoadAllSampleData_MetaData[]; -#endif - static void NewProp_bLoadAllSampleData_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bLoadAllSampleData; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bEnableLiveUpdate_MetaData[]; -#endif - static void NewProp_bEnableLiveUpdate_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableLiveUpdate; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bEnableEditorLiveUpdate_MetaData[]; -#endif - static void NewProp_bEnableEditorLiveUpdate_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableEditorLiveUpdate; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_BankOutputDirectory_MetaData[]; -#endif - static const UECodeGen_Private::FStructPropertyParams NewProp_BankOutputDirectory; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_OutputFormat_MetaData[]; -#endif - static const UECodeGen_Private::FBytePropertyParams NewProp_OutputFormat; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_OutputType_MetaData[]; -#endif - static const UECodeGen_Private::FBytePropertyParams NewProp_OutputType; - static const UECodeGen_Private::FStructPropertyParams NewProp_Locales_Inner; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Locales_MetaData[]; -#endif - static const UECodeGen_Private::FArrayPropertyParams NewProp_Locales; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Vol0VirtualLevel_MetaData[]; -#endif - static const UECodeGen_Private::FFloatPropertyParams NewProp_Vol0VirtualLevel; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_SampleRate_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_SampleRate; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bMatchHardwareSampleRate_MetaData[]; -#endif - static void NewProp_bMatchHardwareSampleRate_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bMatchHardwareSampleRate; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_RealChannelCount_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_RealChannelCount; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_TotalChannelCount_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_TotalChannelCount; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_DSPBufferLength_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_DSPBufferLength; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_DSPBufferCount_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_DSPBufferCount; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_FileBufferSize_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_FileBufferSize; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_StudioUpdatePeriod_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_StudioUpdatePeriod; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_InitialOutputDriverName_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_InitialOutputDriverName; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bLockAllBuses_MetaData[]; -#endif - static void NewProp_bLockAllBuses_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bLockAllBuses; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_MemoryPoolSizes_MetaData[]; -#endif - static const UECodeGen_Private::FStructPropertyParams NewProp_MemoryPoolSizes; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_LiveUpdatePort_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_LiveUpdatePort; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_EditorLiveUpdatePort_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_EditorLiveUpdatePort; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ReloadBanksDelay_MetaData[]; -#endif - static const UECodeGen_Private::FIntPropertyParams NewProp_ReloadBanksDelay; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bEnableAPIErrorLogging_MetaData[]; -#endif - static void NewProp_bEnableAPIErrorLogging_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableAPIErrorLogging; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bEnableMemoryTracking_MetaData[]; -#endif - static void NewProp_bEnableMemoryTracking_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableMemoryTracking; - static const UECodeGen_Private::FStrPropertyParams NewProp_PluginFiles_Inner; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_PluginFiles_MetaData[]; -#endif - static const UECodeGen_Private::FArrayPropertyParams NewProp_PluginFiles; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ContentBrowserPrefix_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_ContentBrowserPrefix; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_ForcePlatformName_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_ForcePlatformName; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_MasterBankName_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_MasterBankName; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_SkipLoadBankName_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_SkipLoadBankName; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_StudioBankKey_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_StudioBankKey; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_WavWriterPath_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_WavWriterPath; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_LoggingLevel_MetaData[]; -#endif - static const UECodeGen_Private::FBytePropertyParams NewProp_LoggingLevel; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_OcclusionParameter_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_OcclusionParameter; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_AmbientVolumeParameter_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_AmbientVolumeParameter; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_AmbientLPFParameter_MetaData[]; -#endif - static const UECodeGen_Private::FStrPropertyParams NewProp_AmbientLPFParameter; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_bFMODAudioLinkEnabled_MetaData[]; -#endif - static void NewProp_bFMODAudioLinkEnabled_SetBit(void* Obj); - static const UECodeGen_Private::FBoolPropertyParams NewProp_bFMODAudioLinkEnabled; - static const UECodeGen_Private::FStructPropertyParams NewProp_Platforms_ValueProp; - static const UECodeGen_Private::FBytePropertyParams NewProp_Platforms_Key_KeyProp; -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_Platforms_MetaData[]; -#endif - static const UECodeGen_Private::FMapPropertyParams NewProp_Platforms; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_UFMODSettings_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UObject, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::Class_MetaDataParams[] = { - { "IncludePath", "FMODSettings.h" }, - { "ModuleRelativePath", "Classes/FMODSettings.h" }, - }; -#endif -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllBanks_MetaData[] = { - { "Category", "Basic" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Whether to load all banks at startup.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Whether to load all banks at startup." }, -#endif - }; -#endif - void Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllBanks_SetBit(void* Obj) - { - ((UFMODSettings*)Obj)->bLoadAllBanks = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllBanks = { "bLoadAllBanks", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UFMODSettings), &Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllBanks_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllBanks_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllBanks_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllSampleData_MetaData[] = { - { "Category", "Basic" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Whether to load all bank sample data into memory at startup.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Whether to load all bank sample data into memory at startup." }, -#endif - }; -#endif - void Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllSampleData_SetBit(void* Obj) - { - ((UFMODSettings*)Obj)->bLoadAllSampleData = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllSampleData = { "bLoadAllSampleData", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UFMODSettings), &Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllSampleData_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllSampleData_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllSampleData_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableLiveUpdate_MetaData[] = { - { "Category", "Basic" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Enable live update in non-final builds.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Enable live update in non-final builds." }, -#endif - }; -#endif - void Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableLiveUpdate_SetBit(void* Obj) - { - ((UFMODSettings*)Obj)->bEnableLiveUpdate = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableLiveUpdate = { "bEnableLiveUpdate", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UFMODSettings), &Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableLiveUpdate_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableLiveUpdate_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableLiveUpdate_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableEditorLiveUpdate_MetaData[] = { - { "Category", "Basic" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Enable live update in Editor for Auditioning. *Requires Restart*\n */" }, -#endif - { "ConfigRestartRequired", "TRUE" }, - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Enable live update in Editor for Auditioning. *Requires Restart*" }, -#endif - }; -#endif - void Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableEditorLiveUpdate_SetBit(void* Obj) - { - ((UFMODSettings*)Obj)->bEnableEditorLiveUpdate = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableEditorLiveUpdate = { "bEnableEditorLiveUpdate", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UFMODSettings), &Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableEditorLiveUpdate_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableEditorLiveUpdate_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableEditorLiveUpdate_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_BankOutputDirectory_MetaData[] = { - { "Category", "Basic" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Path to find your studio bank output directory, relative to Content directory.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, - { "RelativeToGameContentDir", "" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Path to find your studio bank output directory, relative to Content directory." }, -#endif - }; -#endif - const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_BankOutputDirectory = { "BankOutputDirectory", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, BankOutputDirectory), Z_Construct_UScriptStruct_FDirectoryPath, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_BankOutputDirectory_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_BankOutputDirectory_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_OutputFormat_MetaData[] = { - { "Category", "Basic" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/** Project Output Format, should match the mode set up for the Studio project. */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Project Output Format, should match the mode set up for the Studio project." }, -#endif - }; -#endif - const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_OutputFormat = { "OutputFormat", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, OutputFormat), Z_Construct_UEnum_FMODStudio_EFMODSpeakerMode, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_OutputFormat_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_OutputFormat_MetaData) }; // 2922245937 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_OutputType_MetaData[] = { - { "Category", "Basic" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Built-in output types that can be used to run the mixer.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Built-in output types that can be used to run the mixer." }, -#endif - }; -#endif - const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_OutputType = { "OutputType", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, OutputType), Z_Construct_UEnum_FMODStudio_EFMODOutput, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_OutputType_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_OutputType_MetaData) }; // 784006626 - const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_Locales_Inner = { "Locales", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FFMODProjectLocale, METADATA_PARAMS(0, nullptr) }; // 3673794541 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_Locales_MetaData[] = { - { "Category", "Localization" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Locales for localized banks. These should match the project locales configured in the FMOD Studio project.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Locales for localized banks. These should match the project locales configured in the FMOD Studio project." }, -#endif - }; -#endif - const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_Locales = { "Locales", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, Locales), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_Locales_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_Locales_MetaData) }; // 3673794541 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_Vol0VirtualLevel_MetaData[] = { - { "Category", "InitSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * The signal level at which channels are virtualized. Virtual channels are processed, but do not produce any output.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "The signal level at which channels are virtualized. Virtual channels are processed, but do not produce any output." }, -#endif - }; -#endif - const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_Vol0VirtualLevel = { "Vol0VirtualLevel", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, Vol0VirtualLevel), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_Vol0VirtualLevel_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_Vol0VirtualLevel_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_SampleRate_MetaData[] = { - { "Category", "InitSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Sample rate to use, or 0 to match system rate.\n * eg. 0, 22050, 24000, 32000, 44100, 48000.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Sample rate to use, or 0 to match system rate.\neg. 0, 22050, 24000, 32000, 44100, 48000." }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_SampleRate = { "SampleRate", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, SampleRate), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_SampleRate_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_SampleRate_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_bMatchHardwareSampleRate_MetaData[] = { - { "Category", "InitSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Whether to match hardware sample rate where reasonable (44.1kHz to 48kHz).\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Whether to match hardware sample rate where reasonable (44.1kHz to 48kHz)." }, -#endif - }; -#endif - void Z_Construct_UClass_UFMODSettings_Statics::NewProp_bMatchHardwareSampleRate_SetBit(void* Obj) - { - ((UFMODSettings*)Obj)->bMatchHardwareSampleRate = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_bMatchHardwareSampleRate = { "bMatchHardwareSampleRate", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UFMODSettings), &Z_Construct_UClass_UFMODSettings_Statics::NewProp_bMatchHardwareSampleRate_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_bMatchHardwareSampleRate_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_bMatchHardwareSampleRate_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_RealChannelCount_MetaData[] = { - { "Category", "InitSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Number of actual software voices that can be used at once.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Number of actual software voices that can be used at once." }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_RealChannelCount = { "RealChannelCount", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, RealChannelCount), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_RealChannelCount_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_RealChannelCount_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_TotalChannelCount_MetaData[] = { - { "Category", "InitSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Total number of voices available that can be either real or virtual.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Total number of voices available that can be either real or virtual." }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_TotalChannelCount = { "TotalChannelCount", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, TotalChannelCount), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_TotalChannelCount_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_TotalChannelCount_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_DSPBufferLength_MetaData[] = { - { "Category", "InitSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * DSP mixer buffer length (eg. 512, 1024) or 0 for system default.\n * When changing the Buffer Length, Buffer Count also needs to be set.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "DSP mixer buffer length (eg. 512, 1024) or 0 for system default.\nWhen changing the Buffer Length, Buffer Count also needs to be set." }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_DSPBufferLength = { "DSPBufferLength", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, DSPBufferLength), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_DSPBufferLength_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_DSPBufferLength_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_DSPBufferCount_MetaData[] = { - { "Category", "InitSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * DSP mixer buffer count (eg. 2, 4) or 0 for system default.\n * When changing the Buffer Count, Buffer Length also needs to be set.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "DSP mixer buffer count (eg. 2, 4) or 0 for system default.\nWhen changing the Buffer Count, Buffer Length also needs to be set." }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_DSPBufferCount = { "DSPBufferCount", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, DSPBufferCount), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_DSPBufferCount_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_DSPBufferCount_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_FileBufferSize_MetaData[] = { - { "Category", "InitSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * File buffer size in bytes (2048 by default).\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "File buffer size in bytes (2048 by default)." }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_FileBufferSize = { "FileBufferSize", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, FileBufferSize), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_FileBufferSize_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_FileBufferSize_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_StudioUpdatePeriod_MetaData[] = { - { "Category", "InitSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Studio update period in milliseconds, or 0 for default (which means 20ms).\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Studio update period in milliseconds, or 0 for default (which means 20ms)." }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_StudioUpdatePeriod = { "StudioUpdatePeriod", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, StudioUpdatePeriod), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_StudioUpdatePeriod_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_StudioUpdatePeriod_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_InitialOutputDriverName_MetaData[] = { - { "Category", "InitSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Output device to choose at system start up, or empty for default.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Output device to choose at system start up, or empty for default." }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_InitialOutputDriverName = { "InitialOutputDriverName", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, InitialOutputDriverName), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_InitialOutputDriverName_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_InitialOutputDriverName_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLockAllBuses_MetaData[] = { - { "Category", "InitSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Lock all mixer buses at startup, making sure they are created up front.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Lock all mixer buses at startup, making sure they are created up front." }, -#endif - }; -#endif - void Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLockAllBuses_SetBit(void* Obj) - { - ((UFMODSettings*)Obj)->bLockAllBuses = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLockAllBuses = { "bLockAllBuses", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UFMODSettings), &Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLockAllBuses_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLockAllBuses_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLockAllBuses_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_MemoryPoolSizes_MetaData[] = { - { "Category", "InitSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Use specified memory pool size for platform, units in bytes. Disabled by default.\n * FMOD may become unstable if the limit is exceeded!\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Use specified memory pool size for platform, units in bytes. Disabled by default.\nFMOD may become unstable if the limit is exceeded!" }, -#endif - }; -#endif - const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_MemoryPoolSizes = { "MemoryPoolSizes", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, MemoryPoolSizes), Z_Construct_UScriptStruct_FCustomPoolSizes, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_MemoryPoolSizes_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_MemoryPoolSizes_MetaData) }; // 3091469829 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_LiveUpdatePort_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Live update port to use, or 0 for default.\n */" }, -#endif - { "EditCondition", "bEnableLiveUpdate" }, - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Live update port to use, or 0 for default." }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_LiveUpdatePort = { "LiveUpdatePort", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, LiveUpdatePort), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_LiveUpdatePort_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_LiveUpdatePort_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_EditorLiveUpdatePort_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Live update port to use while in editor for auditioning. *Requires Restart*\n */" }, -#endif - { "ConfigRestartRequired", "TRUE" }, - { "EditCondition", "bEnableEditorLiveUpdate" }, - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Live update port to use while in editor for auditioning. *Requires Restart*" }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_EditorLiveUpdatePort = { "EditorLiveUpdatePort", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, EditorLiveUpdatePort), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_EditorLiveUpdatePort_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_EditorLiveUpdatePort_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_ReloadBanksDelay_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Delay in seconds before automatically reloading modified banks from disk. This can be extended if building\n * banks takes a long time and UE4 tries to reload banks before building is completed.\n * Set to 0 to disable automatic bank reloading.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Delay in seconds before automatically reloading modified banks from disk. This can be extended if building\nbanks takes a long time and UE4 tries to reload banks before building is completed.\nSet to 0 to disable automatic bank reloading." }, -#endif - }; -#endif - const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_ReloadBanksDelay = { "ReloadBanksDelay", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, ReloadBanksDelay), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_ReloadBanksDelay_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_ReloadBanksDelay_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableAPIErrorLogging_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Will log internal API errors when enabled.\n */" }, -#endif - { "DisplayName", "Enable API Error Logging" }, - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Will log internal API errors when enabled." }, -#endif - }; -#endif - void Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableAPIErrorLogging_SetBit(void* Obj) - { - ((UFMODSettings*)Obj)->bEnableAPIErrorLogging = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableAPIErrorLogging = { "bEnableAPIErrorLogging", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UFMODSettings), &Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableAPIErrorLogging_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableAPIErrorLogging_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableAPIErrorLogging_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableMemoryTracking_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Enable memory tracking.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Enable memory tracking." }, -#endif - }; -#endif - void Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableMemoryTracking_SetBit(void* Obj) - { - ((UFMODSettings*)Obj)->bEnableMemoryTracking = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableMemoryTracking = { "bEnableMemoryTracking", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UFMODSettings), &Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableMemoryTracking_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableMemoryTracking_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableMemoryTracking_MetaData) }; - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_PluginFiles_Inner = { "PluginFiles", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_PluginFiles_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Extra plugin files to load.\n * The plugin files should sit alongside the FMOD dynamic libraries in the ThirdParty directory.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Extra plugin files to load.\nThe plugin files should sit alongside the FMOD dynamic libraries in the ThirdParty directory." }, -#endif - }; -#endif - const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_PluginFiles = { "PluginFiles", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, PluginFiles), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_PluginFiles_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_PluginFiles_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_ContentBrowserPrefix_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Directory for content to appear in content window. Be careful changing this!\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Directory for content to appear in content window. Be careful changing this!" }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_ContentBrowserPrefix = { "ContentBrowserPrefix", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, ContentBrowserPrefix), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_ContentBrowserPrefix_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_ContentBrowserPrefix_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_ForcePlatformName_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Force platform directory name, or leave empty for automatic (Desktop/Mobile/PS4/XBoxOne)\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Force platform directory name, or leave empty for automatic (Desktop/Mobile/PS4/XBoxOne)" }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_ForcePlatformName = { "ForcePlatformName", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, ForcePlatformName), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_ForcePlatformName_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_ForcePlatformName_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_MasterBankName_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Name of master bank. The default in Studio is \"Master Bank\".\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Name of master bank. The default in Studio is \"Master Bank\"." }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_MasterBankName = { "MasterBankName", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, MasterBankName), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_MasterBankName_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_MasterBankName_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_SkipLoadBankName_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Skip bank files of the given name.\n * Can be used to load all banks except for a certain set, such as localization banks.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Skip bank files of the given name.\nCan be used to load all banks except for a certain set, such as localization banks." }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_SkipLoadBankName = { "SkipLoadBankName", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, SkipLoadBankName), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_SkipLoadBankName_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_SkipLoadBankName_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_StudioBankKey_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/*\n * Specify the key for loading sounds from encrypted banks.\n */" }, -#endif - { "DisplayName", "Encryption Key" }, - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "* Specify the key for loading sounds from encrypted banks." }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_StudioBankKey = { "StudioBankKey", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, StudioBankKey), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_StudioBankKey_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_StudioBankKey_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_WavWriterPath_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Force wav writer output, for debugging only. Setting this will prevent normal sound output!\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Force wav writer output, for debugging only. Setting this will prevent normal sound output!" }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_WavWriterPath = { "WavWriterPath", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, WavWriterPath), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_WavWriterPath_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_WavWriterPath_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_LoggingLevel_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/*\n * Specify the logging level to use in a debug/development build.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "* Specify the logging level to use in a debug/development build." }, -#endif - }; -#endif - const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_LoggingLevel = { "LoggingLevel", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, LoggingLevel), Z_Construct_UEnum_FMODStudio_EFMODLogging, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_LoggingLevel_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_LoggingLevel_MetaData) }; // 1252606566 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_OcclusionParameter_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Name of the parameter used in Studio to control Occlusion effects.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Name of the parameter used in Studio to control Occlusion effects." }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_OcclusionParameter = { "OcclusionParameter", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, OcclusionParameter), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_OcclusionParameter_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_OcclusionParameter_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_AmbientVolumeParameter_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Name of the parameter used in Studio to control Ambient volume.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Name of the parameter used in Studio to control Ambient volume." }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_AmbientVolumeParameter = { "AmbientVolumeParameter", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, AmbientVolumeParameter), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_AmbientVolumeParameter_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_AmbientVolumeParameter_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_AmbientLPFParameter_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Name of the parameter used in Studio to control Ambient LPF effects.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Name of the parameter used in Studio to control Ambient LPF effects." }, -#endif - }; -#endif - const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_AmbientLPFParameter = { "AmbientLPFParameter", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, AmbientLPFParameter), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_AmbientLPFParameter_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_AmbientLPFParameter_MetaData) }; -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_bFMODAudioLinkEnabled_MetaData[] = { - { "Category", "Advanced" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * Enables/Disables the FMODAudioLink modules.\n */" }, -#endif - { "ConfigRestartRequired", "TRUE" }, - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "Enables/Disables the FMODAudioLink modules." }, -#endif - }; -#endif - void Z_Construct_UClass_UFMODSettings_Statics::NewProp_bFMODAudioLinkEnabled_SetBit(void* Obj) - { - ((UFMODSettings*)Obj)->bFMODAudioLinkEnabled = 1; - } - const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_bFMODAudioLinkEnabled = { "bFMODAudioLinkEnabled", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UFMODSettings), &Z_Construct_UClass_UFMODSettings_Statics::NewProp_bFMODAudioLinkEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_bFMODAudioLinkEnabled_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_bFMODAudioLinkEnabled_MetaData) }; - const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_Platforms_ValueProp = { "Platforms", nullptr, (EPropertyFlags)0x0000000000004001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FFMODPlatformSettings, METADATA_PARAMS(0, nullptr) }; // 2957530505 - const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_Platforms_Key_KeyProp = { "Platforms_Key", nullptr, (EPropertyFlags)0x0000000000004001, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UEnum_FMODStudio_EFMODPlatforms, METADATA_PARAMS(0, nullptr) }; // 750485934 -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSettings_Statics::NewProp_Platforms_MetaData[] = { - { "Category", "PlatformSettings" }, -#if !UE_BUILD_SHIPPING - { "Comment", "/*\n * Used to specify platform specific settings.\n */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSettings.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "* Used to specify platform specific settings." }, -#endif - }; -#endif - const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UFMODSettings_Statics::NewProp_Platforms = { "Platforms", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSettings, Platforms), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::NewProp_Platforms_MetaData), Z_Construct_UClass_UFMODSettings_Statics::NewProp_Platforms_MetaData) }; // 750485934 2957530505 - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODSettings_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllBanks, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLoadAllSampleData, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableLiveUpdate, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableEditorLiveUpdate, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_BankOutputDirectory, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_OutputFormat, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_OutputType, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_Locales_Inner, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_Locales, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_Vol0VirtualLevel, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_SampleRate, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_bMatchHardwareSampleRate, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_RealChannelCount, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_TotalChannelCount, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_DSPBufferLength, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_DSPBufferCount, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_FileBufferSize, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_StudioUpdatePeriod, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_InitialOutputDriverName, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_bLockAllBuses, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_MemoryPoolSizes, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_LiveUpdatePort, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_EditorLiveUpdatePort, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_ReloadBanksDelay, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableAPIErrorLogging, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_bEnableMemoryTracking, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_PluginFiles_Inner, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_PluginFiles, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_ContentBrowserPrefix, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_ForcePlatformName, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_MasterBankName, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_SkipLoadBankName, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_StudioBankKey, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_WavWriterPath, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_LoggingLevel, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_OcclusionParameter, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_AmbientVolumeParameter, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_AmbientLPFParameter, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_bFMODAudioLinkEnabled, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_Platforms_ValueProp, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_Platforms_Key_KeyProp, - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSettings_Statics::NewProp_Platforms, - }; - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODSettings_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODSettings_Statics::ClassParams = { - &UFMODSettings::StaticClass, - "Engine", - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - Z_Construct_UClass_UFMODSettings_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::PropPointers), - 0, - 0x001000A6u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODSettings_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSettings_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_UFMODSettings() - { - if (!Z_Registration_Info_UClass_UFMODSettings.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODSettings.OuterSingleton, Z_Construct_UClass_UFMODSettings_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODSettings.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODSettings::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODSettings); - UFMODSettings::~UFMODSettings() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_Statics - { - static const FEnumRegisterCompiledInInfo EnumInfo[]; - static const FStructRegisterCompiledInInfo ScriptStructInfo[]; - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FEnumRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_Statics::EnumInfo[] = { - { EFMODLogging_StaticEnum, TEXT("EFMODLogging"), &Z_Registration_Info_UEnum_EFMODLogging, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1252606566U) }, - { EFMODSpeakerMode_StaticEnum, TEXT("EFMODSpeakerMode"), &Z_Registration_Info_UEnum_EFMODSpeakerMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 2922245937U) }, - { EFMODOutput_StaticEnum, TEXT("EFMODOutput"), &Z_Registration_Info_UEnum_EFMODOutput, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 784006626U) }, - { EFMODPlatforms_StaticEnum, TEXT("EFMODPlatforms"), &Z_Registration_Info_UEnum_EFMODPlatforms, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 750485934U) }, - { EFMODCodec_StaticEnum, TEXT("EFMODCodec"), &Z_Registration_Info_UEnum_EFMODCodec, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 4186696302U) }, - }; - const FStructRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_Statics::ScriptStructInfo[] = { - { FCustomPoolSizes::StaticStruct, Z_Construct_UScriptStruct_FCustomPoolSizes_Statics::NewStructOps, TEXT("CustomPoolSizes"), &Z_Registration_Info_UScriptStruct_CustomPoolSizes, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FCustomPoolSizes), 3091469829U) }, - { FFMODPlatformSettings::StaticStruct, Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics::NewStructOps, TEXT("FMODPlatformSettings"), &Z_Registration_Info_UScriptStruct_FMODPlatformSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODPlatformSettings), 2957530505U) }, - { FFMODProjectLocale::StaticStruct, Z_Construct_UScriptStruct_FFMODProjectLocale_Statics::NewStructOps, TEXT("FMODProjectLocale"), &Z_Registration_Info_UScriptStruct_FMODProjectLocale, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FFMODProjectLocale), 3673794541U) }, - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODSettings, UFMODSettings::StaticClass, TEXT("UFMODSettings"), &Z_Registration_Info_UClass_UFMODSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODSettings), 2620114086U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_557453340(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_Statics::ClassInfo), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_Statics::ScriptStructInfo), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_Statics::EnumInfo)); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSettings.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSettings.generated.h deleted file mode 100644 index 0df708f0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSettings.generated.h +++ /dev/null @@ -1,133 +0,0 @@ -// 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 "FMODSettings.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODSettings_generated_h -#error "FMODSettings.generated.h already included, missing '#pragma once' in FMODSettings.h" -#endif -#define FMODSTUDIO_FMODSettings_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_110_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FCustomPoolSizes_Statics; \ - FMODSTUDIO_API static class UScriptStruct* StaticStruct(); - - -template<> FMODSTUDIO_API UScriptStruct* StaticStruct(); - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_138_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FFMODPlatformSettings_Statics; \ - FMODSTUDIO_API static class UScriptStruct* StaticStruct(); - - -template<> FMODSTUDIO_API UScriptStruct* StaticStruct(); - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_180_GENERATED_BODY \ - friend struct Z_Construct_UScriptStruct_FFMODProjectLocale_Statics; \ - FMODSTUDIO_API static class UScriptStruct* StaticStruct(); - - -template<> FMODSTUDIO_API UScriptStruct* StaticStruct(); - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODSettings(); \ - friend struct Z_Construct_UClass_UFMODSettings_Statics; \ -public: \ - DECLARE_CLASS(UFMODSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_DefaultConfig | CLASS_Config), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(UFMODSettings) \ - static const TCHAR* StaticConfigName() {return TEXT("Engine");} \ - - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UFMODSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODSettings) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODSettings); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODSettings); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODSettings(UFMODSettings&&); \ - NO_API UFMODSettings(const UFMODSettings&); \ -public: \ - NO_API virtual ~UFMODSettings(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_201_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h_204_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSettings_h - - -#define FOREACH_ENUM_EFMODLOGGING(op) \ - op(LEVEL_NONE) \ - op(LEVEL_ERROR) \ - op(LEVEL_WARNING) \ - op(LEVEL_LOG) -#define FOREACH_ENUM_EFMODSPEAKERMODE(op) \ - op(EFMODSpeakerMode::Stereo) \ - op(EFMODSpeakerMode::Surround_5_1) \ - op(EFMODSpeakerMode::Surround_7_1) \ - op(EFMODSpeakerMode::Surround_7_1_4) -#define FOREACH_ENUM_EFMODOUTPUT(op) \ - op(EFMODOutput::TYPE_AUTODETECT) \ - op(EFMODOutput::TYPE_NOSOUND) \ - op(EFMODOutput::TYPE_WASAPI) \ - op(EFMODOutput::TYPE_ASIO) \ - op(EFMODOutput::TYPE_PULSEAUDIO) \ - op(EFMODOutput::TYPE_ALSA) \ - op(EFMODOutput::TYPE_COREAUDIO) \ - op(EFMODOutput::TYPE_AUDIOTRACK) \ - op(EFMODOutput::TYPE_OPENSL) \ - op(EFMODOutput::TYPE_AUDIOOUT) \ - op(EFMODOutput::TYPE_AUDIO3D) \ - op(EFMODOutput::TYPE_NNAUDIO) \ - op(EFMODOutput::TYPE_WINSONIC) \ - op(EFMODOutput::TYPE_AAUDIO) -#define FOREACH_ENUM_EFMODPLATFORMS(op) \ - op(EFMODPlatforms::Windows) \ - op(EFMODPlatforms::Linux) \ - op(EFMODPlatforms::Mac) \ - op(EFMODPlatforms::Android) \ - op(EFMODPlatforms::IOS) \ - op(EFMODPlatforms::PS4) \ - op(EFMODPlatforms::PS5) \ - op(EFMODPlatforms::Deprecated) \ - op(EFMODPlatforms::Switch) \ - op(EFMODPlatforms::XboxOne) \ - op(EFMODPlatforms::XSX) \ - op(EFMODPlatforms::Editor) -#define FOREACH_ENUM_EFMODCODEC(op) \ - op(EFMODCodec::VORBIS) \ - op(EFMODCodec::FADPCM) \ - op(EFMODCodec::OPUS) \ - op(EFMODCodec::XMA) \ - op(EFMODCodec::AT9) -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSnapshot.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSnapshot.gen.cpp deleted file mode 100644 index b79972bb..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSnapshot.gen.cpp +++ /dev/null @@ -1,94 +0,0 @@ -// 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 "../../Classes/FMODSnapshot.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODSnapshot() {} -// Cross Module References - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODEvent(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODSnapshot(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODSnapshot_NoRegister(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - void UFMODSnapshot::StaticRegisterNativesUFMODSnapshot() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODSnapshot); - UClass* Z_Construct_UClass_UFMODSnapshot_NoRegister() - { - return UFMODSnapshot::StaticClass(); - } - struct Z_Construct_UClass_UFMODSnapshot_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_UFMODSnapshot_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UFMODEvent, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSnapshot_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSnapshot_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * FMOD Snapshot Asset.\n */" }, -#endif - { "IncludePath", "FMODSnapshot.h" }, - { "ModuleRelativePath", "Classes/FMODSnapshot.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "FMOD Snapshot Asset." }, -#endif - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODSnapshot_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODSnapshot_Statics::ClassParams = { - &UFMODSnapshot::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - 0, - 0, - 0x001000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSnapshot_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODSnapshot_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_UFMODSnapshot() - { - if (!Z_Registration_Info_UClass_UFMODSnapshot.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODSnapshot.OuterSingleton, Z_Construct_UClass_UFMODSnapshot_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODSnapshot.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODSnapshot::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODSnapshot); - UFMODSnapshot::~UFMODSnapshot() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODSnapshot, UFMODSnapshot::StaticClass, TEXT("UFMODSnapshot"), &Z_Registration_Info_UClass_UFMODSnapshot, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODSnapshot), 3096620834U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_53694317(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSnapshot.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSnapshot.generated.h deleted file mode 100644 index 7af33899..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSnapshot.generated.h +++ /dev/null @@ -1,66 +0,0 @@ -// 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 "FMODSnapshot.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODSnapshot_generated_h -#error "FMODSnapshot.generated.h already included, missing '#pragma once' in FMODSnapshot.h" -#endif -#define FMODSTUDIO_FMODSnapshot_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODSnapshot(); \ - friend struct Z_Construct_UClass_UFMODSnapshot_Statics; \ -public: \ - DECLARE_CLASS(UFMODSnapshot, UFMODEvent, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(UFMODSnapshot) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UFMODSnapshot(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODSnapshot) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODSnapshot); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODSnapshot); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODSnapshot(UFMODSnapshot&&); \ - NO_API UFMODSnapshot(const UFMODSnapshot&); \ -public: \ - NO_API virtual ~UFMODSnapshot(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_11_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h_14_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshot_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSnapshotReverb.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSnapshotReverb.gen.cpp deleted file mode 100644 index 50bcb9f6..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSnapshotReverb.gen.cpp +++ /dev/null @@ -1,117 +0,0 @@ -// 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 "../../Classes/FMODSnapshotReverb.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODSnapshotReverb() {} -// Cross Module References - COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid(); - ENGINE_API UClass* Z_Construct_UClass_UReverbEffect(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODSnapshotReverb(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODSnapshotReverb_NoRegister(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - void UFMODSnapshotReverb::StaticRegisterNativesUFMODSnapshotReverb() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODSnapshotReverb); - UClass* Z_Construct_UClass_UFMODSnapshotReverb_NoRegister() - { - return UFMODSnapshotReverb::StaticClass(); - } - struct Z_Construct_UClass_UFMODSnapshotReverb_Statics - { - static UObject* (*const DependentSingletons[])(); -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[]; -#endif -#if WITH_METADATA - static const UECodeGen_Private::FMetaDataPairParam NewProp_AssetGuid_MetaData[]; -#endif - static const UECodeGen_Private::FStructPropertyParams NewProp_AssetGuid; - static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; - static const FCppClassTypeInfoStatic StaticCppClassTypeInfo; - static const UECodeGen_Private::FClassParams ClassParams; - }; - UObject* (*const Z_Construct_UClass_UFMODSnapshotReverb_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UReverbEffect, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSnapshotReverb_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSnapshotReverb_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * FMOD Event Asset.\n */" }, -#endif - { "HideCategories", "object" }, - { "IncludePath", "FMODSnapshotReverb.h" }, - { "ModuleRelativePath", "Classes/FMODSnapshotReverb.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "FMOD Event Asset." }, -#endif - }; -#endif -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODSnapshotReverb_Statics::NewProp_AssetGuid_MetaData[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** The unique Guid, which matches the one exported from FMOD Studio */" }, -#endif - { "ModuleRelativePath", "Classes/FMODSnapshotReverb.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "The unique Guid, which matches the one exported from FMOD Studio" }, -#endif - }; -#endif - const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UFMODSnapshotReverb_Statics::NewProp_AssetGuid = { "AssetGuid", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UFMODSnapshotReverb, AssetGuid), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSnapshotReverb_Statics::NewProp_AssetGuid_MetaData), Z_Construct_UClass_UFMODSnapshotReverb_Statics::NewProp_AssetGuid_MetaData) }; - const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UFMODSnapshotReverb_Statics::PropPointers[] = { - (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UFMODSnapshotReverb_Statics::NewProp_AssetGuid, - }; - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODSnapshotReverb_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODSnapshotReverb_Statics::ClassParams = { - &UFMODSnapshotReverb::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - Z_Construct_UClass_UFMODSnapshotReverb_Statics::PropPointers, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSnapshotReverb_Statics::PropPointers), - 0, - 0x001000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSnapshotReverb_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODSnapshotReverb_Statics::Class_MetaDataParams) - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODSnapshotReverb_Statics::PropPointers) < 2048); - UClass* Z_Construct_UClass_UFMODSnapshotReverb() - { - if (!Z_Registration_Info_UClass_UFMODSnapshotReverb.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODSnapshotReverb.OuterSingleton, Z_Construct_UClass_UFMODSnapshotReverb_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODSnapshotReverb.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODSnapshotReverb::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODSnapshotReverb); - UFMODSnapshotReverb::~UFMODSnapshotReverb() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODSnapshotReverb, UFMODSnapshotReverb::StaticClass, TEXT("UFMODSnapshotReverb"), &Z_Registration_Info_UClass_UFMODSnapshotReverb, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODSnapshotReverb), 2060438030U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_2193476846(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSnapshotReverb.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSnapshotReverb.generated.h deleted file mode 100644 index ee50de48..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODSnapshotReverb.generated.h +++ /dev/null @@ -1,66 +0,0 @@ -// 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 "FMODSnapshotReverb.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODSnapshotReverb_generated_h -#error "FMODSnapshotReverb.generated.h already included, missing '#pragma once' in FMODSnapshotReverb.h" -#endif -#define FMODSTUDIO_FMODSnapshotReverb_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODSnapshotReverb(); \ - friend struct Z_Construct_UClass_UFMODSnapshotReverb_Statics; \ -public: \ - DECLARE_CLASS(UFMODSnapshotReverb, UReverbEffect, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(UFMODSnapshotReverb) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UFMODSnapshotReverb(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODSnapshotReverb) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODSnapshotReverb); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODSnapshotReverb); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODSnapshotReverb(UFMODSnapshotReverb&&); \ - NO_API UFMODSnapshotReverb(const UFMODSnapshotReverb&); \ -public: \ - NO_API virtual ~UFMODSnapshotReverb(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_12_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h_15_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODSnapshotReverb_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODStudio.init.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODStudio.init.gen.cpp deleted file mode 100644 index b9476b72..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODStudio.init.gen.cpp +++ /dev/null @@ -1,39 +0,0 @@ -// 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 EmptyLinkFunctionForGeneratedCodeFMODStudio_init() {} - FMODSTUDIO_API UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnEventStopped__DelegateSignature(); - FMODSTUDIO_API UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnSoundStopped__DelegateSignature(); - FMODSTUDIO_API UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature(); - FMODSTUDIO_API UFunction* Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature(); - static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_FMODStudio; - FORCENOINLINE UPackage* Z_Construct_UPackage__Script_FMODStudio() - { - if (!Z_Registration_Info_UPackage__Script_FMODStudio.OuterSingleton) - { - static UObject* (*const SingletonFuncArray[])() = { - (UObject* (*)())Z_Construct_UDelegateFunction_FMODStudio_OnEventStopped__DelegateSignature, - (UObject* (*)())Z_Construct_UDelegateFunction_FMODStudio_OnSoundStopped__DelegateSignature, - (UObject* (*)())Z_Construct_UDelegateFunction_FMODStudio_OnTimelineBeat__DelegateSignature, - (UObject* (*)())Z_Construct_UDelegateFunction_FMODStudio_OnTimelineMarker__DelegateSignature, - }; - static const UECodeGen_Private::FPackageParams PackageParams = { - "/Script/FMODStudio", - SingletonFuncArray, - UE_ARRAY_COUNT(SingletonFuncArray), - PKG_CompiledIn | 0x00000000, - 0x008A1025, - 0x4092B8F0, - METADATA_PARAMS(0, nullptr) - }; - UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_FMODStudio.OuterSingleton, PackageParams); - } - return Z_Registration_Info_UPackage__Script_FMODStudio.OuterSingleton; - } - static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_FMODStudio(Z_Construct_UPackage__Script_FMODStudio, TEXT("/Script/FMODStudio"), Z_Registration_Info_UPackage__Script_FMODStudio, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x008A1025, 0x4092B8F0)); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODVCA.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODVCA.gen.cpp deleted file mode 100644 index 0ab2f34a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODVCA.gen.cpp +++ /dev/null @@ -1,94 +0,0 @@ -// 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 "../../Classes/FMODVCA.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODVCA() {} -// Cross Module References - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODAsset(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODVCA(); - FMODSTUDIO_API UClass* Z_Construct_UClass_UFMODVCA_NoRegister(); - UPackage* Z_Construct_UPackage__Script_FMODStudio(); -// End Cross Module References - void UFMODVCA::StaticRegisterNativesUFMODVCA() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODVCA); - UClass* Z_Construct_UClass_UFMODVCA_NoRegister() - { - return UFMODVCA::StaticClass(); - } - struct Z_Construct_UClass_UFMODVCA_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_UFMODVCA_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UFMODAsset, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudio, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODVCA_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODVCA_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * FMOD VCA Asset.\n */" }, -#endif - { "IncludePath", "FMODVCA.h" }, - { "ModuleRelativePath", "Classes/FMODVCA.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "FMOD VCA Asset." }, -#endif - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODVCA_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODVCA_Statics::ClassParams = { - &UFMODVCA::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - 0, - 0, - 0x001000A0u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODVCA_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODVCA_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_UFMODVCA() - { - if (!Z_Registration_Info_UClass_UFMODVCA.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODVCA.OuterSingleton, Z_Construct_UClass_UFMODVCA_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODVCA.OuterSingleton; - } - template<> FMODSTUDIO_API UClass* StaticClass() - { - return UFMODVCA::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODVCA); - UFMODVCA::~UFMODVCA() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODVCA, UFMODVCA::StaticClass, TEXT("UFMODVCA"), &Z_Registration_Info_UClass_UFMODVCA, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODVCA), 2153074837U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_140536614(TEXT("/Script/FMODStudio"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODVCA.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODVCA.generated.h deleted file mode 100644 index 2ab4f0a0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/FMODVCA.generated.h +++ /dev/null @@ -1,66 +0,0 @@ -// 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 "FMODVCA.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIO_FMODVCA_generated_h -#error "FMODVCA.generated.h already included, missing '#pragma once' in FMODVCA.h" -#endif -#define FMODSTUDIO_FMODVCA_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODVCA(); \ - friend struct Z_Construct_UClass_UFMODVCA_Statics; \ -public: \ - DECLARE_CLASS(UFMODVCA, UFMODAsset, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/FMODStudio"), NO_API) \ - DECLARE_SERIALIZER(UFMODVCA) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UFMODVCA(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODVCA) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODVCA); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODVCA); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODVCA(UFMODVCA&&); \ - NO_API UFMODVCA(const UFMODVCA&); \ -public: \ - NO_API virtual ~UFMODVCA(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_11_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h_14_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIO_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudio_Classes_FMODVCA_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/Timestamp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/Timestamp deleted file mode 100644 index c96a8dcf..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudio/UHT/Timestamp +++ /dev/null @@ -1,23 +0,0 @@ -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODAmbientSound.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODAnimNotifyPlay.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODAsset.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODAudioComponent.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODBank.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODBlueprintStatics.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODBus.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODEvent.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODPort.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODSettings.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODSnapshot.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODSnapshotReverb.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Classes\FMODVCA.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODAudioLink\Public\FMODAudioLinkComponent.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODAudioLink\Public\FMODAudioLinkSettings.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\FMODBankLookup.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\Sequencer\FMODEventControlSection.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\Sequencer\FMODEventParameterTrack.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\Sequencer\FMODEventParameterSectionTemplate.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\FMODAssetLookup.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\Sequencer\FMODEventControlSectionTemplate.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODStudio\Private\Sequencer\FMODEventControlTrack.h -D:\Unreal\Hwanyoung\Illusion-UE5\hwanyoung2\Plugins\FMODStudio\Source\FMODAudioLinkEditor\Private\FMODAudioLinkSettingsFactory.h diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODAmbientSoundActorFactory.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODAmbientSoundActorFactory.gen.cpp deleted file mode 100644 index 2732e586..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODAmbientSoundActorFactory.gen.cpp +++ /dev/null @@ -1,95 +0,0 @@ -// 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 "FMODStudioEditor/Classes/FMODAmbientSoundActorFactory.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODAmbientSoundActorFactory() {} -// Cross Module References - FMODSTUDIOEDITOR_API UClass* Z_Construct_UClass_UFMODAmbientSoundActorFactory(); - FMODSTUDIOEDITOR_API UClass* Z_Construct_UClass_UFMODAmbientSoundActorFactory_NoRegister(); - UNREALED_API UClass* Z_Construct_UClass_UActorFactory(); - UPackage* Z_Construct_UPackage__Script_FMODStudioEditor(); -// End Cross Module References - void UFMODAmbientSoundActorFactory::StaticRegisterNativesUFMODAmbientSoundActorFactory() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODAmbientSoundActorFactory); - UClass* Z_Construct_UClass_UFMODAmbientSoundActorFactory_NoRegister() - { - return UFMODAmbientSoundActorFactory::StaticClass(); - } - struct Z_Construct_UClass_UFMODAmbientSoundActorFactory_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_UFMODAmbientSoundActorFactory_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UActorFactory, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudioEditor, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/** FMOD Ambient Sound Actor Factory.\n*/" }, -#endif - { "HideCategories", "Object Object" }, - { "IncludePath", "FMODAmbientSoundActorFactory.h" }, - { "ModuleRelativePath", "Classes/FMODAmbientSoundActorFactory.h" }, -#if !UE_BUILD_SHIPPING - { "ToolTip", "FMOD Ambient Sound Actor Factory." }, -#endif - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::ClassParams = { - &UFMODAmbientSoundActorFactory::StaticClass, - "Editor", - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - 0, - 0, - 0x000830ACu, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_UFMODAmbientSoundActorFactory() - { - if (!Z_Registration_Info_UClass_UFMODAmbientSoundActorFactory.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODAmbientSoundActorFactory.OuterSingleton, Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODAmbientSoundActorFactory.OuterSingleton; - } - template<> FMODSTUDIOEDITOR_API UClass* StaticClass() - { - return UFMODAmbientSoundActorFactory::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODAmbientSoundActorFactory); - UFMODAmbientSoundActorFactory::~UFMODAmbientSoundActorFactory() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODAmbientSoundActorFactory, UFMODAmbientSoundActorFactory::StaticClass, TEXT("UFMODAmbientSoundActorFactory"), &Z_Registration_Info_UClass_UFMODAmbientSoundActorFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODAmbientSoundActorFactory), 3289282180U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_745873146(TEXT("/Script/FMODStudioEditor"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODAmbientSoundActorFactory.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODAmbientSoundActorFactory.generated.h deleted file mode 100644 index 8c3c730c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODAmbientSoundActorFactory.generated.h +++ /dev/null @@ -1,66 +0,0 @@ -// 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 "FMODAmbientSoundActorFactory.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIOEDITOR_FMODAmbientSoundActorFactory_generated_h -#error "FMODAmbientSoundActorFactory.generated.h already included, missing '#pragma once' in FMODAmbientSoundActorFactory.h" -#endif -#define FMODSTUDIOEDITOR_FMODAmbientSoundActorFactory_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODAmbientSoundActorFactory(); \ - friend struct Z_Construct_UClass_UFMODAmbientSoundActorFactory_Statics; \ -public: \ - DECLARE_CLASS(UFMODAmbientSoundActorFactory, UActorFactory, COMPILED_IN_FLAGS(0 | CLASS_Transient | CLASS_Config), CASTCLASS_None, TEXT("/Script/FMODStudioEditor"), FMODSTUDIOEDITOR_API) \ - DECLARE_SERIALIZER(UFMODAmbientSoundActorFactory) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - FMODSTUDIOEDITOR_API UFMODAmbientSoundActorFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODAmbientSoundActorFactory) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(FMODSTUDIOEDITOR_API, UFMODAmbientSoundActorFactory); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODAmbientSoundActorFactory); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - FMODSTUDIOEDITOR_API UFMODAmbientSoundActorFactory(UFMODAmbientSoundActorFactory&&); \ - FMODSTUDIOEDITOR_API UFMODAmbientSoundActorFactory(const UFMODAmbientSoundActorFactory&); \ -public: \ - FMODSTUDIOEDITOR_API virtual ~UFMODAmbientSoundActorFactory(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_10_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h_13_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIOEDITOR_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODAmbientSoundActorFactory_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODGenerateAssetsCommandlet.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODGenerateAssetsCommandlet.gen.cpp deleted file mode 100644 index 46d865c0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODGenerateAssetsCommandlet.gen.cpp +++ /dev/null @@ -1,91 +0,0 @@ -// 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 "FMODStudioEditor/Classes/FMODGenerateAssetsCommandlet.h" -PRAGMA_DISABLE_DEPRECATION_WARNINGS -void EmptyLinkFunctionForGeneratedCodeFMODGenerateAssetsCommandlet() {} -// Cross Module References - ENGINE_API UClass* Z_Construct_UClass_UCommandlet(); - FMODSTUDIOEDITOR_API UClass* Z_Construct_UClass_UFMODGenerateAssetsCommandlet(); - FMODSTUDIOEDITOR_API UClass* Z_Construct_UClass_UFMODGenerateAssetsCommandlet_NoRegister(); - UPackage* Z_Construct_UPackage__Script_FMODStudioEditor(); -// End Cross Module References - void UFMODGenerateAssetsCommandlet::StaticRegisterNativesUFMODGenerateAssetsCommandlet() - { - } - IMPLEMENT_CLASS_NO_AUTO_REGISTRATION(UFMODGenerateAssetsCommandlet); - UClass* Z_Construct_UClass_UFMODGenerateAssetsCommandlet_NoRegister() - { - return UFMODGenerateAssetsCommandlet::StaticClass(); - } - struct Z_Construct_UClass_UFMODGenerateAssetsCommandlet_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_UFMODGenerateAssetsCommandlet_Statics::DependentSingletons[])() = { - (UObject* (*)())Z_Construct_UClass_UCommandlet, - (UObject* (*)())Z_Construct_UPackage__Script_FMODStudioEditor, - }; - static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::DependentSingletons) < 16); -#if WITH_METADATA - const UECodeGen_Private::FMetaDataPairParam Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::Class_MetaDataParams[] = { -#if !UE_BUILD_SHIPPING - { "Comment", "/**\n * \n */" }, -#endif - { "IncludePath", "FMODGenerateAssetsCommandlet.h" }, - { "ModuleRelativePath", "Classes/FMODGenerateAssetsCommandlet.h" }, - }; -#endif - const FCppClassTypeInfoStatic Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::StaticCppClassTypeInfo = { - TCppClassTypeTraits::IsAbstract, - }; - const UECodeGen_Private::FClassParams Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::ClassParams = { - &UFMODGenerateAssetsCommandlet::StaticClass, - nullptr, - &StaticCppClassTypeInfo, - DependentSingletons, - nullptr, - nullptr, - nullptr, - UE_ARRAY_COUNT(DependentSingletons), - 0, - 0, - 0, - 0x000000A8u, - METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::Class_MetaDataParams), Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::Class_MetaDataParams) - }; - UClass* Z_Construct_UClass_UFMODGenerateAssetsCommandlet() - { - if (!Z_Registration_Info_UClass_UFMODGenerateAssetsCommandlet.OuterSingleton) - { - UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFMODGenerateAssetsCommandlet.OuterSingleton, Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics::ClassParams); - } - return Z_Registration_Info_UClass_UFMODGenerateAssetsCommandlet.OuterSingleton; - } - template<> FMODSTUDIOEDITOR_API UClass* StaticClass() - { - return UFMODGenerateAssetsCommandlet::StaticClass(); - } - DEFINE_VTABLE_PTR_HELPER_CTOR(UFMODGenerateAssetsCommandlet); - UFMODGenerateAssetsCommandlet::~UFMODGenerateAssetsCommandlet() {} - struct Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_Statics - { - static const FClassRegisterCompiledInInfo ClassInfo[]; - }; - const FClassRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_Statics::ClassInfo[] = { - { Z_Construct_UClass_UFMODGenerateAssetsCommandlet, UFMODGenerateAssetsCommandlet::StaticClass, TEXT("UFMODGenerateAssetsCommandlet"), &Z_Registration_Info_UClass_UFMODGenerateAssetsCommandlet, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFMODGenerateAssetsCommandlet), 2649818722U) }, - }; - static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_4015059847(TEXT("/Script/FMODStudioEditor"), - Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_Statics::ClassInfo), - nullptr, 0, - nullptr, 0); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODGenerateAssetsCommandlet.generated.h b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODGenerateAssetsCommandlet.generated.h deleted file mode 100644 index 25365799..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODGenerateAssetsCommandlet.generated.h +++ /dev/null @@ -1,66 +0,0 @@ -// 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 "FMODGenerateAssetsCommandlet.h" -#include "UObject/ObjectMacros.h" -#include "UObject/ScriptMacros.h" - -PRAGMA_DISABLE_DEPRECATION_WARNINGS -#ifdef FMODSTUDIOEDITOR_FMODGenerateAssetsCommandlet_generated_h -#error "FMODGenerateAssetsCommandlet.generated.h already included, missing '#pragma once' in FMODGenerateAssetsCommandlet.h" -#endif -#define FMODSTUDIOEDITOR_FMODGenerateAssetsCommandlet_generated_h - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_SPARSE_DATA -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_RPC_WRAPPERS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_ACCESSORS -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_INCLASS \ -private: \ - static void StaticRegisterNativesUFMODGenerateAssetsCommandlet(); \ - friend struct Z_Construct_UClass_UFMODGenerateAssetsCommandlet_Statics; \ -public: \ - DECLARE_CLASS(UFMODGenerateAssetsCommandlet, UCommandlet, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/FMODStudioEditor"), NO_API) \ - DECLARE_SERIALIZER(UFMODGenerateAssetsCommandlet) - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_STANDARD_CONSTRUCTORS \ - /** Standard constructor, called after all reflected properties have been initialized */ \ - NO_API UFMODGenerateAssetsCommandlet(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \ - DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFMODGenerateAssetsCommandlet) \ - DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFMODGenerateAssetsCommandlet); \ - DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFMODGenerateAssetsCommandlet); \ -private: \ - /** Private move- and copy-constructors, should never be used */ \ - NO_API UFMODGenerateAssetsCommandlet(UFMODGenerateAssetsCommandlet&&); \ - NO_API UFMODGenerateAssetsCommandlet(const UFMODGenerateAssetsCommandlet&); \ -public: \ - NO_API virtual ~UFMODGenerateAssetsCommandlet(); - - -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_12_PROLOG -#define FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_GENERATED_BODY_LEGACY \ -PRAGMA_DISABLE_DEPRECATION_WARNINGS \ -public: \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_SPARSE_DATA \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_EDITOR_ONLY_SPARSE_DATA_PROPERTY_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_RPC_WRAPPERS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_ACCESSORS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_INCLASS \ - FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h_15_STANDARD_CONSTRUCTORS \ -public: \ -PRAGMA_ENABLE_DEPRECATION_WARNINGS - - -template<> FMODSTUDIOEDITOR_API UClass* StaticClass(); - -#undef CURRENT_FILE_ID -#define CURRENT_FILE_ID FID_Unreal_Hwanyoung_Illusion_UE5_hwanyoung2_Plugins_FMODStudio_Source_FMODStudioEditor_Classes_FMODGenerateAssetsCommandlet_h - - -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODStudioEditor.init.gen.cpp b/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODStudioEditor.init.gen.cpp deleted file mode 100644 index 411715f4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Intermediate/Build/Win64/UnrealEditor/Inc/FMODStudioEditor/UHT/FMODStudioEditor.init.gen.cpp +++ /dev/null @@ -1,29 +0,0 @@ -// 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 EmptyLinkFunctionForGeneratedCodeFMODStudioEditor_init() {} - static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_FMODStudioEditor; - FORCENOINLINE UPackage* Z_Construct_UPackage__Script_FMODStudioEditor() - { - if (!Z_Registration_Info_UPackage__Script_FMODStudioEditor.OuterSingleton) - { - static const UECodeGen_Private::FPackageParams PackageParams = { - "/Script/FMODStudioEditor", - nullptr, - 0, - PKG_CompiledIn | 0x00000040, - 0xC621A628, - 0x903E4F69, - METADATA_PARAMS(0, nullptr) - }; - UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_FMODStudioEditor.OuterSingleton, PackageParams); - } - return Z_Registration_Info_UPackage__Script_FMODStudioEditor.OuterSingleton; - } - static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_FMODStudioEditor(Z_Construct_UPackage__Script_FMODStudioEditor, TEXT("/Script/FMODStudioEditor"), Z_Registration_Info_UPackage__Script_FMODStudioEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xC621A628, 0x903E4F69)); -PRAGMA_ENABLE_DEPRECATION_WARNINGS diff --git a/hwanyoung2/Plugins/FMODStudio/Resources/Icon128.png b/hwanyoung2/Plugins/FMODStudio/Resources/Icon128.png deleted file mode 100644 index 0f5b000f..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Resources/Icon128.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14b8d0f07571441caffd8c0a0a425b715ec9420f2e9651ff9cbdc6649a5e40ec -size 4009 diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/FMODAudioLink.Build.cs b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/FMODAudioLink.Build.cs deleted file mode 100644 index 991fc0e0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/FMODAudioLink.Build.cs +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -using UnrealBuildTool; -using System.IO; - -public struct FMODAudioLink -{ - public static void Apply(UnrealBuildTool.Rules.FMODStudio FMODModule, ReadOnlyTargetRules Target) - { - FMODModule.AddModule("FMODAudioLink"); - FMODModule.PrivateDependencyModuleNames.AddRange( - new string[] - { - "AudioLinkCore", - "AudioLinkEngine", - "SignalProcessing" - } - ); - } -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLink.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLink.h deleted file mode 100644 index 53b64754..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLink.h +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#pragma once - -#include "IAudioLink.h" -#include "AudioDevice.h" -#include "IBufferedAudioOutput.h" -#include "FMODAudioLinkInputClient.h" - -//* AudioLink Instance, a container holding shared pointers for lifetime management. */ -struct FFMODAudioLink : IAudioLink -{ - FSharedBufferedOutputPtr ProducerSP; - - FSharedFMODAudioLinkInputClientPtr ConsumerSP; - - FAudioDevice* AudioDevice; - - FFMODAudioLink(const FSharedBufferedOutputPtr& InProducerSP, const FSharedFMODAudioLinkInputClientPtr& InConsumerSP, FAudioDevice* InAudioDevice = nullptr) - : ProducerSP(InProducerSP) - , ConsumerSP(InConsumerSP) - , AudioDevice(InAudioDevice) - {} - - virtual ~FFMODAudioLink() override - { - if (ConsumerSP.IsValid()) - { - ConsumerSP->Stop(); - } - if (AudioDevice && ProducerSP.IsValid()) - { - ProducerSP->Stop(AudioDevice); - } - } -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkComponent.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkComponent.cpp deleted file mode 100644 index 0f006b80..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkComponent.cpp +++ /dev/null @@ -1,130 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#include "FMODAudioLinkComponent.h" -#include "FMODAudioLinkFactory.h" -#include "Components/AudioComponent.h" -#include "FMODAudioLinkLog.h" - -void UFMODAudioLinkComponent::CreateLink() -{ - if (!Settings) - { - Settings = GetMutableDefault(); - } - - IAudioLinkFactory* Factory = IAudioLinkFactory::FindFactory(FFMODAudioLinkFactory::GetFactoryNameStatic()); - if (Factory) - { - UE_LOG(LogFMODAudioLink, VeryVerbose, TEXT("UFMODAudioLinkComponent::CreateLink.")); - IAudioLinkFactory::FAudioLinkSourceCreateArgs CreateArgs; - CreateArgs.OwningComponent = this; - CreateArgs.AudioComponent = AudioComponent; - CreateArgs.Settings = Settings; - LinkInstance = Factory->CreateSourceAudioLink(CreateArgs); - } -} - -void UFMODAudioLinkComponent::CreateAudioComponent() -{ - if (!AudioComponent) - { - UE_LOG(LogFMODAudioLink, VeryVerbose, TEXT("UFMODAudioLinkComponent::CreateAudioComponent.")); - AudioComponent = NewObject(this); - - if (!AudioComponent->GetAttachParent() && !AudioComponent->IsAttachedTo(this)) - { - AActor* Owner = GetOwner(); - if (!Owner || !Owner->GetWorld()) - { - if (UWorld* World = GetWorld()) - { - AudioComponent->RegisterComponentWithWorld(World); - AudioComponent->AttachToComponent(this, FAttachmentTransformRules::KeepRelativeTransform); - } - else - { - AudioComponent->SetupAttachment(this); - } - } - else - { - AudioComponent->AttachToComponent(this, FAttachmentTransformRules::KeepRelativeTransform); - AudioComponent->RegisterComponent(); - } - } - } - - if (AudioComponent) - { - AudioComponent->bAutoActivate = false; - AudioComponent->bStopWhenOwnerDestroyed = true; - AudioComponent->bShouldRemainActiveIfDropped = true; - AudioComponent->Mobility = EComponentMobility::Movable; - -#if WITH_EDITORONLY_DATA - AudioComponent->bVisualizeComponent = false; -#endif - } -} - -void UFMODAudioLinkComponent::OnRegister() -{ - Super::OnRegister(); - - CreateAudioComponent(); - - if (ensure(AudioComponent)) - { - check(LinkInstance == nullptr); - CreateLink(); - } -} - -void UFMODAudioLinkComponent::OnUnregister() -{ - LinkInstance.Reset(); - AudioComponent = nullptr; - - Super::OnUnregister(); -} - -void UFMODAudioLinkComponent::SetLinkSound(USoundBase* InSound) -{ - Sound = InSound; - - if (AudioComponent) - { - AudioComponent->SetSound(InSound); - } -} - -void UFMODAudioLinkComponent::PlayLink(float StartTime) -{ - if (AudioComponent) - { - UE_LOG(LogFMODAudioLink, VeryVerbose, TEXT("UFMODAudioLinkComponent::PlayLink.")); - AudioComponent->SetSound(Sound); - AudioComponent->Play(StartTime); - - SetActiveFlag(AudioComponent->IsActive()); - } -} - -void UFMODAudioLinkComponent::StopLink() -{ - if (IsActive()) - { - if (AudioComponent) - { - UE_LOG(LogFMODAudioLink, VeryVerbose, TEXT("UFMODAudioLinkComponent::StopLink.")); - AudioComponent->Stop(); - } - - SetActiveFlag(false); - } -} - -bool UFMODAudioLinkComponent::IsLinkPlaying() const -{ - return AudioComponent && AudioComponent->IsPlaying(); -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkFactory.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkFactory.cpp deleted file mode 100644 index 559d38f9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkFactory.cpp +++ /dev/null @@ -1,239 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#include "FMODAudioLinkFactory.h" -#include "FMODAudioLinkSynchronizer.h" -#include "FMODAudioLinkSourcePushed.h" -#include "FMODAudioLinkSettings.h" -#include "FMODAudioLinkLog.h" -#include "FMODAudioLinkComponent.h" -#include "FMODStudioModule.h" - -#include "Async/Async.h" -#include "Components/AudioComponent.h" -#include "Engine/World.h" -#include "Sound/SoundSubmix.h" -#include "Templates/SharedPointer.h" -#include "AudioDevice.h" - -bool FFMODAudioLinkFactory::bHasSubmix = false; - -FName FFMODAudioLinkFactory::GetFactoryNameStatic() -{ - static const FName FactoryName(TEXT("FMOD")); - return FactoryName; -} - -FName FFMODAudioLinkFactory::GetFactoryName() const -{ - return GetFactoryNameStatic(); -} - -TSubclassOf FFMODAudioLinkFactory::GetSettingsClass() const -{ - return UFMODAudioLinkSettings::StaticClass(); -} - -TUniquePtr FFMODAudioLinkFactory::CreateSubmixAudioLink(const FAudioLinkSubmixCreateArgs& InArgs) -{ - if (!IFMODStudioModule::IsAvailable()) - { - UE_LOG(LogFMODAudioLink, Error, TEXT("FFMODAudioLinkFactory::CreateSubmixAudioLink: No FMODStudio module.")); - return {}; - } - - if (!InArgs.Settings.IsValid()) - { - UE_LOG(LogFMODAudioLink, Error, TEXT("FFMODAudioLinkFactory::CreateSubmixAudioLink: Invalid FMODAudioLinkSettings.")); - return {}; - } - - if (!InArgs.Submix.IsValid()) - { - UE_LOG(LogFMODAudioLink, Error, TEXT("FFMODAudioLinkFactory::CreateSubmixAudioLink: Invalid Submix.")); - return {}; - } - - UE_LOG(LogFMODAudioLink, Verbose, TEXT("FFMODAudioLinkFactory::CreateSubmixAudioLink: Creating AudioLink %s for Submix %s."), *InArgs.Settings->GetName(), *InArgs.Submix->GetName()); - bHasSubmix = true; - - // Downcast to settings proxy - const FSharedFMODAudioLinkSettingsProxyPtr FMODSettingsSP = InArgs.Settings->GetCastProxy(); - - // Make buffer listener first, which is our producer. - IAudioLinkFactory::FSubmixBufferListenerCreateParams SubmixListenerCreateArgs; - SubmixListenerCreateArgs.SizeOfBufferInFrames = FMODSettingsSP->GetReceivingBufferSizeInFrames(); - SubmixListenerCreateArgs.bShouldZeroBuffer = FMODSettingsSP->ShouldClearBufferOnReceipt(); - FSharedBufferedOutputPtr ProducerSP = CreateSubmixBufferListener(SubmixListenerCreateArgs); - TWeakPtr ProducerWeak(ProducerSP); - - // Create consumer. - FSharedFMODAudioLinkInputClientPtr ConsumerSP = MakeShared( - ProducerSP, InArgs.Settings->GetProxy(), InArgs.Submix->GetFName()); - TWeakPtr ConsumerWeak(ConsumerSP); - - // Setup a delegate to establish the link when we know the format. - ProducerSP->SetFormatKnownDelegate( - IBufferedAudioOutput::FOnFormatKnown::CreateLambda( - [ProducerWeak, ConsumerWeak, FMODSettingsSP](const IBufferedAudioOutput::FBufferFormat& InFormat) - { - // Unreal uses samples for 'Channels x samples' and frames for 'samples' - int32 BufferSizeInChannelSamples = FMODSettingsSP->GetReceivingBufferSizeInFrames() * InFormat.NumChannels; - int32 ReserveSizeInChannelSamples = (float)BufferSizeInChannelSamples * FMODSettingsSP->GetProducerConsumerBufferRatio(); - int32 SilenceToAddToFirstBuffer = FMath::Min((float)BufferSizeInChannelSamples * FMODSettingsSP->GetInitialSilenceFillRatio(), ReserveSizeInChannelSamples); - - // Set circular buffer ahead of first buffer. - if (auto ProducerSP = ProducerWeak.Pin()) - { - ProducerSP->Reserve(ReserveSizeInChannelSamples, SilenceToAddToFirstBuffer); - } - - - AsyncTask(ENamedThreads::GameThread, [ConsumerWeak]() - { - if (FSharedFMODAudioLinkInputClientPtr ConsumerSP = ConsumerWeak.Pin()) - { - // Stop ahead of starting to play. This might not be necessary for submixes, but in case we get a format change. - // As our link can remain open, stop anything playing on a format change. - // This won't do anything if we're already stopped. - ConsumerSP->Stop(); - - // Start the FMOD input object. - UE_LOG(LogFMODAudioLink, VeryVerbose, TEXT("FFMODAudioLinkFactory::CreateSubmixAudioLink: Start consumer.")); - ConsumerSP->Start(); - } - }); - })); - - // Start producer. - UE_LOG(LogFMODAudioLink, VeryVerbose, TEXT("FFMODAudioLinkFactory::CreateSubmixAudioLink: Start producer.")); - ProducerSP->Start(InArgs.Device); - - // Build a link, which owns both the consumer and producer. - return MakeUnique(ProducerSP, ConsumerSP, InArgs.Device); -} - -TUniquePtr FFMODAudioLinkFactory::CreateSourceAudioLink(const FAudioLinkSourceCreateArgs& InArgs) -{ - if (!IFMODStudioModule::IsAvailable()) - { - UE_LOG(LogFMODAudioLink, Error, TEXT("FFMODAudioLinkFactory::CreateSourceAudioLink: No FMODStudio module.")); - return {}; - } - - if (!InArgs.Settings.IsValid()) - { - UE_LOG(LogFMODAudioLink, Error, TEXT("FFMODAudioLinkFactory::CreateSourceAudioLink: Invalid FMODAudioLinkSettings.")); - return {}; - } - - if (!InArgs.OwningComponent.IsValid()) - { - UE_LOG(LogFMODAudioLink, Error, TEXT("FFMODAudioLinkFactory::CreateSourceAudioLink: Invalid Owning Component.")); - return {}; - } - - if (!InArgs.AudioComponent.IsValid()) - { - UE_LOG(LogFMODAudioLink, Error, TEXT("FFMODAudioLinkFactory::CreateSourceAudioLink: Invalid Audio Component.")); - return {}; - } - - const UWorld* World = InArgs.OwningComponent->GetWorld(); - if (UNLIKELY(!IsValid(World))) - { - UE_LOG(LogFMODAudioLink, Error, TEXT("FFMODAudioLinkFactory::CreateSourceAudioLink: Invalid World in Owning Component.")); - return {}; - } - - const FAudioDeviceHandle Handle = World->GetAudioDevice(); - - // Downcast to settings proxy. - const FSharedFMODAudioLinkSettingsProxyPtr FMODSettingsSP = InArgs.Settings->GetCastProxy(); - - // Make buffer listener first, which is our producer. - FSourceBufferListenerCreateParams SourceBufferCreateArgs; - SourceBufferCreateArgs.SizeOfBufferInFrames = FMODSettingsSP->GetReceivingBufferSizeInFrames(); - SourceBufferCreateArgs.bShouldZeroBuffer = true; - SourceBufferCreateArgs.OwningComponent = InArgs.OwningComponent; - SourceBufferCreateArgs.AudioComponent = InArgs.AudioComponent; - FSharedBufferedOutputPtr ProducerSP = CreateSourceBufferListener(SourceBufferCreateArgs); - - static const FName UnknownOwner(TEXT("Unknown")); - FName OwnerName = InArgs.OwningComponent.IsValid() ? InArgs.OwningComponent->GetFName() : UnknownOwner; - TWeakPtr ProducerWeak(ProducerSP); - - // Create consumer. - FSharedFMODAudioLinkInputClientPtr ConsumerSP = MakeShared(ProducerSP, FMODSettingsSP, OwnerName); - TWeakPtr ConsumerWeak(ConsumerSP); - - ProducerSP->SetFormatKnownDelegate( - IBufferedAudioOutput::FOnFormatKnown::CreateLambda( - [ProducerWeak, ConsumerWeak, FMODSettingsSP, WeakThis = InArgs.OwningComponent](const IBufferedAudioOutput::FBufferFormat& InFormat) - { - // Unreal uses samples for 'Channels x samples' and frames for 'samples' - int32 BufferSizeInChannelSamples = FMODSettingsSP->GetReceivingBufferSizeInFrames() * InFormat.NumChannels; - int32 ReserveSizeInChannelSamples = (float)BufferSizeInChannelSamples * FMODSettingsSP->GetProducerConsumerBufferRatio(); - int32 SilenceToAddToFirstBuffer = FMath::Min((float)BufferSizeInChannelSamples * FMODSettingsSP->GetInitialSilenceFillRatio(), ReserveSizeInChannelSamples); - - - // Set circular buffer ahead of first buffer. - if (auto ProducerSP = ProducerWeak.Pin()) - { - ProducerSP->Reserve(ReserveSizeInChannelSamples, SilenceToAddToFirstBuffer); - } - - AsyncTask(ENamedThreads::GameThread, [ConsumerWeak, WeakThis]() - { - if (FSharedFMODAudioLinkInputClientPtr ConsumerSP = ConsumerWeak.Pin()) - { - if (WeakThis.IsValid()) - { - // Stop ahead of starting to play. This might not be necessary for submixes, but in case we get a format change. - // As our link can remain open, stop anything playing on a format change. - // This won't do anything if we're already stopped. - ConsumerSP->Stop(); - - // Start the FMOD input object. - UE_LOG(LogFMODAudioLink, VeryVerbose, TEXT("FFMODAudioLinkFactory::CreateSourceAudioLink: Start consumer.")); - ConsumerSP->Start(Cast(WeakThis.Get())); - } - } - }); - })); - ProducerSP->SetBufferStreamEndDelegate( - IBufferedAudioOutput::FOnBufferStreamEnd::CreateLambda( - [ConsumerWeak](const IBufferedAudioOutput::FBufferStreamEnd&) - { - if (FSharedFMODAudioLinkInputClientPtr ConsumerSP = ConsumerWeak.Pin()) - { - UE_LOG(LogFMODAudioLink, VeryVerbose, TEXT("FFMODAudioLinkFactory::CreateSourceAudioLink: Stop consumer.")); - ConsumerSP->Stop(); - } - })); - - // Tell the Producer to Start receiving buffers from Sources. - // Pass a Lambda to do the some work when we know the Format, which starts FMOD up. - UE_LOG(LogFMODAudioLink, VeryVerbose, TEXT("FFMODAudioLinkFactory::CreateSourceAudioLink: Start producer.")); - ProducerSP->Start(Handle ? Handle.GetAudioDevice() : nullptr); - - // Make the link. - return MakeUnique(ProducerSP, ConsumerSP); -} - -IAudioLinkFactory::FAudioLinkSourcePushedSharedPtr FFMODAudioLinkFactory::CreateSourcePushedAudioLink(const FAudioLinkSourcePushedCreateArgs& InArgs) -{ - if (IFMODStudioModule::IsAvailable()) - { - UE_LOG(LogFMODAudioLink, VeryVerbose, TEXT("FFMODAudioLinkFactory::CreateSourcePushedAudioLink: Create AudioLink SourcePushed.")); - return MakeShared(InArgs,this); - } - UE_LOG(LogFMODAudioLink, Error, TEXT("FFMODAudioLinkFactory::CreateSourcePushedAudioLink: IFMODStudioModule not available.")); - return nullptr; -} - -IAudioLinkFactory::FAudioLinkSynchronizerSharedPtr FFMODAudioLinkFactory::CreateSynchronizerAudioLink() -{ - UE_LOG(LogFMODAudioLink, VeryVerbose, TEXT("FFMODAudioLinkFactory::CreateSynchronizerAudioLink: Create AudioLink Synchronizer.")); - auto SynchronizerSP = MakeShared(); - return SynchronizerSP; -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkFactory.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkFactory.h deleted file mode 100644 index 766d7002..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkFactory.h +++ /dev/null @@ -1,26 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#pragma once - -#include "FMODAudioLink.h" -#include "IAudioLinkFactory.h" - -class FFMODAudioLinkFactory : public IAudioLinkFactory -{ -public: - FFMODAudioLinkFactory() = default; - virtual ~FFMODAudioLinkFactory() override = default; - - static FName GetFactoryNameStatic(); - static bool bHasSubmix; - -protected: - /** Begin IAudioLinkFactory */ - FName GetFactoryName() const override; - TSubclassOf GetSettingsClass() const override; - TUniquePtr CreateSubmixAudioLink(const FAudioLinkSubmixCreateArgs&) override; - TUniquePtr CreateSourceAudioLink(const FAudioLinkSourceCreateArgs&) override; - FAudioLinkSourcePushedSharedPtr CreateSourcePushedAudioLink(const FAudioLinkSourcePushedCreateArgs&) override; - FAudioLinkSynchronizerSharedPtr CreateSynchronizerAudioLink() override; - /** End IAudioLinkFactory */ -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkInputClient.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkInputClient.cpp deleted file mode 100644 index dcd1ab40..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkInputClient.cpp +++ /dev/null @@ -1,314 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#include "FMODAudioLinkInputClient.h" -#include "FMODAudioLinkLog.h" -#include "FMODAudioLinkSettings.h" -#include "FMODAudioLinkFactory.h" -#include "FMODAudioLinkComponent.h" -#include "FMODEvent.h" - -#include "FMODStudioModule.h" -#include "FMODBlueprintStatics.h" - -#include -#include "Async/Async.h" -#include "Templates/SharedPointer.h" - -class InputClientRef -{ -public: - TSharedRef InputClient; - - InputClientRef(TSharedRef InputSP) - : InputClient(InputSP) - { - } -}; - -FMOD::Studio::System* GetStudioSystem() -{ - if (IFMODStudioModule::IsAvailable()) - { - auto* StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (!StudioSystem) - { - StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Auditioning); - } - return StudioSystem; - } - return nullptr; -} - -void FFMODAudioLinkInputClient::Register(const FName& NameOfProducingSource) -{ - const auto Name = NameOfProducingSource.GetPlainNameString(); - - if (UNLIKELY(!Settings.IsValid())) - { - UE_LOG(LogFMODAudioLink, Warning, TEXT("FFMODAudioLinkInputClient::Register: FMODAudioLinkSettings are not valid.")); - return; - } - - if (UNLIKELY(!GetStudioSystem())) - { - UE_LOG(LogFMODAudioLink, Warning, TEXT("FFMODAudioLinkInputClient::Register: Unable to get FMOD Studio System.")); - return; - } - - AsyncTask(ENamedThreads::GameThread, [] - { - const auto AudioDeviceManager = FAudioDeviceManager::Get(); - if (UNLIKELY(!AudioDeviceManager)) - { - UE_LOG(LogFMODAudioLink, Warning, TEXT("FFMODAudioLinkInputClient::Register: No AudioDeviceManager at registration.")); - return; - } - const auto AudioDevice = AudioDeviceManager->GetActiveAudioDevice(); - if (UNLIKELY(!AudioDevice)) - { - UE_LOG(LogFMODAudioLink, Warning, TEXT("FFMODAudioLinkInputClient::Register: No active AudioDevice at registration.")); - return; - } - UE_CLOG(UNLIKELY(AudioDevice->GetMaxChannels() == 0), LogFMODAudioLink, Warning, - TEXT("FMODAudioLink: The current AudioDevice %d has 0 MaxChannels. Consider setting AudioMaxChannels to a sensible value in the Engine config file's TargetSettings for your platform."), - AudioDevice->DeviceID); - - UE_CLOG(!FFMODAudioLinkFactory::bHasSubmix, - LogFMODAudioLink, Warning, TEXT("FMODAudioLink: No initial submix got routed to AudioLink. Consider creating custom versions of global submixes in Project Settings Audio, and Enable Audio Link in their advanced settings.")); - }); -} - -void FFMODAudioLinkInputClient::Unregister() -{ - UE_LOG(LogFMODAudioLink, Verbose, TEXT("FFMODAudioLinkInputClient::Unregister.")); -} - -FFMODAudioLinkInputClient::FFMODAudioLinkInputClient(const FSharedBufferedOutputPtr& ToConsumeFrom, const UAudioLinkSettingsAbstract::FSharedSettingsProxyPtr& Settings, FName NameOfProducingSource) - : WeakProducer(ToConsumeFrom) - , Settings(Settings) - , ProducerName(NameOfProducingSource) -{ - check(Settings.IsValid()); - Register(NameOfProducingSource); - UnrealFormat = {}; -} - -FFMODAudioLinkInputClient::~FFMODAudioLinkInputClient() -{ - Unregister(); -} - -FMOD_RESULT F_CALLBACK pcmreadcallback(FMOD_SOUND* inSound, void* data, unsigned int datalen) -{ - FMOD::Sound* sound = (FMOD::Sound*)inSound; - FFMODAudioLinkInputClient* ConsumerSP; - sound->getUserData((void**)&ConsumerSP); - - ConsumerSP->GetSamples(data, datalen); - - return FMOD_OK; -} - -FMOD_RESULT F_CALLBACK SoundCallback(FMOD_STUDIO_EVENT_CALLBACK_TYPE type, FMOD_STUDIO_EVENTINSTANCE* event, void* parameters) -{ - FMOD_RESULT result = FMOD_OK; - FMOD::Studio::EventInstance* eventInstance = (FMOD::Studio::EventInstance*)event; - - if (type == FMOD_STUDIO_EVENT_CALLBACK_CREATE_PROGRAMMER_SOUND) - { - InputClientRef* ClientRef; - result = eventInstance->getUserData((void**)&ClientRef); - - FFMODAudioLinkInputClient* ConsumerPtr = &ClientRef->InputClient.Get(); - auto formatInfo = ConsumerPtr->GetFormat(); - - FMOD::System* CoreSystem = nullptr; - GetStudioSystem()->getCoreSystem(&CoreSystem); - - // Create sound info - FMOD_CREATESOUNDEXINFO exinfo; - memset(&exinfo, 0, sizeof(FMOD_CREATESOUNDEXINFO)); - exinfo.cbsize = sizeof(FMOD_CREATESOUNDEXINFO); /* Required. */ - exinfo.numchannels = formatInfo->NumChannels; /* Number of channels in the sound. */ - exinfo.defaultfrequency = formatInfo->NumSamplesPerSec; /* Default playback rate of sound. */ - exinfo.decodebuffersize = formatInfo->NumSamplesPerBlock / exinfo.numchannels; /* Chunk size of stream update in samples. Should match the FMOD System. */ - exinfo.length = exinfo.defaultfrequency * exinfo.numchannels * sizeof(signed short) * 5; /* Length of PCM data in bytes of whole song (for Sound::getLength) */ - exinfo.format = FMOD_SOUND_FORMAT_PCMFLOAT; /* Data format of sound. */ - exinfo.pcmreadcallback = pcmreadcallback; /* User callback for reading. */ - exinfo.userdata = ConsumerPtr; - - FMOD::Sound* sound = NULL; - FString sourceName = ConsumerPtr->GetProducerName().ToString(); - result = CoreSystem->createSound(TCHAR_TO_ANSI(*sourceName), FMOD_OPENUSER | FMOD_CREATESTREAM, &exinfo, &sound); - - // Pass the sound to FMOD - FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES* props = (FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES*)parameters; - props->sound = (FMOD_SOUND*)sound; - UE_LOG(LogFMODAudioLink, Verbose, TEXT("Sound Created: %s , Consumer = %p."), *sourceName, ConsumerPtr); - } - else if (type == FMOD_STUDIO_EVENT_CALLBACK_DESTROY_PROGRAMMER_SOUND) - { - // Obtain the sound - FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES* props = (FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES*)parameters; - FMOD::Sound* sound = (FMOD::Sound*)props->sound; - - // Release the sound - UE_LOG(LogFMODAudioLink, Verbose, TEXT("Sound Release: %p."), sound); - result = sound->release(); - } - else if (type == FMOD_STUDIO_EVENT_CALLBACK_DESTROYED) - { - InputClientRef* ClientRef = nullptr; - result = eventInstance->getUserData((void**)&ClientRef); - - UE_LOG(LogFMODAudioLink, Verbose, TEXT("Event Destroyed: ClientRef = %p."), ClientRef); - if (ClientRef) - { - delete ClientRef; - } - } - - return result; -} - -void FFMODAudioLinkInputClient::Start(USceneComponent* InComponent) -{ - Stop(); - check(!IsLoadedHandle.IsValid()); - - FFMODAudioLinkSettingsProxy* FMODSettings = static_cast(Settings.Get()); - const auto LinkEvent = FMODSettings->GetLinkEvent(); - - auto SelfSP = AsShared(); - auto PlayLambda = [SelfSP, LinkEvent, InComponent]() - { - UE_LOG(LogFMODAudioLink, Verbose, TEXT("FFMODAudioLinkInputClient::Start: SelSP = %p, LinkEvent = %s, InComponent = %p."), &SelfSP, LinkEvent.Get(), &InComponent); - - FMOD::Studio::EventDescription* EventDesc = IFMODStudioModule::Get().GetEventDescription(LinkEvent.Get()); - if (EventDesc != nullptr) - { - FMOD::Studio::EventInstance* EventInst = NULL; - EventDesc->createInstance(&EventInst); - SelfSP->EventInstance = EventInst; - if (EventInst != nullptr) - { - FTransform EventTransform = InComponent ? InComponent->GetComponentTransform() : FTransform(); - FMOD_3D_ATTRIBUTES EventAttr = { { 0 } }; - FMODUtils::Assign(EventAttr, EventTransform); - EventInst->set3DAttributes(&EventAttr); - - EventInst->setCallback(SoundCallback, FMOD_STUDIO_EVENT_CALLBACK_CREATE_PROGRAMMER_SOUND | FMOD_STUDIO_EVENT_CALLBACK_DESTROY_PROGRAMMER_SOUND | FMOD_STUDIO_EVENT_CALLBACK_DESTROYED); - - InputClientRef* callbackMemory = new InputClientRef(SelfSP); - - EventInst->setUserData(callbackMemory); - EventInst->start(); - } - } - }; - - FMODSettings->IsEventDataLoaded() ? PlayLambda() : FMODSettings->RegisterCallback(PlayLambda, IsLoadedHandle); -} - -void FFMODAudioLinkInputClient::Stop() -{ - if (EventInstance->isValid()) - { - UE_LOG(LogFMODAudioLink, Verbose, TEXT("FFMODAudioLinkInputClient::Stop: Stopping EventInstance.")); - EventInstance->stop(FMOD_STUDIO_STOP_ALLOWFADEOUT); - EventInstance->release(); - } - - if (IsLoadedHandle.IsValid()) - { - FFMODAudioLinkSettingsProxy* FMODSettings = static_cast(Settings.Get()); - check(FMODSettings); - - FMODSettings->UnRegisterCallback(IsLoadedHandle); - IsLoadedHandle.Reset(); - } -} - -void FFMODAudioLinkInputClient::UpdateWorldState(const FWorldState& InParams) -{ - if (EventInstance->isValid()) - { - const FTransform& T = InParams.WorldTransform; - FMOD_3D_ATTRIBUTES attr = { { 0 } }; - FMODUtils::Assign(attr, T); - - // TODO: velocity - - EventInstance->set3DAttributes(&attr); - } -} - -bool FFMODAudioLinkInputClient::GetSamples(void* data, unsigned int dataLenBytes) -{ - FSharedBufferedOutputPtr StrongBufferProducer{ WeakProducer.Pin() }; - if (!StrongBufferProducer.IsValid()) - { - // return false, to indicate no more data. - FMemory::Memzero(data, dataLenBytes); - return false; - } - - float* dataBuffer = (float*)data; - - int32 FramesWritten = 0; - - int32 dataLenFrames = dataLenBytes / (sizeof(float)); - - bool bMoreDataRemaining = StrongBufferProducer->PopBuffer(dataBuffer, dataLenFrames, FramesWritten); - - // Zero any buffer space that we didn't output to. - int32 FramesThatNeedZeroing = dataLenFrames - FramesWritten; - - UE_LOG(LogFMODAudioLink, Verbose, TEXT("FFMODAudioLinkInputClient::GetSamples: (post-pop), SamplesPopped=%d, SamplesNeeded=%d, ZeroFrames=%d, This=0x%p"), - FramesWritten, dataLenFrames, FramesThatNeedZeroing, this); - - if (FramesThatNeedZeroing > 0) - { - FMemory::Memset(&dataBuffer[FramesWritten], 0, FramesThatNeedZeroing); - NumStarvedBuffersInARow++; - - static const int32 NumStatedBuffersBeforeStop = 5; - if (NumStarvedBuffersInARow > NumStatedBuffersBeforeStop) - { - UE_LOG(LogFMODAudioLink, Verbose, TEXT("FMODAudioLinkInputClient::GetSamples: Stopping Starving input object, Needed=%d, Red=%d, StarvedCount=%d, This=0x%p"), - dataLenFrames, FramesWritten, NumStarvedBuffersInARow, this); - - // Terminate. - bMoreDataRemaining = false; - } - } - else - { - NumStarvedBuffersInARow = 0; - } - - return bMoreDataRemaining; -} - -IBufferedAudioOutput::FBufferFormat* FFMODAudioLinkInputClient::GetFormat() -{ - // Ensure we're still listening to a sub mix that exists. - FSharedBufferedOutputPtr StrongPtr{ WeakProducer.Pin() }; - if (!StrongPtr.IsValid()) - { - UE_LOG(LogFMODAudioLink, Verbose, TEXT("FMODAudioLinkInputClient::GetFormat: FSharedBufferedOutputPtr not valid.")); - } - else - { - ensure(StrongPtr->GetFormat(UnrealFormat)); - } - - return &UnrealFormat; -} - -void FFMODAudioLinkInputClient::SetFormat(const IBufferedAudioOutput::FBufferFormat *AudioFormat) -{ - UnrealFormat.NumChannels = AudioFormat->NumChannels; - UnrealFormat.NumSamplesPerBlock = AudioFormat->NumSamplesPerBlock; - UnrealFormat.NumSamplesPerSec = AudioFormat->NumSamplesPerSec; -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkInputClient.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkInputClient.h deleted file mode 100644 index 3a203926..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkInputClient.h +++ /dev/null @@ -1,58 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#pragma once - -#include "IAudioLink.h" -#include "IAudioLinkFactory.h" -#include "Templates/SharedPointer.h" -#include "IBufferedAudioOutput.h" -#include "DSP/BufferVectorOperations.h" - -#include "fmod_studio.hpp" - -class UFMODAudioLinkComponent; -class FFMODAudioLinkInputClient; - -class FFMODAudioLinkInputClient : public TSharedFromThis -{ -public: - FFMODAudioLinkInputClient(const FSharedBufferedOutputPtr& InToConsumeFrom, const UAudioLinkSettingsAbstract::FSharedSettingsProxyPtr& InSettings, FName InNameOfProducingSource={}); - virtual ~FFMODAudioLinkInputClient(); - - /// Used by all Audio Link sources. - /// Optional component parameter that is used with the FMODAudioLinkComponent. - void Start(USceneComponent* InComponent = nullptr); - void Stop(); - - struct FWorldState - { - FTransform WorldTransform; - }; - // Called from Consumer thread at game tick rate. - void UpdateWorldState(const FWorldState&); - // Called from FMOD thread. - bool GetSamples(void* data, unsigned int datalen); - - IBufferedAudioOutput::FBufferFormat* GetFormat(); - - /// Used Sound "Sources" instead of FormatKnownDelegate to store the format at the time of starting. - void SetFormat(const IBufferedAudioOutput::FBufferFormat *AudioFormat); - - FName GetProducerName() const { return ProducerName; } - FMOD::Studio::EventInstance* EventInstance; - -private: - void Register(const FName& NameOfProducingSource); - void Unregister(); - - FWeakBufferedOutputPtr WeakProducer; - UAudioLinkSettingsAbstract::FSharedSettingsProxyPtr Settings; - - IBufferedAudioOutput::FBufferFormat UnrealFormat; - - FName ProducerName; - int32 NumStarvedBuffersInARow = 0; - FDelegateHandle IsLoadedHandle; -}; - -using FSharedFMODAudioLinkInputClientPtr = TSharedPtr; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkLog.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkLog.cpp deleted file mode 100644 index f340095d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkLog.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#include "FMODAudioLinkLog.h" - -DEFINE_LOG_CATEGORY(LogFMODAudioLink); \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSettings.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSettings.cpp deleted file mode 100644 index 22c34ee2..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSettings.cpp +++ /dev/null @@ -1,150 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#include "FMODAudioLinkSettings.h" -#include "FMODAudioLinkFactory.h" -#include "FMODAudioLinkLog.h" -#include "FMODStudioModule.h" -#include "FMODEvent.h" -#include "fmod_studio.hpp" -#include "FMODSettings.h" - -#include "Engine/StreamableManager.h" -#include "Engine/AssetManager.h" -#include "Async/Async.h" - - -FFMODAudioLinkSettingsProxy::FFMODAudioLinkSettingsProxy(const UFMODAudioLinkSettings& InSettings) -{ - Update(InSettings); -} - -void FFMODAudioLinkSettingsProxy::Update(const UFMODAudioLinkSettings& InSettings) -{ - InSettings.RequestLoadLinkEvent(); - ReceivingBufferSizeInFrames = InSettings.GetReceivingBufferSizeInFrames(); - ProducerToConsumerBufferRatio = InSettings.ProducerToConsumerBufferRatio; - InitialSilenceFillRatio = InSettings.InitialSilenceFillRatio; - FMODLinkEvent = InSettings.LinkEvent; -} - -bool FFMODAudioLinkSettingsProxy::IsEventDataLoaded() const -{ - return bIsEventDataLoaded; -} - -void FFMODAudioLinkSettingsProxy::RegisterCallback(const TFunction& InCallback, FDelegateHandle& OutHandle) -{ - FScopeLock Lock(&CS); - OutHandle = OnEventLoadedDelegate.Add(FSimpleMulticastDelegate::FDelegate::CreateLambda(InCallback)); -} - -bool FFMODAudioLinkSettingsProxy::UnRegisterCallback(const FDelegateHandle& InDelegate) -{ - FScopeLock Lock(&CS); - return OnEventLoadedDelegate.Remove(InDelegate); -} - -void FFMODAudioLinkSettingsProxy::NotifyEventDataLoaded() -{ - FScopeLock Lock(&CS); - bIsEventDataLoaded = true; - OnEventLoadedDelegate.Broadcast(); -} - -#if WITH_EDITOR -void FFMODAudioLinkSettingsProxy::RefreshFromSettings(UAudioLinkSettingsAbstract* InSettings, FPropertyChangedEvent& InPropertyChangedEvent) -{ - UE_LOG(LogFMODAudioLink, VeryVerbose, TEXT("FFMODAudioLinkSettingsProxy::RefreshFromSettings.")); - Update(*CastChecked(InSettings)); -} -#endif //WITH_EDITOR - - -void UFMODAudioLinkSettings::PostLoad() -{ - RequestLoadLinkEvent(); - Super::PostLoad(); -} - -void UFMODAudioLinkSettings::RequestLoadLinkEvent() const -{ - if (bLoadRequested) - { - return; - } - bLoadRequested = true; - const UFMODSettings& Settings = *GetDefault(); - if (Settings.bFMODAudioLinkEnabled) - { - AsyncTask(ENamedThreads::GameThread, [WeakThis = MakeWeakObjectPtr(const_cast(this))]() - { - if (WeakThis.IsValid()) - { - FStreamableManager& StreamableManager = UAssetManager::GetStreamableManager(); - FStreamableDelegate Delegate = FStreamableDelegate::CreateUObject(WeakThis.Get(), &UFMODAudioLinkSettings::OnLoadCompleteCallback); - WeakThis->LoadingHandle = StreamableManager.RequestAsyncLoad(WeakThis->LinkEvent.ToSoftObjectPath(), Delegate, FStreamableManager::AsyncLoadHighPriority, - /* Managed active handle */ true); - UE_LOG(LogFMODAudioLink, VeryVerbose, TEXT("FFMODAudioLinkSettings::RequestLoadLinkEvent: Async Loading %s."), *WeakThis->LinkEvent.ToSoftObjectPath().ToString()); - } - }); - } -} - -void UFMODAudioLinkSettings::OnLoadCompleteCallback() -{ - TArray LoadedAssets; - LoadingHandle->GetLoadedAssets(LoadedAssets); - if (LoadedAssets.Num() > 0 && IsValid(LoadedAssets[0])) - { - LinkEventResolved = CastChecked(LoadedAssets[0]); - if (IsValid(LinkEventResolved)) - { - LinkEventResolved->AddToRoot(); - } - else - { - UE_LOG(LogFMODAudioLink, Error, TEXT("FFMODAudioLinkSettings::OnLoadCompleteCallback: Unable to resolve Link Event.")); - } - } - - GetCastProxy()->NotifyEventDataLoaded(); - LoadingHandle.Reset(); -} - -void UFMODAudioLinkSettings::FinishDestroy() -{ - if (IsValid(LinkEventResolved)) - { - LinkEventResolved->RemoveFromRoot(); - } - Super::FinishDestroy(); -} - -int32 UFMODAudioLinkSettings::GetReceivingBufferSizeInFrames() const -{ - if (IFMODStudioModule::IsAvailable()) - { - FMOD::System* CoreSystem; - FMOD::Studio::System* StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Max); - if (StudioSystem) - { - StudioSystem->getCoreSystem(&CoreSystem); - if (CoreSystem) - { - unsigned int bufferLength = 0; - CoreSystem->getDSPBufferSize(&bufferLength, 0); - - return bufferLength; - } - } - } - - static const int32 SensibleDefaultSize = 512; - UE_LOG(LogFMODAudioLink, Warning, TEXT("FMODAudioLinkSettings: Failed to get FMOD settings for buffer size, defaulting to '%d'"), SensibleDefaultSize); - return SensibleDefaultSize; -} - -FName UFMODAudioLinkSettings::GetFactoryName() const -{ - return FFMODAudioLinkFactory::GetFactoryNameStatic(); -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSourcePushed.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSourcePushed.cpp deleted file mode 100644 index 9e86be78..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSourcePushed.cpp +++ /dev/null @@ -1,116 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#include "FMODAudioLinkSourcePushed.h" -#include "FMODAudioLinkSettings.h" -#include "FMODAudioLinkInputClient.h" -#include "FMODAudioLinkLog.h" - -#include "FMODEvent.h" - -FFMODAudioLinkSourcePushed::FFMODAudioLinkSourcePushed(const IAudioLinkFactory::FAudioLinkSourcePushedCreateArgs& InArgs, IAudioLinkFactory* InFactory) - : CreateArgs(InArgs) -{ - const FFMODAudioLinkSettingsProxy* FMODSettingsSP = static_cast(InArgs.Settings.Get()); - - IAudioLinkFactory::FPushedBufferListenerCreateParams Params; - Params.SizeOfBufferInFrames = InArgs.NumFramesPerBuffer; - Params.bShouldZeroBuffer = FMODSettingsSP->ShouldClearBufferOnReceipt(); - - ProducerSP = InFactory->CreatePushableBufferListener(Params); - ConsumerSP = MakeShared(ProducerSP, InArgs.Settings, InArgs.OwnerName); - - // Unreal uses samples for 'Channels x samples' and frames for 'samples' - int32 BufferSizeInChannelSamples = FMODSettingsSP->GetReceivingBufferSizeInFrames() * InArgs.NumChannels; - int32 ReserveSizeInChannelSamples = (float)BufferSizeInChannelSamples * FMODSettingsSP->GetProducerConsumerBufferRatio(); - int32 SilenceToAddToFirstBuffer = FMath::Min((float)BufferSizeInChannelSamples * FMODSettingsSP->GetInitialSilenceFillRatio(), ReserveSizeInChannelSamples); - - // Set circular buffer ahead of first buffer. - ProducerSP->Reserve(ReserveSizeInChannelSamples, SilenceToAddToFirstBuffer); - - UE_LOG(LogFMODAudioLink, Verbose, - TEXT("FFMODAudioLinkSourcePushed::Ctor() Name=%s, Producer=0x%p, Consumer=0x%p, p2c%%=%2.2f, PlayEvent=%s, TotalFramesForSource=%d, This=0x%p"), - *InArgs.OwnerName.GetPlainNameString(), ProducerSP.Get(), - ConsumerSP.Get(), FMODSettingsSP->GetProducerConsumerBufferRatio(), *FMODSettingsSP->GetLinkEvent()->GetName(), - CreateArgs.TotalNumFramesInSource, this); -} - -FFMODAudioLinkSourcePushed::~FFMODAudioLinkSourcePushed() -{ - UE_LOG(LogFMODAudioLink, Verbose, - TEXT("FFMODAudioLinkSourcePushed::Dtor() Name=%s, Producer=0x%p, Consumer=0x%p, RecievedFrames=%d/%d, This=0x%p"), - *CreateArgs.OwnerName.GetPlainNameString(), ProducerSP.Get(), ConsumerSP.Get(), NumFramesReceivedSoFar, - CreateArgs.TotalNumFramesInSource,this); - - if (ConsumerSP.IsValid()) - { - ConsumerSP->Stop(); - } -} - -void FFMODAudioLinkSourcePushed::OnNewBuffer(const FOnNewBufferParams& InArgs) -{ - UE_LOG(LogFMODAudioLink, VeryVerbose, - TEXT("FFMODAudioLinkSourcePushed::OnNewBuffer() Name=%s, Producer=0x%p, Consumer=0x%p, SourceID=%d, RecievedFrames=%d/%d, This=0x%p"), - *CreateArgs.OwnerName.GetPlainNameString(), ProducerSP.Get(), ConsumerSP.Get(), SourceId, NumFramesReceivedSoFar, - CreateArgs.TotalNumFramesInSource, this); - - NumFramesReceivedSoFar += CreateArgs.NumFramesPerBuffer; - - if (SourceId == INDEX_NONE) - { - IBufferedAudioOutput::FBufferFormat AudioFormat = {}; - AudioFormat.NumChannels = CreateArgs.NumChannels; - AudioFormat.NumSamplesPerBlock = CreateArgs.NumFramesPerBuffer; - AudioFormat.NumSamplesPerSec = CreateArgs.SampleRate; - ConsumerSP->SetFormat(&AudioFormat); - - SourceId = InArgs.SourceId; - ProducerSP->Start(nullptr); - ConsumerSP->Start(); - } - check(SourceId == InArgs.SourceId); - - IPushableAudioOutput* Pushable = ProducerSP->GetPushableInterface(); - if (ensure(Pushable)) - { - IPushableAudioOutput::FOnNewBufferParams Params; - Params.AudioData = InArgs.Buffer.GetData(); - Params.NumSamples = InArgs.Buffer.Num(); - Params.Id = InArgs.SourceId; - Params.NumChannels = CreateArgs.NumChannels; - Params.SampleRate = CreateArgs.SampleRate; - Pushable->PushNewBuffer(Params); - } -} - -void FFMODAudioLinkSourcePushed::OnSourceDone(const int32 InSourceId) -{ - UE_LOG(LogFMODAudioLink, Verbose, - TEXT("FFMODAudioLinkSourcePushed::OnSourceDone() Name=%s, Producer=0x%p, Consumer=0x%p, RecievedFrames=%d/%d, This=0x%p"), - *CreateArgs.OwnerName.GetPlainNameString(), ProducerSP.Get(), ConsumerSP.Get(), NumFramesReceivedSoFar, - CreateArgs.TotalNumFramesInSource, this); - - check(SourceId == InSourceId); - IPushableAudioOutput* Pushable = ProducerSP->GetPushableInterface(); - if (ensure(Pushable)) - { - Pushable->LastBuffer(SourceId); - } - SourceId = INDEX_NONE; -} - -void FFMODAudioLinkSourcePushed::OnSourceReleased(const int32 InSourceId) -{ - UE_LOG(LogFMODAudioLink, Verbose, - TEXT("FFMODAudioLinkSourcePushed::OnSourceReleased() Name=%s, Producer=0x%p, Consumer=0x%p, RecievedFrames=%d/%d, This=0x%p"), - *CreateArgs.OwnerName.GetPlainNameString(), ProducerSP.Get(), ConsumerSP.Get(), NumFramesReceivedSoFar, - CreateArgs.TotalNumFramesInSource,this); -} - -// Called by the AudioThread, not the AudioRenderThread -void FFMODAudioLinkSourcePushed::OnUpdateWorldState(const FOnUpdateWorldStateParams& InParams) -{ - FFMODAudioLinkInputClient::FWorldState UpdateParams; - UpdateParams.WorldTransform = InParams.WorldTransform; - ConsumerSP->UpdateWorldState(UpdateParams); -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSourcePushed.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSourcePushed.h deleted file mode 100644 index 7eae52a6..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSourcePushed.h +++ /dev/null @@ -1,23 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#pragma once -#include "FMODAudioLinkInputClient.h" - -#include "IAudioLink.h" -#include "IBufferedAudioOutput.h" - -struct FFMODAudioLinkSourcePushed : IAudioLinkSourcePushed -{ - int32 SourceId = INDEX_NONE; - int32 NumFramesReceivedSoFar = INDEX_NONE; - FSharedBufferedOutputPtr ProducerSP; - FSharedFMODAudioLinkInputClientPtr ConsumerSP; - IAudioLinkFactory::FAudioLinkSourcePushedCreateArgs CreateArgs; - - FFMODAudioLinkSourcePushed(const IAudioLinkFactory::FAudioLinkSourcePushedCreateArgs& InArgs, IAudioLinkFactory* InFactory); - virtual ~FFMODAudioLinkSourcePushed() override; - void OnNewBuffer(const FOnNewBufferParams& InArgs) override; - void OnSourceDone(const int32 InSourceId) override; - void OnSourceReleased(const int32 InSourceId) override; - void OnUpdateWorldState(const FOnUpdateWorldStateParams& InParams) override; -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSynchronizer.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSynchronizer.cpp deleted file mode 100644 index dac735a3..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSynchronizer.cpp +++ /dev/null @@ -1,141 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#include "FMODAudioLinkSynchronizer.h" -#include "fmod_studio.hpp" -#include "FMODStudioModule.h" -#include "FMODAudioLinkLog.h" - -#include "AudioDeviceManager.h" - -FMOD_RESULT F_CALLBACK MixCallback(FMOD_SYSTEM* system, FMOD_SYSTEM_CALLBACK_TYPE type, void* commanddata1, void* commanddata2, void* userdata) -{ - FFMODAudioLinkSynchronizer *Synchro = static_cast(userdata); - if (Synchro) - { - FMOD::System *CoreSystem = (FMOD::System*)system; - - FMOD::ChannelGroup *MasterGroup = NULL; - CoreSystem->getMasterChannelGroup(&MasterGroup); - uint64 dspClock = 0; - MasterGroup->getDSPClock(&dspClock, 0); - - switch (type) - { - case FMOD_SYSTEM_CALLBACK_POSTMIX: - Synchro->ExecuteEndRender(dspClock); - break; - default: - break; - } - } - return FMOD_OK; -} - -FFMODAudioLinkSynchronizer::FFMODAudioLinkSynchronizer() -{ - Bind(); -} - -FFMODAudioLinkSynchronizer::~FFMODAudioLinkSynchronizer() -{ - Unbind(); -} - -void FFMODAudioLinkSynchronizer::ExecuteEndRender(uint64 dspClock) -{ - FScopeLock Lock(&CallbackLock); - FOnRenderParams Params; - Params.BufferTickID = dspClock; - Params.NumFrames = dspBufferSize; - OnEndRender.Broadcast(Params); -} - -void FFMODAudioLinkSynchronizer::ExecuteOpenStream() -{ - UE_LOG(LogFMODAudioLink, Verbose, TEXT("FFMODAudioLinkSynchronizer::ExecuteOpenStream: Opening stream between Unreal and FMOD.")); - - int samplerate = 0, numchannels = 0; - FMOD_SPEAKERMODE speakerMode; - CoreSystem->getDSPBufferSize(&dspBufferSize, 0); - CoreSystem->getSoftwareFormat(&samplerate, &speakerMode, 0); - CoreSystem->getSpeakerModeChannels(speakerMode, &numchannels); - - FOnOpenStreamParams Params; - Params.NumChannels = numchannels; - Params.SampleRate = samplerate; - Params.NumFrames = dspBufferSize; - Params.Name = TEXT("AudioLink for FMOD"); - OnOpenStream.Broadcast(Params); -} - -void FFMODAudioLinkSynchronizer::ExecuteCloseStream() -{ - UE_LOG(LogFMODAudioLink, Verbose, TEXT("FFMODAudioLinkSynchronizer::ExecuteCloseStream: Closing stream between Unreal and FMOD.")); - - OnCloseStream.Broadcast(); -} - -void FFMODAudioLinkSynchronizer::ExecuteSuspend() -{ - OnSuspend.Broadcast(); -} - -void FFMODAudioLinkSynchronizer::ExecuteResume() -{ - OnResume.Broadcast(); -} - -void FFMODAudioLinkSynchronizer::Bind() -{ - if (UNLIKELY(bIsBound)) - { - UE_LOG(LogFMODAudioLink, Error, TEXT("FFMODAudioLinkSynchronizer::Bind: Already bound.")); - return; - } - - if (UNLIKELY(!IFMODStudioModule::Get().IsAvailable())) - { - UE_LOG(LogFMODAudioLink, Error, TEXT("FFMODAduioLinkSynchronizer::Bind: FMODStudioModule not available.")); - return; - } - - auto* StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (!StudioSystem) - { - StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Auditioning); - } - if (UNLIKELY(!StudioSystem)) - { - UE_LOG(LogFMODAudioLink, Error, TEXT("FFMODAudioLinkSynchronizer::ExecuteOpenStream: No Studio System.")); - return; - } - - StudioSystem->getCoreSystem(&CoreSystem); - - UE_LOG(LogFMODAudioLink, Verbose, TEXT("FFMODAudioLinkSynchronizer::Bind: Binding System Callbacks.")); - - CoreSystem->setUserData(this); - CoreSystem->setCallback(MixCallback, FMOD_SYSTEM_CALLBACK_POSTMIX); - - ExecuteOpenStream(); - - bIsBound = true; -} - -void FFMODAudioLinkSynchronizer::Unbind() -{ - if (UNLIKELY(!bIsBound)) - { - return; - } - if (UNLIKELY(!CoreSystem)) - { - return; - } - - UE_LOG(LogFMODAudioLink, Verbose, TEXT("FFMODAudioLinkSynchronizer::Bind: Unbinding.")); - CoreSystem->setCallback(NULL, 0); - bIsBound = false; - - ExecuteCloseStream(); -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSynchronizer.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSynchronizer.h deleted file mode 100644 index 29f12578..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Private/FMODAudioLinkSynchronizer.h +++ /dev/null @@ -1,58 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#pragma once - -#include "IAudioLink.h" -#include "Misc/ScopeRWLock.h" -#include "fmod.hpp" - -struct FFMODAudioLinkSynchronizer : IAudioLinkSynchronizer, TSharedFromThis -{ - IAudioLinkSynchronizer::FOnSuspend OnSuspend; - IAudioLinkSynchronizer::FOnResume OnResume; - IAudioLinkSynchronizer::FOnOpenStream OnOpenStream; - IAudioLinkSynchronizer::FOnCloseStream OnCloseStream; - IAudioLinkSynchronizer::FOnBeginRender OnBeginRender; - IAudioLinkSynchronizer::FOnEndRender OnEndRender; - - FRWLock RwLock; - FCriticalSection CallbackLock; - FMOD::System* CoreSystem; - - bool bIsBound{ false }; - unsigned int dspBufferSize; - - FFMODAudioLinkSynchronizer(); - ~FFMODAudioLinkSynchronizer() override; - - void ExecuteEndRender(uint64 dspClock); - void ExecuteOpenStream(); - void ExecuteCloseStream(); - void ExecuteSuspend(); - void ExecuteResume(); - void Bind(); - void Unbind(); - - #define MAKE_DELEGATE_FUNC(X)\ - FDelegateHandle Register##X##Delegate(const FOn##X::FDelegate& InDelegate) override\ - {\ - FWriteScopeLock WriteLock(RwLock);\ - return On##X.Add(InDelegate);\ - }\ - bool Remove##X##Delegate(const FDelegateHandle& InHandle) override\ - {\ - FWriteScopeLock WriteLock(RwLock);\ - return On##X.Remove(InHandle);\ - } - - MAKE_DELEGATE_FUNC(Suspend) - MAKE_DELEGATE_FUNC(Resume) - MAKE_DELEGATE_FUNC(OpenStream) - MAKE_DELEGATE_FUNC(CloseStream) - MAKE_DELEGATE_FUNC(BeginRender) //Use to sync UE and FMOD - MAKE_DELEGATE_FUNC(EndRender) //Use to sync UE and FMOD - - #undef MAKE_DELEGATE_FUNC - - friend FMOD_RESULT F_CALLBACK MixCallback(FMOD_SYSTEM* system, FMOD_SYSTEM_CALLBACK_TYPE type, void* commanddata1, void* commanddata2, void* userdata); -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Public/FMODAudioLinkComponent.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Public/FMODAudioLinkComponent.h deleted file mode 100644 index 79f8ebaa..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Public/FMODAudioLinkComponent.h +++ /dev/null @@ -1,47 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#pragma once - -#include "FMODAudioLinkSettings.h" -#include "IAudioLink.h" -#include "IAudioLinkBlueprintInterface.h" - -class UAudioComponent; - -#include "FMODAudioLinkComponent.generated.h" - -UCLASS(ClassGroup = (Audio, Common), HideCategories = (Object, ActorComponent, Physics, Rendering, Mobility, LOD), - ShowCategories = Trigger, meta = (BlueprintSpawnableComponent)) -class UFMODAudioLinkComponent : public USceneComponent, public IAudioLinkBlueprintInterface -{ - GENERATED_BODY() - -public: - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "AudioLink") - TObjectPtr Settings; - - /** The sound to be played */ - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Sound) - TObjectPtr Sound; - -protected: - //~ Begin IAudioLinkInterface - virtual void SetLinkSound(USoundBase* NewSound) override; - virtual void PlayLink(float StartTime = 0.0f) override; - virtual void StopLink() override; - virtual bool IsLinkPlaying() const override; - //~ End IAudioLinkInterface - - //~ Begin ActorComponent Interface. - virtual void OnRegister() override; - virtual void OnUnregister() override; - //~ End ActorComponent Interface. - - void CreateAudioComponent(); - - UPROPERTY(Transient) - TObjectPtr AudioComponent; - - void CreateLink(); - TUniquePtr LinkInstance; -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Public/FMODAudioLinkLog.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Public/FMODAudioLinkLog.h deleted file mode 100644 index e524c292..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Public/FMODAudioLinkLog.h +++ /dev/null @@ -1,8 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#pragma once - -#include "Stats/Stats.h" -#include "Logging/LogMacros.h" - -FMODSTUDIO_API DECLARE_LOG_CATEGORY_EXTERN(LogFMODAudioLink, Log, All); diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Public/FMODAudioLinkModule.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Public/FMODAudioLinkModule.h deleted file mode 100644 index 92f28d22..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Public/FMODAudioLinkModule.h +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#include "Modules/ModuleInterface.h" -#include "Modules/ModuleManager.h" - -#include "FMODAudioLinkFactory.h" - -class FFMODAudioLinkModule -{ -public: - FFMODAudioLinkModule() - { - Factory = MakeUnique(); - } - ~FFMODAudioLinkModule() - { - Factory.Reset(); - } -private: - TUniquePtr Factory; -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Public/FMODAudioLinkSettings.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Public/FMODAudioLinkSettings.h deleted file mode 100644 index 365fb4fa..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLink/Public/FMODAudioLinkSettings.h +++ /dev/null @@ -1,98 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#pragma once - -#include "AudioLinkSettingsAbstract.h" -#include "Engine/StreamableManager.h" - -#include "FMODAudioLinkSettings.generated.h" - -class UFMODAudioLinkSettings; -class UFMODEvent; - -class FFMODAudioLinkSettingsProxy : public IAudioLinkSettingsProxy -{ -public: - FFMODAudioLinkSettingsProxy(const UFMODAudioLinkSettings&); - virtual ~FFMODAudioLinkSettingsProxy() = default; - - const TSoftObjectPtr& GetLinkEvent() const { return FMODLinkEvent; } - int32 GetReceivingBufferSizeInFrames() const { return ReceivingBufferSizeInFrames; } - bool ShouldClearBufferOnReceipt() const { return bShouldZeroBuffer; } - float GetProducerConsumerBufferRatio() const { return ProducerToConsumerBufferRatio; } - float GetInitialSilenceFillRatio() const { return InitialSilenceFillRatio; } - - void Update(const UFMODAudioLinkSettings&); - - bool IsEventDataLoaded() const; - void RegisterCallback(const TFunction& InCallback, FDelegateHandle& OutHandle); - bool UnRegisterCallback(const FDelegateHandle& InDelegate); - -protected: - void NotifyEventDataLoaded(); - -private: -#if WITH_EDITOR - void RefreshFromSettings(UAudioLinkSettingsAbstract* InSettings, FPropertyChangedEvent& InPropertyChangedEvent) override; -#endif //WITH_EDITOR - - FSimpleMulticastDelegate OnEventLoadedDelegate; - FCriticalSection CS; - friend class UFMODAudioLinkSettings; - - TSoftObjectPtr FMODLinkEvent; - int32 ReceivingBufferSizeInFrames; - bool bShouldZeroBuffer = true; - bool bIsEventDataLoaded = false; - float ProducerToConsumerBufferRatio = 2.0f; - float InitialSilenceFillRatio = 1.0f; -}; - -using FSharedFMODAudioLinkSettingsProxyPtr = TSharedPtr; - -UCLASS(config = Engine, defaultconfig) -class FMODSTUDIO_API UFMODAudioLinkSettings : public UAudioLinkSettingsAbstract -{ - GENERATED_BODY() - - UPROPERTY(Config, EditAnywhere, Category = default) - TSoftObjectPtr LinkEvent; - - /** If this is set, the receiving code will clear the buffer after it's read, so it's not rendered by Unreal. Only applies if running both renderers at once. */ - UPROPERTY(Config, EditAnywhere, Category = default) - bool bShouldClearBufferOnReceipt = true; - - /** This is the ratio of producer to consumer buffer size, 2.0 means its twice as big as the consumer buffer. */ - UPROPERTY(Config, EditAnywhere, Category = default) - float ProducerToConsumerBufferRatio = 2.0f; - - /** Ratio of initial buffer to fill with silence ahead of consumption. Adjusting this can resolve starvation at the cost of added latency. */ - UPROPERTY(Config, EditAnywhere, Category = default) - float InitialSilenceFillRatio = 1.0f; - - void RequestLoadLinkEvent() const; - -protected: - TSharedPtr LoadingHandle; - - /** Once the SoftObjectReference has been resolved, attach the reference here so it's owned. */ - UPROPERTY(Transient) - TObjectPtr LinkEventResolved; - - void PostLoad() override; // Only occurs at editor startup and game startup, not PIE - void OnLoadCompleteCallback(); - void FinishDestroy() override; - mutable bool bLoadRequested = false; - - friend class FFMODAudioLinkSettingsProxy; - - int32 GetReceivingBufferSizeInFrames() const; - - UAudioLinkSettingsAbstract::FSharedSettingsProxyPtr MakeProxy() const override - { - return UAudioLinkSettingsAbstract::FSharedSettingsProxyPtr(new FFMODAudioLinkSettingsProxy{ *this }); - } - - FName GetFactoryName() const override; -}; - diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLinkEditor/FMODAudioLinkEditor.Build.cs b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLinkEditor/FMODAudioLinkEditor.Build.cs deleted file mode 100644 index aaf23bd3..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLinkEditor/FMODAudioLinkEditor.Build.cs +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -using UnrealBuildTool; -using System; - -public struct FMODAudioLinkEditor -{ - public static void Apply(UnrealBuildTool.Rules.FMODStudio FMODModule, ReadOnlyTargetRules Target) - { - if (Target.bBuildEditor) - { - FMODModule.AddModule("FMODAudioLinkEditor", false); - } - } -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLinkEditor/Private/FMODAudioLinkSettingsFactory.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLinkEditor/Private/FMODAudioLinkSettingsFactory.cpp deleted file mode 100644 index e1aaec11..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLinkEditor/Private/FMODAudioLinkSettingsFactory.cpp +++ /dev/null @@ -1,60 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#include "FMODAudioLinkSettingsFactory.h" -#include "FMODAudioLinkSettings.h" -#include "AssetTypeCategories.h" -#include "UObject/ObjectMacros.h" -#include "UObject/Object.h" - -#define LOCTEXT_NAMESPACE "AssetTypeActions" - -FText FAssetTypeActions_FMODAudioLinkSettings::GetName() const -{ - return LOCTEXT("AssetTypeActions_FMODAudioLinkSettings", "FMOD AudioLink Settings"); -} - -FColor FAssetTypeActions_FMODAudioLinkSettings::GetTypeColor() const -{ - return FColor(100, 100, 100); -} - -const TArray& FAssetTypeActions_FMODAudioLinkSettings::GetSubMenus() const -{ - static const TArray SubMenus - { - LOCTEXT("AssetAudioLinkSubMenu", "AudioLink") - }; - - return SubMenus; -} - -UClass* FAssetTypeActions_FMODAudioLinkSettings::GetSupportedClass() const -{ - return UFMODAudioLinkSettings::StaticClass(); -} - -uint32 FAssetTypeActions_FMODAudioLinkSettings::GetCategories() -{ - return EAssetTypeCategories::Sounds; -} - -UFMODAudioLinkSettingsFactory::UFMODAudioLinkSettingsFactory(const FObjectInitializer& ObjectInitializer) - : Super(ObjectInitializer) -{ - SupportedClass = UFMODAudioLinkSettings::StaticClass(); - - bCreateNew = true; - bEditorImport = true; - bEditAfterNew = true; -} - -UObject* UFMODAudioLinkSettingsFactory::FactoryCreateNew(UClass* Class, UObject* InParent, FName Name, EObjectFlags Flags, UObject* Context, FFeedbackContext* Warn) -{ - return NewObject(InParent, Name, Flags); -} - -uint32 UFMODAudioLinkSettingsFactory::GetMenuCategories() const -{ - return EAssetTypeCategories::Sounds; -} -#undef LOCTEXT_NAMESPACE \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLinkEditor/Private/FMODAudioLinkSettingsFactory.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLinkEditor/Private/FMODAudioLinkSettingsFactory.h deleted file mode 100644 index 2ff5d6c7..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLinkEditor/Private/FMODAudioLinkSettingsFactory.h +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#pragma once - -#include "Factories/Factory.h" -#include "AssetTypeActions_Base.h" -#include "AssetToolsModule.h" - -#include "FMODAudioLinkSettingsFactory.generated.h" - -UCLASS(hidecategories = Object, MinimalAPI) -class UFMODAudioLinkSettingsFactory : public UFactory -{ - GENERATED_UCLASS_BODY() - - virtual UObject* FactoryCreateNew(UClass* Class, UObject* InParent, FName Name, EObjectFlags Flags, UObject* Context, - FFeedbackContext* Warn) override; - - virtual uint32 GetMenuCategories() const override; -}; - -class FAssetTypeActions_FMODAudioLinkSettings : public FAssetTypeActions_Base -{ -public: - virtual FText GetName() const override; - virtual FColor GetTypeColor() const override; - virtual const TArray& GetSubMenus() const override; - virtual UClass* GetSupportedClass() const override; - virtual uint32 GetCategories() override; -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLinkEditor/Public/FMODAudioLinkEditorModule.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLinkEditor/Public/FMODAudioLinkEditorModule.h deleted file mode 100644 index 1b98c05d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODAudioLinkEditor/Public/FMODAudioLinkEditorModule.h +++ /dev/null @@ -1,39 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024-2024. - -#include "Modules/ModuleInterface.h" -#include "FMODAudioLinkSettingsFactory.h" -#include "FMODAudioLinkSettings.h" -#include "ISettingsModule.h" - -class FAssetTypeActions_FMODAudioLinkSettings; - -class FFMODAudioLinkEditorModule -{ -public: - FFMODAudioLinkEditorModule() - { - // Register asset types - IAssetTools& AssetTools = FAssetToolsModule::GetModule().Get(); - { - AssetActions = MakeShared(); - AssetTools.RegisterAssetTypeActions(AssetActions.ToSharedRef()); - - if (ISettingsModule* SettingsModule = FModuleManager::Get().GetModulePtr("Settings")) - { - SettingsModule->RegisterSettings("Project", "Plugins", "FMOD AudioLink", NSLOCTEXT("FMODAudioLink", "FMOD AudioLink", "FMOD AudioLink"), - NSLOCTEXT("FMODAudioLink", "Configure AudioLink for FMOD Settings", "Configure AudioLink for FMOD Settings"), GetMutableDefault()); - } - } - } - ~FFMODAudioLinkEditorModule() - { - if (FAssetToolsModule::IsModuleLoaded()) - { - IAssetTools& AssetTools = FAssetToolsModule::GetModule().Get(); - AssetTools.UnregisterAssetTypeActions(AssetActions.ToSharedRef()); - } - AssetActions.Reset(); - } -private: - TSharedPtr AssetActions; -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODAmbientSound.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODAmbientSound.h deleted file mode 100644 index 55688da7..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODAmbientSound.h +++ /dev/null @@ -1,26 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "FMODAudioComponent.h" -#include "FMODAmbientSound.generated.h" - -/** FMOD Ambient Sound. -*/ -UCLASS(AutoExpandCategories = Audio, ClassGroup = Sounds, hidecategories(Collision, Input)) -class FMODSTUDIO_API AFMODAmbientSound : public AActor -{ - GENERATED_UCLASS_BODY() - -public: - /** The Audio component for this actor */ - UPROPERTY(Category = Sound, VisibleAnywhere, BlueprintReadOnly, meta = (ExposeFunctionCategories = "Sound")) - UFMODAudioComponent *AudioComponent; - -// Begin AActor interface. -#if WITH_EDITOR - virtual void CheckForErrors() override; - virtual bool GetReferencedContentObjects(TArray &Objects) const override; -#endif -// End AActor interface. -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODAnimNotifyPlay.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODAnimNotifyPlay.h deleted file mode 100644 index 38e0ca3b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODAnimNotifyPlay.h +++ /dev/null @@ -1,31 +0,0 @@ -#pragma once - -#include "Animation/AnimNotifies/AnimNotify.h" -#include "FMODEvent.h" -#include "FMODAnimNotifyPlay.generated.h" - -UCLASS(const, hidecategories = Object, collapsecategories, meta = (DisplayName = "Play FMOD Event")) -class FMODSTUDIO_API UFMODAnimNotifyPlay : public UAnimNotify -{ - GENERATED_BODY() - -public: - UFMODAnimNotifyPlay(); - -// Begin UAnimNotify interface - virtual void Notify(USkeletalMeshComponent *MeshComp, UAnimSequenceBase *AnimSeq) override; - virtual FString GetNotifyName_Implementation() const override; -// End UAnimNotify interface - - // If this sound should follow its owner - UPROPERTY(EditAnywhere, Category = "FMOD Anim Notify") - uint32 bFollow : 1; - - // Socket or bone name to attach sound to - UPROPERTY(EditAnywhere, Category = "FMOD Anim Notify", meta = (EditCondition = "bFollow")) - FString AttachName; - - // Sound to Play - UPROPERTY(EditAnywhere, Category = "FMOD Anim Notify", BlueprintReadWrite) - class UFMODEvent* Event; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODAsset.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODAsset.h deleted file mode 100644 index d5d3c470..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODAsset.h +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "Misc/Guid.h" -#include "CoreMinimal.h" -#include "FMODAsset.generated.h" - -/** - * FMOD Asset. - */ -UCLASS(BlueprintType) -class FMODSTUDIO_API UFMODAsset : public UObject -{ - GENERATED_UCLASS_BODY() - -public: - /** The unique Guid, which matches the one exported from FMOD Studio */ - UPROPERTY() - FGuid AssetGuid; - -protected: - /** Get tags to show in content view */ - virtual void GetAssetRegistryTags(TArray &OutTags) const override; - -private: - /** Non default instances of UFMODAsset are assets */ - virtual bool IsAsset() const override; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODAudioComponent.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODAudioComponent.h deleted file mode 100644 index 3fb9bddf..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODAudioComponent.h +++ /dev/null @@ -1,458 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "Containers/Map.h" -#include "Runtime/Launch/Resources/Version.h" -#include "Sound/SoundAttenuation.h" -#include "AudioDevice.h" -#include "FMODStudioModule.h" -#include "FMODUtils.h" -#include "FMODAudioComponent.generated.h" - -// Event property -UENUM() -namespace EFMODEventProperty -{ -enum Type -{ - /* Priority to set on low-level channels created by this event instance (-1 to 256). */ - ChannelPriority, - /** Schedule delay to synchronized playback for multiple tracks in DSP clocks, or -1 for default. */ - ScheduleDelay, - /** Schedule look-ahead on the timeline in DSP clocks, or -1 for default. */ - ScheduleLookahead, - /** Override the event's 3D minimum distance, or -1 for default. */ - MinimumDistance, - /** Override the event's 3D maximum distance, or -1 for default. */ - MaximumDistance, - /** Number of options */ - Count -}; -} - - -/** Used to store callback info from FMOD thread to our event */ -struct FTimelineMarkerProperties -{ - FString Name; - int32 Position; - FTimelineMarkerProperties() - : Position(0) - {} -}; - -/** Used to store callback info from FMOD thread to our event */ -struct FTimelineBeatProperties -{ - int32 Bar; - int32 Beat; - int32 Position; - float Tempo; - int32 TimeSignatureUpper; - int32 TimeSignatureLower; - FTimelineBeatProperties() - : Bar(0) - , Beat(0) - , Position(0) - , Tempo(0.0f) - , TimeSignatureUpper(0) - , TimeSignatureLower(0) - {} -}; - -USTRUCT(BlueprintType) -struct FFMODAttenuationDetails -{ - GENERATED_USTRUCT_BODY() - /** Should we use Attenuation set in Studio or be able to modify in Editor. */ - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FMOD|Attenuation") - uint32 bOverrideAttenuation : 1; - /** Override the event's 3D minimum distance. */ - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FMOD|Attenuation", - meta = (ClampMin = "0.0", UIMin = "0.0", EditCondition = "bOverrideAttenuation")) - float MinimumDistance; - /** Override the event's 3D maximum distance. */ - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FMOD|Attenuation", - meta = (ClampMin = "0.0", UIMin = "0.0", EditCondition = "bOverrideAttenuation")) - float MaximumDistance; - - FFMODAttenuationDetails() - : bOverrideAttenuation(false) - , MinimumDistance(1.0f) - , MaximumDistance(10.0f) - {} -}; - -USTRUCT(BlueprintType) -struct FFMODOcclusionDetails -{ - GENERATED_USTRUCT_BODY() - /** Enable Occlusion Settings. */ - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FMOD|Occlusion") - bool bEnableOcclusion; - /* Which trace channel to use for audio occlusion checks. */ - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "FMOD|Occlusion", meta = (EditCondition = "bEnableOcclusion")) - TEnumAsByte OcclusionTraceChannel; - /** Whether or not to enable complex geometry occlusion checks. */ - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category="FMOD|Occlusion", meta=(EditCondition = "bEnableOcclusion")) - bool bUseComplexCollisionForOcclusion; - - FFMODOcclusionDetails() - : bEnableOcclusion(false) - , OcclusionTraceChannel(ECC_Visibility) - , bUseComplexCollisionForOcclusion(false) - {} -}; - -/** called when an event stops, either because it played to completion or because a Stop() call turned it off early */ -DECLARE_DYNAMIC_MULTICAST_DELEGATE(FOnEventStopped); -/** called when a sound stops */ -DECLARE_DYNAMIC_MULTICAST_DELEGATE(FOnSoundStopped); -/** called when we reach a named marker on the timeline */ -DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FOnTimelineMarker, FString, Name, int32, Position); -/** called when we reach a beat on the timeline */ -DECLARE_DYNAMIC_MULTICAST_DELEGATE_SixParams( - FOnTimelineBeat, int32, Bar, int32, Beat, int32, Position, float, Tempo, int32, TimeSignatureUpper, int32, TimeSignatureLower); - -namespace FMOD -{ -class DSP; -class Sound; -namespace Studio -{ -class EventDescription; -class EventInstance; -} -} - -struct FMOD_STUDIO_TIMELINE_MARKER_PROPERTIES; -struct FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES; - -/** - * Plays FMOD Studio events. - */ -UCLASS(Blueprintable, ClassGroup = (Audio, Common), hidecategories = (Object, ActorComponent, Physics, Rendering, Mobility, LOD), - ShowCategories = Trigger, meta = (BlueprintSpawnableComponent)) -class FMODSTUDIO_API UFMODAudioComponent : public USceneComponent -{ - GENERATED_UCLASS_BODY() - - friend struct FFMODEventControlExecutionToken; - friend struct FPlayingToken; - friend FMOD_RESULT F_CALLBACK UFMODAudioComponent_EventCallback(FMOD_STUDIO_EVENT_CALLBACK_TYPE type, FMOD_STUDIO_EVENTINSTANCE *event, void *parameters); - -public: - /** The event asset to use for this sound. */ - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = FMODAudio) - UFMODEvent* Event; - - /** Event parameter cache. */ - UPROPERTY(EditAnywhere, BlueprintReadWrite, SimpleDisplay, Category = FMODAudio) - TMap ParameterCache; - - /** Sound name used for programmer sound. Will look up the name in any loaded audio table. */ - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = FMODAudio) - FString ProgrammerSoundName; - - /** Enable timeline callbacks for this sound, so that OnTimelineMarker and OnTimelineBeat can be used. */ - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = FMODAudio) - uint32 bEnableTimelineCallbacks : 1; - - /** Auto destroy this component on completion. */ - UPROPERTY() - uint32 bAutoDestroy : 1; - - /** Stop sound when owner is destroyed. */ - UPROPERTY() - uint32 bStopWhenOwnerDestroyed : 1; - - /** Whether we apply gain and low-pass based on audio zones. */ - uint32 bApplyAmbientVolumes : 1; - - /** Whether we apply gain and low-pass based on occlusion onto a parameter. */ - uint32 bApplyOcclusionParameter:1; - - /** Called when an event stops, either because it played to completion or because a Stop() call turned it off early. */ - UPROPERTY(BlueprintAssignable) - FOnEventStopped OnEventStopped; - - /** Called when a sound stops. */ - UPROPERTY(BlueprintAssignable) - FOnSoundStopped OnSoundStopped; - - /** Called when we reach a named marker (if bEnableTimelineCallbacks is true). */ - UPROPERTY(BlueprintAssignable) - FOnTimelineMarker OnTimelineMarker; - - /** Called when we reach a beat of a tempo (if bEnableTimelineCallbacks is true). */ - UPROPERTY(BlueprintAssignable) - FOnTimelineBeat OnTimelineBeat; - - /** New Event to be used by the FMODAudioComponent. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - void SetEvent(UFMODEvent *NewEvent); - - /** Start a sound playing on an audio component. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - void Play(); - - /** Stop an audio component playing its sound cue, issue any delegates if needed. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - void Stop(); - - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - void Release(); - - /** Allow an event to continue past a sustain point. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - void KeyOff(); - - /** Return true if this component is currently playing an event. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - bool IsPlaying(); - - /** Sets the volume level. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - void SetVolume(float volume); - - /** Sets the pitch multiplier. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - void SetPitch(float pitch); - - /** Pause/Unpause an audio component. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - void SetPaused(bool paused); - - /** Get the paused state of the audio component. Returns false if internal getPaused query fails. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - bool GetPaused(); - - /** Set a parameter of the Event. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - void SetParameter(FName Name, float Value); - - /** Will be deprecated in FMOD 2.01, use `GetParameterValue(FName, float, float)` instead. - * Get parameter value from the Event. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - float GetParameter(FName Name); - - /** Get parameter value from the Event. - * @param Name - Name of parameter - * @param UserValue - Parameter value as set from the public API. - * @param FinalValue - Final combined parameter value. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - void GetParameterValue(FName Name, float &UserValue, float &FinalValue); - - /** Set a property of the Event. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - void SetProperty(EFMODEventProperty::Type Property, float Value); - - /** Get a property of the Event. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - float GetProperty(EFMODEventProperty::Type Property); - - /** Get the event length in milliseconds. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - int32 GetLength() const; - - /** Set the timeline position in milliseconds. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - void SetTimelinePosition(int32 Time); - - /** Get the timeline position in milliseconds. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - int32 GetTimelinePosition(); - - /** Set the sound name to use for programmer sound. Will look up the name in any loaded audio table. */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Components") - void SetProgrammerSoundName(FString Value); - - /** Set a programmer sound to use for this audio component. Lifetime of sound must exceed that of the audio component. */ - void SetProgrammerSound(FMOD::Sound *Sound); - - /** FMOD Custom Attenuation Details. */ - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = FMODAudio) - struct FFMODAttenuationDetails AttenuationDetails; - - /** FMOD Custom Occlusion Details. */ - UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = FMODAudio) - struct FFMODOcclusionDetails OcclusionDetails; - - /** Actual Studio instance handle. */ - FMOD::Studio::EventInstance *StudioInstance; - - // Begin UObject interface. -#if WITH_EDITOR - virtual void PostEditChangeProperty(FPropertyChangedEvent &e) override; -#endif // WITH_EDITOR - virtual void PostLoad() override; - // End UObject interface. - - // Begin USceneComponent Interface - virtual void Activate(bool bReset = false) override; - virtual void Deactivate() override; - /** Called when a component is registered, after Scene is set, but before CreateRenderState_Concurrent or OnCreatePhysicsState are called. */ - virtual void OnRegister() override; - /** Called when a component is unregistered. Called after DestroyRenderState_Concurrent and OnDestroyPhysicsState are called. */ - virtual void OnUnregister() override; - // End USceneComponent Interface - - // Begin ActorComponent interface. - /** Overridable native event for when play begins for this actor. */ - virtual void BeginPlay() override; - /** Overridable function called whenever this actor is being removed from a level. */ - virtual void EndPlay(const EEndPlayReason::Type EndPlayReason) override; - /** Function called every frame on this ActorComponent. Only executes if the component is registered, and also PrimaryComponentTick.bCanEverTick must be set to true. */ - virtual void TickComponent(float DeltaTime, enum ELevelTick TickType, FActorComponentTickFunction* ThisTickFunction) override; - // End ActorComponent interface. - -protected: - // Begin UObject interface. - virtual void OnUpdateTransform(EUpdateTransformFlags UpdateTransformFlags, ETeleportType Teleport = ETeleportType::None) override; - // End UObject interface. - - // Begin USceneComponent Interface - virtual FString GetDetailedInfoInternal() const override; - // End USceneComponent Interface - -private: - bool bDefaultParameterValuesCached; - - enum PauseContext - { - Explicit, - Implicit - }; - - /** Used for pausing from sequencer. */ - bool bImplicitlyPaused = false; - - /** Used for pausing from a direct call to pause. */ - bool bExplicitlyPaused = false; - - /** Stored properties to apply next time we create an instance. */ - float StoredProperties[EFMODEventProperty::Count]; - - /** Internal play function which can play events in the editor. */ - void PlayInternal(EFMODSystemContext::Type Context, bool bReset = false); - - /** Pause the audio component from a sequencer call. */ - void PauseInternal(PauseContext Pauser); - - /** Resume the audio component from a sequencer call. */ - void ResumeInternal(PauseContext Pauser); - - /** Cache default event parameter values. */ - void CacheDefaultParameterValues(); - - /** Check that only player driven parameters are added to the cache. */ - void UpdateCachedParameterValues(); - - /** Update gain and low-pass based on interior volumes. */ - void UpdateInteriorVolumes(); - - /** Update attenuation if we have it set. */ - void UpdateAttenuation(); - - /** Apply Volume and LPF into event. */ - void ApplyVolumeLPF(); - - /** Timeline Marker callback. */ - void EventCallbackAddMarker(struct FMOD_STUDIO_TIMELINE_MARKER_PROPERTIES *props); - - /** Timeline Beat callback. */ - void EventCallbackAddBeat(struct FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES *props); - - /** Programmer Sound Create callback. */ - void EventCallbackCreateProgrammerSound(struct FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES *props); - - /** Programmer Sound Destroy callback. */ - void EventCallbackDestroyProgrammerSound(struct FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES *props); - - /** Called when the event has finished stopping. */ - void OnPlaybackCompleted(); - - void EventCallbackSoundStopped(); - bool TriggerSoundStoppedDelegate; - -#if WITH_EDITORONLY_DATA - void UpdateSpriteTexture(); -#endif - -#if WITH_EDITOR - /** Function assigned to the FMODStudioModule PreShutdown delegate to clean up before the Studio System is released. */ - void Shutdown(); -#endif - - /** Release any cached parameters then the Studio Instance. */ - void ReleaseEventCache(); - - /** Release the Studio Instance. */ - void ReleaseEventInstance(); - - /** Check if a parameter is game controlled or automated to determine if it should be cached. */ - bool ShouldCacheParameter(const FMOD_STUDIO_PARAMETER_DESCRIPTION& ParameterDescription); - - /** Return a cached reference to the current IFMODStudioModule.*/ - IFMODStudioModule& GetStudioModule() - { - if (Module == nullptr) - { - Module = &IFMODStudioModule::Get(); - } - return *Module; - } - /** Stored reference to the current IFMODStudioModule. */ - IFMODStudioModule* Module; - - // Settings for ambient volume effects. - /** Timer used for volumes fading in and out. Used for automating volume and/or LPF with Ambient Zones. */ - double InteriorLastUpdateTime; - /** Previous interior volume value. Used for automating volume and/or LPF with Ambient Zones. */ - float SourceInteriorVolume; - /** Previous interior LPF value. Used for automating volume and/or LPF with Ambient Zones. */ - float SourceInteriorLPF; - /** Current interior volume value. Used for automating volume and/or LPF with Ambient Zones. */ - float CurrentInteriorVolume; - /** Current interior LPF value. Used for automating volume and/or LPF with Ambient Zones. */ - float CurrentInteriorLPF; - /** Calculated Ambient volume level for that frame. Used for automating volume and/or LPF with Ambient Zones. */ - float AmbientVolume; - /** Calculated Ambient LPF level for that frame. Used for automating volume and/or LPF with Ambient Zones. */ - float AmbientLPF; - /** Previously set Volume value. Used for automating volume and/or LPF with Ambient Zones. */ - float LastVolume; - /** Previously set LPF value. Used for automating volume and/or LPF with Ambient Zones. */ - float LastLPF; - /** Was the object occluded in the previous frame. */ - bool wasOccluded; - /** Stored ID of the Occlusion parameter of the Event (if applicable). */ - FMOD_STUDIO_PARAMETER_ID OcclusionID; - /** Stored ID of the Volume parameter of the Event (if applicable). */ - FMOD_STUDIO_PARAMETER_ID AmbientVolumeID; - /** Stored ID of the LPF parameter of the Event (if applicable). */ - FMOD_STUDIO_PARAMETER_ID AmbientLPFID; - - // Tempo and marker callbacks. - /** A scope lock used specifically for callbacks. */ - FCriticalSection CallbackLock; - /** Stores the Timeline Markers as they are triggered. */ - TArray CallbackMarkerQueue; - /** Stores the Timeline Beats as they are triggered. */ - TArray CallbackBeatQueue; - - /** Direct assignment of programmer sound from other C++ code. */ - FMOD::Sound *ProgrammerSound; - bool NeedDestroyProgrammerSoundCallback; - /** The length of the current Event in milliseconds. */ - int32 EventLength; - - /** To prevent restarting by delayed state restore from sequencer. */ - bool bPlayEnded; - - FVector Velocity; - FVector LastLocation; -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODBank.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODBank.h deleted file mode 100644 index e98c4985..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODBank.h +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "FMODAsset.h" -#include "FMODBank.generated.h" - -/** - * FMOD Bank Asset. - */ -UCLASS() -class FMODSTUDIO_API UFMODBank : public UFMODAsset -{ - GENERATED_UCLASS_BODY() - -private: - /** Get tags to show in content view */ - virtual void GetAssetRegistryTags(TArray &OutTags) const override; - - /** Descriptive name */ - virtual FString GetDesc() override; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODBlueprintStatics.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODBlueprintStatics.h deleted file mode 100644 index 031176bd..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODBlueprintStatics.h +++ /dev/null @@ -1,322 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "FMODAudioComponent.h" -#include "Kismet/BlueprintFunctionLibrary.h" -#include "Containers/UnrealString.h" -#include "FMODBlueprintStatics.generated.h" - -class UFMODAudioComponent; - -namespace FMOD -{ -namespace Studio -{ -class EventDescription; -class EventInstance; -} -} - -class UFMODAsset; -class UFMODEvent; -class USceneComponent; - -USTRUCT(BlueprintType) -struct FFMODEventInstance -{ - GENERATED_USTRUCT_BODY() - - FMOD::Studio::EventInstance *Instance; -}; - -UENUM(BlueprintType) -enum EFMOD_STUDIO_STOP_MODE -{ - ALLOWFADEOUT, - IMMEDIATE -}; - -UCLASS() -class FMODSTUDIO_API UFMODBlueprintStatics : public UBlueprintFunctionLibrary -{ - GENERATED_UCLASS_BODY() - - /** Plays an event. This returns an FMOD Event Instance. The sound does not travel with any actor. - * @param Event - event to play - * @param bAutoPlay - Start the event automatically. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", - meta = (HidePin = "WorldContextObject", DefaultToSelf = "WorldContextObject", AdvancedDisplay = "2", bAutoPlay = "true", - UnsafeDuringActorConstruction = "true")) - static FFMODEventInstance PlayEvent2D(UObject *WorldContextObject, UFMODEvent *Event, bool bAutoPlay); - - /** Plays an event at the given location. This returns an FMOD Event Instance. The sound does not travel with any actor. - * @param Event - event to play - * @param Location - World position to play event at - * @param bAutoPlay - Start the event automatically. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", - meta = (HidePin = "WorldContextObject", DefaultToSelf = "WorldContextObject", AdvancedDisplay = "2", bAutoPlay = "true", - UnsafeDuringActorConstruction = "true")) - static FFMODEventInstance PlayEventAtLocation(UObject *WorldContextObject, UFMODEvent *Event, const FTransform &Location, bool bAutoPlay); - - /** Plays an event attached to and following the specified component. - * @param Event - event to play - * @param AttachComponent - Component to attach to. - * @param AttachPointName - Optional named point within the AttachComponent to play the sound at - * @param Location - Depending on the value of Location Type this is either a relative offset from the attach component/point or an absolute world position that will be translated to a relative offset - * @param LocationType - Specifies whether Location is a relative offset or an absolute world position - * @param bStopWhenAttachedToDestroyed - Specifies whether the sound should stop playing when the owner of the attach to component is destroyed. - * @param bAutoPlay - Start the event automatically. - * @param bAutoDestroy - Automatically destroy the audio component when the sound is stopped. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", - meta = (AdvancedDisplay = "2", UnsafeDuringActorConstruction = "true", bAutoPlay = "true", bAutoDestroy = "true")) - static class UFMODAudioComponent *PlayEventAttached(UFMODEvent *Event, USceneComponent *AttachToComponent, FName AttachPointName, - FVector Location, EAttachLocation::Type LocationType, bool bStopWhenAttachedToDestroyed, bool bAutoPlay, bool bAutoDestroy); - - /** Find an asset by name. - * @param EventName - The asset name - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD") - static UFMODAsset *FindAssetByName(const FString &Name); - - /** Find an event by name. - * @param EventName - The event name - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD") - static UFMODEvent *FindEventByName(const FString &Name); - - /** Loads a bank. - * @param Bank - bank to load - * @param bBlocking - determines whether the bank will load synchronously - * @param bLoadSampleData - determines whether sample data will be preloaded immediately - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", meta = (UnsafeDuringActorConstruction = "true", bBlocking = "true")) - static void LoadBank(class UFMODBank *Bank, bool bBlocking, bool bLoadSampleData); - - /** Unloads a bank. - * @param Bank - bank to unload - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", meta = (UnsafeDuringActorConstruction = "true")) - static void UnloadBank(class UFMODBank *Bank); - - /** Returns true if a bank is loaded. - * @param Bank - bank to query - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", meta = (UnsafeDuringActorConstruction = "true")) - static bool IsBankLoaded(class UFMODBank *Bank); - - /** Load bank sample data. - * @param Bank - bank to load sample data from - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", meta = (UnsafeDuringActorConstruction = "true")) - static void LoadBankSampleData(class UFMODBank *Bank); - - /** Unload bank sample data. - * @param Bank - bank to unload sample data from - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", meta = (UnsafeDuringActorConstruction = "true")) - static void UnloadBankSampleData(class UFMODBank *Bank); - - /** Load event sample data. This can be done ahead of time to avoid loading stalls. - * @param Event - event to load sample data from. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", - meta = (HidePin = "WorldContextObject", DefaultToSelf = "WorldContextObject", UnsafeDuringActorConstruction = "true")) - static void LoadEventSampleData(UObject *WorldContextObject, UFMODEvent *Event); - - /** Unload event sample data. - * @param Event - event to load sample data from. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", - meta = (HidePin = "WorldContextObject", DefaultToSelf = "WorldContextObject", UnsafeDuringActorConstruction = "true")) - static void UnloadEventSampleData(UObject *WorldContextObject, UFMODEvent *Event); - - /** Return a list of all event instances that are playing for this event. - Be careful using this function because it is possible to find and alter any playing sound, even ones owned by other audio components. - * @param Event - event to find instances from. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", - meta = (HidePin = "WorldContextObject", DefaultToSelf = "WorldContextObject", UnsafeDuringActorConstruction = "true")) - static TArray FindEventInstances(UObject *WorldContextObject, UFMODEvent *Event); - - /** Set volume on a bus - * @param Bus - bus to use - * @param Volume - volume - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Bus", meta = (UnsafeDuringActorConstruction = "true")) - static void BusSetVolume(class UFMODBus *Bus, float Volume); - - /** Pause/Unpause all events going through this bus - * @param Bus - bus to use - * @param bPaused - paused - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Bus", meta = (UnsafeDuringActorConstruction = "true")) - static void BusSetPaused(class UFMODBus *Bus, bool bPaused); - - /** Mute/Unmute this bus - * @param Bus - bus to use - * @param bMute - mute - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Bus", meta = (UnsafeDuringActorConstruction = "true")) - static void BusSetMute(class UFMODBus *Bus, bool bMute); - - /** Stops all EventInstances routed into the bus - * @param Bus - bus to use - * @param stopMode - desired stop mode - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|Bus", meta = (UnsafeDuringActorConstruction = "true")) - static void BusStopAllEvents(class UFMODBus *Bus, EFMOD_STUDIO_STOP_MODE stopMode); - - /** Set volume on a VCA - * @param Vca - VCA to use - * @param Volume - volume - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|VCA", meta = (UnsafeDuringActorConstruction = "true")) - static void VCASetVolume(class UFMODVCA *Vca, float Volume); - - /** Set a global parameter from the System. - * @param Name - Name of parameter - * @param Value - Value of parameter - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", meta = (UnsafeDuringActorConstruction = "true")) - static void SetGlobalParameterByName(FName Name, float Value); - - /** Will be deprecated in FMOD 2.01, use `GetGlobalParameterValueByName(FName, float, float)` instead. - * Get a global parameter from the System. - * @param Name - Name of parameter - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", meta = (UnsafeDuringActorConstruction = "true")) - static float GetGlobalParameterByName(FName Name); - - /** Get a global parameter from the System. - * @param Name - Name of parameter - * @param UserValue - Parameter value as set from the public API. - * @param FinalValue - Final combined parameter value. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD", meta = (UnsafeDuringActorConstruction = "true")) - static void GetGlobalParameterValueByName(FName Name, float &UserValue, float &FinalValue); - - /** Returns whether this FMOD Event Instance is valid. The instance will be invalidated when the sound stops. - * @param EventInstance - Event instance - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|EventInstance", meta = (UnsafeDuringActorConstruction = "true")) - static bool EventInstanceIsValid(FFMODEventInstance EventInstance); - - /** Set volume on an FMOD Event Instance. - * @param EventInstance - Event instance - * @param Value - Volume to set - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|EventInstance", meta = (UnsafeDuringActorConstruction = "true")) - static void EventInstanceSetVolume(FFMODEventInstance EventInstance, float Volume); - - /** Set pitch on an FMOD Event Instance. - * @param EventInstance - Event instance - * @param Value - Volume to set - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|EventInstance", meta = (UnsafeDuringActorConstruction = "true")) - static void EventInstanceSetPitch(FFMODEventInstance EventInstance, float Pitch); - - /** Pause/Unpause an FMOD Event Instance. - * @param EventInstance - Event instance - * @param Paused - Whether to pause or unpause - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|EventInstance", meta = (UnsafeDuringActorConstruction = "true")) - static void EventInstanceSetPaused(FFMODEventInstance EventInstance, bool Paused); - - /** Set a parameter on an FMOD Event Instance. - * @param EventInstance - Event instance - * @param Name - Name of parameter - * @param Value - Value of parameter - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|EventInstance", meta = (UnsafeDuringActorConstruction = "true")) - static void EventInstanceSetParameter(FFMODEventInstance EventInstance, FName Name, float Value); - - /** Will be deprecated in FMOD 2.01, use `EventInstanceGetParameterValue(FFMODEventInstance, FName, float, float)` instead. - * Get a parameter on an FMOD Event Instance. - * @param EventInstance - Event instance - * @param Name - Name of parameter - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|EventInstance", meta = (UnsafeDuringActorConstruction = "true")) - static float EventInstanceGetParameter(FFMODEventInstance EventInstance, FName Name); - - /** Get a parameter on an FMOD Event Instance. - * @param EventInstance - Event instance - * @param Name - Name of parameter - * @param UserValue - Parameter value as set from the public API. - * @param FinalValue - Final combined parameter value. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|EventInstance", meta = (UnsafeDuringActorConstruction = "true")) - static void EventInstanceGetParameterValue(FFMODEventInstance EventInstance, FName Name, float &UserValue, float &FinalValue); - /** Set an FMOD event property on an FMOD Event Instance. - * @param EventInstance - Event instance - * @param Property - Property to set - * @param Value - Value to set - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|EventInstance", meta = (UnsafeDuringActorConstruction = "true")) - static void EventInstanceSetProperty(FFMODEventInstance EventInstance, EFMODEventProperty::Type Property, float Value); - - /** Plays an FMOD Event Instance. - * @param EventInstance - Event instance - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|EventInstance", meta = (UnsafeDuringActorConstruction = "true")) - static void EventInstancePlay(FFMODEventInstance EventInstance); - - /** Stop an FMOD Event Instance. - * @param EventInstance - Event instance - * @param Release - Whether to release the Event Instance - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|EventInstance", meta = (UnsafeDuringActorConstruction = "true")) - static void EventInstanceStop(FFMODEventInstance EventInstance, bool Release = false); - - /** Release an FMOD Event Instance. - * @param EventInstance - Event instance - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|EventInstance", meta = (UnsafeDuringActorConstruction = "true")) - static void EventInstanceRelease(FFMODEventInstance EventInstance); - - /** Allow an FMOD Event Instance to continue past a sustain point. - * @param EventInstance - Event instance - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|EventInstance", meta = (UnsafeDuringActorConstruction = "true")) - static void EventInstanceKeyOff(FFMODEventInstance EventInstance); - - /** Set 3D attributes on a FMOD Event Instance. - * @param EventInstance - Event instance - * @param Location - Location to place event - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD|EventInstance", meta = (UnsafeDuringActorConstruction = "true")) - static void EventInstanceSetTransform(FFMODEventInstance EventInstance, const FTransform &Location); - - /** List all output device names. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD") - static TArray GetOutputDrivers(); - - /** Set current output device by name or part of the name. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD") - static void SetOutputDriverByName(FString NewDriverName); - - /** Set current output device by its index from GetOutputDrivers. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD") - static void SetOutputDriverByIndex(int NewDriverIndex); - - /** Suspend the FMOD mixer. Used when suspending the application. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD") - static void MixerSuspend(); - - /** Resume the FMOD mixer. Used when resuming the application. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD") - static void MixerResume(); - - /** Set the active locale for subsequent bank loads. - */ - UFUNCTION(BlueprintCallable, Category = "Audio|FMOD") - static void SetLocale(const FString& Locale); -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODBus.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODBus.h deleted file mode 100644 index d6fed148..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODBus.h +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "FMODAsset.h" -#include "FMODBus.generated.h" - -/** - * FMOD Bus Asset. - */ -UCLASS() -class FMODSTUDIO_API UFMODBus : public UFMODAsset -{ - GENERATED_UCLASS_BODY() - -private: - /** Get tags to show in content view */ - virtual void GetAssetRegistryTags(TArray &OutTags) const override; - - /** Descriptive name */ - virtual FString GetDesc() override; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODEvent.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODEvent.h deleted file mode 100644 index 796da881..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODEvent.h +++ /dev/null @@ -1,28 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "FMODAsset.h" -#include "FMODEvent.generated.h" - -struct FMOD_STUDIO_PARAMETER_DESCRIPTION; - -/** - * FMOD Event Asset. - */ -UCLASS() -class FMODSTUDIO_API UFMODEvent : public UFMODAsset -{ - GENERATED_UCLASS_BODY() - -public: - /** Get parameter descriptions for this event */ - void GetParameterDescriptions(TArray &Parameters) const; - -private: - /** Get tags to show in content view */ - virtual void GetAssetRegistryTags(TArray &OutTags) const override; - - /** Descriptive name */ - virtual FString GetDesc() override; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODPort.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODPort.h deleted file mode 100644 index f3271a6d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODPort.h +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "FMODAsset.h" -#include "FMODPort.generated.h" - -/** - * FMOD Port Asset. - */ -UCLASS() -class FMODSTUDIO_API UFMODPort : public UFMODAsset -{ - GENERATED_UCLASS_BODY() - -private: - /** Get tags to show in content view */ - virtual void GetAssetRegistryTags(TArray &OutTags) const override; - - /** Descriptive name */ - virtual FString GetDesc() override; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODSettings.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODSettings.h deleted file mode 100644 index 71c7eeb1..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODSettings.h +++ /dev/null @@ -1,511 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "UObject/Class.h" -#include "Engine/EngineTypes.h" -#include "GenericPlatform/GenericPlatform.h" -#include "fmod_common.h" -#include "FMODSettings.generated.h" - -class Paths; - -UENUM() -enum EFMODLogging -{ - LEVEL_NONE = 0, - LEVEL_ERROR = 1, - LEVEL_WARNING = 2, - LEVEL_LOG = 4 -}; - -UENUM() -namespace EFMODSpeakerMode -{ - enum Type - { - // The speakers are stereo - Stereo, - // 5.1 speaker setup - Surround_5_1, - // 7.1 speaker setup - Surround_7_1, - // 7.1.4 speaker setup - Surround_7_1_4 - }; -} - -UENUM() -namespace EFMODOutput -{ - enum Type - { - /** Picks the best output mode for the platform.This is the default. */ - TYPE_AUTODETECT, - /** All - Perform all mixing but discard the final output. */ - TYPE_NOSOUND, - /** Win / UWP / Xbox One / Game Core - Windows Audio Session API. (Default on Windows, Xbox One, Game Core and UWP) */ - TYPE_WASAPI, - /** Win - Low latency ASIO 2.0. */ - TYPE_ASIO, - /** Linux - Pulse Audio. (Default on Linux if available) */ - TYPE_PULSEAUDIO, - /** Linux - Advanced Linux Sound Architecture. (Default on Linux if PulseAudio isn't available) */ - TYPE_ALSA, - /** Mac / iOS - Core Audio. (Default on Mac and iOS) */ - TYPE_COREAUDIO, - /** Android - Java Audio Track. (Default on Android 2.2 and below) */ - TYPE_AUDIOTRACK, - /** Android - OpenSL ES. (Default on Android 2.3 up to 7.1) */ - TYPE_OPENSL, - /** PS4 / PS5 - Audio Out. (Default on PS4, PS5) */ - TYPE_AUDIOOUT, - /** PS4 - Audio3D. */ - TYPE_AUDIO3D, - /** Switch - nn::audio. (Default on Switch) */ - TYPE_NNAUDIO, - /** Win10 / Xbox One / Game Core - Windows Sonic. */ - TYPE_WINSONIC, - /** Android - AAudio. (Default on Android 8.1 and above) */ - TYPE_AAUDIO, - }; -} - -UENUM() -namespace EFMODPlatforms -{ - enum Type - { - Windows, - Linux, - Mac, - Android, - IOS, - PS4, - PS5, - Deprecated, - Switch, - XboxOne, - XSX, - Editor - }; -} - -UENUM() -namespace EFMODCodec -{ - enum Type - { - VORBIS, - FADPCM, - OPUS, - XMA, - AT9, - }; -} - -USTRUCT() -struct FCustomPoolSizes -{ - GENERATED_USTRUCT_BODY() - /** Default = 0 (Disabled) units in bytes*/ - UPROPERTY(config, EditAnywhere, Category = InitSettings, meta = (ClampMin = "0")) - int32 Desktop; - /** Default = 0 (Disabled) units in bytes*/ - UPROPERTY(config, EditAnywhere, Category = InitSettings, meta = (ClampMin = "0")) - int32 Mobile; - /** Default = 0 (Disabled) units in bytes*/ - UPROPERTY(config, EditAnywhere, Category = InitSettings, meta = (ClampMin = "0")) - int32 PS4; - /** Default = 0 (Disabled) units in bytes*/ - UPROPERTY(config, EditAnywhere, Category = InitSettings, meta = (ClampMin = "0")) - int32 Switch; - /** Default = 0 (Disabled) units in bytes*/ - UPROPERTY(config, EditAnywhere, Category = InitSettings, meta = (ClampMin = "0")) - int32 XboxOne; - FCustomPoolSizes() - : Desktop(0) - , Mobile(0) - , PS4(0) - , Switch(0) - , XboxOne(0) - {} -}; - -USTRUCT() -struct FFMODPlatformSettings -{ - GENERATED_USTRUCT_BODY() - // Real Channel Count - UPROPERTY(config, EditAnywhere, Category = PlatformSettings, meta = (ClampMin = "0")) - int32 RealChannelCount; - /** - * Sample rate to use, or 0 to match system rate. - * eg. 0, 22050, 24000, 32000, 44100, 48000. - */ - UPROPERTY(config, EditAnywhere, Category = PlatformSettings, meta = (ClampMin = "0")) - int32 SampleRate; - /** - * Project Output Format, should match the mode set up for the Studio project. - */ - UPROPERTY(config, EditAnywhere, Category = PlatformSettings) - TEnumAsByte SpeakerMode; - /** - * Built-in output types that can be used to run the mixer. - */ - UPROPERTY(config, EditAnywhere, Category = PlatformSettings) - TEnumAsByte OutputType; - /** - * Use specified memory pool size, units in bytes. Disabled by default. - * FMOD may become unstable if the limit is exceeded! - */ - UPROPERTY(config, EditAnywhere, Category = PlatformSettings, meta = (ClampMin = "0")) - int32 CustomPoolSize; - /* Codecs - */ - UPROPERTY(config, EditAnywhere, Category = PlatformSettings, meta = (ClampMin = "0")) - TMap, int32> Codecs; - FFMODPlatformSettings() - : RealChannelCount(64) - , SampleRate(0) - , SpeakerMode(EFMODSpeakerMode::Surround_5_1) - , OutputType(EFMODOutput::TYPE_AUTODETECT) - , CustomPoolSize(0) - {} -}; - -USTRUCT() -struct FFMODProjectLocale -{ - GENERATED_USTRUCT_BODY() - /** - * Human readable locale name, displayed in Blueprints. - */ - UPROPERTY(config, EditAnywhere, Category = Localization) - FString LocaleName; - /** - * Locale code. Must correspond to project locale codes in FMOD Studio project. - */ - UPROPERTY(config, EditAnywhere, Category = Localization) - FString LocaleCode; - /** - * Default locale at startup. Only one locale should be marked as default. - */ - UPROPERTY(config, EditAnywhere, Category = Localization) - bool bDefault; - FFMODProjectLocale() - : bDefault(false) - {} -}; - -UCLASS(config = Engine, defaultconfig) -class FMODSTUDIO_API UFMODSettings : public UObject -{ - GENERATED_UCLASS_BODY() - - friend class SSettingsMessage; - friend class FFMODStudioEditorModule; - friend class FFMODAssetTable; - friend class FFMODStudioModule; - friend class FFMODAssetBuilder; - friend class UFMODGenerateAssetsCommandlet; - -public: - /** - * Whether to load all banks at startup. - */ - UPROPERTY(config, EditAnywhere, Category = Basic) - bool bLoadAllBanks; - - /** - * Whether to load all bank sample data into memory at startup. - */ - UPROPERTY(config, EditAnywhere, Category = Basic) - bool bLoadAllSampleData; - - /** - * Enable live update in non-final builds. - */ - UPROPERTY(config, EditAnywhere, Category = Basic) - bool bEnableLiveUpdate; - - /** - * Enable live update in Editor for Auditioning. *Requires Restart* - */ - UPROPERTY(Config, EditAnywhere, Category = Basic, meta = (ConfigRestartRequired = true)) - bool bEnableEditorLiveUpdate; - - /** - * Path to find your studio bank output directory, relative to Content directory. - */ - UPROPERTY(config, EditAnywhere, Category = Basic, meta = (RelativeToGameContentDir)) - FDirectoryPath BankOutputDirectory; - - /** Project Output Format, should match the mode set up for the Studio project. */ - UPROPERTY(config, EditAnywhere, Category = Basic) - TEnumAsByte OutputFormat; - - /** - * Built-in output types that can be used to run the mixer. - */ - UPROPERTY(config, EditAnywhere, Category = Basic) - TEnumAsByte OutputType; - - /** - * Locales for localized banks. These should match the project locales configured in the FMOD Studio project. - */ - UPROPERTY(config, EditAnywhere, Category = Localization) - TArray Locales; - - /** - * The signal level at which channels are virtualized. Virtual channels are processed, but do not produce any output. - */ - UPROPERTY(config, EditAnywhere, Category = InitSettings) - float Vol0VirtualLevel; - - /** - * Sample rate to use, or 0 to match system rate. - * eg. 0, 22050, 24000, 32000, 44100, 48000. - */ - UPROPERTY(config, EditAnywhere, Category = InitSettings) - int32 SampleRate; - - /** - * Whether to match hardware sample rate where reasonable (44.1kHz to 48kHz). - */ - UPROPERTY(config, EditAnywhere, Category = InitSettings) - bool bMatchHardwareSampleRate; - - /** - * Number of actual software voices that can be used at once. - */ - UPROPERTY(config, EditAnywhere, Category = InitSettings) - int32 RealChannelCount; - - /** - * Total number of voices available that can be either real or virtual. - */ - UPROPERTY(config, EditAnywhere, Category = InitSettings) - int32 TotalChannelCount; - - /** - * DSP mixer buffer length (eg. 512, 1024) or 0 for system default. - * When changing the Buffer Length, Buffer Count also needs to be set. - */ - UPROPERTY(config, EditAnywhere, Category = InitSettings) - int32 DSPBufferLength; - - /** - * DSP mixer buffer count (eg. 2, 4) or 0 for system default. - * When changing the Buffer Count, Buffer Length also needs to be set. - */ - UPROPERTY(config, EditAnywhere, Category = InitSettings) - int32 DSPBufferCount; - - /** - * File buffer size in bytes (2048 by default). - */ - UPROPERTY(config, EditAnywhere, Category = InitSettings) - int32 FileBufferSize; - - /** - * Studio update period in milliseconds, or 0 for default (which means 20ms). - */ - UPROPERTY(config, EditAnywhere, Category = InitSettings) - int32 StudioUpdatePeriod; - - /** - * Output device to choose at system start up, or empty for default. - */ - UPROPERTY(config, EditAnywhere, Category = InitSettings) - FString InitialOutputDriverName; - - /** - * Lock all mixer buses at startup, making sure they are created up front. - */ - UPROPERTY(config, EditAnywhere, Category = InitSettings) - bool bLockAllBuses; - - /** - * Use specified memory pool size for platform, units in bytes. Disabled by default. - * FMOD may become unstable if the limit is exceeded! - */ - UPROPERTY(config, EditAnywhere, Category = InitSettings) - FCustomPoolSizes MemoryPoolSizes; - - /** - * Live update port to use, or 0 for default. - */ - UPROPERTY(config, EditAnywhere, Category = Advanced, meta = (EditCondition = "bEnableLiveUpdate")) - int32 LiveUpdatePort; - - /** - * Live update port to use while in editor for auditioning. *Requires Restart* - */ - UPROPERTY(config, EditAnywhere, Category = Advanced, meta = (EditCondition = "bEnableEditorLiveUpdate", ConfigRestartRequired = true)) - int32 EditorLiveUpdatePort; - - /** - * Delay in seconds before automatically reloading modified banks from disk. This can be extended if building - * banks takes a long time and UE4 tries to reload banks before building is completed. - * Set to 0 to disable automatic bank reloading. - */ - UPROPERTY(config, EditAnywhere, Category = Advanced) - int32 ReloadBanksDelay; - - /** - * Will log internal API errors when enabled. - */ - UPROPERTY(config, EditAnywhere, Category = Advanced, meta = (DisplayName = "Enable API Error Logging")) - bool bEnableAPIErrorLogging; - - /** - * Enable memory tracking. - */ - UPROPERTY(config, EditAnywhere, Category = Advanced) - bool bEnableMemoryTracking; - - /** - * Extra plugin files to load. - * The plugin files should sit alongside the FMOD dynamic libraries in the ThirdParty directory. - */ - UPROPERTY(config, EditAnywhere, Category = Advanced) - TArray PluginFiles; - - /** - * Directory for content to appear in content window. Be careful changing this! - */ - UPROPERTY(config, EditAnywhere, Category = Advanced) - FString ContentBrowserPrefix; - - /** - * Force platform directory name, or leave empty for automatic (Desktop/Mobile/PS4/XBoxOne) - */ - UPROPERTY(config, EditAnywhere, Category = Advanced) - FString ForcePlatformName; - - /** - * Name of master bank. The default in Studio is "Master Bank". - */ - UPROPERTY(config, EditAnywhere, Category = Advanced) - FString MasterBankName; - - /** - * Skip bank files of the given name. - * Can be used to load all banks except for a certain set, such as localization banks. - */ - UPROPERTY(config, EditAnywhere, Category = Advanced) - FString SkipLoadBankName; - - /* - * Specify the key for loading sounds from encrypted banks. - */ - UPROPERTY(config, EditAnywhere, Category = Advanced, meta = (DisplayName = "Encryption Key")) - FString StudioBankKey; - - /** - * Force wav writer output, for debugging only. Setting this will prevent normal sound output! - */ - UPROPERTY(config, EditAnywhere, Category = Advanced) - FString WavWriterPath; - - /* - * Specify the logging level to use in a debug/development build. - */ - UPROPERTY(config, EditAnywhere, Category = Advanced) - TEnumAsByte LoggingLevel; - - /** - * Name of the parameter used in Studio to control Occlusion effects. - */ - UPROPERTY(config, EditAnywhere, Category = Advanced) - FString OcclusionParameter; - - /** - * Name of the parameter used in Studio to control Ambient volume. - */ - UPROPERTY(config, EditAnywhere, Category = Advanced) - FString AmbientVolumeParameter; - - /** - * Name of the parameter used in Studio to control Ambient LPF effects. - */ - UPROPERTY(config, EditAnywhere, Category = Advanced) - FString AmbientLPFParameter; - - /** - * Enables/Disables the FMODAudioLink modules. - */ - UPROPERTY(config, EditAnywhere, Category = Advanced, meta = (ConfigRestartRequired=true)) - bool bFMODAudioLinkEnabled; - - /* - * Used to specify platform specific settings. - */ - UPROPERTY(config, EditAnywhere, Category = PlatformSettings) - TMap, FFMODPlatformSettings> Platforms; - -private: - /** Is the bank path set up . */ - bool IsBankPathSet() const { return !BankOutputDirectory.Path.IsEmpty(); } - - /** Get the full bank path. Uses the game's content directory as a base. */ - FString GetFullBankPath() const; - - /** Get the master bank filename. */ - FString GetMasterBankFilename() const; - - /** Get the master assets bank filename. */ - FString GetMasterAssetsBankFilename() const; - - /** Get the master strings bank filename. */ - FString GetMasterStringsBankFilename() const; - - /** Get the speaker mode for the current platform. */ - EFMODSpeakerMode::Type GetSpeakerMode() const; - - /** Get the output type for the current platform. */ - EFMODOutput::Type GetOutputType() const; - - /** Get the sample rate for the current platform. */ - FString GetFullContentPath() const; - - /** Get the sample rate for the current platform. */ - int32 GetSampleRate() const; - - /** Get the custom memory pool size for the current platform. */ - int32 GetMemoryPoolSize() const; - - /** Get the real channel count for the current platform. */ - int32 GetRealChannelCount() const; - - /** Set the maximum codecs for the current platform. */ - bool SetCodecs(FMOD_ADVANCEDSETTINGS& advSettings) const; - - /** List of generated folder names that contain FMOD uassets. */ - TArray GeneratedFolders = { - TEXT("Banks"), - TEXT("Buses"), - TEXT("Events"), - TEXT("Reverbs"), - TEXT("Snapshots"), - TEXT("VCAs") - }; - -#if WITH_EDITOR - /** Get the path desktop banks. */ - FString GetDesktopBankPath() const; - - /** Check the settings for any configuration issues. */ - enum EProblem - { - Okay, - BankPathNotSet, - PackagingSettingsBad - }; - - EProblem Check() const; - - virtual void PostEditChangeProperty(FPropertyChangedEvent& e) override; -#endif // WITH_EDITOR -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODSnapshot.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODSnapshot.h deleted file mode 100644 index b770b4f7..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODSnapshot.h +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "FMODEvent.h" -#include "FMODSnapshot.generated.h" - -/** - * FMOD Snapshot Asset. - */ -UCLASS() -class FMODSTUDIO_API UFMODSnapshot : public UFMODEvent -{ - GENERATED_UCLASS_BODY() - -private: - /** Descriptive name */ - virtual FString GetDesc() override; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODSnapshotReverb.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODSnapshotReverb.h deleted file mode 100644 index 6eab210c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODSnapshotReverb.h +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "FMODAsset.h" -#include "Sound/ReverbEffect.h" -#include "FMODSnapshotReverb.generated.h" - -/** - * FMOD Event Asset. - */ -UCLASS() -class FMODSTUDIO_API UFMODSnapshotReverb : public UReverbEffect -{ - GENERATED_UCLASS_BODY() - -public: - /** The unique Guid, which matches the one exported from FMOD Studio */ - UPROPERTY() - FGuid AssetGuid; - -private: - /** Non default instances of UFMODAsset are assets */ - virtual bool IsAsset() const override; - -#if WITH_EDITORONLY_DATA - virtual void PostEditChangeProperty(FPropertyChangedEvent &PropertyChangedEvent) override; -#endif // EDITORONLY_DATA -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODVCA.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODVCA.h deleted file mode 100644 index 9fc5b6e4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Classes/FMODVCA.h +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "FMODAsset.h" -#include "FMODVCA.generated.h" - -/** - * FMOD VCA Asset. - */ -UCLASS() -class FMODSTUDIO_API UFMODVCA : public UFMODAsset -{ - GENERATED_UCLASS_BODY() - -private: - /** Get tags to show in content view */ - virtual void GetAssetRegistryTags(TArray &OutTags) const override; - - /** Descriptive name */ - virtual FString GetDesc() override; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/FMODStudio.Build.cs b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/FMODStudio.Build.cs deleted file mode 100644 index a3dab514..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/FMODStudio.Build.cs +++ /dev/null @@ -1,275 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. -using UnrealBuildTool; -using System; -using System.IO; -using System.Collections.Generic; - -namespace UnrealBuildTool.Rules -{ - public class FMODStudio : ModuleRules - { - string LibRootDirectory { get { return Path.Combine(ModuleDirectory, @"..\..\Binaries\"); } } - protected virtual string FMODLibDir { get { return null; } } - - protected virtual string ConsoleLinkExt { get { return null; } } - protected virtual string ConsoleDllExt { get { return null; } } - protected virtual string ConsoleLibPrefix { get { return null; } } - - protected virtual bool ConsoleRuntimeDependencies { get { return true; } } - protected virtual bool ConsoleDelayLoad { get { return false; } } - protected virtual bool LinkDebugFiles { get { return false; } } - protected virtual bool CopyLibs { get { return false; } } - - public FMODStudio(ReadOnlyTargetRules Target) : base(Target) - { - PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; - PrivatePCHHeaderFile = "Private/FMODStudioPrivatePCH.h"; - - bUseUnity = false; - - PublicIncludePaths.Add(Path.Combine(ModuleDirectory, "Public/FMOD")); - PrivateIncludePaths.Add(Path.Combine(ModuleDirectory, "Classes")); - - PublicDependencyModuleNames.AddRange( - new string[] - { - "Core", - "CoreUObject", - "Engine", - "Media", - "Projects" - } - ); - - PrivateDependencyModuleNames.AddRange( - new string[] - { - "MovieScene", - "MovieSceneTracks" - } - ); - - if (Target.bBuildEditor == true) - { - PublicDependencyModuleNames.Add("DeveloperToolSettings"); - PrivateDependencyModuleNames.Add("AssetRegistry"); - PrivateDependencyModuleNames.Add("Settings"); - PrivateDependencyModuleNames.Add("UnrealEd"); - } - - DynamicallyLoadedModuleNames.AddRange( - new string[] - { - } - ); - - string configName = ""; - - if (Target.Configuration != UnrealTargetConfiguration.Shipping) - { - configName = "L"; - PublicDefinitions.Add("FMODSTUDIO_LINK_LOGGING=1"); - } - else - { - configName = ""; - PublicDefinitions.Add("FMODSTUDIO_LINK_RELEASE=1"); - } - - string linkExtension = ""; - string dllExtension = ""; - string libPrefix = ""; - string libPath = FMODLibDir; - - bool bAddRuntimeDependencies = true; - bool bAddDelayLoad = false; - bool bLinkDebugFiles = false; - - if (libPath == null) - { - string platformName = Target.Platform.ToString(); - - libPath = System.IO.Path.Combine(LibRootDirectory, platformName); - - if (Target.IsInPlatformGroup(UnrealPlatformGroup.Windows)) - { - linkExtension = "_vc.lib"; - dllExtension = ".dll"; - bAddDelayLoad = true; - } - else if (Target.Platform == UnrealTargetPlatform.Mac) - { - linkExtension = dllExtension = ".dylib"; - libPrefix = "lib"; - - libPath = System.IO.Path.Combine(ModuleDirectory, "../../Libs/Mac/"); - } - else if (Target.Platform == UnrealTargetPlatform.Android) - { - bAddRuntimeDependencies = false; // Don't use this system - linkExtension = dllExtension = ".so"; - libPrefix = "lib"; - } - else if (Target.Platform == UnrealTargetPlatform.IOS) - { - linkExtension = "_iphoneos.a"; - libPrefix = "lib"; - bAddRuntimeDependencies = false; - } - else if (Target.Platform == UnrealTargetPlatform.TVOS) - { - linkExtension = "_appletvos.a"; - libPrefix = "lib"; - bAddRuntimeDependencies = false; - } - else if (Target.Platform == UnrealTargetPlatform.Linux) - { - libPath = System.IO.Path.Combine(libPath, "x86_64"); - linkExtension = ".so"; - dllExtension = ".so"; - libPrefix = "lib"; - } - } - else - { - linkExtension = ConsoleLinkExt; - dllExtension = ConsoleDllExt; - libPrefix = ConsoleLibPrefix; - - bAddRuntimeDependencies = ConsoleRuntimeDependencies; - bAddDelayLoad = ConsoleDelayLoad; - bLinkDebugFiles = LinkDebugFiles; - } - - // Collapse the directory path, otherwise MacOS has issues with plugin paths. - libPath = Utils.CleanDirectorySeparators(libPath); - - string fmodLibName = System.String.Format("{0}fmod{1}{2}", libPrefix, configName, linkExtension); - string fmodStudioLibName = System.String.Format("{0}fmodstudio{1}{2}", libPrefix, configName, linkExtension); - - string fmodDllName = System.String.Format("{0}fmod{1}{2}", libPrefix, configName, dllExtension); - string fmodStudioDllName = System.String.Format("{0}fmodstudio{1}{2}", libPrefix, configName, dllExtension); - - string fmodLibPath = System.IO.Path.Combine(libPath, fmodLibName); - string fmodStudioLibPath = System.IO.Path.Combine(libPath, fmodStudioLibName); - - string fmodDllPath = System.IO.Path.Combine(libPath, fmodDllName); - string fmodStudioDllPath = System.IO.Path.Combine(libPath, fmodStudioDllName); - - System.Collections.Generic.List plugins = GetPlugins(libPath); - - if (Target.IsInPlatformGroup(UnrealPlatformGroup.Android)) - { - string[] archs = new string[] { "arm64-v8a", "x86_64" }; - foreach (string arch in archs) - { - string LibPath = System.IO.Path.Combine(libPath, arch); - PublicAdditionalLibraries.Add(System.String.Format("{0}/{1}", LibPath, fmodLibName)); - PublicAdditionalLibraries.Add(System.String.Format("{0}/{1}", LibPath, fmodStudioLibName)); - } - } - else - { - PublicAdditionalLibraries.Add(fmodLibPath); - PublicAdditionalLibraries.Add(fmodStudioLibPath); - } - - if (CopyLibs) - { - RuntimeDependencies.Add("$(TargetOutputDir)/" + fmodDllName, fmodDllPath); - RuntimeDependencies.Add("$(TargetOutputDir)/" + fmodStudioDllName, fmodStudioDllPath); - foreach (string plugin in plugins) - { - string pluginPath = System.IO.Path.Combine(libPath, plugin + dllExtension); - System.Console.WriteLine("Adding reference to FMOD plugin: " + pluginPath); - RuntimeDependencies.Add("$(TargetOutputDir)/" + plugin + dllExtension, pluginPath); - } - } - else if (bAddRuntimeDependencies) - { - RuntimeDependencies.Add(fmodDllPath); - RuntimeDependencies.Add(fmodStudioDllPath); - foreach (string plugin in plugins) - { - string pluginPath = System.IO.Path.Combine(libPath, plugin + dllExtension); - System.Console.WriteLine("Adding reference to FMOD plugin: " + pluginPath); - RuntimeDependencies.Add(pluginPath); - } - } - - if (bLinkDebugFiles) - { - RuntimeDependencies.Add(fmodDllPath + ".debug", StagedFileType.DebugNonUFS); - RuntimeDependencies.Add(fmodStudioDllPath + ".debug", StagedFileType.DebugNonUFS); - } - - if (bAddDelayLoad) - { - PublicDelayLoadDLLs.AddRange( - new string[] { - fmodDllName, - fmodStudioDllName - } - ); - } - - if (Target.Platform == UnrealTargetPlatform.Android) - { - string APLName = System.String.Format("FMODStudio{0}_APL.xml", configName); - string RelAPLPath = Utils.MakePathRelativeTo(System.IO.Path.Combine(ModuleDirectory, APLName), Target.RelativeEnginePath); - System.Console.WriteLine("Adding {0}", RelAPLPath); - AdditionalPropertiesForReceipt.Add("AndroidPlugin", RelAPLPath); - foreach (string PluginName in System.IO.Directory.GetFiles(libPath)) - { - if (PluginName.EndsWith("_APL.xml", System.StringComparison.OrdinalIgnoreCase)) - { - string RelPluginPath = Utils.MakePathRelativeTo(PluginName, Target.RelativeEnginePath); - System.Console.WriteLine("Adding {0}", RelPluginPath); - AdditionalPropertiesForReceipt.Add("AndroidPlugin", RelPluginPath); - } - } - } - - FMODAudioLink.Apply(this, Target); - FMODAudioLinkEditor.Apply(this, Target); - } - - private System.Collections.Generic.List GetPlugins(string BasePath) - { - System.Collections.Generic.List AllPlugins = new System.Collections.Generic.List(); - string PluginListName = System.IO.Path.Combine(BasePath, "plugins.txt"); - if (System.IO.File.Exists(PluginListName)) - { - try - { - foreach (string FullEntry in System.IO.File.ReadAllLines(PluginListName)) - { - string Entry = FullEntry.Trim(); - if (Entry.Length > 0) - { - AllPlugins.Add(Entry); - } - } - } - catch (System.Exception ex) - { - System.Console.WriteLine("Failed to read plugin list file: {0}", ex.Message); - } - } - return AllPlugins; - } - - public void AddModule(string Module, bool AddPublic = true) - { - ConditionalAddModuleDirectory( - EpicGames.Core.DirectoryReference.Combine(new EpicGames.Core.DirectoryReference(ModuleDirectory), "..", Module)); - - ExternalDependencies.Add(Path.Combine(ModuleDirectory, "..", Module, Module + ".Build.cs")); - if (AddPublic) - { - PublicIncludePaths.Add(Path.Combine(ModuleDirectory, "..", Module, "Public")); - } - PrivateIncludePaths.Add(Path.Combine(ModuleDirectory, "..", Module, "Private")); - } - } -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/FMODStudioL_APL.xml b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/FMODStudioL_APL.xml deleted file mode 100644 index 64a8a4a4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/FMODStudioL_APL.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - -keep class org.fmod.** { - *; - } - -dontwarn org.fmod.** - - - - - - - - - - - - - - - // Initialize FMOD Studio jar file - org.fmod.FMOD.init(this); - - - - - - - // Shutdown FMOD Studio jar file - org.fmod.FMOD.close(); - - - - - - - - - - diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/FMODStudio_APL.xml b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/FMODStudio_APL.xml deleted file mode 100644 index 3a01d4d0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/FMODStudio_APL.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - - - - - - - - -keep class org.fmod.** { - *; - } - -dontwarn org.fmod.** - - - - - - - - - - - - - - - // Initialize FMOD Studio jar file - org.fmod.FMOD.init(this); - - - - - - - // Shutdown FMOD Studio jar file - org.fmod.FMOD.close(); - - - - - - - - - - diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAmbientSound.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAmbientSound.cpp deleted file mode 100644 index 85a22b16..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAmbientSound.cpp +++ /dev/null @@ -1,69 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODAmbientSound.h" -#include "FMODEvent.h" -#include "Logging/MessageLog.h" -#include "Misc/UObjectToken.h" -#include "Misc/MapErrors.h" - -#define LOCTEXT_NAMESPACE "FMODAmbientSound" - -AFMODAmbientSound::AFMODAmbientSound(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ - AudioComponent = ObjectInitializer.CreateDefaultSubobject(this, TEXT("FMODAudioComponent0")); - - AudioComponent->bAutoActivate = true; - AudioComponent->bStopWhenOwnerDestroyed = true; - AudioComponent->Mobility = EComponentMobility::Movable; - - RootComponent = AudioComponent; - - bReplicates = false; - SetHidden(true); - SetCanBeDamaged(true); -} - -#if WITH_EDITOR - -void AFMODAmbientSound::CheckForErrors(void) -{ - Super::CheckForErrors(); - - if (!AudioComponent) - { - FFormatNamedArguments Arguments; - Arguments.Add(TEXT("ActorName"), FText::FromString(GetName())); - FMessageLog("MapCheck") - .Warning() - ->AddToken(FUObjectToken::Create(this)) - ->AddToken(FTextToken::Create(FText::Format( - LOCTEXT("MapCheck_Message_AudioComponentNull", "{ActorName} : Ambient sound actor has NULL AudioComponent property - please delete"), - Arguments))) - ->AddToken(FMapErrorToken::Create(FMapErrors::AudioComponentNull)); - } - else if (AudioComponent->Event == NULL) - { - FFormatNamedArguments Arguments; - Arguments.Add(TEXT("ActorName"), FText::FromString(GetName())); - FMessageLog("MapCheck") - .Warning() - ->AddToken(FUObjectToken::Create(this)) - ->AddToken(FTextToken::Create( - FText::Format(LOCTEXT("MapCheck_Message_EventNull", "{ActorName} : Ambient sound actor has NULL Event property"), Arguments))) - ->AddToken(FMapErrorToken::Create(FMapErrors::SoundCueNull)); - } -} - -bool AFMODAmbientSound::GetReferencedContentObjects(TArray &Objects) const -{ - if (IsValid(AudioComponent) && AudioComponent->Event) - { - Objects.Add(AudioComponent->Event); - } - return true; -} - -#endif - -#undef LOCTEXT_NAMESPACE \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAnimNotifyPlay.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAnimNotifyPlay.cpp deleted file mode 100644 index bb73a258..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAnimNotifyPlay.cpp +++ /dev/null @@ -1,46 +0,0 @@ - -#include "FMODAnimNotifyPlay.h" -#include "FMODBlueprintStatics.h" -#include "Components/SkeletalMeshComponent.h" -#include "Kismet/KismetSystemLibrary.h" - -UFMODAnimNotifyPlay::UFMODAnimNotifyPlay() - : Super() -{ - bFollow = false; - Event = nullptr; - -#if WITH_EDITORONLY_DATA - NotifyColor = FColor(196, 142, 255, 255); -#endif // WITH_EDITORONLY_DATA -} - -void UFMODAnimNotifyPlay::Notify(USkeletalMeshComponent *MeshComp, UAnimSequenceBase *AnimSeq) -{ - if (Event) - { - if (bFollow) - { - // Play event attached - UFMODBlueprintStatics::PlayEventAttached( - Event, MeshComp, *AttachName, FVector(0, 0, 0), EAttachLocation::KeepRelativeOffset, false, true, true); - } - else - { - // Play event at location - UFMODBlueprintStatics::PlayEventAtLocation(MeshComp, Event, MeshComp->GetComponentTransform(), true); - } - } -} - -FString UFMODAnimNotifyPlay::GetNotifyName_Implementation() const -{ - if (Event) - { - return Event->GetName(); - } - else - { - return Super::GetNotifyName_Implementation(); - } -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAsset.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAsset.cpp deleted file mode 100644 index 1299231c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAsset.cpp +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODAsset.h" -#include "FMODStudioModule.h" - -static const TCHAR *FMODAssetTypeStrings[] = { TEXT("Bank"), TEXT("Event"), TEXT("VCA"), TEXT("Bus"), TEXT("Invalid") }; - -UFMODAsset::UFMODAsset(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ -} - -bool UFMODAsset::IsAsset() const -{ - return this != GetClass()->GetDefaultObject(); -} - -/** Get tags to show in content view */ -void UFMODAsset::GetAssetRegistryTags(TArray &OutTags) const -{ - Super::GetAssetRegistryTags(OutTags); - OutTags.Add( - UObject::FAssetRegistryTag("Guid", AssetGuid.ToString(EGuidFormats::DigitsWithHyphensInBraces), UObject::FAssetRegistryTag::TT_Alphabetical)); -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAssetLookup.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAssetLookup.cpp deleted file mode 100644 index 8f4fb5ab..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAssetLookup.cpp +++ /dev/null @@ -1 +0,0 @@ -#include "FMODAssetLookup.h" diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAssetLookup.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAssetLookup.h deleted file mode 100644 index 8a791b12..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAssetLookup.h +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. - -#pragma once - -#include "CoreMinimal.h" -#include "Engine/DataTable.h" -#include "FMODAssetLookup.generated.h" - -USTRUCT() -struct FMODSTUDIO_API FFMODAssetLookupRow : public FTableRowBase -{ - GENERATED_BODY() - - UPROPERTY(VisibleAnywhere, Category="FMOD|Internal|AssetLookup") - FString PackageName; - - UPROPERTY(VisibleAnywhere, Category="FMOD|Internal|AssetLookup") - FString AssetName; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAssetTable.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAssetTable.cpp deleted file mode 100644 index e4736763..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAssetTable.cpp +++ /dev/null @@ -1,229 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODAssetTable.h" - -#include "FMODAssetLookup.h" -#include "FMODEvent.h" -#include "FMODSnapshot.h" -#include "FMODSnapshotReverb.h" -#include "FMODBank.h" -#include "FMODBankLookup.h" -#include "FMODBus.h" -#include "FMODVCA.h" -#include "FMODUtils.h" -#include "FMODSettings.h" -#include "FMODFileCallbacks.h" -#include "FMODStudioPrivatePCH.h" -#include "fmod_studio.hpp" -#include "HAL/FileManager.h" -#include "Misc/Paths.h" -#include "UObject/Package.h" - -FFMODAssetTable::FFMODAssetTable() - : ActiveLocale(FString()), - BankLookup(nullptr), - AssetLookup(nullptr) -{ -} - -void FFMODAssetTable::AddReferencedObjects(FReferenceCollector& Collector) -{ - // The garbage collector will clean up any objects which aren't referenced, doing this tells the garbage collector our lookups are referenced - // (the GC knows not to remove objects referenced by a UPROPERTY, doing this manually is required because our members aren't UPROPERTYs) - if (BankLookup) - { - Collector.AddReferencedObject(BankLookup); - } - - if (AssetLookup) - { - Collector.AddReferencedObject(AssetLookup); - } -} - -void FFMODAssetTable::Load() -{ - const UFMODSettings &Settings = *GetDefault(); - FString PackagePath = Settings.GetFullContentPath() / PrivateDataPath(); - - FString PackageName = PackagePath + BankLookupName(); - UPackage *Package = CreatePackage(*PackageName); - Package->FullyLoad(); - BankLookup = FindObject(Package, *BankLookupName(), true); - - if (BankLookup) - { - UE_LOG(LogFMOD, Display, TEXT("Loaded bank lookup")); - } - else - { - if (IsRunningCommandlet()) - { - // If we're running in a commandlet (maybe we're cooking or running FMODGenerateAssets - // commandlet) Display a message but don't cause the build to Error out. - UE_LOG(LogFMOD, Display, TEXT("Failed to load bank lookup")); - } - else - { - // If we're running in game or in editor, log this as an Error - UE_LOG(LogFMOD, Error, TEXT("Failed to load bank lookup")); - } - } - - PackageName = PackagePath + AssetLookupName(); - Package = CreatePackage(*PackageName); - Package->FullyLoad(); - AssetLookup = FindObject(Package, *AssetLookupName(), true); - - if (AssetLookup) - { - UE_LOG(LogFMOD, Display, TEXT("Loaded asset lookup")); - } - else - { - if (IsRunningCommandlet()) - { - // If we're running in a commandlet (maybe we're cooking or running FMODGenerateAssets - // commandlet) Display a message but don't cause the build to Error out. - UE_LOG(LogFMOD, Display, TEXT("Failed to load asset lookup")); - } - else - { - // If we're running in game or in editor, log this as an Error - UE_LOG(LogFMOD, Error, TEXT("Failed to load asset lookup")); - } - } -} - -FString FFMODAssetTable::GetBankPathByGuid(const FGuid& Guid) const -{ - FString BankPath; - - if (!BankLookup) - { - UE_LOG(LogFMOD, Error, TEXT("Bank lookup not loaded")); - return BankPath; - } - - FString GUID = Guid.ToString(EGuidFormats::DigitsWithHyphensInBraces); - FName BankTableName(*GUID); - FFMODLocalizedBankTable *BankTable = BankLookup->DataTable->FindRow(BankTableName, nullptr, false); - - if (BankTable) - { - BankPath = GetLocalizedBankPath(BankTable->Banks); - } - - return BankPath; -} - -FString FFMODAssetTable::GetLocalizedBankPath(const UDataTable* BankTable) const -{ - FName RowName(*ActiveLocale); - FFMODLocalizedBankRow *Row = BankTable->FindRow(RowName, nullptr, false); - - if (!Row) - { - RowName = FName(""); - Row = BankTable->FindRow(RowName, nullptr, false); - } - - FString BankPath; - - if (Row) - { - BankPath = Row->Path; - } - - return BankPath; -} - -FString FFMODAssetTable::GetBankPath(const UFMODBank &Bank) const -{ - FString BankPath = GetBankPathByGuid(Bank.AssetGuid); - - if (BankPath.IsEmpty()) - { - UE_LOG(LogFMOD, Warning, TEXT("Could not find disk file for bank %s"), *Bank.GetName()); - } - - return BankPath; -} - -FString FFMODAssetTable::GetMasterBankPath() const -{ - return BankLookup ? BankLookup->MasterBankPath : FString(); -} - -FString FFMODAssetTable::GetMasterStringsBankPath() const -{ - return BankLookup ? BankLookup->MasterStringsBankPath : FString(); -} - -FString FFMODAssetTable::GetMasterAssetsBankPath() const -{ - return BankLookup ? BankLookup->MasterAssetsBankPath : FString(); -} - -void FFMODAssetTable::SetLocale(const FString &LocaleCode) -{ - ActiveLocale = LocaleCode; -} - -FString FFMODAssetTable::GetLocale() const -{ - return ActiveLocale; -} - -void FFMODAssetTable::GetAllBankPaths(TArray &Paths, bool IncludeMasterBank) const -{ - if (BankLookup) - { - const UFMODSettings &Settings = *GetDefault(); - - BankLookup->DataTable->ForeachRow(nullptr, [this, &Paths, IncludeMasterBank, &Settings](const FName &, const FFMODLocalizedBankTable& OuterRow) { - FString BankPath = GetLocalizedBankPath(OuterRow.Banks); - bool Skip = false; - - if (BankPath.IsEmpty()) - { - // Never expect to be in here, but should skip empty paths - return; - } - - if (!IncludeMasterBank) - { - Skip = (BankPath == Settings.GetMasterBankFilename() || BankPath == Settings.GetMasterAssetsBankFilename() || BankPath == Settings.GetMasterStringsBankFilename()); - } - - if (!Skip) - { - Paths.Push(Settings.GetFullBankPath() / BankPath); - } - }); - } - else - { - UE_LOG(LogFMOD, Error, TEXT("Bank lookup not loaded")); - } -} - -UFMODAsset *FFMODAssetTable::GetAssetByStudioPath(const FString &InStudioPath) const -{ - UFMODAsset *Asset = nullptr; - - if (AssetLookup) - { - FFMODAssetLookupRow *Row = AssetLookup->FindRow(FName(*InStudioPath), nullptr); - - if (Row) - { - UPackage *Package = CreatePackage(*(Row->PackageName)); - Package->FullyLoad(); - Asset = FindObject(Package, *(Row->AssetName)); - } - - } - - return Asset; -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAssetTable.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAssetTable.h deleted file mode 100644 index ad1ce8e4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAssetTable.h +++ /dev/null @@ -1,47 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "UObject/GCObject.h" - -class UDataTable; -class UFMODAsset; -class UFMODBank; -class UFMODBankLookup; - -class FFMODAssetTable : public FGCObject -{ -public: - FFMODAssetTable(); - - //~ FGCObject - void AddReferencedObjects(FReferenceCollector& Collector) override; - virtual FString GetReferencerName() const override - { - return TEXT("FFMODAssetTable"); - } - - void Load(); - - FString GetBankPath(const UFMODBank &Bank) const; - FString GetMasterBankPath() const; - FString GetMasterStringsBankPath() const; - FString GetMasterAssetsBankPath() const; - void SetLocale(const FString &LocaleCode); - FString GetLocale() const; - void GetAllBankPaths(TArray &BankPaths, bool IncludeMasterBank) const; - - UFMODAsset *GetAssetByStudioPath(const FString &InStudioPath) const; - - static inline FString PrivateDataPath() { return FString(TEXT("PrivateIntegrationData/")); } - static inline FString BankLookupName() { return FString(TEXT("BankLookup")); } - static inline FString AssetLookupName() { return FString(TEXT("AssetLookup")); } - -private: - FString GetBankPathByGuid(const FGuid& Guid) const; - FString GetLocalizedBankPath(const UDataTable* BankTable) const; - - FString ActiveLocale; - UFMODBankLookup *BankLookup; - UDataTable *AssetLookup; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAudioComponent.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAudioComponent.cpp deleted file mode 100644 index 83a7a6c1..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODAudioComponent.cpp +++ /dev/null @@ -1,1110 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODAudioComponent.h" -#include "FMODStudioModule.h" -#include "FMODUtils.h" -#include "FMODEvent.h" -#include "FMODListener.h" -#include "FMODSettings.h" -#include "fmod_studio.hpp" -#include "Misc/App.h" -#include "Misc/Paths.h" -#include "Misc/ScopeLock.h" -#include "FMODStudioPrivatePCH.h" -#include "Components/BillboardComponent.h" -#if WITH_EDITORONLY_DATA -#include "Engine/Texture2D.h" -#endif - -UFMODAudioComponent::UFMODAudioComponent(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) - , Event(nullptr) - , bEnableTimelineCallbacks(false) // Default OFF for efficiency - , bAutoDestroy(false) - , bStopWhenOwnerDestroyed(true) - , bApplyAmbientVolumes(false) - , bApplyOcclusionParameter(false) - , StudioInstance(nullptr) - , bDefaultParameterValuesCached(false) - , Module(nullptr) - , InteriorLastUpdateTime(0.0f) - , SourceInteriorVolume(0.0f) - , SourceInteriorLPF(0.0f) - , CurrentInteriorVolume(0.0f) - , CurrentInteriorLPF(0.0f) - , AmbientVolume(0.0f) - , AmbientLPF(0.0f) - , LastVolume(1.0f) - , LastLPF(MAX_FILTER_FREQUENCY) - , wasOccluded(false) - , OcclusionID() - , AmbientVolumeID() - , AmbientLPFID() - , ProgrammerSound(nullptr) - , NeedDestroyProgrammerSoundCallback(false) - , EventLength(0) - , bPlayEnded(false) - , Velocity(ForceInit) - , LastLocation(ForceInit) -{ - bAutoActivate = true; - bNeverNeedsRenderUpdate = true; - bWantsOnUpdateTransform = true; - -#if WITH_EDITORONLY_DATA - bVisualizeComponent = true; -#endif - - PrimaryComponentTick.bCanEverTick = true; - PrimaryComponentTick.TickGroup = TG_PrePhysics; - PrimaryComponentTick.bStartWithTickEnabled = false; - - for (int i = 0; i < EFMODEventProperty::Count; ++i) - { - StoredProperties[i] = -1.0f; - } - - NeedDestroyProgrammerSoundCallback = false; -} - -FString UFMODAudioComponent::GetDetailedInfoInternal(void) const -{ - FString Result; - - if (Event) - { - Result = Event->GetPathName(NULL); - } - else - { - Result = TEXT("No_Event"); - } - - return Result; -} - -void UFMODAudioComponent::OnRegister() -{ - Super::OnRegister(); - -#if WITH_EDITORONLY_DATA - if (!bDefaultParameterValuesCached) - { - CacheDefaultParameterValues(); - } - - UpdateSpriteTexture(); -#endif - - if (IsActive() && bAutoActivate) - { - FMOD_STUDIO_PLAYBACK_STATE state = FMOD_STUDIO_PLAYBACK_STOPPED; - if (StudioInstance->isValid()) - { - StudioInstance->getPlaybackState(&state); - } - if (state == FMOD_STUDIO_PLAYBACK_STOPPED) - { - Play(); - } - } -} - -#if WITH_EDITORONLY_DATA -void UFMODAudioComponent::UpdateSpriteTexture() -{ - if (SpriteComponent) - { - if (bAutoActivate) - { - SpriteComponent->SetSprite( - LoadObject(NULL, TEXT("/Engine/EditorResources/AudioIcons/S_AudioComponent_AutoActivate.S_AudioComponent_AutoActivate"))); - } - else - { - SpriteComponent->SetSprite(LoadObject(NULL, TEXT("/Engine/EditorResources/AudioIcons/S_AudioComponent.S_AudioComponent"))); - } - } -} -#endif - -#if WITH_EDITOR -void UFMODAudioComponent::PostEditChangeProperty(FPropertyChangedEvent &e) -{ - if (IsPlaying()) - { - Stop(); - Play(); - } - - FName PropertyName = (e.Property != NULL) ? e.Property->GetFName() : NAME_None; - if (PropertyName == GET_MEMBER_NAME_CHECKED(UFMODAudioComponent, Event) || - (PropertyName == GET_MEMBER_NAME_CHECKED(UFMODAudioComponent, ParameterCache) && ParameterCache.Num() == 0)) - { - ParameterCache.Empty(); - bDefaultParameterValuesCached = false; - } - UpdateCachedParameterValues(); - -#if WITH_EDITORONLY_DATA - UpdateSpriteTexture(); -#endif - - Super::PostEditChangeProperty(e); -} -#endif // WITH_EDITOR - -void UFMODAudioComponent::OnUpdateTransform(EUpdateTransformFlags UpdateTransformFlags, ETeleportType Teleport) -{ - Super::OnUpdateTransform(UpdateTransformFlags, Teleport); - if (StudioInstance) - { - FMOD_3D_ATTRIBUTES attr = { { 0 } }; - attr.position = FMODUtils::ConvertWorldVector(GetComponentTransform().GetLocation()); - attr.up = FMODUtils::ConvertUnitVector(GetComponentTransform().GetUnitAxis(EAxis::Z)); - attr.forward = FMODUtils::ConvertUnitVector(GetComponentTransform().GetUnitAxis(EAxis::X)); - attr.velocity = FMODUtils::ConvertWorldVector(Velocity); - - StudioInstance->set3DAttributes(&attr); - - UpdateInteriorVolumes(); - UpdateAttenuation(); - ApplyVolumeLPF(); - } -} - -// Taken mostly from ActiveSound.cpp -void UFMODAudioComponent::UpdateInteriorVolumes() -{ - if (!GetOwner()) - return; // May not have owner when previewing animations - - if (!bApplyAmbientVolumes) - return; - - // Result of the ambient calculations to apply to the instance - float NewAmbientVolumeMultiplier = 1.0f; - float NewAmbientHighFrequencyGain = 1.0f; - - FInteriorSettings *Ambient = - (FInteriorSettings *)alloca(sizeof(FInteriorSettings)); // FinteriorSetting::FInteriorSettings() isn't exposed (possible UE4 bug???) - const FVector &Location = GetComponentLocation(); - AAudioVolume *AudioVolume = GetWorld()->GetAudioSettings(Location, NULL, Ambient); - - const FFMODListener &Listener = GetStudioModule().GetNearestListener(Location); - if (InteriorLastUpdateTime < Listener.InteriorStartTime) - { - SourceInteriorVolume = CurrentInteriorVolume; - SourceInteriorLPF = CurrentInteriorLPF; - InteriorLastUpdateTime = FApp::GetCurrentTime(); - } - - bool bAllowSpatialization = true; - if (Listener.Volume == AudioVolume || !bAllowSpatialization) - { - // Ambient and listener in same ambient zone - CurrentInteriorVolume = FMath::Lerp(SourceInteriorVolume, 1.0f, Listener.InteriorVolumeInterp); - NewAmbientVolumeMultiplier = CurrentInteriorVolume; - - CurrentInteriorLPF = FMath::Lerp(SourceInteriorLPF, MAX_FILTER_FREQUENCY, Listener.InteriorLPFInterp); - NewAmbientHighFrequencyGain = CurrentInteriorLPF; - - //UE_LOG(LogFMOD, Verbose, TEXT( "Ambient in same volume. Volume *= %g LPF *= %g" ), CurrentInteriorVolume, CurrentInteriorLPF); - } - else - { - // Ambient and listener in different ambient zone - if (Ambient->bIsWorldSettings) - { - // The ambient sound is 'outside' - use the listener's exterior volume - CurrentInteriorVolume = FMath::Lerp(SourceInteriorVolume, Listener.InteriorSettings.ExteriorVolume, Listener.ExteriorVolumeInterp); - NewAmbientVolumeMultiplier = CurrentInteriorVolume; - - CurrentInteriorLPF = FMath::Lerp(SourceInteriorLPF, Listener.InteriorSettings.ExteriorLPF, Listener.ExteriorLPFInterp); - NewAmbientHighFrequencyGain = CurrentInteriorLPF; - - //UE_LOG(LogFMOD, Verbose, TEXT( "Ambient in diff volume, ambient outside. Volume *= %g LPF *= %g" ), CurrentInteriorVolume, CurrentInteriorLPF); - } - else - { - // The ambient sound is 'inside' - use the ambient sound's interior volume multiplied with the listeners exterior volume - CurrentInteriorVolume = FMath::Lerp(SourceInteriorVolume, Ambient->InteriorVolume, Listener.InteriorVolumeInterp); - CurrentInteriorVolume *= FMath::Lerp(SourceInteriorVolume, Listener.InteriorSettings.ExteriorVolume, Listener.ExteriorVolumeInterp); - NewAmbientVolumeMultiplier = CurrentInteriorVolume; - - - float AmbientLPFValue = FMath::Lerp(SourceInteriorLPF, Ambient->InteriorLPF, Listener.InteriorLPFInterp); - float ListenerLPFValue = FMath::Lerp(SourceInteriorLPF, Listener.InteriorSettings.ExteriorLPF, Listener.ExteriorLPFInterp); - - // The current interior LPF value is the less of the LPF due to ambient zone and LPF due to listener settings - if (AmbientLPFValue < ListenerLPFValue) - { - CurrentInteriorLPF = AmbientLPFValue; - NewAmbientHighFrequencyGain = AmbientLPFValue; - } - else - { - CurrentInteriorLPF = ListenerLPFValue; - NewAmbientHighFrequencyGain = ListenerLPFValue; - } - - //UE_LOG(LogFMOD, Verbose, TEXT( "Ambient in diff volume, ambient inside. Volume *= %g LPF *= %g" ), CurrentInteriorVolume, CurrentInteriorLPF); - } - } - - AmbientVolume = NewAmbientVolumeMultiplier; - AmbientLPF = NewAmbientHighFrequencyGain; -} - -void UFMODAudioComponent::UpdateAttenuation() -{ - if (!GetOwner()) - return; // May not have owner when previewing animations - - if (!AttenuationDetails.bOverrideAttenuation && !OcclusionDetails.bEnableOcclusion) - { - return; - } - - if (AttenuationDetails.bOverrideAttenuation) - { - SetProperty(EFMODEventProperty::MinimumDistance, AttenuationDetails.MinimumDistance); - SetProperty(EFMODEventProperty::MaximumDistance, AttenuationDetails.MaximumDistance); - } - - // Use occlusion part of settings - if (OcclusionDetails.bEnableOcclusion && bApplyOcclusionParameter) - { - static FName NAME_SoundOcclusion = FName(TEXT("SoundOcclusion")); - FCollisionQueryParams Params(NAME_SoundOcclusion, OcclusionDetails.bUseComplexCollisionForOcclusion, GetOwner()); - - const FVector &Location = GetComponentLocation(); - const FFMODListener &Listener = GetStudioModule().GetNearestListener(Location); - - bool bIsOccluded = GWorld->LineTraceTestByChannel(Location, Listener.Transform.GetLocation(), OcclusionDetails.OcclusionTraceChannel, Params); - - if (bIsOccluded != wasOccluded) - { - StudioInstance->setParameterByID(OcclusionID, bIsOccluded ? 1.0f : 0.0f); - wasOccluded = bIsOccluded; - } - } - else - { - wasOccluded = false; - } -} - -void UFMODAudioComponent::ApplyVolumeLPF() -{ - if (bApplyAmbientVolumes) - { - float CurVolume = AmbientVolume; - if (CurVolume != LastVolume) - { - StudioInstance->setParameterByID(AmbientVolumeID, CurVolume); - LastVolume = CurVolume; - } - - float CurLPF = AmbientLPF; - if (CurLPF != LastLPF) - { - StudioInstance->setParameterByID(AmbientLPFID, CurLPF); - LastLPF = CurLPF; - } - } - else - { - LastLPF = MAX_FILTER_FREQUENCY; - LastVolume = 1.0f; - } -} - -bool UFMODAudioComponent::ShouldCacheParameter(const FMOD_STUDIO_PARAMETER_DESCRIPTION& ParameterDescription) -{ - const UFMODSettings& Settings = *GetDefault(); - - if (((ParameterDescription.flags & FMOD_STUDIO_PARAMETER_GLOBAL) == 0) && - (ParameterDescription.type == FMOD_STUDIO_PARAMETER_GAME_CONTROLLED) && - ParameterDescription.name != Settings.OcclusionParameter && - ParameterDescription.name != Settings.AmbientVolumeParameter && - ParameterDescription.name != Settings.AmbientLPFParameter) - { - return true; - } - return false; -} - -void UFMODAudioComponent::CacheDefaultParameterValues() -{ - if (Event) - { - TArray ParameterDescriptions; - Event->GetParameterDescriptions(ParameterDescriptions); - for (const FMOD_STUDIO_PARAMETER_DESCRIPTION &ParameterDescription : ParameterDescriptions) - { - if (!ParameterCache.Find(ParameterDescription.name) && ShouldCacheParameter(ParameterDescription)) - { - ParameterCache.Add(ParameterDescription.name, ParameterDescription.defaultvalue); - } - } - bDefaultParameterValuesCached = true; - } -} - -void UFMODAudioComponent::UpdateCachedParameterValues() -{ - if (bDefaultParameterValuesCached) - { - TArray ParameterDescriptions; - Event->GetParameterDescriptions(ParameterDescriptions); - for (const FMOD_STUDIO_PARAMETER_DESCRIPTION& ParameterDescription : ParameterDescriptions) - { - if (ParameterCache.Find(ParameterDescription.name) && !ShouldCacheParameter(ParameterDescription)) - { - ParameterCache.Remove(ParameterDescription.name); - FString paramName(ParameterDescription.name); - UE_LOG(LogFMOD, Warning, TEXT("Parameter '%s' is driven elsewhere and cannot be added here."), *paramName) - } - } - } -} - -void UFMODAudioComponent::OnUnregister() -{ - if (bStopWhenOwnerDestroyed) - { - Stop(); - } - Release(); - Super::OnUnregister(); -} - -void UFMODAudioComponent::BeginPlay() -{ -#if WITH_EDITOR - IFMODStudioModule::Get().PreEndPIEEvent().AddUObject(this, &UFMODAudioComponent::Shutdown); -#endif - Super::BeginPlay(); -} - -void UFMODAudioComponent::EndPlay(const EEndPlayReason::Type EndPlayReason) -{ -#if WITH_EDITOR - IFMODStudioModule::Get().PreEndPIEEvent().RemoveAll(this); -#endif - Super::EndPlay(EndPlayReason); - bool shouldStop = false; - - switch (EndPlayReason) - { - case EEndPlayReason::Destroyed: - case EEndPlayReason::RemovedFromWorld: - { - AActor *Owner = GetOwner(); - if (!Owner || bStopWhenOwnerDestroyed) - shouldStop = true; - break; - } - case EEndPlayReason::EndPlayInEditor: - case EEndPlayReason::LevelTransition: - case EEndPlayReason::Quit: - { - shouldStop = true; - break; - } - } - - if (shouldStop) - { - Stop(); - OnEventStopped.Broadcast(); - } - Release(); - - bPlayEnded = true; -} - -void UFMODAudioComponent::TickComponent(float DeltaTime, enum ELevelTick TickType, FActorComponentTickFunction *ThisTickFunction) -{ - Super::TickComponent(DeltaTime, TickType, ThisTickFunction); - - if (DeltaTime > 0.f) - { - FVector pos = GetComponentTransform().GetTranslation(); - if (LastLocation != FVector::ZeroVector) - { - Velocity = (pos - LastLocation) / DeltaTime; - } - LastLocation = pos; - } - - if (IsActive()) - { - FMOD_STUDIO_PLAYBACK_STATE state = FMOD_STUDIO_PLAYBACK_STOPPED; - - if (StudioInstance) - { - if (GetStudioModule().HasListenerMoved()) - { - UpdateInteriorVolumes(); - UpdateAttenuation(); - ApplyVolumeLPF(); - } - - if (bEnableTimelineCallbacks) - { - TArray LocalMarkerQueue; - TArray LocalBeatQueue; - { - FScopeLock Lock(&CallbackLock); - Swap(LocalMarkerQueue, CallbackMarkerQueue); - Swap(LocalBeatQueue, CallbackBeatQueue); - } - - for (const FTimelineMarkerProperties &EachProps : LocalMarkerQueue) - { - OnTimelineMarker.Broadcast(EachProps.Name, EachProps.Position); - } - for (const FTimelineBeatProperties &EachProps : LocalBeatQueue) - { - OnTimelineBeat.Broadcast( - EachProps.Bar, EachProps.Beat, EachProps.Position, EachProps.Tempo, EachProps.TimeSignatureUpper, EachProps.TimeSignatureLower); - } - } - - if (TriggerSoundStoppedDelegate) - { - FScopeLock Lock(&CallbackLock); - TriggerSoundStoppedDelegate = false; - - OnSoundStopped.Broadcast(); - } - - StudioInstance->getPlaybackState(&state); - } - - if (state == FMOD_STUDIO_PLAYBACK_STOPPED) - { - OnPlaybackCompleted(); - } - } -} - -void UFMODAudioComponent::SetEvent(UFMODEvent *NewEvent) -{ - const bool bPlay = IsPlaying(); - - Stop(); - - if (Event != NewEvent) - { - ReleaseEventCache(); - Event = NewEvent; - } - - if (bPlay) - { - Play(); - } -} - -void UFMODAudioComponent::PostLoad() -{ - Super::PostLoad(); -} - -void UFMODAudioComponent::Activate(bool bReset) -{ - if (bReset || ShouldActivate() == true) - { - // Don't call Super::Activate here - PlayInternal will do that if successful - PlayInternal(EFMODSystemContext::Max, bReset); - } -} - -void UFMODAudioComponent::Deactivate() -{ - if (ShouldActivate() == false) - { - Stop(); - } - Super::Deactivate(); -} - -FMOD_RESULT F_CALLBACK UFMODAudioComponent_EventCallback(FMOD_STUDIO_EVENT_CALLBACK_TYPE type, FMOD_STUDIO_EVENTINSTANCE *event, void *parameters) -{ - UFMODAudioComponent *Component = nullptr; - FMOD::Studio::EventInstance *Instance = (FMOD::Studio::EventInstance *)event; - if (Instance->getUserData((void **)&Component) == FMOD_OK && IsValid(Component)) - { - if (type == FMOD_STUDIO_EVENT_CALLBACK_TIMELINE_MARKER && Component->bEnableTimelineCallbacks) - { - Component->EventCallbackAddMarker((FMOD_STUDIO_TIMELINE_MARKER_PROPERTIES *)parameters); - } - else if (type == FMOD_STUDIO_EVENT_CALLBACK_TIMELINE_BEAT && Component->bEnableTimelineCallbacks) - { - Component->EventCallbackAddBeat((FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES *)parameters); - } - else if (type == FMOD_STUDIO_EVENT_CALLBACK_CREATE_PROGRAMMER_SOUND) - { - Component->EventCallbackCreateProgrammerSound((FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES *)parameters); - } - else if (type == FMOD_STUDIO_EVENT_CALLBACK_DESTROY_PROGRAMMER_SOUND) - { - Component->EventCallbackDestroyProgrammerSound((FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES *)parameters); - } - else if (type == FMOD_STUDIO_EVENT_CALLBACK_SOUND_STOPPED) - { - Component->EventCallbackSoundStopped(); - } - } - return FMOD_OK; -} - -void UFMODAudioComponent_ReleaseProgrammerSound(FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES *props) -{ - if (props->sound) - { - UE_LOG(LogFMOD, Verbose, TEXT("Destroying programmer sound")); - FMOD_RESULT Result = ((FMOD::Sound *)props->sound)->release(); - verifyfmod(Result); - } -} - -FMOD_RESULT F_CALLBACK UFMODAudioComponent_EventCallbackDestroyProgrammerSound(FMOD_STUDIO_EVENT_CALLBACK_TYPE type, FMOD_STUDIO_EVENTINSTANCE *event, void *parameters) -{ - UFMODAudioComponent_ReleaseProgrammerSound((FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES *)parameters); - return FMOD_OK; -} - -void UFMODAudioComponent::EventCallbackAddMarker(FMOD_STUDIO_TIMELINE_MARKER_PROPERTIES *props) -{ - FScopeLock Lock(&CallbackLock); - FTimelineMarkerProperties info; - info.Name = props->name; - info.Position = props->position; - CallbackMarkerQueue.Push(info); -} - -void UFMODAudioComponent::EventCallbackAddBeat(FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES *props) -{ - FScopeLock Lock(&CallbackLock); - FTimelineBeatProperties info; - info.Bar = props->bar; - info.Beat = props->beat; - info.Position = props->position; - info.Tempo = props->tempo; - info.TimeSignatureUpper = props->timesignatureupper; - info.TimeSignatureLower = props->timesignaturelower; - CallbackBeatQueue.Push(info); -} - -void UFMODAudioComponent::EventCallbackCreateProgrammerSound(FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES *props) -{ - // Make sure name isn't being changed as we are reading it - FString ProgrammerSoundNameCopy; - { - FScopeLock Lock(&CallbackLock); - ProgrammerSoundNameCopy = ProgrammerSoundName; - } - - if (ProgrammerSound) - { - props->sound = (FMOD_SOUND *)ProgrammerSound; - props->subsoundIndex = -1; - } - else if (ProgrammerSoundNameCopy.Len() || strlen(props->name) != 0) - { - FMOD::Studio::System *System = GetStudioModule().GetStudioSystem(EFMODSystemContext::Max); - FMOD::System *LowLevelSystem = nullptr; - System->getCoreSystem(&LowLevelSystem); - FString SoundName = ProgrammerSoundNameCopy.Len() ? ProgrammerSoundNameCopy : UTF8_TO_TCHAR(props->name); - FMOD_MODE SoundMode = FMOD_LOOP_NORMAL | FMOD_CREATECOMPRESSEDSAMPLE | FMOD_NONBLOCKING; - - if (SoundName.StartsWith(TEXT("http://")) || - SoundName.StartsWith(TEXT("http:\\\\")) || - SoundName.StartsWith(TEXT("https://")) || - SoundName.StartsWith(TEXT("https:\\\\"))) - { - // Load via url - FMOD::Sound* Sound = nullptr; - FMOD_CREATESOUNDEXINFO exinfo; - memset(&exinfo, 0, sizeof(FMOD_CREATESOUNDEXINFO)); - exinfo.cbsize = sizeof(FMOD_CREATESOUNDEXINFO); - exinfo.filebuffersize = 1024 * 16; - exinfo.ignoresetfilesystem = true; - - if (LowLevelSystem->createSound(TCHAR_TO_UTF8(*SoundName), FMOD_CREATESTREAM | FMOD_NONBLOCKING, &exinfo, &Sound) == FMOD_OK) - { - UE_LOG(LogFMOD, Verbose, TEXT("Creating programmer sound from url '%s'"), *SoundName); - props->sound = (FMOD_SOUND*)Sound; - props->subsoundIndex = -1; - NeedDestroyProgrammerSoundCallback = true; - } - else - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to load programmer sound url '%s'"), *SoundName); - } - } - else if (SoundName.Contains(TEXT("."))) - { - // Load via file - FString SoundPath = SoundName; - if (FPaths::IsRelative(SoundPath)) - { - SoundPath = FPaths::ProjectContentDir() / SoundPath; - } - - FMOD::Sound *Sound = nullptr; - if (LowLevelSystem->createSound(TCHAR_TO_UTF8(*SoundPath), SoundMode, nullptr, &Sound) == FMOD_OK) - { - UE_LOG(LogFMOD, Verbose, TEXT("Creating programmer sound from file '%s'"), *SoundPath); - props->sound = (FMOD_SOUND *)Sound; - props->subsoundIndex = -1; - NeedDestroyProgrammerSoundCallback = true; - } - else - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to load programmer sound file '%s'"), *SoundPath); - } - } - else - { - // Load via FMOD Studio asset table - FMOD_STUDIO_SOUND_INFO SoundInfo = { 0 }; - FMOD_RESULT Result = System->getSoundInfo(TCHAR_TO_UTF8(*SoundName), &SoundInfo); - if (Result == FMOD_OK) - { - FMOD::Sound *Sound = nullptr; - Result = LowLevelSystem->createSound(SoundInfo.name_or_data, SoundMode | SoundInfo.mode, &SoundInfo.exinfo, &Sound); - if (Result == FMOD_OK) - { - UE_LOG(LogFMOD, Verbose, TEXT("Creating programmer sound using audio entry '%s'"), *SoundName); - - props->sound = (FMOD_SOUND *)Sound; - props->subsoundIndex = SoundInfo.subsoundindex; - NeedDestroyProgrammerSoundCallback = true; - } - else - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to load FMOD audio entry '%s'"), *SoundName); - } - } - else - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to find FMOD audio entry '%s'"), *SoundName); - } - } - } -} - -void UFMODAudioComponent::EventCallbackSoundStopped() -{ - FScopeLock Lock(&CallbackLock); - TriggerSoundStoppedDelegate = true; -} - -void UFMODAudioComponent::EventCallbackDestroyProgrammerSound(FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES *props) -{ - if (NeedDestroyProgrammerSoundCallback) - { - UFMODAudioComponent_ReleaseProgrammerSound(props); - NeedDestroyProgrammerSoundCallback = false; - } -} - -void UFMODAudioComponent::SetProgrammerSoundName(FString Value) -{ - FScopeLock Lock(&CallbackLock); - ProgrammerSoundName = Value; -} - -void UFMODAudioComponent::SetProgrammerSound(FMOD::Sound *Sound) -{ - FScopeLock Lock(&CallbackLock); - ProgrammerSound = Sound; -} - -void UFMODAudioComponent::Play() -{ - PlayInternal(EFMODSystemContext::Max); -} - -void UFMODAudioComponent::PlayInternal(EFMODSystemContext::Type Context, bool bReset) -{ - Stop(); - - if (!FMODUtils::IsWorldAudible(GetWorld(), Context == EFMODSystemContext::Editor - || Context == EFMODSystemContext::Auditioning)) - { - return; - } - - UE_LOG(LogFMOD, Verbose, TEXT("UFMODAudioComponent %p Play"), this); - - // Only play events in PIE/game, not when placing them in the editor - FMOD::Studio::EventDescription *EventDesc = GetStudioModule().GetEventDescription(Event, Context); - if (EventDesc != nullptr) - { - EventDesc->getLength(&EventLength); - if (!StudioInstance || !StudioInstance->isValid()) - { - FMOD_RESULT result = EventDesc->createInstance(&StudioInstance); - if (result != FMOD_OK) - return; - } - - const UFMODSettings &Settings = *GetDefault(); - FMOD_STUDIO_PARAMETER_DESCRIPTION paramDesc = {}; - FString param = Settings.OcclusionParameter; - if (!param.IsEmpty()) - { - if (EventDesc->getParameterDescriptionByName(TCHAR_TO_UTF8(*Settings.OcclusionParameter), ¶mDesc) == FMOD_OK) - { - OcclusionID = paramDesc.id; - bApplyOcclusionParameter = true; - } - } - - paramDesc = {}; - param = Settings.AmbientVolumeParameter; - if (!param.IsEmpty()) - { - if (EventDesc->getParameterDescriptionByName(TCHAR_TO_UTF8(*param), ¶mDesc) == FMOD_OK) - { - AmbientVolumeID = paramDesc.id; - LastVolume = -1.0f; // Invalidate LastVolume so the AmbientVolumeParameter of the Event will be set later on - bApplyAmbientVolumes = true; - } - } - - paramDesc = {}; - param = Settings.AmbientLPFParameter; - if (!param.IsEmpty()) - { - if (EventDesc->getParameterDescriptionByName(TCHAR_TO_UTF8(*Settings.AmbientLPFParameter), ¶mDesc) == FMOD_OK) - { - AmbientLPFID = paramDesc.id; - LastLPF = -1.0f; // Invalidate LastLPF so the AmbientLPFParameter of the Event will be set later on - bApplyAmbientVolumes = true; - } - } - - OnUpdateTransform(EUpdateTransformFlags::SkipPhysicsUpdate); - // Set initial parameters - for (auto Kvp : ParameterCache) - { - FMOD_RESULT Result = StudioInstance->setParameterByName(TCHAR_TO_UTF8(*Kvp.Key.ToString()), Kvp.Value); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to set initial parameter %s"), *Kvp.Key.ToString()); - } - } - for (int i = 0; i < EFMODEventProperty::Count; ++i) - { - if (StoredProperties[i] != -1.0f) - { - FMOD_RESULT Result = StudioInstance->setProperty((FMOD_STUDIO_EVENT_PROPERTY)i, StoredProperties[i]); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to set initial property %d"), i); - } - } - } - - if (bEnableTimelineCallbacks || !ProgrammerSoundName.IsEmpty()) - { - verifyfmod(StudioInstance->setCallback(UFMODAudioComponent_EventCallback)); - } - - verifyfmod(StudioInstance->setUserData(this)); - verifyfmod(StudioInstance->start()); - UE_LOG(LogFMOD, Verbose, TEXT("Playing component %p"), this); - - if (bReset || ShouldActivate() == true) - { - Super::Activate(bReset); - } - } -} - -void UFMODAudioComponent::PauseInternal(PauseContext Pauser) -{ - if (Pauser == Implicit) - { - bImplicitlyPaused = true; - } - if (Pauser == Explicit) - { - bExplicitlyPaused = true; - } - - SetPaused(true); -} - -void UFMODAudioComponent::ResumeInternal(PauseContext Pauser) -{ - if (GetPaused()) - { - if (Pauser == Implicit) - { - bImplicitlyPaused = false; - } - if (Pauser == Explicit) - { - bExplicitlyPaused = false; - } - - SetPaused(bImplicitlyPaused || bExplicitlyPaused); - } -} - -void UFMODAudioComponent::Stop() -{ - UE_LOG(LogFMOD, Verbose, TEXT("UFMODAudioComponent %p Stop"), this); - if (StudioInstance->isValid()) - { - StudioInstance->stop(FMOD_STUDIO_STOP_ALLOWFADEOUT); - } - - wasOccluded = false; -} - -void UFMODAudioComponent::Release() -{ - ReleaseEventInstance(); -} - -#if WITH_EDITOR -void UFMODAudioComponent::Shutdown() -{ - Stop(); - Release(); -} -#endif - -void UFMODAudioComponent::ReleaseEventCache() -{ - ParameterCache.Empty(); - bDefaultParameterValuesCached = false; - ReleaseEventInstance(); -} - -void UFMODAudioComponent::ReleaseEventInstance() -{ - if (StudioInstance->isValid()) - { - if (NeedDestroyProgrammerSoundCallback) - { - // We need a callback to destroy a programmer sound - StudioInstance->setCallback(UFMODAudioComponent_EventCallbackDestroyProgrammerSound, FMOD_STUDIO_EVENT_CALLBACK_DESTROY_PROGRAMMER_SOUND); - } - else - { - // We don't want any more callbacks - StudioInstance->setCallback(nullptr); - } - - StudioInstance->release(); - StudioInstance = nullptr; - } -} - -void UFMODAudioComponent::KeyOff() -{ - UE_LOG(LogFMOD, Verbose, TEXT("UFMODAudioComponent %p KeyOff"), this); - if (StudioInstance) - { - StudioInstance->keyOff(); - } -} - -void UFMODAudioComponent::OnPlaybackCompleted() -{ - // Mark inactive before calling destroy to avoid recursion - SetActive(false); - SetComponentTickEnabled(false); - - if (StudioInstance) - { - UE_LOG(LogFMOD, Verbose, TEXT("UFMODAudioComponent %p PlaybackCompleted"), this); - Release(); - - // Fire callback after we have cleaned up our instance - OnEventStopped.Broadcast(); - } - - // Auto destruction is handled via marking object for deletion. - if (bAutoDestroy) - { - DestroyComponent(); - } -} - -bool UFMODAudioComponent::IsPlaying(void) -{ - return IsActive(); -} - -void UFMODAudioComponent::SetVolume(float Volume) -{ - if (StudioInstance) - { - FMOD_RESULT Result = StudioInstance->setVolume(Volume); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to set volume")); - } - } -} - -void UFMODAudioComponent::SetPitch(float Pitch) -{ - if (StudioInstance) - { - FMOD_RESULT Result = StudioInstance->setPitch(Pitch); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to set pitch")); - } - } -} - -void UFMODAudioComponent::SetPaused(bool Paused) -{ - if (StudioInstance) - { - FMOD_RESULT Result = StudioInstance->setPaused(Paused); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to pause")); - } - } -} - -bool UFMODAudioComponent::GetPaused() -{ - bool Paused = false; - if (StudioInstance) - { - FMOD_RESULT Result = StudioInstance->getPaused(&Paused); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to get paused state")); - } - } - return Paused; -} - -void UFMODAudioComponent::SetParameter(FName Name, float Value) -{ - if (StudioInstance) - { - FMOD_RESULT Result = StudioInstance->setParameterByName(TCHAR_TO_UTF8(*Name.ToString()), Value); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to set parameter %s"), *Name.ToString()); - } - } - ParameterCache.FindOrAdd(Name) = Value; -} - -void UFMODAudioComponent::SetProperty(EFMODEventProperty::Type Property, float Value) -{ - verify(Property < EFMODEventProperty::Count); - if (StudioInstance) - { - FMOD_RESULT Result = StudioInstance->setProperty((FMOD_STUDIO_EVENT_PROPERTY)Property, Value); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to set property %d"), (int)Property); - } - } - StoredProperties[Property] = Value; -} - -float UFMODAudioComponent::GetProperty(EFMODEventProperty::Type Property) -{ - verify(Property < EFMODEventProperty::Count); - float outValue = 0; - if (Event) - { - FMOD_RESULT Result = StudioInstance->getProperty((FMOD_STUDIO_EVENT_PROPERTY)Property, &outValue); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to get property %d"), (int)Property); - } - } - return StoredProperties[Property] = outValue; -} - -int32 UFMODAudioComponent::GetLength() const -{ - return EventLength; -} - -void UFMODAudioComponent::SetTimelinePosition(int32 Time) -{ - if (StudioInstance) - { - FMOD_RESULT Result = StudioInstance->setTimelinePosition(Time); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to set timeline position")); - } - } -} - -int32 UFMODAudioComponent::GetTimelinePosition() -{ - int Time = 0; - if (StudioInstance) - { - FMOD_RESULT Result = StudioInstance->getTimelinePosition(&Time); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to get timeline position")); - } - } - return Time; -} - -float UFMODAudioComponent::GetParameter(FName Name) -{ - if (!bDefaultParameterValuesCached) - { - CacheDefaultParameterValues(); - } - - float *CachedValue = ParameterCache.Find(Name); - float Value = CachedValue ? *CachedValue : 0.0; - if (StudioInstance) - { - FMOD_RESULT Result = StudioInstance->getParameterByName(TCHAR_TO_UTF8(*Name.ToString()), &Value); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to get parameter %s"), *Name.ToString()); - } - } - return Value; -} - -void UFMODAudioComponent::GetParameterValue(FName Name, float &UserValue, float &FinalValue) -{ - if (!bDefaultParameterValuesCached) - { - CacheDefaultParameterValues(); - } - - float *CachedValue = ParameterCache.Find(Name); - if (StudioInstance) - { - FMOD_RESULT Result = StudioInstance->getParameterByName(TCHAR_TO_UTF8(*Name.ToString()), &UserValue, &FinalValue); - if (Result != FMOD_OK) - { - UserValue = FinalValue = 0; - UE_LOG(LogFMOD, Warning, TEXT("Failed to get parameter %s"), *Name.ToString()); - } - } -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBank.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBank.cpp deleted file mode 100644 index 01d94d14..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBank.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODBank.h" -#include "FMODStudioModule.h" - -UFMODBank::UFMODBank(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ -} - -/** Get tags to show in content view */ -void UFMODBank::GetAssetRegistryTags(TArray &OutTags) const -{ - Super::GetAssetRegistryTags(OutTags); -} - -FString UFMODBank::GetDesc() -{ - return FString::Printf(TEXT("Bank %s"), *AssetGuid.ToString(EGuidFormats::DigitsWithHyphensInBraces)); -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBankLookup.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBankLookup.cpp deleted file mode 100644 index fc1679f1..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBankLookup.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include "FMODBankLookup.h" - -UFMODBankLookup::UFMODBankLookup(const FObjectInitializer& ObjectInitializer) - : Super(ObjectInitializer) - , DataTable(nullptr) -{} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBankLookup.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBankLookup.h deleted file mode 100644 index f8557e3f..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBankLookup.h +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. - -#pragma once - -#include "CoreMinimal.h" -#include "Engine/DataTable.h" -#include "FMODBankLookup.generated.h" - -USTRUCT() -struct FMODSTUDIO_API FFMODLocalizedBankRow : public FTableRowBase -{ - GENERATED_BODY() - UPROPERTY(VisibleAnywhere, Category="FMOD|Internal|BankLookup") - FString Path; -}; - -USTRUCT() -struct FMODSTUDIO_API FFMODLocalizedBankTable : public FTableRowBase -{ - GENERATED_BODY() - UPROPERTY(VisibleAnywhere, Category="FMOD|Internal|BankLookup") - UDataTable *Banks = nullptr; -}; - -UCLASS() -class FMODSTUDIO_API UFMODBankLookup : public UObject -{ - GENERATED_UCLASS_BODY() - -public: - UPROPERTY(VisibleAnywhere, Category="FMOD|Internal|BankLookup") - UDataTable *DataTable; - - UPROPERTY(VisibleAnywhere, Category="FMOD|Internal|BankLookup") - FString MasterBankPath; - - UPROPERTY(VisibleAnywhere, Category="FMOD|Internal|BankLookup") - FString MasterAssetsBankPath; - - UPROPERTY(VisibleAnywhere, Category="FMOD|Internal|BankLookup") - FString MasterStringsBankPath; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBlueprintStatics.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBlueprintStatics.cpp deleted file mode 100644 index 6cb4655d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBlueprintStatics.cpp +++ /dev/null @@ -1,672 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODBlueprintStatics.h" -#include "FMODAudioComponent.h" -#include "FMODSettings.h" -#include "FMODStudioModule.h" -#include "FMODUtils.h" -#include "FMODBank.h" -#include "FMODEvent.h" -#include "FMODBus.h" -#include "FMODVCA.h" -#include "fmod_studio.hpp" -#include "fmod_errors.h" -#include "FMODStudioPrivatePCH.h" - -///////////////////////////////////////////////////// -// UFMODBlueprintStatics - -UFMODBlueprintStatics::UFMODBlueprintStatics(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ -} - -FFMODEventInstance UFMODBlueprintStatics::PlayEvent2D(UObject *WorldContextObject, class UFMODEvent *Event, bool bAutoPlay) -{ - return PlayEventAtLocation(WorldContextObject, Event, FTransform(), bAutoPlay); -} - -FFMODEventInstance UFMODBlueprintStatics::PlayEventAtLocation( - UObject *WorldContextObject, class UFMODEvent *Event, const FTransform &Location, bool bAutoPlay) -{ - FFMODEventInstance Instance; - Instance.Instance = nullptr; - - UWorld *ThisWorld = GEngine->GetWorldFromContextObject(WorldContextObject, EGetWorldErrorMode::ReturnNull); - if (FMODUtils::IsWorldAudible(ThisWorld, false) && IsValid(Event)) - { - FMOD::Studio::EventDescription *EventDesc = IFMODStudioModule::Get().GetEventDescription(Event); - if (EventDesc != nullptr) - { - FMOD::Studio::EventInstance *EventInst = nullptr; - EventDesc->createInstance(&EventInst); - if (EventInst != nullptr) - { - FMOD_3D_ATTRIBUTES EventAttr = { { 0 } }; - FMODUtils::Assign(EventAttr, Location); - EventInst->set3DAttributes(&EventAttr); - - if (bAutoPlay) - { - EventInst->start(); - EventInst->release(); - } - Instance.Instance = EventInst; - } - } - } - return Instance; -} - -class UFMODAudioComponent *UFMODBlueprintStatics::PlayEventAttached(class UFMODEvent *Event, class USceneComponent *AttachToComponent, - FName AttachPointName, FVector Location, EAttachLocation::Type LocationType, bool bStopWhenAttachedToDestroyed, bool bAutoPlay, bool bAutoDestroy) -{ - if (!IFMODStudioModule::Get().UseSound()) - { - return nullptr; - } - - if (Event == nullptr) - { - return nullptr; - } - if (AttachToComponent == nullptr) - { - UE_LOG(LogFMOD, Warning, TEXT("UFMODBlueprintStatics::PlayEventAttached: NULL AttachComponent specified!")); - return nullptr; - } - - AActor *Actor = AttachToComponent->GetOwner(); - - // Avoid creating component if we're trying to play a sound on an already destroyed actor. - if (!IsValid(Actor)) - { - return nullptr; - } - - UFMODAudioComponent *AudioComponent; - if (Actor) - { - // Use actor as outer if we have one. - AudioComponent = NewObject(Actor); - } - else - { - // Let engine pick the outer (transient package). - AudioComponent = NewObject(); - } - check(AudioComponent); - AudioComponent->Event = Event; - AudioComponent->bAutoActivate = false; - AudioComponent->bAutoDestroy = bAutoDestroy; - AudioComponent->bStopWhenOwnerDestroyed = bStopWhenAttachedToDestroyed; -#if WITH_EDITORONLY_DATA - AudioComponent->bVisualizeComponent = false; -#endif - AudioComponent->RegisterComponentWithWorld(AttachToComponent->GetWorld()); - - AudioComponent->AttachToComponent(AttachToComponent, FAttachmentTransformRules::KeepRelativeTransform, AttachPointName); - if (LocationType == EAttachLocation::KeepWorldPosition) - { - AudioComponent->SetWorldLocation(Location); - } - else - { - AudioComponent->SetRelativeLocation(Location); - } - - if (bAutoPlay) - { - AudioComponent->Play(); - } - return AudioComponent; -} - -UFMODAsset *UFMODBlueprintStatics::FindAssetByName(const FString &Name) -{ - return IFMODStudioModule::Get().FindAssetByName(Name); -} - -UFMODEvent *UFMODBlueprintStatics::FindEventByName(const FString &Name) -{ - return IFMODStudioModule::Get().FindEventByName(Name); -} - -void UFMODBlueprintStatics::LoadBank(class UFMODBank *Bank, bool bBlocking, bool bLoadSampleData) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr && IsValid(Bank)) - { - UE_LOG(LogFMOD, Log, TEXT("LoadBank %s"), *Bank->GetName()); - - FString BankPath = IFMODStudioModule::Get().GetBankPath(*Bank); - FMOD::Studio::Bank *bank = nullptr; - FMOD_STUDIO_LOAD_BANK_FLAGS flags = (bBlocking || bLoadSampleData) ? FMOD_STUDIO_LOAD_BANK_NORMAL : FMOD_STUDIO_LOAD_BANK_NONBLOCKING; - - FMOD_RESULT result = StudioSystem->loadBankFile(TCHAR_TO_UTF8(*BankPath), flags, &bank); - if (result != FMOD_OK) - { - UE_LOG(LogFMOD, Error, TEXT("Failed to load bank %s: %s"), *Bank->GetName(), UTF8_TO_TCHAR(FMOD_ErrorString(result))); - } - if (result == FMOD_OK && bLoadSampleData) - { - bank->loadSampleData(); - } - } -} - -void UFMODBlueprintStatics::UnloadBank(class UFMODBank *Bank) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr && IsValid(Bank)) - { - UE_LOG(LogFMOD, Log, TEXT("UnloadBank %s"), *Bank->GetName()); - - FMOD::Studio::ID guid = FMODUtils::ConvertGuid(Bank->AssetGuid); - FMOD::Studio::Bank *bank = nullptr; - FMOD_RESULT result = StudioSystem->getBankByID(&guid, &bank); - if (result == FMOD_OK && bank != nullptr) - { - bank->unload(); - } - } -} - -bool UFMODBlueprintStatics::IsBankLoaded(class UFMODBank *Bank) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr && IsValid(Bank)) - { - FMOD::Studio::ID guid = FMODUtils::ConvertGuid(Bank->AssetGuid); - FMOD::Studio::Bank *bank = nullptr; - FMOD_RESULT result = StudioSystem->getBankByID(&guid, &bank); - if (result == FMOD_OK && bank != nullptr) - { - FMOD_STUDIO_LOADING_STATE loadingState; - if (bank->getLoadingState(&loadingState) == FMOD_OK) - { - return (loadingState == FMOD_STUDIO_LOADING_STATE_LOADED); - } - } - } - return false; -} - -void UFMODBlueprintStatics::LoadBankSampleData(class UFMODBank *Bank) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr && IsValid(Bank)) - { - FMOD::Studio::ID guid = FMODUtils::ConvertGuid(Bank->AssetGuid); - FMOD::Studio::Bank *bank = nullptr; - FMOD_RESULT result = StudioSystem->getBankByID(&guid, &bank); - if (result == FMOD_OK && bank != nullptr) - { - bank->loadSampleData(); - } - } -} - -void UFMODBlueprintStatics::UnloadBankSampleData(class UFMODBank *Bank) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr && IsValid(Bank)) - { - FMOD::Studio::ID guid = FMODUtils::ConvertGuid(Bank->AssetGuid); - FMOD::Studio::Bank *bank = nullptr; - FMOD_RESULT result = StudioSystem->getBankByID(&guid, &bank); - if (result == FMOD_OK && bank != nullptr) - { - bank->unloadSampleData(); - } - } -} - -void UFMODBlueprintStatics::LoadEventSampleData(UObject *WorldContextObject, class UFMODEvent *Event) -{ - if (IsValid(Event)) - { - FMOD::Studio::EventDescription *EventDesc = IFMODStudioModule::Get().GetEventDescription(Event); - if (EventDesc != nullptr) - { - EventDesc->loadSampleData(); - } - } -} - -void UFMODBlueprintStatics::UnloadEventSampleData(UObject *WorldContextObject, class UFMODEvent *Event) -{ - if (IsValid(Event)) - { - FMOD::Studio::EventDescription *EventDesc = IFMODStudioModule::Get().GetEventDescription(Event); - if (EventDesc != nullptr) - { - EventDesc->unloadSampleData(); - } - } -} - -TArray UFMODBlueprintStatics::FindEventInstances(UObject *WorldContextObject, UFMODEvent *Event) -{ - TArray Instances; - if (IsValid(Event)) - { - FMOD::Studio::EventDescription *EventDesc = IFMODStudioModule::Get().GetEventDescription(Event); - if (EventDesc != nullptr) - { - int Capacity = 0; - EventDesc->getInstanceCount(&Capacity); - if (Capacity > 0) - { - TArray InstancePointers; - InstancePointers.SetNum(Capacity, true); - int Count = 0; - EventDesc->getInstanceList(InstancePointers.GetData(), Capacity, &Count); - Instances.SetNum(Count, true); - for (int i = 0; i < Count; ++i) - { - Instances[i].Instance = InstancePointers[i]; - } - } - } - } - return Instances; -} - -void UFMODBlueprintStatics::BusSetVolume(class UFMODBus *Bus, float Volume) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr && IsValid(Bus)) - { - FMOD::Studio::ID guid = FMODUtils::ConvertGuid(Bus->AssetGuid); - FMOD::Studio::Bus *bus = nullptr; - FMOD_RESULT result = StudioSystem->getBusByID(&guid, &bus); - if (result == FMOD_OK && bus != nullptr) - { - bus->setVolume(Volume); - } - } -} - -void UFMODBlueprintStatics::BusSetPaused(class UFMODBus *Bus, bool bPaused) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr && IsValid(Bus)) - { - FMOD::Studio::ID guid = FMODUtils::ConvertGuid(Bus->AssetGuid); - FMOD::Studio::Bus *bus = nullptr; - FMOD_RESULT result = StudioSystem->getBusByID(&guid, &bus); - if (result == FMOD_OK && bus != nullptr) - { - bus->setPaused(bPaused); - } - } -} - -void UFMODBlueprintStatics::BusSetMute(class UFMODBus *Bus, bool bMute) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr && IsValid(Bus)) - { - FMOD::Studio::ID guid = FMODUtils::ConvertGuid(Bus->AssetGuid); - FMOD::Studio::Bus *bus = nullptr; - FMOD_RESULT result = StudioSystem->getBusByID(&guid, &bus); - if (result == FMOD_OK && bus != nullptr) - { - bus->setMute(bMute); - } - } -} - -void UFMODBlueprintStatics::BusStopAllEvents(UFMODBus *Bus, EFMOD_STUDIO_STOP_MODE stopMode) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr && IsValid(Bus)) - { - FMOD::Studio::ID guid = FMODUtils::ConvertGuid(Bus->AssetGuid); - FMOD::Studio::Bus *bus = nullptr; - FMOD_RESULT result = StudioSystem->getBusByID(&guid, &bus); - if (result == FMOD_OK && bus != nullptr) - { - bus->stopAllEvents((FMOD_STUDIO_STOP_MODE)stopMode); - } - } -} - -void UFMODBlueprintStatics::VCASetVolume(class UFMODVCA *Vca, float Volume) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr && IsValid(Vca)) - { - FMOD::Studio::ID guid = FMODUtils::ConvertGuid(Vca->AssetGuid); - FMOD::Studio::VCA *vca = nullptr; - FMOD_RESULT result = StudioSystem->getVCAByID(&guid, &vca); - if (result == FMOD_OK && vca != nullptr) - { - vca->setVolume(Volume); - } - } -} - -void UFMODBlueprintStatics::SetGlobalParameterByName(FName Name, float Value) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr) - { - FMOD_RESULT Result = StudioSystem->setParameterByName(TCHAR_TO_UTF8(*Name.ToString()), Value); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to set parameter %s"), *Name.ToString()); - } - } -} - -float UFMODBlueprintStatics::GetGlobalParameterByName(FName Name) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - float Value = 0.0f; - if (StudioSystem != nullptr) - { - FMOD_RESULT Result = StudioSystem->getParameterByName(TCHAR_TO_UTF8(*Name.ToString()), &Value); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to get event instance parameter %s"), *Name.ToString()); - } - } - return Value; -} - -void UFMODBlueprintStatics::GetGlobalParameterValueByName(FName Name, float &UserValue, float &FinalValue) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr) - { - FMOD_RESULT Result = StudioSystem->getParameterByName(TCHAR_TO_UTF8(*Name.ToString()), &UserValue, &FinalValue); - if (Result != FMOD_OK) - { - UserValue = FinalValue = 0.0f; - UE_LOG(LogFMOD, Warning, TEXT("Failed to get event instance parameter %s"), *Name.ToString()); - } - } -} - -bool UFMODBlueprintStatics::EventInstanceIsValid(FFMODEventInstance EventInstance) -{ - if (EventInstance.Instance) - { - return EventInstance.Instance->isValid(); - } - return false; -} - -void UFMODBlueprintStatics::EventInstanceSetVolume(FFMODEventInstance EventInstance, float Volume) -{ - if (EventInstance.Instance) - { - FMOD_RESULT Result = EventInstance.Instance->setVolume(Volume); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to set event instance volume")); - } - } -} - -void UFMODBlueprintStatics::EventInstanceSetPitch(FFMODEventInstance EventInstance, float Pitch) -{ - if (EventInstance.Instance) - { - FMOD_RESULT Result = EventInstance.Instance->setPitch(Pitch); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to set event instance pitch")); - } - } -} - -void UFMODBlueprintStatics::EventInstanceSetPaused(FFMODEventInstance EventInstance, bool Paused) -{ - if (EventInstance.Instance) - { - FMOD_RESULT Result = EventInstance.Instance->setPaused(Paused); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to pause event instance")); - } - } -} - -void UFMODBlueprintStatics::EventInstanceSetParameter(FFMODEventInstance EventInstance, FName Name, float Value) -{ - if (EventInstance.Instance) - { - FMOD_RESULT Result = EventInstance.Instance->setParameterByName(TCHAR_TO_UTF8(*Name.ToString()), Value); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to set event instance parameter %s"), *Name.ToString()); - } - } -} - -float UFMODBlueprintStatics::EventInstanceGetParameter(FFMODEventInstance EventInstance, FName Name) -{ - float Value = 0.0f; - if (EventInstance.Instance) - { - FMOD_RESULT Result = EventInstance.Instance->getParameterByName(TCHAR_TO_UTF8(*Name.ToString()), &Value); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to get event instance parameter %s"), *Name.ToString()); - } - } - return Value; -} - -void UFMODBlueprintStatics::EventInstanceGetParameterValue(FFMODEventInstance EventInstance, FName Name, float &UserValue, float &FinalValue) -{ - if (EventInstance.Instance) - { - FMOD_RESULT Result = EventInstance.Instance->getParameterByName(TCHAR_TO_UTF8(*Name.ToString()), &UserValue, &FinalValue); - if (Result != FMOD_OK) - { - UserValue = FinalValue = 0.0f; - UE_LOG(LogFMOD, Warning, TEXT("Failed to get event instance parameter %s"), *Name.ToString()); - } - } -} - -void UFMODBlueprintStatics::EventInstanceSetProperty(FFMODEventInstance EventInstance, EFMODEventProperty::Type Property, float Value) -{ - if (EventInstance.Instance) - { - FMOD_RESULT Result = EventInstance.Instance->setProperty((FMOD_STUDIO_EVENT_PROPERTY)Property, Value); - - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to set event instance property type %d to value %f (%s)"), (int)Property, Value, - FMOD_ErrorString(Result)); - } - } -} - -void UFMODBlueprintStatics::EventInstancePlay(FFMODEventInstance EventInstance) -{ - if (EventInstance.Instance) - { - FMOD_RESULT Result = EventInstance.Instance->start(); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to play event instance")); - } - // Once we start playing, allow instance to be cleaned up when it finishes - EventInstance.Instance->release(); - } -} - -void UFMODBlueprintStatics::EventInstanceStop(FFMODEventInstance EventInstance, bool Release) -{ - if (EventInstance.Instance) - { - FMOD_RESULT Result = EventInstance.Instance->stop(FMOD_STUDIO_STOP_ALLOWFADEOUT); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to stop event instance")); - } - else - { - if (Release) - { - EventInstanceRelease(EventInstance); - //EventInstance.Instance->release(); - } - } - } -} - -void UFMODBlueprintStatics::EventInstanceRelease(FFMODEventInstance EventInstance) -{ - if (EventInstance.Instance) - { - FMOD_RESULT Result = EventInstance.Instance->release(); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to release event instance")); - } - } -} - -void UFMODBlueprintStatics::EventInstanceKeyOff(FFMODEventInstance EventInstance) -{ - if (EventInstance.Instance) - { - EventInstance.Instance->keyOff(); - } -} - -void UFMODBlueprintStatics::EventInstanceSetTransform(FFMODEventInstance EventInstance, const FTransform &Location) -{ - if (EventInstance.Instance) - { - FMOD_3D_ATTRIBUTES attr = { { 0 } }; - FMODUtils::Assign(attr, Location); - FMOD_RESULT Result = EventInstance.Instance->set3DAttributes(&attr); - if (Result != FMOD_OK) - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to set transform on event instance")); - } - } -} - -TArray UFMODBlueprintStatics::GetOutputDrivers() -{ - TArray AllNames; - - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr) - { - FMOD::System *LowLevelSystem = nullptr; - verifyfmod(StudioSystem->getCoreSystem(&LowLevelSystem)); - - int DriverCount = 0; - verifyfmod(LowLevelSystem->getNumDrivers(&DriverCount)); - - for (int id = 0; id < DriverCount; ++id) - { - char DriverNameUTF8[256] = {}; - verifyfmod(LowLevelSystem->getDriverInfo(id, DriverNameUTF8, sizeof(DriverNameUTF8), 0, 0, 0, 0)); - FString DriverName(UTF8_TO_TCHAR(DriverNameUTF8)); - AllNames.Add(DriverName); - } - } - - return AllNames; -} - -void UFMODBlueprintStatics::SetOutputDriverByName(FString NewDriverName) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr) - { - FMOD::System *LowLevelSystem = nullptr; - verifyfmod(StudioSystem->getCoreSystem(&LowLevelSystem)); - - int DriverIndex = -1; - int DriverCount = 0; - verifyfmod(LowLevelSystem->getNumDrivers(&DriverCount)); - - for (int id = 0; id < DriverCount; ++id) - { - char DriverNameUTF8[256] = {}; - verifyfmod(LowLevelSystem->getDriverInfo(id, DriverNameUTF8, sizeof(DriverNameUTF8), 0, 0, 0, 0)); - FString DriverName(UTF8_TO_TCHAR(DriverNameUTF8)); - UE_LOG(LogFMOD, Log, TEXT("Driver %d: %s"), id, *DriverName); - if (DriverName.Contains(NewDriverName)) - { - DriverIndex = id; - } - } - - if (DriverIndex >= 0) - { - UE_LOG(LogFMOD, Log, TEXT("Selected driver %d"), DriverIndex); - verifyfmod(LowLevelSystem->setDriver(DriverIndex)); - } - else - { - UE_LOG(LogFMOD, Warning, TEXT("Did not find driver of name '%s'"), *NewDriverName); - } - } -} - -void UFMODBlueprintStatics::SetOutputDriverByIndex(int NewDriverIndex) -{ - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr) - { - FMOD::System *LowLevelSystem = nullptr; - verifyfmod(StudioSystem->getCoreSystem(&LowLevelSystem)); - - int DriverCount = 0; - verifyfmod(LowLevelSystem->getNumDrivers(&DriverCount)); - - if (NewDriverIndex >= 0 && NewDriverIndex < DriverCount) - { - UE_LOG(LogFMOD, Log, TEXT("Selected driver %d"), NewDriverIndex); - verifyfmod(LowLevelSystem->setDriver(NewDriverIndex)); - } - else - { - UE_LOG(LogFMOD, Warning, TEXT("Driver %d out of range"), NewDriverIndex); - } - } -} - -void UFMODBlueprintStatics::MixerSuspend() -{ - UE_LOG(LogFMOD, Log, TEXT("MixerSuspend called")); - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr) - { - FMOD::System *LowLevelSystem = nullptr; - verifyfmod(StudioSystem->getCoreSystem(&LowLevelSystem)); - - verifyfmod(LowLevelSystem->mixerSuspend()); - } -} - -void UFMODBlueprintStatics::MixerResume() -{ - UE_LOG(LogFMOD, Log, TEXT("MixerResume called")); - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (StudioSystem != nullptr) - { - FMOD::System *LowLevelSystem = nullptr; - verifyfmod(StudioSystem->getCoreSystem(&LowLevelSystem)); - - verifyfmod(LowLevelSystem->mixerResume()); - } -} - -void UFMODBlueprintStatics::SetLocale(const FString& Locale) -{ - IFMODStudioModule::Get().SetLocale(Locale); -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBus.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBus.cpp deleted file mode 100644 index e7a61bde..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODBus.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODBus.h" -#include "FMODStudioModule.h" - -UFMODBus::UFMODBus(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ -} - -/** Get tags to show in content view */ -void UFMODBus::GetAssetRegistryTags(TArray &OutTags) const -{ - Super::GetAssetRegistryTags(OutTags); -} - -FString UFMODBus::GetDesc() -{ - return FString::Printf(TEXT("Bus %s"), *AssetGuid.ToString(EGuidFormats::DigitsWithHyphensInBraces)); -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODEvent.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODEvent.cpp deleted file mode 100644 index 86295d39..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODEvent.cpp +++ /dev/null @@ -1,58 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODEvent.h" -#include "FMODStudioModule.h" -#include "fmod_studio.hpp" - -UFMODEvent::UFMODEvent(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ -} - -/** Get tags to show in content view */ -void UFMODEvent::GetAssetRegistryTags(TArray &OutTags) const -{ - Super::GetAssetRegistryTags(OutTags); - if (IFMODStudioModule::Get().AreBanksLoaded()) - { - FMOD::Studio::EventDescription *EventDesc = IFMODStudioModule::Get().GetEventDescription(this, EFMODSystemContext::Max); - - bool bOneshot = false; - bool bStream = false; - bool b3D = false; - if (EventDesc) - { - EventDesc->isOneshot(&bOneshot); - EventDesc->isStream(&bStream); - EventDesc->is3D(&b3D); - } - - OutTags.Add(UObject::FAssetRegistryTag("Oneshot", bOneshot ? TEXT("True") : TEXT("False"), UObject::FAssetRegistryTag::TT_Alphabetical)); - OutTags.Add(UObject::FAssetRegistryTag("Streaming", bStream ? TEXT("True") : TEXT("False"), UObject::FAssetRegistryTag::TT_Alphabetical)); - OutTags.Add(UObject::FAssetRegistryTag("3D", b3D ? TEXT("True") : TEXT("False"), UObject::FAssetRegistryTag::TT_Alphabetical)); - } -} - -FString UFMODEvent::GetDesc() -{ - return FString::Printf(TEXT("Event %s"), *AssetGuid.ToString(EGuidFormats::DigitsWithHyphensInBraces)); -} - -void UFMODEvent::GetParameterDescriptions(TArray &Parameters) const -{ - if (IFMODStudioModule::Get().AreBanksLoaded()) - { - FMOD::Studio::EventDescription *EventDesc = IFMODStudioModule::Get().GetEventDescription(this, EFMODSystemContext::Auditioning); - - if (EventDesc) - { - int ParameterCount; - EventDesc->getParameterDescriptionCount(&ParameterCount); - Parameters.SetNumUninitialized(ParameterCount); - for (int ParameterIndex = 0; ParameterIndex < ParameterCount; ++ParameterIndex) - { - EventDesc->getParameterDescriptionByIndex(ParameterIndex, &Parameters[ParameterIndex]); - } - } - } -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODFileCallbacks.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODFileCallbacks.cpp deleted file mode 100644 index 41e45e22..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODFileCallbacks.cpp +++ /dev/null @@ -1,346 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2015. - -#include "FMODFileCallbacks.h" -#include "fmod_errors.h" -#include "FMODUtils.h" -#include "HAL/FileManager.h" -#include "GenericPlatform/GenericPlatformProcess.h" -#include "HAL/Runnable.h" -#include "HAL/RunnableThread.h" -#include "Misc/ScopeLock.h" -#include "FMODStudioPrivatePCH.h" - -FMOD_RESULT F_CALLBACK FMODLogCallback(FMOD_DEBUG_FLAGS flags, const char *file, int line, const char *func, const char *message) -{ - if (flags & FMOD_DEBUG_LEVEL_ERROR) - { - UE_LOG(LogFMOD, Error, TEXT("%s(%d) - %s"), UTF8_TO_TCHAR(file), line, UTF8_TO_TCHAR(message)); - } - else if (flags & FMOD_DEBUG_LEVEL_WARNING) - { - FString Message = UTF8_TO_TCHAR(message); - UE_LOG(LogFMOD, Warning, TEXT("%s(%d) - %s"), UTF8_TO_TCHAR(file), line, *Message); - if (GIsEditor) - { - int32 StartIndex = Message.Find(TEXT("Missing DSP plugin '")); - if (StartIndex != INDEX_NONE) - { - int32 Len = FString(TEXT("Missing DSP plugin '")).Len(); - int32 EndIndex; - if (Message.FindLastChar('\'', EndIndex) && EndIndex != INDEX_NONE && StartIndex + Len < EndIndex) - { - FString PluginName = Message.Mid(StartIndex + Len, EndIndex - StartIndex - Len); - - FModuleManager::GetModuleChecked("FMODStudio").AddRequiredPlugin(PluginName); - } - } - } - } - else if (flags & FMOD_DEBUG_LEVEL_LOG) - { - UE_LOG(LogFMOD, Log, TEXT("%s(%d) - %s"), UTF8_TO_TCHAR(file), line, UTF8_TO_TCHAR(message)); - } - return FMOD_OK; -} - -FMOD_RESULT F_CALLBACK FMODErrorCallback(FMOD_SYSTEM *system, FMOD_SYSTEM_CALLBACK_TYPE type, void *commanddata1, void* commanddata2, void *userdata) -{ - FMOD_ERRORCALLBACK_INFO *callbackInfo = (FMOD_ERRORCALLBACK_INFO *)commanddata1; - - if ((callbackInfo->instancetype == FMOD_ERRORCALLBACK_INSTANCETYPE_CHANNEL || callbackInfo->instancetype == FMOD_ERRORCALLBACK_INSTANCETYPE_CHANNELCONTROL) - && callbackInfo->result == FMOD_ERR_INVALID_HANDLE) - { - return FMOD_OK; - } - - UE_LOG(LogFMOD, Error, TEXT("%s(%s) returned error %d (\"%s\") for instance type: %d (0x%d)."), - UTF8_TO_TCHAR(callbackInfo->functionname), UTF8_TO_TCHAR(callbackInfo->functionparams), (int)callbackInfo->result, - UTF8_TO_TCHAR(FMOD_ErrorString(callbackInfo->result)), (int)callbackInfo->instancetype, callbackInfo->instance); - return FMOD_OK; -} - -class FFMODFileSystem : public FRunnable -{ -public: - FFMODFileSystem() - : mHandleIn(nullptr) - , mName(nullptr) - , mFileSize(nullptr) - , mHandleOut(nullptr) - , mBuffer(nullptr) - , mSizeBytes(0) - , mBytesRead(nullptr) - , mSeekPosition(0) - , mCommand(COMMAND_MAX) - , mResult(FMOD_OK) - , mReferenceCount(0) - , mThread(nullptr) - , mCommandReadyEvent(nullptr) - , mCommandCompleteEvent(nullptr) - { - } - - static FMOD_RESULT F_CALLBACK OpenCallback(const char *name, unsigned int *filesize, void **handle, void * /*userdata*/); - static FMOD_RESULT F_CALLBACK CloseCallback(void *handle, void * /*userdata*/); - static FMOD_RESULT F_CALLBACK ReadCallback(void *handle, void *buffer, unsigned int sizebytes, unsigned int *bytesread, void * /*userdata*/); - static FMOD_RESULT F_CALLBACK SeekCallback(void *handle, unsigned int pos, void * /*userdata*/); - - static FMOD_RESULT OpenInternal(const char *name, unsigned int *filesize, void **handle); - static FMOD_RESULT CloseInternal(void *handle); - static FMOD_RESULT ReadInternal(void *handle, void *buffer, unsigned int sizebytes, unsigned int *bytesread); - static FMOD_RESULT SeekInternal(void *handle, unsigned int pos); - - void IncrementReferenceCount() - { - FScopeLock lock(&mCrit); - - ++mReferenceCount; - - if (mReferenceCount == 1) - { - check(!mThread); - - mCommandReadyEvent = FGenericPlatformProcess::GetSynchEventFromPool(); - mCommandCompleteEvent = FGenericPlatformProcess::GetSynchEventFromPool(); - mThread = FRunnableThread::Create(this, TEXT("FMOD File Access Coordinator")); - } - } - - void DecrementReferenceCount() - { - FScopeLock lock(&mCrit); - - check(mReferenceCount > 0); - check(mThread); - - --mReferenceCount; - - if (mReferenceCount == 0) - { - verifyfmod(RunCommand(COMMAND_STOP)); - mThread->WaitForCompletion(); - - FGenericPlatformProcess::ReturnSynchEventToPool(mCommandReadyEvent); - mCommandReadyEvent = nullptr; - FGenericPlatformProcess::ReturnSynchEventToPool(mCommandCompleteEvent); - mCommandCompleteEvent = nullptr; - delete mThread; - mThread = nullptr; - } - } - - void Attach(FMOD::System *system, int32 fileBufferSize) - { - check(mThread); - - verifyfmod(system->setFileSystem(OpenCallback, CloseCallback, ReadCallback, SeekCallback, 0, 0, fileBufferSize)); - } - - uint32 Run() override - { - bool stopRequested = false; - - while (!stopRequested) - { - mCommandReadyEvent->Wait(); - - switch (mCommand) - { - case COMMAND_OPEN: - mResult = OpenInternal(mName, mFileSize, mHandleOut); - break; - case COMMAND_CLOSE: - mResult = CloseInternal(mHandleIn); - break; - case COMMAND_READ: - mResult = ReadInternal(mHandleIn, mBuffer, mSizeBytes, mBytesRead); - break; - case COMMAND_SEEK: - mResult = SeekInternal(mHandleIn, mSeekPosition); - break; - case COMMAND_STOP: - stopRequested = true; - mResult = FMOD_OK; - break; - } - - mCommandCompleteEvent->Trigger(); - } - - return 0; - } - -private: - enum Command - { - COMMAND_OPEN, - COMMAND_CLOSE, - COMMAND_READ, - COMMAND_SEEK, - COMMAND_STOP, - COMMAND_MAX, - }; - - FMOD_RESULT RunCommand(Command command) - { - check(mThread); - - mCommand = command; - mCommandReadyEvent->Trigger(); - mCommandCompleteEvent->Wait(); - - return mResult; - } - - // Parameter for Close, Seek and Read - void *mHandleIn; - - // Parameters for Open - const char *mName; - unsigned int *mFileSize; - void **mHandleOut; - - // Parameters for Read - void *mBuffer; - unsigned int mSizeBytes; - unsigned int *mBytesRead; - - // Parameter for Seek - unsigned int mSeekPosition; - - Command mCommand; - FMOD_RESULT mResult; - - int mReferenceCount; - FRunnableThread *mThread; - FEvent *mCommandReadyEvent; - FEvent *mCommandCompleteEvent; - - FCriticalSection mCrit; -}; - -static FFMODFileSystem gFileSystem; - -FMOD_RESULT F_CALLBACK FFMODFileSystem::OpenCallback(const char *name, unsigned int *filesize, void **handle, void * /*userdata*/) -{ - FScopeLock lock(&gFileSystem.mCrit); - gFileSystem.mName = name; - gFileSystem.mFileSize = filesize; - gFileSystem.mHandleOut = handle; - - return gFileSystem.RunCommand(COMMAND_OPEN); -} - -FMOD_RESULT FFMODFileSystem::OpenInternal(const char *name, unsigned int *filesize, void **handle) -{ - if (name) - { - FArchive *Archive = IFileManager::Get().CreateFileReader(UTF8_TO_TCHAR(name)); - UE_LOG(LogFMOD, Verbose, TEXT("FFMODFileSystem::OpenInternal opening '%s' returned archive %p"), UTF8_TO_TCHAR(name), Archive); - if (!Archive) - { - return FMOD_ERR_FILE_NOTFOUND; - } - *filesize = Archive->TotalSize(); - *handle = Archive; - UE_LOG(LogFMOD, Verbose, TEXT(" TotalSize = %d"), *filesize); - } - - return FMOD_OK; -} - -FMOD_RESULT F_CALLBACK FFMODFileSystem::CloseCallback(void *handle, void * /*userdata*/) -{ - FScopeLock lock(&gFileSystem.mCrit); - gFileSystem.mHandleIn = handle; - - return gFileSystem.RunCommand(COMMAND_CLOSE); -} - -FMOD_RESULT FFMODFileSystem::CloseInternal(void *handle) -{ - if (!handle) - { - return FMOD_ERR_INVALID_PARAM; - } - - FArchive *Archive = (FArchive *)handle; - UE_LOG(LogFMOD, Verbose, TEXT("FFMODFileSystem::CloseCallback closing archive %p"), Archive); - delete Archive; - - return FMOD_OK; -} - -FMOD_RESULT F_CALLBACK FFMODFileSystem::ReadCallback(void *handle, void *buffer, unsigned int sizebytes, unsigned int *bytesread, void * /*userdata*/) -{ - FScopeLock lock(&gFileSystem.mCrit); - gFileSystem.mHandleIn = handle; - gFileSystem.mBuffer = buffer; - gFileSystem.mSizeBytes = sizebytes; - gFileSystem.mBytesRead = bytesread; - - return gFileSystem.RunCommand(COMMAND_READ); -} - -FMOD_RESULT FFMODFileSystem::ReadInternal(void *handle, void *buffer, unsigned int sizebytes, unsigned int *bytesread) -{ - if (!handle) - { - return FMOD_ERR_INVALID_PARAM; - } - - if (bytesread) - { - FArchive *Archive = (FArchive *)handle; - - int64 BytesLeft = Archive->TotalSize() - Archive->Tell(); - int64 ReadAmount = FMath::Min((int64)sizebytes, BytesLeft); - - Archive->Serialize(buffer, ReadAmount); - *bytesread = (unsigned int)ReadAmount; - if (ReadAmount < (int64)sizebytes) - { - UE_LOG(LogFMOD, Verbose, TEXT(" -> EOF ")); - return FMOD_ERR_FILE_EOF; - } - } - - return FMOD_OK; -} - -FMOD_RESULT F_CALLBACK FFMODFileSystem::SeekCallback(void *handle, unsigned int pos, void * /*userdata*/) -{ - FScopeLock lock(&gFileSystem.mCrit); - gFileSystem.mHandleIn = handle; - gFileSystem.mSeekPosition = pos; - - return gFileSystem.RunCommand(COMMAND_SEEK); -} - -FMOD_RESULT FFMODFileSystem::SeekInternal(void *handle, unsigned int pos) -{ - if (!handle) - { - return FMOD_ERR_INVALID_PARAM; - } - - FArchive *Archive = (FArchive *)handle; - Archive->Seek(pos); - - return FMOD_OK; -} - -void AcquireFMODFileSystem() -{ - gFileSystem.IncrementReferenceCount(); -} - -void ReleaseFMODFileSystem() -{ - gFileSystem.DecrementReferenceCount(); -} - -void AttachFMODFileSystem(FMOD::System *system, int32 fileBufferSize) -{ - gFileSystem.Attach(system, fileBufferSize); -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODFileCallbacks.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODFileCallbacks.h deleted file mode 100644 index 849dd91b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODFileCallbacks.h +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "fmod.hpp" -#include "GenericPlatform/GenericPlatform.h" - -FMOD_RESULT F_CALLBACK FMODLogCallback(FMOD_DEBUG_FLAGS flags, const char *file, int line, const char *func, const char *message); -FMOD_RESULT F_CALLBACK FMODErrorCallback(FMOD_SYSTEM *system, FMOD_SYSTEM_CALLBACK_TYPE type, void *commanddata1, void *commanddata2, void *userdata); - -void AcquireFMODFileSystem(); -void ReleaseFMODFileSystem(); -void AttachFMODFileSystem(FMOD::System *system, FGenericPlatformTypes::int32 fileBufferSize); diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODListener.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODListener.cpp deleted file mode 100644 index 643e4242..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODListener.cpp +++ /dev/null @@ -1,86 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODListener.h" -#include "Misc/App.h" -#include "AudioDefines.h" -#include "Sound/AudioVolume.h" - -float FFMODListener::Interpolate(const double EndTime) -{ - if (FApp::GetCurrentTime() < InteriorStartTime) - { - return (0.0f); - } - - if (FApp::GetCurrentTime() >= EndTime) - { - return (1.0f); - } - - float InterpValue = (float)((FApp::GetCurrentTime() - InteriorStartTime) / (EndTime - InteriorStartTime)); - return (InterpValue); -} - -void FFMODListener::UpdateCurrentInteriorSettings() -{ - // Store the interpolation value, not the actual value - InteriorVolumeInterp = Interpolate(InteriorEndTime); - ExteriorVolumeInterp = Interpolate(ExteriorEndTime); - InteriorLPFInterp = Interpolate(InteriorLPFEndTime); - ExteriorLPFInterp = Interpolate(ExteriorLPFEndTime); -} - -void FFMODListener::ApplyInteriorSettings(class AAudioVolume *InVolume, const FInteriorSettings &Settings) -{ - if (InteriorSettings != Settings) - { - // Use previous/ current interpolation time if we're transitioning to the default worldsettings zone. - InteriorStartTime = FApp::GetCurrentTime(); - InteriorEndTime = InteriorStartTime + (Settings.bIsWorldSettings ? InteriorSettings.InteriorTime : Settings.InteriorTime); - ExteriorEndTime = InteriorStartTime + (Settings.bIsWorldSettings ? InteriorSettings.ExteriorTime : Settings.ExteriorTime); - InteriorLPFEndTime = InteriorStartTime + (Settings.bIsWorldSettings ? InteriorSettings.InteriorLPFTime : Settings.InteriorLPFTime); - ExteriorLPFEndTime = InteriorStartTime + (Settings.bIsWorldSettings ? InteriorSettings.ExteriorLPFTime : Settings.ExteriorLPFTime); - - InteriorSettings = Settings; - } - Volume = InVolume; -} - -FFMODInteriorSettings::FFMODInteriorSettings() - : bIsWorldSettings(false) - , ExteriorVolume(1.0f) - , ExteriorTime(0.5f) - , ExteriorLPF(MAX_FILTER_FREQUENCY) - , ExteriorLPFTime(0.5f) - , InteriorVolume(1.0f) - , InteriorTime(0.5f) - , InteriorLPF(MAX_FILTER_FREQUENCY) - , InteriorLPFTime(0.5f) -{ -} - -bool FFMODInteriorSettings::operator==(const FInteriorSettings &Other) const -{ - return (this->bIsWorldSettings == Other.bIsWorldSettings) && (this->ExteriorVolume == Other.ExteriorVolume) && - (this->ExteriorTime == Other.ExteriorTime) && (this->ExteriorLPF == Other.ExteriorLPF) && - (this->ExteriorLPFTime == Other.ExteriorLPFTime) && (this->InteriorVolume == Other.InteriorVolume) && - (this->InteriorTime == Other.InteriorTime) && (this->InteriorLPF == Other.InteriorLPF) && (this->InteriorLPFTime == Other.InteriorLPFTime); -} -bool FFMODInteriorSettings::operator!=(const FInteriorSettings &Other) const -{ - return !(*this == Other); -} - -FFMODInteriorSettings &FFMODInteriorSettings::operator=(FInteriorSettings Other) -{ - bIsWorldSettings = Other.bIsWorldSettings; - ExteriorVolume = Other.ExteriorVolume; - ExteriorTime = Other.ExteriorTime; - ExteriorLPF = Other.ExteriorLPF; - ExteriorLPFTime = Other.ExteriorLPFTime; - InteriorVolume = Other.InteriorVolume; - InteriorTime = Other.InteriorTime; - InteriorLPF = Other.InteriorLPF; - InteriorLPFTime = Other.InteriorLPFTime; - return *this; -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODListener.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODListener.h deleted file mode 100644 index e5ce33d7..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODListener.h +++ /dev/null @@ -1,85 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "GenericPlatform/GenericPlatform.h" -#include "UObject/Object.h" -#include "Math/Vector.h" - -struct FInteriorSettings; - -/** Struct encapsulating settings for interior areas. */ -struct FFMODInteriorSettings -{ - uint32 bIsWorldSettings : 1; - float ExteriorVolume; - float ExteriorTime; - float ExteriorLPF; - float ExteriorLPFTime; - float InteriorVolume; - float InteriorTime; - float InteriorLPF; - float InteriorLPFTime; - - FFMODInteriorSettings(); - bool operator==(const FInteriorSettings &Other) const; - bool operator!=(const FInteriorSettings &Other) const; - FFMODInteriorSettings &operator=(FInteriorSettings Other); -}; - -/** A direct copy of FListener (which doesn't have external linkage, unfortunately) **/ -struct FFMODListener -{ - FTransform Transform; - FVector Velocity; - - struct FFMODInteriorSettings InteriorSettings; - /** The volume the listener resides in */ - class AAudioVolume *Volume; - - /** The times of interior volumes fading in and out */ - double InteriorStartTime; - double InteriorEndTime; - double ExteriorEndTime; - double InteriorLPFEndTime; - double ExteriorLPFEndTime; - float InteriorVolumeInterp; - float InteriorLPFInterp; - float ExteriorVolumeInterp; - float ExteriorLPFInterp; - - FVector GetUp() const { return Transform.GetUnitAxis(EAxis::Z); } - FVector GetFront() const { return Transform.GetUnitAxis(EAxis::Y); } - FVector GetRight() const { return Transform.GetUnitAxis(EAxis::X); } - - /** - * Works out the interp value between source and end - */ - float Interpolate(const double EndTime); - - /** - * Gets the current state of the interior settings for the listener - */ - void UpdateCurrentInteriorSettings(); - - /** - * Apply the interior settings to ambient sounds - */ - void ApplyInteriorSettings(class AAudioVolume *Volume, const FInteriorSettings &Settings); - - FFMODListener() - : Transform(FTransform::Identity) - , Velocity(ForceInit) - , Volume(NULL) - , InteriorStartTime(0.0) - , InteriorEndTime(0.0) - , ExteriorEndTime(0.0) - , InteriorLPFEndTime(0.0) - , ExteriorLPFEndTime(0.0) - , InteriorVolumeInterp(0.f) - , InteriorLPFInterp(0.f) - , ExteriorVolumeInterp(0.f) - , ExteriorLPFInterp(0.f) - { - } -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODPlatform.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODPlatform.h deleted file mode 100644 index 095cf597..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODPlatform.h +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. -#pragma once - -#include "Containers/UnrealString.h" -#include "fmod_common.h" -#include "FMODSettings.h" - -FString FMODPlatform_GetDllPath(const TCHAR *ShortName, bool bExplicitPath, bool bUseLibPrefix); - -EFMODPlatforms::Type FMODPlatform_CurrentPlatform(); - -FString FMODPlatform_PlatformName(); - -void FMODPlatform_SetRealChannelCount(FMOD_ADVANCEDSETTINGS* advSettings); - -int FMODPlatform_MemoryPoolSize(); - -#ifdef FMOD_PLATFORM_LOAD_DLL -void* FMODPlatformLoadDll(const TCHAR* LibToLoad); -#endif - -FMOD_RESULT FMODPlatformSystemSetup(); \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODPort.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODPort.cpp deleted file mode 100644 index a3a81963..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODPort.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODPort.h" -#include "FMODStudioModule.h" - -UFMODPort::UFMODPort(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ -} - -/** Get tags to show in content view */ -void UFMODPort::GetAssetRegistryTags(TArray &OutTags) const -{ - Super::GetAssetRegistryTags(OutTags); -} - -FString UFMODPort::GetDesc() -{ - return FString::Printf(TEXT("Port %s"), *AssetGuid.ToString(EGuidFormats::DigitsWithHyphensInBraces)); -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODSettings.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODSettings.cpp deleted file mode 100644 index 7fd23378..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODSettings.cpp +++ /dev/null @@ -1,300 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODSettings.h" -#include "Misc/Paths.h" - -#if WITH_EDITOR -#include "Settings/ProjectPackagingSettings.h" -#include -#endif - -#ifdef FMOD_PLATFORM_HEADER -#include "FMODPlatform.h" -#endif - -////////////////////////////////////////////////////////////////////////// -// UPaperRuntimeSettings - -inline EFMODPlatforms::Type CurrentPlatform() -{ - EFMODPlatforms::Type platform; -#if defined(FMOD_PLATFORM_HEADER) - platform = FMODPlatform_CurrentPlatform(); -#elif WITH_EDITOR - platform = EFMODPlatforms::Editor; -#elif PLATFORM_WINDOWS - platform = EFMODPlatforms::Windows; -#elif PLATFORM_LINUX - platform = EFMODPlatforms::Linux; -#elif PLATFORM_MAC - platform = EFMODPlatforms::Mac; -#elif PLATFORM_ANDROID - platform = EFMODPlatforms::Android; -#elif PLATFORM_IOS || PLATFORM_TVOS - platform = EFMODPlatforms::IOS; -#endif - return platform; -} - -UFMODSettings::UFMODSettings(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) - , bLoadAllBanks(true) - , bLoadAllSampleData(false) - , bEnableLiveUpdate(true) - , bEnableEditorLiveUpdate(false) - , OutputFormat(EFMODSpeakerMode::Surround_5_1) - , OutputType(EFMODOutput::TYPE_AUTODETECT) - , Vol0VirtualLevel(0.001f) - , SampleRate(0) - , bMatchHardwareSampleRate(true) - , RealChannelCount(64) - , TotalChannelCount(512) - , DSPBufferLength(0) - , DSPBufferCount(0) - , FileBufferSize(2048) - , StudioUpdatePeriod(0) - , bLockAllBuses(false) - , LiveUpdatePort(9264) - , EditorLiveUpdatePort(9265) - , ReloadBanksDelay(5) - , bEnableAPIErrorLogging(false) - , bEnableMemoryTracking(false) - , ContentBrowserPrefix(TEXT("/Game/FMOD/")) - , MasterBankName(TEXT("Master")) - , LoggingLevel(LEVEL_WARNING) - , bFMODAudioLinkEnabled(false) -{ - BankOutputDirectory.Path = TEXT("FMOD"); -} - -FString UFMODSettings::GetFullBankPath() const -{ - FString FullPath = BankOutputDirectory.Path; - if (FPaths::IsRelative(FullPath)) - { - FullPath = FPaths::ProjectContentDir() / FullPath; - } - - if (ForcePlatformName == TEXT(".")) - { - // Leave path without subdirectory - } - else if (!ForcePlatformName.IsEmpty()) - { - FullPath = FullPath / ForcePlatformName; - } - else - { -#ifdef FMOD_PLATFORM_HEADER - FString PlatformName = FMODPlatform_PlatformName(); -#elif PLATFORM_IOS || PLATFORM_TVOS || PLATFORM_ANDROID - FString PlatformName = "Mobile"; -#else - FString PlatformName = "Desktop"; -#endif - FullPath = FullPath / PlatformName; - } - return FullPath; -} - -FString UFMODSettings::GetMasterBankFilename() const -{ - return MasterBankName + TEXT(".bank"); -} - -FString UFMODSettings::GetMasterAssetsBankFilename() const -{ - return MasterBankName + TEXT(".assets.bank"); -} - -FString UFMODSettings::GetMasterStringsBankFilename() const -{ - return MasterBankName + TEXT(".strings.bank"); -} - -FString UFMODSettings::GetFullContentPath() const -{ - return ContentBrowserPrefix; -} - -#if WITH_EDITOR -FString UFMODSettings::GetDesktopBankPath() const -{ - FString Path = BankOutputDirectory.Path; - - if (ForcePlatformName.IsEmpty()) - { - Path = Path / "Desktop"; - } - else if (ForcePlatformName != TEXT(".")) - { - Path = Path / ForcePlatformName; - } - - return Path; -} - -UFMODSettings::EProblem UFMODSettings::Check() const -{ - if (!IsBankPathSet()) - { - return BankPathNotSet; - } - - // Check packaging settings to ensure that only the correct bank output directory for desktop (or forced platform) banks is set-up for staging - FString DesktopBankPath = GetDesktopBankPath(); - UProjectPackagingSettings* PackagingSettings = Cast(UProjectPackagingSettings::StaticClass()->GetDefaultObject()); - bool bCorrectPathAdded = false; - bool bOtherPathsAdded = false; - bool bAssetsToCookAdded = false; - - for (int i = 0; i < PackagingSettings->DirectoriesToAlwaysStageAsNonUFS.Num(); ++i) - { - if (PackagingSettings->DirectoriesToAlwaysStageAsNonUFS[i].Path.StartsWith(BankOutputDirectory.Path)) - { - if (PackagingSettings->DirectoriesToAlwaysStageAsNonUFS[i].Path == DesktopBankPath) - { - bCorrectPathAdded = true; - } - else - { - bOtherPathsAdded = true; - } - } - } - - for (int i = 0; i < PackagingSettings->DirectoriesToAlwaysStageAsUFS.Num(); ++i) - { - if (PackagingSettings->DirectoriesToAlwaysStageAsUFS[i].Path.StartsWith(BankOutputDirectory.Path)) - { - bOtherPathsAdded = true; - break; - } - } - - for (int i = 0; i < PackagingSettings->DirectoriesToAlwaysCook.Num(); ++i) - { - if (PackagingSettings->DirectoriesToAlwaysCook[i].Path.StartsWith(GetFullContentPath())) - { - bAssetsToCookAdded = true; - break; - } - } - - if (!bCorrectPathAdded || bOtherPathsAdded || !bAssetsToCookAdded) - { - return PackagingSettingsBad; - } - - return Okay; -} - -void UFMODSettings::PostEditChangeProperty(FPropertyChangedEvent& e) -{ - FName PropertyName = (e.Property != NULL) ? e.Property->GetFName() : NAME_None; - // Validate ContentBrowserPrefix, as Unreal can crash if the prefix is improperly configured - if (PropertyName == GET_MEMBER_NAME_CHECKED(UFMODSettings, ContentBrowserPrefix)) - { - FStrProperty* prop = CastField(e.Property); - void* propertyAddress = e.Property->ContainerPtrToValuePtr(this); - FString contentBrowserPrefix = prop->GetPropertyValue(propertyAddress); - - // Check for empty prefix - if (contentBrowserPrefix.IsEmpty()) { - contentBrowserPrefix = "/"; - } - else { - - // FName's max length is 1023, but FMOD needs to append additional directories - // 512 is an arbitary length that should cover most prefix lengths - const int ContentBrowserPrefixMaxLength = 512; - - // Ensure that length doesn't exceed max prefix length - if (contentBrowserPrefix.Len() > ContentBrowserPrefixMaxLength) { - contentBrowserPrefix.LeftChopInline(ContentBrowserPrefixMaxLength); - } - - // Remove invalid long package characters - contentBrowserPrefix = ObjectTools::SanitizeInvalidChars(contentBrowserPrefix, INVALID_LONGPACKAGE_CHARACTERS); - - // Remove double slashes - int32 index = contentBrowserPrefix.Find(FString("//")); - while (index != INDEX_NONE) { - contentBrowserPrefix.RemoveAt(index); - index = contentBrowserPrefix.Find(FString("//")); - } - - // Check for starting and ending with slash - if (!contentBrowserPrefix.StartsWith("/")) { - contentBrowserPrefix = "/" + contentBrowserPrefix; - } - if (!contentBrowserPrefix.EndsWith("/")) { - contentBrowserPrefix += "/"; - } - } - - prop->SetPropertyValue(propertyAddress, contentBrowserPrefix); - - } - Super::PostEditChangeProperty(e); -} -#endif // WITH_EDITOR - -EFMODSpeakerMode::Type UFMODSettings::GetSpeakerMode() const -{ - return Platforms.Contains(CurrentPlatform()) ? Platforms.Find(CurrentPlatform())->SpeakerMode : OutputFormat; -} - -EFMODOutput::Type UFMODSettings::GetOutputType() const -{ - return Platforms.Contains(CurrentPlatform()) ? Platforms.Find(CurrentPlatform())->OutputType : OutputType; -} - -int32 UFMODSettings::GetSampleRate() const -{ - return Platforms.Contains(CurrentPlatform()) ? Platforms.Find(CurrentPlatform())->SampleRate : SampleRate; -} - -int32 UFMODSettings::GetMemoryPoolSize() const -{ - return (Platforms.Contains(CurrentPlatform()) ? Platforms.Find(CurrentPlatform())->CustomPoolSize : 0); -} - -int32 UFMODSettings::GetRealChannelCount() const -{ - return Platforms.Contains(CurrentPlatform()) ? Platforms.Find(CurrentPlatform())->RealChannelCount : RealChannelCount; -} - -bool UFMODSettings::SetCodecs(FMOD_ADVANCEDSETTINGS& advSettings) const -{ - const FFMODPlatformSettings* platform = Platforms.Find(CurrentPlatform()); - if (platform == nullptr) - { - return false; - } - TMap, int32> codecList = platform->Codecs; - - for (const TPair, int32>& pair : codecList) - { - switch (pair.Key) - { - case EFMODCodec::XMA: - advSettings.maxXMACodecs = pair.Value; - break; - case EFMODCodec::AT9: - advSettings.maxAT9Codecs = pair.Value; - break; - case EFMODCodec::FADPCM: - advSettings.maxFADPCMCodecs = pair.Value; - break; - case EFMODCodec::OPUS: - advSettings.maxOpusCodecs = pair.Value; - break; - case EFMODCodec::VORBIS: - default: - advSettings.maxVorbisCodecs = pair.Value; - break; - } - } - return true; -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODSnapshot.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODSnapshot.cpp deleted file mode 100644 index 057b72d5..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODSnapshot.cpp +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODSnapshot.h" -#include "FMODStudioModule.h" - -UFMODSnapshot::UFMODSnapshot(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ -} - -FString UFMODSnapshot::GetDesc() -{ - return FString::Printf(TEXT("Snapshot %s"), *AssetGuid.ToString(EGuidFormats::DigitsWithHyphensInBraces)); -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODSnapshotReverb.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODSnapshotReverb.cpp deleted file mode 100644 index 6cbf27d8..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODSnapshotReverb.cpp +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODSnapshotReverb.h" - -UFMODSnapshotReverb::UFMODSnapshotReverb(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ -} - -bool UFMODSnapshotReverb::IsAsset() const -{ - return this != GetClass()->GetDefaultObject(); -} - -#if WITH_EDITORONLY_DATA -void UFMODSnapshotReverb::PostEditChangeProperty(FPropertyChangedEvent &PropertyChangedEvent) -{ -} -#endif // EDITORONLY_DATA \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODStudioModule.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODStudioModule.cpp deleted file mode 100644 index 6f8f3a53..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODStudioModule.cpp +++ /dev/null @@ -1,1691 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODStudioModule.h" -#include "FMODSettings.h" -#include "FMODAudioComponent.h" -#include "FMODBlueprintStatics.h" -#include "FMODAssetTable.h" -#include "FMODFileCallbacks.h" -#include "FMODUtils.h" -#include "FMODEvent.h" -#include "FMODListener.h" -#include "FMODSnapshotReverb.h" - -#include "FMODAudioLinkModule.h" -#if WITH_EDITOR -#include "FMODAudioLinkEditorModule.h" -#endif - -#include "Async/Async.h" -#include "Interfaces/IPluginManager.h" -#include "Misc/App.h" -#include "Misc/CommandLine.h" -#include "Misc/CoreDelegates.h" -#include "Engine/Engine.h" -#include "Engine/LocalPlayer.h" -#include "Engine/GameViewportClient.h" -#include "GameFramework/PlayerController.h" -#include "Containers/Ticker.h" -#include "Misc/Paths.h" -#include "Runtime/Media/Public/IMediaClock.h" -#include "Runtime/Media/Public/IMediaClockSink.h" -#include "Runtime/Media/Public/IMediaModule.h" -#include "TimerManager.h" - -#include "fmod_studio.hpp" -#include "fmod_errors.h" -#include "FMODStudioPrivatePCH.h" - -#include - -#ifdef FMOD_PLATFORM_HEADER -#include "FMODPlatform.h" -#endif - -#if PLATFORM_IOS || PLATFORM_TVOS -#include -#endif - -#define LOCTEXT_NAMESPACE "FMODStudio" - -DEFINE_LOG_CATEGORY(LogFMOD); - -DECLARE_STATS_GROUP(TEXT("FMOD"), STATGROUP_FMOD, STATCAT_Advanced); -DECLARE_FLOAT_COUNTER_STAT(TEXT("FMOD CPU - Mixer"), STAT_FMOD_CPUMixer, STATGROUP_FMOD); -DECLARE_FLOAT_COUNTER_STAT(TEXT("FMOD CPU - Studio"), STAT_FMOD_CPUStudio, STATGROUP_FMOD); -DECLARE_MEMORY_STAT(TEXT("FMOD Memory - Current"), STAT_FMOD_Current_Memory, STATGROUP_FMOD); -DECLARE_MEMORY_STAT(TEXT("FMOD Memory - Max"), STAT_FMOD_Max_Memory, STATGROUP_FMOD); -DECLARE_DWORD_COUNTER_STAT(TEXT("FMOD Channels - Total"), STAT_FMOD_Total_Channels, STATGROUP_FMOD); -DECLARE_DWORD_COUNTER_STAT(TEXT("FMOD Channels - Real"), STAT_FMOD_Real_Channels, STATGROUP_FMOD); - -const TCHAR *FMODSystemContextNames[EFMODSystemContext::Max] = { - TEXT("Auditioning"), TEXT("Runtime"), TEXT("Editor"), -}; - -void *F_CALLBACK FMODMemoryAlloc(unsigned int size, FMOD_MEMORY_TYPE type, const char *sourcestr) -{ - return FMemory::Malloc(size); -} -void *F_CALLBACK FMODMemoryRealloc(void *ptr, unsigned int size, FMOD_MEMORY_TYPE type, const char *sourcestr) -{ - return FMemory::Realloc(ptr, size); -} -void F_CALLBACK FMODMemoryFree(void *ptr, FMOD_MEMORY_TYPE type, const char *sourcestr) -{ - FMemory::Free(ptr); -} - -struct FFMODSnapshotEntry -{ - FFMODSnapshotEntry(UFMODSnapshotReverb *InSnapshot = nullptr, FMOD::Studio::EventInstance *InInstance = nullptr) - : Snapshot(InSnapshot) - , Instance(InInstance) - , StartTime(0.0) - , FadeDuration(0.0f) - , FadeIntensityStart(0.0f) - , FadeIntensityEnd(0.0f) - { - } - - float CurrentIntensity() const - { - double CurrentTime = FApp::GetCurrentTime(); - if (StartTime + FadeDuration <= CurrentTime) - { - return FadeIntensityEnd; - } - else - { - float Factor = (CurrentTime - StartTime) / FadeDuration; - return FMath::Lerp(FadeIntensityStart, FadeIntensityEnd, Factor); - } - } - - void FadeTo(float Target, float Duration) - { - float StartIntensity = CurrentIntensity(); - - StartTime = FApp::GetCurrentTime(); - FadeDuration = Duration; - FadeIntensityStart = StartIntensity; - FadeIntensityEnd = Target; - } - - UFMODSnapshotReverb *Snapshot; - FMOD::Studio::EventInstance *Instance; - double StartTime; - float FadeDuration; - float FadeIntensityStart; - float FadeIntensityEnd; -}; - -class FFMODStudioSystemClockSink : public IMediaClockSink -{ -public: - DECLARE_DELEGATE(FUpdateListenerPosition); - - FFMODStudioSystemClockSink(FMOD::Studio::System *SystemIn) - : System(SystemIn) - , LastResult(FMOD_OK) - { - } - - virtual void TickRender(FTimespan DeltaTime, FTimespan Timecode) override - { - if (System) - { - if (UpdateListenerPosition.IsBound()) - { - UpdateListenerPosition.Execute(); - } - - LastResult = System->update(); - } - } - - void SetUpdateListenerPositionDelegate(FUpdateListenerPosition UpdateListenerPositionIn) { UpdateListenerPosition = UpdateListenerPositionIn; } - - void OnDestroyStudioSystem() { System = nullptr; } - - FMOD::Studio::System *System; - FMOD_RESULT LastResult; - FUpdateListenerPosition UpdateListenerPosition; -}; - -class FFMODStudioModule : public IFMODStudioModule -{ - TUniquePtr FMODAudioLinkModule; -#if WITH_EDITOR - TUniquePtr FMODAudioLinkEditorModule; -#endif -public: - /** IModuleInterface implementation */ - FFMODStudioModule() - : AuditioningInstance(nullptr) - , ListenerCount(1) - , bSimulating(false) - , bIsInPIE(false) - , bUseSound(true) - , bListenerMoved(true) - , bAllowLiveUpdate(true) - , bBanksLoaded(false) - , LowLevelLibHandle(nullptr) - , StudioLibHandle(nullptr) - , bMixerPaused(false) - , MemPool(nullptr) - { - for (int i = 0; i < EFMODSystemContext::Max; ++i) - { - StudioSystem[i] = nullptr; - } - } - - void HandleApplicationWillDeactivate() - { - AsyncTask(ENamedThreads::GameThread, [&]() { SetSystemPaused(true); }); - } - - void HandleApplicationHasReactivated() - { - AsyncTask(ENamedThreads::GameThread, [&]() { SetSystemPaused(false); }); - } - - virtual void StartupModule() override; - virtual void ShutdownModule() override; - - FString GetDllPath(const TCHAR *ShortName, bool bExplicitPath, bool bUseLibPrefix); - void *LoadDll(const TCHAR *ShortName); - - bool LoadLibraries(); - - void LoadBanks(EFMODSystemContext::Type Type); - void UnloadBanks(EFMODSystemContext::Type Type); - -#if WITH_EDITOR - FSimpleMulticastDelegate PreEndPIEDelegate; - FSimpleMulticastDelegate &PreEndPIEEvent() override { return PreEndPIEDelegate; }; - virtual void PreEndPIE() override; - void ReloadBanks(); - void LoadEditorBanks(); - void UnloadEditorBanks(); -#endif - - void CreateStudioSystem(EFMODSystemContext::Type Type); - void DestroyStudioSystem(EFMODSystemContext::Type Type); - - bool Tick(float DeltaTime); - - void UpdateListeners(); - void UpdateWorldListeners(UWorld *World, int *ListenerIndex); - - virtual FMOD::Studio::System *GetStudioSystem(EFMODSystemContext::Type Context) override; - virtual FMOD::Studio::EventDescription *GetEventDescription(const UFMODEvent *Event, EFMODSystemContext::Type Type) override; - virtual FMOD::Studio::EventInstance *CreateAuditioningInstance(const UFMODEvent *Event) override; - virtual void StopAuditioningInstance() override; - - virtual void SetListenerPosition(int ListenerIndex, UWorld *World, const FTransform &ListenerTransform, float DeltaSeconds) override; - virtual void FinishSetListenerPosition(int ListenerCount) override; - - virtual const FFMODListener &GetNearestListener(const FVector &Location) override; - - virtual bool HasListenerMoved() override; - - virtual void SetSystemPaused(bool paused) override; - - virtual void SetInPIE(bool bInPIE, bool simulating) override; - - virtual UFMODAsset *FindAssetByName(const FString &Name) override; - virtual UFMODEvent *FindEventByName(const FString &Name) override; - virtual FString GetBankPath(const UFMODBank &Bank) override; - virtual void GetAllBankPaths(TArray &Paths, bool IncludeMasterBank) const override; - - virtual TArray GetFailedBankLoads(EFMODSystemContext::Type Context) override { return FailedBankLoads[Context]; } - - virtual TArray GetRequiredPlugins() override { return RequiredPlugins; } - - virtual void AddRequiredPlugin(const FString &Plugin) - { - if (!RequiredPlugins.Contains(Plugin)) - { - RequiredPlugins.Add(Plugin); - } - } - - virtual bool UseSound() override { return bUseSound; } - - virtual bool LoadPlugin(EFMODSystemContext::Type Context, const TCHAR *ShortName) override; - - virtual void LogError(int result, const char *function) override; - - virtual bool AreBanksLoaded() override; - - virtual bool SetLocale(const FString& Locale) override; - - virtual FString GetLocale() override; - - virtual FString GetDefaultLocale() override; - - void ResetInterpolation(); - -#if PLATFORM_IOS || PLATFORM_TVOS - void InitializeAudioSession(); -#endif - - /** The studio system handle. */ - FMOD::Studio::System *StudioSystem[EFMODSystemContext::Max]; - FMOD::Studio::EventInstance *AuditioningInstance; - - /** The delegate to be invoked when this profiler manager ticks. */ - FTickerDelegate OnTick; - - /** IMediaClockSink wrappers for Studio Systems */ - TSharedPtr ClockSinks[EFMODSystemContext::Max]; - - /** Handle for registered TickDelegate. */ - FTSTicker::FDelegateHandle TickDelegateHandle; - - /** Table of assets with name and guid */ - FFMODAssetTable AssetTable; - - /** List of failed bank files */ - TArray FailedBankLoads[EFMODSystemContext::Max]; - - /** List of required plugins we found when loading banks. */ - TArray RequiredPlugins; - -/** Listener information */ -#if FMOD_VERSION >= 0x00010600 - static const int MAX_LISTENERS = FMOD_MAX_LISTENERS; -#else - static const int MAX_LISTENERS = 1; -#endif - FFMODListener Listeners[MAX_LISTENERS]; - int ListenerCount; - - /** Current snapshot applied via reverb zones*/ - TArray ReverbSnapshots; - - /** True if simulating */ - bool bSimulating; - - /** True if in PIE */ - bool bIsInPIE; - - /** True if we want sound enabled */ - bool bUseSound; - - /** True if we the listener has moved and may have changed audio settings*/ - bool bListenerMoved; - - /** True if we allow live update */ - bool bAllowLiveUpdate; - - bool bBanksLoaded; - - /** Dynamic library */ - FString BaseLibPath; - void *LowLevelLibHandle; - void *StudioLibHandle; - - /** True if the mixer has been paused by application deactivation */ - std::atomic bMixerPaused; - - /** You can also supply a pool of memory for FMOD to work with and it will do so with no extra calls to malloc or free. */ - void *MemPool; - - bool bLoadAllSampleData; -}; - -IMPLEMENT_MODULE(FFMODStudioModule, FMODStudio) - -void FFMODStudioModule::LogError(int result, const char *function) -{ - FString ErrorStr(ANSI_TO_TCHAR(FMOD_ErrorString((FMOD_RESULT)result))); - FString FunctionStr(ANSI_TO_TCHAR(function)); - UE_LOG(LogFMOD, Error, TEXT("'%s' returned '%s'"), *FunctionStr, *ErrorStr); -} - -bool FFMODStudioModule::LoadPlugin(EFMODSystemContext::Type Context, const TCHAR *ShortName) -{ - UE_LOG(LogFMOD, Log, TEXT("Loading plugin '%s'"), ShortName); - - static const int ATTEMPT_COUNT = 2; - static const TCHAR *AttemptPrefixes[ATTEMPT_COUNT] = { - TEXT(""), - TEXT("64") - }; - - FMOD::System *LowLevelSystem = nullptr; - verifyfmod(StudioSystem[Context]->getCoreSystem(&LowLevelSystem)); - - FMOD_RESULT PluginLoadResult; - - for (int useLib = 0; useLib < 2; ++useLib) - { - for (int attempt = 0; attempt < 2; ++attempt) - { - // Try to load combinations of suffix and lib prefix for relevant platforms - FString AttemptName = FString(ShortName) + AttemptPrefixes[attempt]; - FString PluginPath = GetDllPath(*AttemptName, true, useLib != 0); - - UE_LOG(LogFMOD, Log, TEXT("Trying to load plugin file at location: %s"), *PluginPath); - - unsigned int Handle = 0; - PluginLoadResult = LowLevelSystem->loadPlugin(TCHAR_TO_UTF8(*PluginPath), &Handle, 0); - if (PluginLoadResult == FMOD_OK) - { - UE_LOG(LogFMOD, Log, TEXT("Loaded plugin %s"), ShortName); - return true; - } - } - } - UE_LOG(LogFMOD, Error, TEXT("Failed to load plugin '%s', sounds may not play"), ShortName); - return false; -} - -void *FFMODStudioModule::LoadDll(const TCHAR *ShortName) -{ - FString LibPath = GetDllPath(ShortName, false, true); - - void *Handle = nullptr; - UE_LOG(LogFMOD, Log, TEXT("FFMODStudioModule::LoadDll: Loading %s"), *LibPath); - // Unfortunately Unreal's platform loading code hasn't been implemented on all platforms so we wrap it -#ifdef FMOD_PLATFORM_LOAD_DLL - Handle = FMODPlatformLoadDll(*LibPath); -#else - Handle = FPlatformProcess::GetDllHandle(*LibPath); -#endif - -#if WITH_EDITOR - if (!Handle && !FApp::IsUnattended()) - { - FString Message = TEXT("Couldn't load FMOD DLL ") + LibPath; - FPlatformMisc::MessageBoxExt(EAppMsgType::Ok, *Message, TEXT("Error")); - } -#endif - if (!Handle) - { - UE_LOG(LogFMOD, Error, TEXT("Failed to load FMOD DLL '%s', FMOD sounds will not play!"), *LibPath); - } - return Handle; -} - -FString FFMODStudioModule::GetDllPath(const TCHAR *ShortName, bool bExplicitPath, bool bUseLibPrefix) -{ - const TCHAR *LibPrefixName = (bUseLibPrefix ? TEXT("lib") : TEXT("")); -#ifdef FMOD_PLATFORM_HEADER - return FMODPlatform_GetDllPath(ShortName, bExplicitPath, bUseLibPrefix); -#elif PLATFORM_MAC - return FString::Printf(TEXT("%s/Mac/%s%s.dylib"), *BaseLibPath, LibPrefixName, ShortName); -#elif PLATFORM_ANDROID - return FString::Printf(TEXT("%s%s.so"), LibPrefixName, ShortName); -#elif PLATFORM_LINUX - return FString::Printf(TEXT("%s%s.so"), LibPrefixName, ShortName); -#elif PLATFORM_WINDOWS - return FString::Printf(TEXT("%s/Win64/%s.dll"), *BaseLibPath, ShortName); -#else - UE_LOG(LogFMOD, Error, TEXT("Unsupported platform for dynamic libs")); - return ""; -#endif -} - -bool FFMODStudioModule::LoadLibraries() -{ -#if PLATFORM_IOS || PLATFORM_TVOS || PLATFORM_ANDROID || PLATFORM_LINUX || PLATFORM_MAC || defined(FMOD_DONT_LOAD_LIBRARIES) - return true; // Nothing to do on those platforms -#else - UE_LOG(LogFMOD, Verbose, TEXT("FFMODStudioModule::LoadLibraries")); - -#if defined(FMODSTUDIO_LINK_DEBUG) - FString ConfigName = TEXT("D"); -#elif defined(FMODSTUDIO_LINK_LOGGING) - FString ConfigName = TEXT("L"); -#elif defined(FMODSTUDIO_LINK_RELEASE) - FString ConfigName = TEXT(""); -#else -#error FMODSTUDIO_LINK not defined -#endif - - FString LowLevelName = FString(TEXT("fmod")) + ConfigName; - FString StudioName = FString(TEXT("fmodstudio")) + ConfigName; - LowLevelLibHandle = LoadDll(*LowLevelName); - StudioLibHandle = LoadDll(*StudioName); - return (LowLevelLibHandle != nullptr && StudioLibHandle != nullptr); -#endif -} - -void FFMODStudioModule::StartupModule() -{ - UE_LOG(LogFMOD, Log, TEXT("FFMODStudioModule startup")); - BaseLibPath = IPluginManager::Get().FindPlugin(TEXT("FMODStudio"))->GetBaseDir() + TEXT("/Binaries"); - UE_LOG(LogFMOD, Log, TEXT("Lib path = '%s'"), *BaseLibPath); - - if (FParse::Param(FCommandLine::Get(), TEXT("nosound")) || FApp::IsBenchmarking() || IsRunningDedicatedServer() || IsRunningCommandlet()) - { - bUseSound = false; - UE_LOG(LogFMOD, Log, TEXT("Running in nosound mode")); - } - - if (FParse::Param(FCommandLine::Get(), TEXT("noliveupdate"))) - { - bAllowLiveUpdate = false; - } - - if (LoadLibraries()) - { - verifyfmod(FMOD::Debug_Initialize(FMOD_DEBUG_LEVEL_WARNING, FMOD_DEBUG_MODE_CALLBACK, FMODLogCallback)); - - const UFMODSettings &Settings = *GetDefault(); - - int32 size = Settings.GetMemoryPoolSize(); - - if (size == 0) - { -#if defined(FMOD_PLATFORM_HEADER) - size = FMODPlatform_MemoryPoolSize(); -#elif PLATFORM_IOS || PLATFORM_TVOS || PLATFORM_ANDROID - size = Settings.MemoryPoolSizes.Mobile; -#else - size = Settings.MemoryPoolSizes.Desktop; -#endif - } - - if (!GIsEditor && size > 0) - { - MemPool = FMemory::Malloc(size); - verifyfmod(FMOD::Memory_Initialize(MemPool, size, nullptr, nullptr, nullptr)); - } - else - { - verifyfmod(FMOD::Memory_Initialize(0, 0, FMODMemoryAlloc, FMODMemoryRealloc, FMODMemoryFree)); - } - -#if defined(FMOD_PLATFORM_HEADER) - verifyfmod(FMODPlatformSystemSetup()); -#endif - - AcquireFMODFileSystem(); - - if (GIsEditor) - { - AssetTable.Load(); - AssetTable.SetLocale(GetDefaultLocale()); - CreateStudioSystem(EFMODSystemContext::Auditioning); - CreateStudioSystem(EFMODSystemContext::Editor); - } - else - { - SetInPIE(true, false); - } - - // Load AudioLink module - bool bFMODAudioLinkEnabled = Settings.bFMODAudioLinkEnabled; - if (bFMODAudioLinkEnabled) - { - UE_LOG(LogFMOD, Log, TEXT("FFMODAudioLinkModule startup")); - FMODAudioLinkModule = MakeUnique(); -#if WITH_EDITOR - UE_LOG(LogFMOD, Log, TEXT("FFMODAudioLinkEditorModule startup")); - FMODAudioLinkEditorModule = MakeUnique(); -#endif - } - } - - OnTick = FTickerDelegate::CreateRaw(this, &FFMODStudioModule::Tick); - TickDelegateHandle = FTSTicker::GetCoreTicker().AddTicker(OnTick); -} - -inline FMOD_SPEAKERMODE ConvertSpeakerMode(EFMODSpeakerMode::Type Mode) -{ - switch (Mode) - { - case EFMODSpeakerMode::Stereo: - return FMOD_SPEAKERMODE_STEREO; - case EFMODSpeakerMode::Surround_5_1: - return FMOD_SPEAKERMODE_5POINT1; - case EFMODSpeakerMode::Surround_7_1: - return FMOD_SPEAKERMODE_7POINT1; - case EFMODSpeakerMode::Surround_7_1_4: - return FMOD_SPEAKERMODE_7POINT1POINT4; - default: - check(0); - return FMOD_SPEAKERMODE_DEFAULT; - }; -} - -inline FMOD_OUTPUTTYPE ConvertOutputType(EFMODOutput::Type output) -{ - switch (output) - { - case EFMODOutput::TYPE_AUTODETECT: - return FMOD_OUTPUTTYPE_AUTODETECT; - case EFMODOutput::TYPE_NOSOUND: - return FMOD_OUTPUTTYPE_NOSOUND; - case EFMODOutput::TYPE_WASAPI: - return FMOD_OUTPUTTYPE_WASAPI; - case EFMODOutput::TYPE_ASIO: - return FMOD_OUTPUTTYPE_ASIO; - case EFMODOutput::TYPE_PULSEAUDIO: - return FMOD_OUTPUTTYPE_PULSEAUDIO; - case EFMODOutput::TYPE_ALSA: - return FMOD_OUTPUTTYPE_ALSA; - case EFMODOutput::TYPE_COREAUDIO: - return FMOD_OUTPUTTYPE_COREAUDIO; - case EFMODOutput::TYPE_AUDIOTRACK: - return FMOD_OUTPUTTYPE_AUDIOTRACK; - case EFMODOutput::TYPE_OPENSL: - return FMOD_OUTPUTTYPE_OPENSL; - case EFMODOutput::TYPE_AUDIOOUT: - return FMOD_OUTPUTTYPE_AUDIOOUT; - case EFMODOutput::TYPE_AUDIO3D: - return FMOD_OUTPUTTYPE_AUDIO3D; - case EFMODOutput::TYPE_NNAUDIO: - return FMOD_OUTPUTTYPE_NNAUDIO; - case EFMODOutput::TYPE_WINSONIC: - return FMOD_OUTPUTTYPE_WINSONIC; - case EFMODOutput::TYPE_AAUDIO: - return FMOD_OUTPUTTYPE_AAUDIO; - default: - return FMOD_OUTPUTTYPE_AUTODETECT; - } -} - -void FFMODStudioModule::CreateStudioSystem(EFMODSystemContext::Type Type) -{ - DestroyStudioSystem(Type); - if (!bUseSound) - { - return; - } - - UE_LOG(LogFMOD, Verbose, TEXT("CreateStudioSystem for context %s"), FMODSystemContextNames[Type]); - - const UFMODSettings &Settings = *GetDefault(); - bLoadAllSampleData = Settings.bLoadAllSampleData; - - FMOD_STUDIO_INITFLAGS StudioInitFlags = FMOD_STUDIO_INIT_NORMAL; - FMOD_INITFLAGS InitFlags = FMOD_INIT_NORMAL; - -#if (defined(FMODSTUDIO_LINK_DEBUG) || defined(FMODSTUDIO_LINK_LOGGING)) - bool liveUpdateEnabledForType = ((Type == EFMODSystemContext::Auditioning) && Settings.bEnableEditorLiveUpdate) || - ((Type == EFMODSystemContext::Runtime) && Settings.bEnableLiveUpdate); - if (liveUpdateEnabledForType && bAllowLiveUpdate) - { - UE_LOG(LogFMOD, Verbose, TEXT("Enabling live update")); - StudioInitFlags |= FMOD_STUDIO_INIT_LIVEUPDATE; - } - - if (Settings.bEnableMemoryTracking && Type == EFMODSystemContext::Runtime) - { - StudioInitFlags |= FMOD_STUDIO_INIT_MEMORY_TRACKING; - } - -#endif - if (Type == EFMODSystemContext::Auditioning || Type == EFMODSystemContext::Editor) - { - StudioInitFlags |= FMOD_STUDIO_INIT_ALLOW_MISSING_PLUGINS; - } - - verifyfmod(FMOD::Studio::System::create(&StudioSystem[Type])); - FMOD::System *lowLevelSystem = nullptr; - verifyfmod(StudioSystem[Type]->getCoreSystem(&lowLevelSystem)); - - FTCHARToUTF8 WavWriterDestUTF8(*Settings.WavWriterPath); - void *InitData = nullptr; - FMOD_OUTPUTTYPE outputType; - if (Type == EFMODSystemContext::Runtime && Settings.WavWriterPath.Len() > 0) - { - UE_LOG(LogFMOD, Log, TEXT("Running with Wav Writer: %s"), *Settings.WavWriterPath); - outputType = FMOD_OUTPUTTYPE_WAVWRITER; - InitData = (void *)WavWriterDestUTF8.Get(); - } - else - { - outputType = ConvertOutputType(Settings.GetOutputType()); - } - verifyfmod(lowLevelSystem->setOutput(outputType)); - - int DriverIndex = 0; - if (!Settings.InitialOutputDriverName.IsEmpty()) - { - int DriverCount = 0; - verifyfmod(lowLevelSystem->getNumDrivers(&DriverCount)); - for (int id = 0; id < DriverCount; ++id) - { - char DriverNameUTF8[256] = {}; - verifyfmod(lowLevelSystem->getDriverInfo(id, DriverNameUTF8, sizeof(DriverNameUTF8), 0, 0, 0, 0)); - FString DriverName(UTF8_TO_TCHAR(DriverNameUTF8)); - UE_LOG(LogFMOD, Log, TEXT("Driver %d: %s"), id, *DriverName); - if (DriverName.Contains(Settings.InitialOutputDriverName)) - { - UE_LOG(LogFMOD, Log, TEXT("Selected driver %d"), id); - DriverIndex = id; - } - } - verifyfmod(lowLevelSystem->setDriver(DriverIndex)); - } - int SampleRate = Settings.GetSampleRate(); - - if (Settings.bMatchHardwareSampleRate) - { - int DefaultSampleRate = 0; - verifyfmod(lowLevelSystem->getSoftwareFormat(&DefaultSampleRate, 0, 0)); - int SystemSampleRate = 0; - verifyfmod(lowLevelSystem->getDriverInfo(DriverIndex, nullptr, 0, nullptr, &SystemSampleRate, nullptr, nullptr)); - UE_LOG(LogFMOD, Log, TEXT("Default sample rate = %d"), DefaultSampleRate); - UE_LOG(LogFMOD, Log, TEXT("System sample rate = %d"), SystemSampleRate); - if (DefaultSampleRate >= 44100 && DefaultSampleRate <= 48000 && SystemSampleRate >= 44100 && SystemSampleRate <= 48000) - { - UE_LOG(LogFMOD, Log, TEXT("Matching system sample rate %d"), SystemSampleRate); - SampleRate = SystemSampleRate; - } - } - - if (outputType == FMOD_OUTPUTTYPE_AUDIO3D || outputType == FMOD_OUTPUTTYPE_AUDIOOUT || outputType == FMOD_OUTPUTTYPE_WINSONIC) - { - SampleRate = 48000; - UE_LOG(LogFMOD, Log, TEXT("Overriding SampleRate to 48KHz for 3D Audio.")); - } - - FMOD_SPEAKERMODE OutputMode = ConvertSpeakerMode(Settings.GetSpeakerMode()); - - verifyfmod(lowLevelSystem->setSoftwareFormat(SampleRate, OutputMode, 0)); - verifyfmod(lowLevelSystem->setSoftwareChannels(Settings.GetRealChannelCount())); - AttachFMODFileSystem(lowLevelSystem, Settings.FileBufferSize); - - if (Settings.DSPBufferLength > 0 && Settings.DSPBufferCount > 0) - { - verifyfmod(lowLevelSystem->setDSPBufferSize(Settings.DSPBufferLength, Settings.DSPBufferCount)); - } - - FMOD_ADVANCEDSETTINGS advSettings = { 0 }; - advSettings.cbSize = sizeof(FMOD_ADVANCEDSETTINGS); - advSettings.vol0virtualvol = Settings.Vol0VirtualLevel; - - if (!Settings.SetCodecs(advSettings)) - { -#if defined(FMOD_PLATFORM_HEADER) - FMODPlatform_SetRealChannelCount(&advSettings); -#elif PLATFORM_IOS || PLATFORM_TVOS || PLATFORM_ANDROID - advSettings.maxFADPCMCodecs = Settings.RealChannelCount; -#else - advSettings.maxVorbisCodecs = Settings.RealChannelCount; -#endif - } - - if (Type == EFMODSystemContext::Runtime) - { - advSettings.profilePort = Settings.LiveUpdatePort; - } - else if (Type == EFMODSystemContext::Auditioning) - { - advSettings.profilePort = Settings.EditorLiveUpdatePort; - } - advSettings.randomSeed = FMath::Rand(); - verifyfmod(lowLevelSystem->setAdvancedSettings(&advSettings)); - - if (Settings.bEnableAPIErrorLogging) - { - verifyfmod(lowLevelSystem->setCallback(FMODErrorCallback, FMOD_SYSTEM_CALLBACK_ERROR)); - } - - FMOD_STUDIO_ADVANCEDSETTINGS advStudioSettings = { 0 }; - advStudioSettings.cbsize = sizeof(advStudioSettings); - advStudioSettings.studioupdateperiod = Settings.StudioUpdatePeriod; - - if (!Settings.StudioBankKey.IsEmpty()) - { - advStudioSettings.encryptionkey = TCHAR_TO_UTF8(*Settings.StudioBankKey); - } - - verifyfmod(StudioSystem[Type]->setAdvancedSettings(&advStudioSettings)); - - verifyfmod(StudioSystem[Type]->initialize(Settings.TotalChannelCount, StudioInitFlags, InitFlags, InitData)); - - for (FString PluginName : Settings.PluginFiles) - { - if (!PluginName.IsEmpty()) - LoadPlugin(Type, *PluginName); - } - - if (Type == EFMODSystemContext::Runtime) - { - // Add interrupt callbacks for Mobile -#if PLATFORM_IOS || PLATFORM_TVOS - InitializeAudioSession(); -#endif - - FCoreDelegates::ApplicationWillDeactivateDelegate.AddRaw(this, &FFMODStudioModule::HandleApplicationWillDeactivate); - FCoreDelegates::ApplicationHasReactivatedDelegate.AddRaw(this, &FFMODStudioModule::HandleApplicationHasReactivated); - } - - IMediaModule *MediaModule = FModuleManager::LoadModulePtr("Media"); - - if (MediaModule != nullptr) - { - ClockSinks[Type] = MakeShared(StudioSystem[Type]); - - if (Type == EFMODSystemContext::Runtime) - { - ClockSinks[Type]->SetUpdateListenerPositionDelegate(FFMODStudioSystemClockSink::FUpdateListenerPosition::CreateRaw(this, &FFMODStudioModule::UpdateListeners)); - } - - MediaModule->GetClock().AddSink(ClockSinks[Type].ToSharedRef()); - } -} - -void FFMODStudioModule::DestroyStudioSystem(EFMODSystemContext::Type Type) -{ - UE_LOG(LogFMOD, Verbose, TEXT("DestroyStudioSystem for context %s"), FMODSystemContextNames[Type]); - - if (ClockSinks[Type].IsValid()) - { - // Calling through the shared ptr enforces thread safety with the media clock - ClockSinks[Type]->OnDestroyStudioSystem(); - - IMediaModule *MediaModule = FModuleManager::LoadModulePtr("Media"); - - if (MediaModule != nullptr) - { - MediaModule->GetClock().RemoveSink(ClockSinks[Type].ToSharedRef()); - } - - ClockSinks[Type].Reset(); - } - - if (StudioSystem[Type]) - { - FMOD::Studio::Bus* mBus; - StudioSystem[Type]->getBus("bus:/", &mBus); - mBus->setMute(true); - StudioSystem[Type]->flushCommands(); - - verifyfmod(StudioSystem[Type]->release()); - StudioSystem[Type] = nullptr; - } -} - -void FFMODStudioModule::UnloadBanks(EFMODSystemContext::Type Type) -{ - if (StudioSystem[Type]) - { - int bankCount; - verifyfmod(StudioSystem[Type]->getBankCount(&bankCount)); - if (bankCount > 0) - { - TArray bankArray; - - bankArray.SetNumUninitialized(bankCount, false); - verifyfmod(StudioSystem[Type]->getBankList(bankArray.GetData(), bankCount, &bankCount)); - - for (int i = 0; i < bankCount; i++) - { - verifyfmod(bankArray[i]->unload()); - } - } - } -} - -bool FFMODStudioModule::Tick(float DeltaTime) -{ - if (ClockSinks[EFMODSystemContext::Auditioning].IsValid()) - { - verifyfmod(ClockSinks[EFMODSystemContext::Auditioning]->LastResult); - } - if (ClockSinks[EFMODSystemContext::Runtime].IsValid()) - { - FMOD_STUDIO_CPU_USAGE Usage = {}; - FMOD_CPU_USAGE UsageCore = {}; - StudioSystem[EFMODSystemContext::Runtime]->getCPUUsage(&Usage, &UsageCore); - SET_FLOAT_STAT(STAT_FMOD_CPUMixer, UsageCore.dsp); - SET_FLOAT_STAT(STAT_FMOD_CPUStudio, Usage.update); - - int currentAlloc, maxAlloc; - FMOD::Memory_GetStats(¤tAlloc, &maxAlloc, false); - SET_MEMORY_STAT(STAT_FMOD_Current_Memory, currentAlloc); - SET_MEMORY_STAT(STAT_FMOD_Max_Memory, maxAlloc); - - int channels, realChannels; - FMOD::System *lowlevel; - StudioSystem[EFMODSystemContext::Runtime]->getCoreSystem(&lowlevel); - lowlevel->getChannelsPlaying(&channels, &realChannels); - SET_DWORD_STAT(STAT_FMOD_Real_Channels, realChannels); - SET_DWORD_STAT(STAT_FMOD_Total_Channels, channels); - - verifyfmod(ClockSinks[EFMODSystemContext::Runtime]->LastResult); - } - if (ClockSinks[EFMODSystemContext::Editor].IsValid()) - { - verifyfmod(ClockSinks[EFMODSystemContext::Editor]->LastResult); - } - return true; -} - -void FFMODStudioModule::UpdateListeners() -{ - int ListenerIndex = 0; - bListenerMoved = false; - -#if WITH_EDITOR - if (bSimulating) - { - return; - } - - if (GEngine) - { - // Every PIE session has its own world and local player controller(s), iterate all of them - for (auto ContextIt = GEngine->GetWorldContexts().CreateConstIterator(); ContextIt; ++ContextIt) - { - const FWorldContext &PieContext = *ContextIt; - - // We need to update the listener for all PIE worlds and all standalone game worlds. Since this code is only built WITH_EDITOR - // EWorldType::Game means a standalone game world in this scope. - - if (PieContext.WorldType == EWorldType::PIE || PieContext.WorldType == EWorldType::Game) - { - if (PieContext.GameViewport) - { - UpdateWorldListeners(PieContext.GameViewport->GetWorld(), &ListenerIndex); - } - } - } - } -#else - if (GEngine && GEngine->GameViewport) - { - UpdateWorldListeners(GEngine->GameViewport->GetWorld(), &ListenerIndex); - } -#endif - - FinishSetListenerPosition(ListenerIndex); -} - -void FFMODStudioModule::UpdateWorldListeners(UWorld *World, int *ListenerIndex) -{ - if (!World) - { - return; - } - - float DeltaSeconds = World->GetDeltaSeconds(); - - for (auto Iterator = GEngine->GetLocalPlayerIterator(World); Iterator; ++Iterator) - { - ULocalPlayer *LocalPlayer = *Iterator; - - if (LocalPlayer && LocalPlayer->PlayerController) - { - APlayerController *PlayerController = LocalPlayer->PlayerController; - FVector Location; - FVector ProjFront; - FVector ProjRight; - PlayerController->GetAudioListenerPosition(Location, ProjFront, ProjRight); - FVector ProjUp = FVector::CrossProduct(ProjFront, ProjRight); - - FTransform ListenerTransform(FRotationMatrix::MakeFromXY(ProjFront, ProjRight)); - ListenerTransform.SetTranslation(Location); - ListenerTransform.NormalizeRotation(); - - SetListenerPosition(*ListenerIndex, World, ListenerTransform, DeltaSeconds); - - (*ListenerIndex)++; - } - } -} - -bool FFMODStudioModule::HasListenerMoved() -{ - return bListenerMoved; -} - -void FFMODStudioModule::ResetInterpolation() -{ - for (FFMODListener &Listener : Listeners) - { - Listener = FFMODListener(); - } -} - -const FFMODListener &FFMODStudioModule::GetNearestListener(const FVector &Location) -{ - float BestDistSq = FLT_MAX; - int BestListener = 0; - for (int i = 0; i < ListenerCount; ++i) - { - const float DistSq = FVector::DistSquared(Location, Listeners[i].Transform.GetTranslation()); - if (DistSq < BestDistSq) - { - BestListener = i; - BestDistSq = DistSq; - } - } - return Listeners[BestListener]; -} - -// Partially copied from FAudioDevice::SetListener -void FFMODStudioModule::SetListenerPosition(int ListenerIndex, UWorld *World, const FTransform &ListenerTransform, float DeltaSeconds) -{ - FMOD::Studio::System *System = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (System && ListenerIndex < MAX_LISTENERS) - { - // Expand number of listeners dynamically - if (ListenerIndex >= ListenerCount) - { - Listeners[ListenerIndex] = FFMODListener(); - ListenerCount = ListenerIndex + 1; - verifyfmod(System->setNumListeners(ListenerCount)); - } - - FVector ListenerPos = ListenerTransform.GetTranslation(); - - FInteriorSettings *InteriorSettings = - (FInteriorSettings *)alloca(sizeof(FInteriorSettings)); // FinteriorSetting::FInteriorSettings() isn't exposed (possible UE4 bug???) - AAudioVolume *Volume = World->GetAudioSettings(ListenerPos, NULL, InteriorSettings); - - Listeners[ListenerIndex].Velocity = - DeltaSeconds > 0.f ? (ListenerTransform.GetTranslation() - Listeners[ListenerIndex].Transform.GetTranslation()) / DeltaSeconds : - FVector::ZeroVector; - - Listeners[ListenerIndex].Transform = ListenerTransform; - - Listeners[ListenerIndex].ApplyInteriorSettings(Volume, *InteriorSettings); - - // We are using a direct copy of the inbuilt transforms but the directions come out wrong. - // Several of the audio functions use GetFront() for right, so we do the same here. - const FVector Up = Listeners[ListenerIndex].GetUp(); - const FVector Right = Listeners[ListenerIndex].GetFront(); - const FVector Forward = Right ^ Up; - - FMOD_3D_ATTRIBUTES Attributes = { { 0 } }; - Attributes.position = FMODUtils::ConvertWorldVector(ListenerPos); - Attributes.forward = FMODUtils::ConvertUnitVector(Forward); - Attributes.up = FMODUtils::ConvertUnitVector(Up); - Attributes.velocity = FMODUtils::ConvertWorldVector(Listeners[ListenerIndex].Velocity); - verifyfmod(System->setListenerAttributes(ListenerIndex, &Attributes)); - bListenerMoved = true; - } -} - -void FFMODStudioModule::FinishSetListenerPosition(int NumListeners) -{ - FMOD::Studio::System *System = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Runtime); - if (!System || NumListeners < 1) - { - return; - } - - if (System && NumListeners < ListenerCount) - { - ListenerCount = NumListeners; - verifyfmod(System->setNumListeners(ListenerCount)); - } - - for (int i = 0; i < ListenerCount; ++i) - { - Listeners[i].UpdateCurrentInteriorSettings(); - } - - // Apply a reverb snapshot from the listener position(s) - TWeakObjectPtr BestVolume = nullptr; - for (int i = 0; i < ListenerCount; ++i) - { - AAudioVolume *CandidateVolume = Listeners[i].Volume; - - if (BestVolume == nullptr || (IsValid(CandidateVolume) && BestVolume.IsValid() && CandidateVolume->GetPriority() > BestVolume->GetPriority())) - { - BestVolume = CandidateVolume; - } - } - UFMODSnapshotReverb *NewSnapshot = nullptr; - - if (BestVolume.IsValid() && BestVolume->GetReverbSettings().bApplyReverb) - { - NewSnapshot = Cast(BestVolume->GetReverbSettings().ReverbEffect); - } - - if (NewSnapshot != nullptr) - { - FString NewSnapshotName = FMODUtils::LookupNameFromGuid(System, NewSnapshot->AssetGuid); - UE_LOG(LogFMOD, Verbose, TEXT("Starting new snapshot '%s'"), *NewSnapshotName); - - // Try to steal old entry - FFMODSnapshotEntry SnapshotEntry; - int SnapshotEntryIndex = -1; - for (int i = 0; i < ReverbSnapshots.Num(); ++i) - { - if (ReverbSnapshots[i].Snapshot == NewSnapshot) - { - UE_LOG(LogFMOD, Verbose, TEXT("Re-using old entry with intensity %f"), ReverbSnapshots[i].CurrentIntensity()); - SnapshotEntryIndex = i; - break; - } - } - // Create new instance - if (SnapshotEntryIndex == -1) - { - UE_LOG(LogFMOD, Verbose, TEXT("Creating new instance")); - - FMOD::Studio::ID Guid = FMODUtils::ConvertGuid(NewSnapshot->AssetGuid); - FMOD::Studio::EventInstance *NewInstance = nullptr; - FMOD::Studio::EventDescription *EventDesc = nullptr; - System->getEventByID(&Guid, &EventDesc); - if (EventDesc) - { - EventDesc->createInstance(&NewInstance); - if (NewInstance) - { - NewInstance->setParameterByName("Intensity", 0.0f); - NewInstance->start(); - } - } - - SnapshotEntryIndex = ReverbSnapshots.Num(); - ReverbSnapshots.Push(FFMODSnapshotEntry(NewSnapshot, NewInstance)); - } - // Fade up - if (ReverbSnapshots[SnapshotEntryIndex].FadeIntensityEnd == 0.0f) - { - ReverbSnapshots[SnapshotEntryIndex].FadeTo(BestVolume->GetReverbSettings().Volume, BestVolume->GetReverbSettings().FadeTime); - } - } - // Fade out all other entries - for (int i = 0; i < ReverbSnapshots.Num(); ++i) - { - UE_LOG(LogFMOD, Verbose, TEXT("Ramping intensity (%f,%f) -> %f"), ReverbSnapshots[i].FadeIntensityStart, ReverbSnapshots[i].FadeIntensityEnd, - ReverbSnapshots[i].CurrentIntensity()); - ReverbSnapshots[i].Instance->setParameterByName("Intensity", 100.0f * ReverbSnapshots[i].CurrentIntensity()); - - if (ReverbSnapshots[i].Snapshot != NewSnapshot) - { - // Start fading out if needed - if (ReverbSnapshots[i].FadeIntensityEnd != 0.0f) - { - ReverbSnapshots[i].FadeTo(0.0f, ReverbSnapshots[i].FadeDuration); - } - // Finish fading out and remove - else if (ReverbSnapshots[i].CurrentIntensity() == 0.0f) - { - UE_LOG(LogFMOD, Verbose, TEXT("Removing snapshot")); - - ReverbSnapshots[i].Instance->stop(FMOD_STUDIO_STOP_ALLOWFADEOUT); - ReverbSnapshots[i].Instance->release(); - ReverbSnapshots.RemoveAt(i); - --i; // removed entry, redo current index for next one - } - } - } -} - -void FFMODStudioModule::SetInPIE(bool bInPIE, bool simulating) -{ - bIsInPIE = bInPIE; - bSimulating = simulating; - bListenerMoved = true; - ResetInterpolation(); - - FMOD_DEBUG_FLAGS flags; - - if (bInPIE) - { - if (StudioSystem[EFMODSystemContext::Auditioning]) - { - // We currently don't tear down auditioning system but we do stop the playing event. - if (AuditioningInstance) - { - AuditioningInstance->stop(FMOD_STUDIO_STOP_IMMEDIATE); - AuditioningInstance = nullptr; - } - // Also make sure banks are finishing loading so they aren't grabbing file handles. - StudioSystem[EFMODSystemContext::Auditioning]->flushCommands(); - } - - // TODO: Stop sounds for the Editor system? What should happen if the user previews a sequence with transport - // controls then starts a PIE session? What does happen? - - AssetTable.Load(); - AssetTable.SetLocale(GetDefaultLocale()); - - ListenerCount = 1; - CreateStudioSystem(EFMODSystemContext::Runtime); - LoadBanks(EFMODSystemContext::Runtime); - - const UFMODSettings &Settings = *GetDefault(); - flags = Settings.LoggingLevel; - } - else - { - ReverbSnapshots.Reset(); - DestroyStudioSystem(EFMODSystemContext::Runtime); - flags = FMOD_DEBUG_LEVEL_WARNING; - } - - verifyfmod(FMOD::Debug_Initialize(flags, FMOD_DEBUG_MODE_CALLBACK, FMODLogCallback)); - -} - -UFMODAsset *FFMODStudioModule::FindAssetByName(const FString &Name) -{ - return AssetTable.GetAssetByStudioPath(Name); -} - -UFMODEvent *FFMODStudioModule::FindEventByName(const FString &Name) -{ - UFMODAsset *Asset = FindAssetByName(Name); - return Cast(Asset); -} - -FString FFMODStudioModule::GetBankPath(const UFMODBank &Bank) -{ - FString BankPath = AssetTable.GetBankPath(Bank); - - if (!BankPath.IsEmpty()) - { - const UFMODSettings &Settings = *GetDefault(); - BankPath = Settings.GetFullBankPath() / BankPath; - } - - return BankPath; -} - -void FFMODStudioModule::GetAllBankPaths(TArray &Paths, bool IncludeMasterBank) const -{ - AssetTable.GetAllBankPaths(Paths, IncludeMasterBank); -} - -void FFMODStudioModule::SetSystemPaused(bool paused) -{ - if (StudioSystem[EFMODSystemContext::Runtime]) - { - bool expected = !paused; - - if (bMixerPaused.compare_exchange_strong(expected, paused)) - { - FMOD::System *LowLevelSystem = nullptr; - verifyfmod(StudioSystem[EFMODSystemContext::Runtime]->getCoreSystem(&LowLevelSystem)); - - // Resume mixer before making calls for Android in particular - if (!paused) - { - LowLevelSystem->mixerResume(); - } - - FMOD::ChannelGroup *MasterChannelGroup = nullptr; - verifyfmod(LowLevelSystem->getMasterChannelGroup(&MasterChannelGroup)); - verifyfmod(MasterChannelGroup->setPaused(paused)); - - if (paused) - { - LowLevelSystem->mixerSuspend(); - } - } - } -} - -#if WITH_EDITOR -void FFMODStudioModule::PreEndPIE() -{ - UE_LOG(LogFMOD, Verbose, TEXT("PreEndPIE")); - if (PreEndPIEDelegate.IsBound()) - { - PreEndPIEDelegate.Broadcast(); - } -} -#endif - -void FFMODStudioModule::ShutdownModule() -{ - UE_LOG(LogFMOD, Verbose, TEXT("FFMODStudioModule shutdown")); - - DestroyStudioSystem(EFMODSystemContext::Auditioning); - DestroyStudioSystem(EFMODSystemContext::Runtime); - DestroyStudioSystem(EFMODSystemContext::Editor); - - if (FMODAudioLinkModule) - { - FMODAudioLinkModule.Reset(); - } -#if WITH_EDITOR - if (FMODAudioLinkEditorModule) - { - FMODAudioLinkEditorModule.Reset(); - } -#endif - - if (StudioLibHandle && LowLevelLibHandle) - { - ReleaseFMODFileSystem(); - } - - if (MemPool) - FMemory::Free(MemPool); - - if (UObjectInitialized()) - { - // Unregister tick function. - FTSTicker::GetCoreTicker().RemoveTicker(TickDelegateHandle); - } - - UE_LOG(LogFMOD, Verbose, TEXT("FFMODStudioModule unloading dynamic libraries")); - if (StudioLibHandle) - { - FPlatformProcess::FreeDllHandle(StudioLibHandle); - StudioLibHandle = nullptr; - } - if (LowLevelLibHandle) - { - FPlatformProcess::FreeDllHandle(LowLevelLibHandle); - LowLevelLibHandle = nullptr; - } - UE_LOG(LogFMOD, Verbose, TEXT("FFMODStudioModule finished unloading")); -} - -struct NamedBankEntry -{ - NamedBankEntry() - : Bank(nullptr) - { - } - NamedBankEntry(const FString &InName, FMOD::Studio::Bank *InBank, FMOD_RESULT InResult) - : Name(InName) - , Bank(InBank) - , Result(InResult) - { - } - - FString Name; - FMOD::Studio::Bank *Bank; - FMOD_RESULT Result; -}; - -bool FFMODStudioModule::AreBanksLoaded() -{ - return bBanksLoaded; -} - -bool FFMODStudioModule::SetLocale(const FString& LocaleName) -{ - const UFMODSettings &Settings = *GetDefault(); - - for (const FFMODProjectLocale& Locale : Settings.Locales) - { - if (Locale.LocaleName == LocaleName) - { - AssetTable.SetLocale(Locale.LocaleCode); - return true; - } - } - - UE_LOG(LogFMOD, Error, TEXT("No project locale named '%s' has been defined."), *LocaleName); - return false; -} - -FString FFMODStudioModule::GetLocale() -{ - return AssetTable.GetLocale(); -} - -FString FFMODStudioModule::GetDefaultLocale() -{ - FString LocaleCode = ""; - const UFMODSettings& Settings = *GetDefault(); - - if (Settings.Locales.Num() > 0) - { - LocaleCode = Settings.Locales[0].LocaleCode; - - for (int32 i = 0; i < Settings.Locales.Num(); ++i) - { - if (Settings.Locales[i].bDefault) - { - LocaleCode = Settings.Locales[i].LocaleCode; - break; - } - } - } - return LocaleCode; -} - -void FFMODStudioModule::LoadBanks(EFMODSystemContext::Type Type) -{ - const UFMODSettings &Settings = *GetDefault(); - - FailedBankLoads[Type].Reset(); - if (Type == EFMODSystemContext::Auditioning || Type == EFMODSystemContext::Editor) - { - RequiredPlugins.Reset(); - } - - if (StudioSystem[Type] != nullptr && Settings.IsBankPathSet()) - { - UE_LOG(LogFMOD, Verbose, TEXT("LoadBanks for context %s"), FMODSystemContextNames[Type]); - - /* - Queue up all banks to load asynchronously then wait at the end. - */ - bool bLoadAllBanks = ((Type == EFMODSystemContext::Auditioning) || (Type == EFMODSystemContext::Editor) || Settings.bLoadAllBanks); - bool bLoadSampleData = ((Type == EFMODSystemContext::Runtime) && Settings.bLoadAllSampleData); - bool bLockAllBuses = ((Type == EFMODSystemContext::Runtime) && Settings.bLockAllBuses); - FMOD_STUDIO_LOAD_BANK_FLAGS BankFlags = (bLockAllBuses ? FMOD_STUDIO_LOAD_BANK_NORMAL : FMOD_STUDIO_LOAD_BANK_NONBLOCKING); - FMOD_RESULT Result = FMOD_OK; - TArray BankEntries; - - // Always load the master bank at startup - FMOD::Studio::Bank *MasterBank = nullptr; - - if (AssetTable.GetMasterBankPath().IsEmpty()) - { - FString MasterBankFilename = Settings.GetMasterBankFilename(); - UE_LOG(LogFMOD, Warning, TEXT("Master bank (%s) not found."), *MasterBankFilename); - FailedBankLoads[Type].Add(FString::Printf(TEXT("Could not find master bank (%s). Check project settings."), *MasterBankFilename)); - } - else - { - FString MasterBankPath = Settings.GetFullBankPath() / AssetTable.GetMasterBankPath(); - UE_LOG(LogFMOD, Verbose, TEXT("Loading master bank: %s"), *MasterBankPath); - Result = StudioSystem[Type]->loadBankFile(TCHAR_TO_UTF8(*MasterBankPath), BankFlags, &MasterBank); - BankEntries.Add(NamedBankEntry(MasterBankPath, MasterBank, Result)); - } - - if (Result == FMOD_OK && !AssetTable.GetMasterAssetsBankPath().IsEmpty()) - { - FMOD::Studio::Bank *MasterAssetsBank = nullptr; - FString MasterAssetsBankPath = Settings.GetFullBankPath() / AssetTable.GetMasterAssetsBankPath(); - if (FPaths::FileExists(MasterAssetsBankPath)) - { - Result = StudioSystem[Type]->loadBankFile(TCHAR_TO_UTF8(*MasterAssetsBankPath), BankFlags, &MasterAssetsBank); - BankEntries.Add(NamedBankEntry(MasterAssetsBankPath, MasterAssetsBank, Result)); - } - } - - if (Result == FMOD_OK) - { - // Auditioning needs string bank to get back full paths from events - // Runtime could do without it, but if we load it we can look up guids to names which is helpful - if (MasterBank) - { - FString StringsBankPath = Settings.GetFullBankPath() / AssetTable.GetMasterStringsBankPath(); - UE_LOG(LogFMOD, Verbose, TEXT("Loading strings bank: %s"), *StringsBankPath); - FMOD::Studio::Bank *StringsBank = nullptr; - Result = StudioSystem[Type]->loadBankFile(TCHAR_TO_UTF8(*StringsBankPath), BankFlags, &StringsBank); - BankEntries.Add(NamedBankEntry(StringsBankPath, StringsBank, Result)); - } - - // Optionally load all banks in the directory - if (bLoadAllBanks) - { - UE_LOG(LogFMOD, Verbose, TEXT("Loading all banks")); - TArray BankFiles; - AssetTable.GetAllBankPaths(BankFiles, false); - for (const FString &OtherFile : BankFiles) - { - if (Settings.SkipLoadBankName.Len() && OtherFile.Contains(Settings.SkipLoadBankName)) - { - UE_LOG(LogFMOD, Log, TEXT("Skipping bank: %s"), *OtherFile); - continue; - } - UE_LOG(LogFMOD, Log, TEXT("Loading bank: %s"), *OtherFile); - - FMOD::Studio::Bank *OtherBank; - Result = StudioSystem[Type]->loadBankFile(TCHAR_TO_UTF8(*OtherFile), BankFlags, &OtherBank); - BankEntries.Add(NamedBankEntry(OtherFile, OtherBank, Result)); - } - } - - // Optionally lock all buses to make sure they are created - if (MasterBank && bLockAllBuses) - { - UE_LOG(LogFMOD, Verbose, TEXT("Locking all buses")); - int BusCount = 0; - verifyfmod(MasterBank->getBusCount(&BusCount)); - if (BusCount != 0) - { - TArray BusList; - BusList.AddZeroed(BusCount); - verifyfmod(MasterBank->getBusList(BusList.GetData(), BusCount, &BusCount)); - BusList.SetNum(BusCount); - for (int BusIdx = 0; BusIdx < BusCount; ++BusIdx) - { - verifyfmod(BusList[BusIdx]->lockChannelGroup()); - } - } - } - } - - // Wait for all banks to load. - StudioSystem[Type]->flushCommands(); - - for (NamedBankEntry &Entry : BankEntries) - { - if (Entry.Result == FMOD_OK) - { - FMOD_STUDIO_LOADING_STATE BankLoadingState = FMOD_STUDIO_LOADING_STATE_ERROR; - Entry.Result = Entry.Bank->getLoadingState(&BankLoadingState); - if (BankLoadingState == FMOD_STUDIO_LOADING_STATE_ERROR) - { - Entry.Bank->unload(); - Entry.Bank = nullptr; - } - else if (bLoadSampleData) - { - verifyfmod(Entry.Bank->loadSampleData()); - } - } - if (Entry.Bank == nullptr || Entry.Result != FMOD_OK) - { - FString ErrorMessage; - if (!FPaths::FileExists(Entry.Name)) - { - ErrorMessage = "File does not exist"; - } - else - { - ErrorMessage = UTF8_TO_TCHAR(FMOD_ErrorString(Entry.Result)); - } - UE_LOG(LogFMOD, Warning, TEXT("Failed to load bank: %s (%s)"), *Entry.Name, *ErrorMessage); - FailedBankLoads[Type].Add(FString::Printf(TEXT("%s (%s)"), *FPaths::GetBaseFilename(Entry.Name), *ErrorMessage)); - } - } - } - - bBanksLoaded = true; -} - -#if WITH_EDITOR -void FFMODStudioModule::ReloadBanks() -{ - UE_LOG(LogFMOD, Verbose, TEXT("Refreshing auditioning system")); - - StopAuditioningInstance(); - UnloadBanks(EFMODSystemContext::Auditioning); - DestroyStudioSystem(EFMODSystemContext::Editor); - - AssetTable.Load(); - - LoadBanks(EFMODSystemContext::Auditioning); - CreateStudioSystem(EFMODSystemContext::Editor); -} - -void FFMODStudioModule::LoadEditorBanks() -{ - LoadBanks(EFMODSystemContext::Editor); -} - -void FFMODStudioModule::UnloadEditorBanks() -{ - UnloadBanks(EFMODSystemContext::Editor); -} -#endif - -FMOD::Studio::System *FFMODStudioModule::GetStudioSystem(EFMODSystemContext::Type Context) -{ - if (Context == EFMODSystemContext::Max) - { - Context = (bIsInPIE ? EFMODSystemContext::Runtime : EFMODSystemContext::Auditioning); - } - return StudioSystem[Context]; -} - -FMOD::Studio::EventDescription *FFMODStudioModule::GetEventDescription(const UFMODEvent *Event, EFMODSystemContext::Type Context) -{ - if (Context == EFMODSystemContext::Max) - { - Context = (bIsInPIE ? EFMODSystemContext::Runtime : EFMODSystemContext::Auditioning); - } - if (StudioSystem[Context] != nullptr && IsValid(Event) && Event->AssetGuid.IsValid()) - { - FMOD::Studio::ID Guid = FMODUtils::ConvertGuid(Event->AssetGuid); - FMOD::Studio::EventDescription *EventDesc = nullptr; - StudioSystem[Context]->getEventByID(&Guid, &EventDesc); - return EventDesc; - } - return nullptr; -} - -FMOD::Studio::EventInstance *FFMODStudioModule::CreateAuditioningInstance(const UFMODEvent *Event) -{ - StopAuditioningInstance(); - if (IsValid(Event)) - { - FMOD::Studio::EventDescription *EventDesc = GetEventDescription(Event, EFMODSystemContext::Auditioning); - if (EventDesc) - { - FMOD_RESULT Result = EventDesc->createInstance(&AuditioningInstance); - if (Result == FMOD_OK) - { - return AuditioningInstance; - } - } - } - return nullptr; -} - -void FFMODStudioModule::StopAuditioningInstance() -{ - if (AuditioningInstance) - { - // Don't bother checking for errors just in case auditioning is already shutting down - AuditioningInstance->stop(FMOD_STUDIO_STOP_ALLOWFADEOUT); - AuditioningInstance->release(); - AuditioningInstance = nullptr; - } -} - -#if PLATFORM_IOS || PLATFORM_TVOS -static bool gIsSuspended = false; -static bool gNeedsReset = false; - -void FFMODStudioModule::InitializeAudioSession() -{ - [[NSNotificationCenter defaultCenter] addObserverForName:AVAudioSessionInterruptionNotification object:nil queue:nil usingBlock:^(NSNotification *notification) - { - AVAudioSessionInterruptionType type = (AVAudioSessionInterruptionType)[[notification.userInfo valueForKey:AVAudioSessionInterruptionTypeKey] unsignedIntegerValue]; - if (type == AVAudioSessionInterruptionTypeBegan) - { - UE_LOG(LogFMOD, Log, TEXT("Interruption Began")); - // Ignore deprecated warnings regarding AVAudioSessionInterruptionReasonAppWasSuspended and - // AVAudioSessionInterruptionWasSuspendedKey, we protect usage for the versions where they are available - #pragma clang diagnostic push - #pragma clang diagnostic ignored "-Wdeprecated-declarations" - - // If the audio session was deactivated while the app was in the background, the app receives the - // notification when relaunched. Identify this reason for interruption and ignore it. - if (@available(iOS 16.0, tvOS 14.5, *)) - { - // Delayed suspend-in-background notifications no longer exist, this must be a real interruption - } - #if !PLATFORM_TVOS // tvOS never supported "AVAudioSessionInterruptionReasonAppWasSuspended" - else if (@available(iOS 14.5, *)) - { - if ([[notification.userInfo valueForKey:AVAudioSessionInterruptionReasonKey] intValue] == AVAudioSessionInterruptionReasonAppWasSuspended) - { - return; // Ignore delayed suspend-in-background notification - } - } - #endif - else - { - if ([[notification.userInfo valueForKey:AVAudioSessionInterruptionWasSuspendedKey] boolValue]) - { - return; // Ignore delayed suspend-in-background notification - } - } - - SetSystemPaused(true); - gIsSuspended = true; - #pragma clang diagnostic pop - } - else if (type == AVAudioSessionInterruptionTypeEnded) - { - UE_LOG(LogFMOD, Log, TEXT("Interruption Ended")); - NSError *ActiveError = nil; - if (![[AVAudioSession sharedInstance] setActive:TRUE error:&ActiveError]) - { - // Interruption like Siri can prevent session activation, wait for did-become-active notification - UE_LOG(LogFMOD, Error, TEXT("Failed to set audio session to active = %d [Error = %s]"), TRUE, *FString([ActiveError description])); - return; - } - - SetSystemPaused(false); - gIsSuspended = false; - } - }]; - - [[NSNotificationCenter defaultCenter] addObserverForName:UIApplicationDidBecomeActiveNotification object:nil queue:nil usingBlock:^(NSNotification *notification) - { - // If the Media Services were reset while we were in the background we need to reset - // To reset we need to suspend so that we can resume. - if (gNeedsReset) - { - SetSystemPaused(true); - gIsSuspended = true; - } - - NSError *ActiveError = nil; - if (![[AVAudioSession sharedInstance] setActive:TRUE error:&ActiveError]) - { - if ([ActiveError code] == AVAudioSessionErrorCodeCannotStartPlaying) - { - // Interruption like Screen Time can prevent session activation, but will not trigger an interruption-ended notification. - // There is no other callback or trigger to hook into after this point, we are not in the background and there is no other audio playing. - // Our only option is to have a sleep loop until the Audio Session can be activated again. - while (![[AVAudioSession sharedInstance] setActive:TRUE error:nil]) - { - FPlatformProcess::Sleep(0.02f); - } - } - else - { - // Interruption like Siri can prevent session activation, wait for interruption-ended notification. - UE_LOG(LogFMOD, Warning, TEXT("UIApplicationDidBecomeActiveNotification: Failed to set audio session to active = %d [Error = %s]"), TRUE, *FString([ActiveError description])); - return; - } - } - - // It's possible the system missed sending us an interruption end, so recover here - if (gIsSuspended) - { - SetSystemPaused(false); - gNeedsReset = false; - gIsSuspended = false; - } - }]; - - [[NSNotificationCenter defaultCenter] addObserverForName:AVAudioSessionMediaServicesWereResetNotification object:nil queue:nil usingBlock:^(NSNotification *notification) - { - if ([UIApplication sharedApplication].applicationState == UIApplicationStateBackground || gIsSuspended) - { - // Received the reset notification while in the background, need to reset the AudioUnit when we come back to foreground. - gNeedsReset = true; - } - else - { - // In the foregound but something chopped the media services, need to do a reset. - SetSystemPaused(true); - SetSystemPaused(false); - } - }]; -} -#endif - -#undef LOCTEXT_NAMESPACE diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODStudioPrivatePCH.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODStudioPrivatePCH.h deleted file mode 100644 index aecd2f4a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODStudioPrivatePCH.h +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. -#pragma once - -#include "CoreMinimal.h" -#include "UObject/NoExportTypes.h" -#include "Components/SceneComponent.h" -#include "Runtime/Launch/Resources/Version.h" - -DECLARE_LOG_CATEGORY_EXTERN(LogFMOD, Log, All); \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODVCA.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODVCA.cpp deleted file mode 100644 index 7821fb79..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/FMODVCA.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODVCA.h" -#include "FMODStudioModule.h" - -UFMODVCA::UFMODVCA(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ -} - -/** Get tags to show in content view */ -void UFMODVCA::GetAssetRegistryTags(TArray &OutTags) const -{ - Super::GetAssetRegistryTags(OutTags); -} - -FString UFMODVCA::GetDesc() -{ - return FString::Printf(TEXT("VCA %s"), *AssetGuid.ToString(EGuidFormats::DigitsWithHyphensInBraces)); -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlSection.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlSection.cpp deleted file mode 100644 index fa5c61a9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlSection.cpp +++ /dev/null @@ -1,45 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODEventControlSection.h" -#include "Channels/MovieSceneChannelProxy.h" -#include "UObject/SequencerObjectVersion.h" -#include "UObject/Package.h" - -FFMODEventControlChannel::FFMODEventControlChannel() -{ - SetEnum(StaticEnum()); -} - -UFMODEventControlSection::UFMODEventControlSection(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ - SetRange(TRange::All()); - - int32 LinkerCustomVersion = GetLinkerCustomVersion(FSequencerObjectVersion::GUID); - EMovieSceneCompletionMode CompletionMode; - - if (LinkerCustomVersion < FSequencerObjectVersion::WhenFinishedDefaultsToRestoreState) - { - CompletionMode = EMovieSceneCompletionMode::KeepState; - } - else if (LinkerCustomVersion < FSequencerObjectVersion::WhenFinishedDefaultsToProjectDefault) - { - CompletionMode = EMovieSceneCompletionMode::RestoreState; - } - else - { - CompletionMode = EMovieSceneCompletionMode::ProjectDefault; - } - - EvalOptions.EnableAndSetCompletionMode(CompletionMode); - -#if WITH_EDITOR - - ChannelProxy = MakeShared(ControlKeys, FMovieSceneChannelMetaData(), TMovieSceneExternalValue()); - -#else - - ChannelProxy = MakeShared(ControlKeys); - -#endif -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlSection.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlSection.h deleted file mode 100644 index 29ad2c8b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlSection.h +++ /dev/null @@ -1,81 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "CoreMinimal.h" -#include "UObject/ObjectMacros.h" -#include "Curves/KeyHandle.h" -#include "MovieSceneClipboard.h" -#include "MovieSceneSection.h" -#include "Channels/MovieSceneByteChannel.h" -#include "FMODEventControlSection.generated.h" - -/** Defines the types of FMOD event control keys. */ -UENUM() -enum class EFMODEventControlKey : uint8 -{ - Stop = 0, - Play = 1, - Pause = 2 -}; - -USTRUCT() -struct FFMODEventControlChannel : public FMovieSceneByteChannel -{ - GENERATED_BODY() - - FFMODEventControlChannel(); -}; - -template <> -struct TStructOpsTypeTraits : public TStructOpsTypeTraitsBase2 -{ - enum { WithStructuredSerializeFromMismatchedTag = true }; -}; - -template <> -struct TMovieSceneChannelTraits : TMovieSceneChannelTraitsBase -{ - enum { SupportsDefaults = false }; - -#if WITH_EDITOR - - /** Byte channels can have external values (ie, they can get their values from external objects for UI purposes) */ - typedef TMovieSceneExternalValue ExtendedEditorDataType; - -#endif -}; - -/** FMOD Event control section */ -UCLASS(MinimalAPI) -class UFMODEventControlSection : public UMovieSceneSection -{ - GENERATED_UCLASS_BODY() - -public: - /** Channel containing the event control keys */ - UPROPERTY() - FFMODEventControlChannel ControlKeys; -}; - -inline void AssignValue(FFMODEventControlChannel *InChannel, FKeyHandle InKeyHandle, EFMODEventControlKey InValue) -{ - TMovieSceneChannelData ChannelData = InChannel->GetData(); - int32 ValueIndex = ChannelData.GetIndex(InKeyHandle); - - if (ValueIndex != INDEX_NONE) - { - ChannelData.GetValues()[ValueIndex] = (uint8)InValue; - } -} - -inline bool EvaluateChannel(const FFMODEventControlChannel *InChannel, FFrameTime InTime, EFMODEventControlKey &OutValue) -{ - uint8 RawValue = 0; - if (InChannel->Evaluate(InTime, RawValue)) - { - OutValue = (EFMODEventControlKey)RawValue; - return true; - } - return false; -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlSectionTemplate.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlSectionTemplate.cpp deleted file mode 100644 index 432b28e6..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlSectionTemplate.cpp +++ /dev/null @@ -1,250 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODEventControlSectionTemplate.h" -#include "FMODAmbientSound.h" -#include "FMODAudioComponent.h" -#include "Evaluation/MovieSceneEvaluation.h" -#include "IMovieScenePlayer.h" - -enum EventControlKeyInternal -{ - Stop, - Play, - Pause, - SequencePause, - SequenceResume, - MAX -}; - -EventControlKeyInternal MapControlKey(EFMODEventControlKey key) -{ - switch (key) - { - case EFMODEventControlKey::Stop: - return EventControlKeyInternal::Stop; - break; - case EFMODEventControlKey::Play: - return EventControlKeyInternal::Play; - break; - case EFMODEventControlKey::Pause: - return EventControlKeyInternal::Pause; - break; - default: - return EventControlKeyInternal::MAX; - break; - } -} - -struct FPlayingToken : IMovieScenePreAnimatedToken -{ - FPlayingToken(UObject &InObject) - { - bPlaying = false; - TimelinePosition = 0; - - if (UFMODAudioComponent *AudioComponent = Cast(&InObject)) - { - if (IsValid(AudioComponent)) - { - bPlaying = AudioComponent->IsPlaying(); - TimelinePosition = AudioComponent->GetTimelinePosition(); - } - } - } - - virtual void RestoreState(UObject &Object, const UE::MovieScene::FRestoreStateParams &Params) override - { - UFMODAudioComponent *AudioComponent = CastChecked(&Object); - - if (AudioComponent) - { - if (bPlaying && !AudioComponent->bPlayEnded) - { - AudioComponent->Play(); - AudioComponent->SetTimelinePosition(TimelinePosition); - } - else - { - AudioComponent->Stop(); - } - } - } - -private: - bool bPlaying; - int32 TimelinePosition; -}; - -struct FPlayingTokenProducer : IMovieScenePreAnimatedTokenProducer -{ - static FMovieSceneAnimTypeID GetAnimTypeID() { return TMovieSceneAnimTypeID(); } - -private: - virtual IMovieScenePreAnimatedTokenPtr CacheExistingState(UObject &Object) const override { return FPlayingToken(Object); } -}; - -struct FFMODEventControlExecutionToken : IMovieSceneExecutionToken -{ - FFMODEventControlExecutionToken(EventControlKeyInternal InEventControlKey, FFrameTime InKeyTime) - : EventControlKey(InEventControlKey) - , KeyTime(InKeyTime) - { - } - - /** Execute this token, operating on all objects referenced by 'Operand' */ - virtual void Execute(const FMovieSceneContext &Context, const FMovieSceneEvaluationOperand &Operand, FPersistentEvaluationData &PersistentData, - IMovieScenePlayer &Player) - { - for (TWeakObjectPtr<> &WeakObject : Player.FindBoundObjects(Operand)) - { - UFMODAudioComponent *AudioComponent = Cast(WeakObject.Get()); - - if (!AudioComponent) - { - AFMODAmbientSound *AmbientSound = Cast(WeakObject.Get()); - AudioComponent = AmbientSound ? AmbientSound->AudioComponent : nullptr; - } - - if (IsValid(AudioComponent)) - { - EFMODSystemContext::Type SystemContext = - (GWorld && GWorld->WorldType == EWorldType::Editor) ? EFMODSystemContext::Editor : EFMODSystemContext::Runtime; - - if (EventControlKey == EventControlKeyInternal::Stop && KeyTime == 0 && SystemContext == EFMODSystemContext::Editor) - { - // Skip state saving when auditioning sequencer - } - else - { - Player.SavePreAnimatedState(*AudioComponent, FPlayingTokenProducer::GetAnimTypeID(), FPlayingTokenProducer()); - } - - if (EventControlKey == EventControlKeyInternal::Play) - { - if (AudioComponent->GetPaused()) - { - AudioComponent->ResumeInternal(UFMODAudioComponent::PauseContext::Explicit); - } - else - { - if (AudioComponent->IsPlaying()) - { - AudioComponent->Stop(); - } - AudioComponent->PlayInternal(SystemContext); - } - } - else if (EventControlKey == EventControlKeyInternal::Stop) - { - AudioComponent->Stop(); - } - else if (EventControlKey == EventControlKeyInternal::Pause) - { - AudioComponent->PauseInternal(UFMODAudioComponent::PauseContext::Explicit); - } - else if (EventControlKey == EventControlKeyInternal::SequencePause) - { - AudioComponent->PauseInternal(UFMODAudioComponent::PauseContext::Implicit); - } - else if (EventControlKey == EventControlKeyInternal::SequenceResume) - { - AudioComponent->ResumeInternal(UFMODAudioComponent::PauseContext::Implicit); - } - - } - } - } - - EventControlKeyInternal EventControlKey; - FFrameTime KeyTime; -}; - -static bool RuntimeSequenceSetup = false; - -FFMODEventControlSectionTemplate::FFMODEventControlSectionTemplate(const UFMODEventControlSection &Section) - : ControlKeys(Section.ControlKeys) -{ - EnableOverrides(FMovieSceneEvalTemplateBase::EOverrideMask::RequiresSetupFlag); - EnableOverrides(FMovieSceneEvalTemplateBase::EOverrideMask::RequiresTearDownFlag); -} - -void FFMODEventControlSectionTemplate::Setup(FPersistentEvaluationData &PersistentData, IMovieScenePlayer &Player) const -{ - IsEditorSequence = GWorld && GWorld->WorldType == EWorldType::Editor; - if (!IsEditorSequence) - { - RuntimeSequenceSetup = true; - } -#if WITH_EDITOR - if (!RuntimeSequenceSetup) - { - IFMODStudioModule::Get().LoadEditorBanks(); - } -#endif -} - -void FFMODEventControlSectionTemplate::TearDown(FPersistentEvaluationData &PersistentData, IMovieScenePlayer &Player) const -{ - if (!IsEditorSequence) - { - RuntimeSequenceSetup = false; - } -#if WITH_EDITOR - if (!RuntimeSequenceSetup) - { - IFMODStudioModule::Get().UnloadEditorBanks(); - } -#endif -} - -void FFMODEventControlSectionTemplate::Evaluate(const FMovieSceneEvaluationOperand &Operand, const FMovieSceneContext &Context, - const FPersistentEvaluationData &PersistentData, FMovieSceneExecutionTokens &ExecutionTokens) const -{ - if (IsEditorSequence && RuntimeSequenceSetup) - { - // If the Sequence Editor is open during PIE, it will also try to play its Sequence. - // Don't let it, otherwise Execution Tokens will be double-issued. - return; - } - - const bool bPlaying = Context.IsSilent() == false && Context.GetDirection() == EPlayDirection::Forwards && - Context.GetRange().Size() >= FFrameTime(0) && Context.GetStatus() == EMovieScenePlayerStatus::Playing; - - if (!bPlaying && IsEditorSequence && !RuntimeSequenceSetup) - { - if (Context.GetStatus() == EMovieScenePlayerStatus::Paused) - { - ExecutionTokens.Add(FFMODEventControlExecutionToken(EventControlKeyInternal::Pause, FFrameTime(0))); - } - else - { - ExecutionTokens.Add(FFMODEventControlExecutionToken(EventControlKeyInternal::Stop, FFrameTime(0))); - } - } - else - { - TRange PlaybackRange = Context.GetFrameNumberRange(); - TMovieSceneChannelData ChannelData = ControlKeys.GetData(); - - // Find the index of the key handle that exists before this time - TArrayView Times = ChannelData.GetTimes(); - TArrayView Values = ChannelData.GetValues(); - - const int32 LastKeyIndex = Algo::UpperBound(Times, PlaybackRange.GetUpperBoundValue()) - 1; - if (LastKeyIndex >= 0 && PlaybackRange.Contains(Times[LastKeyIndex])) - { - FFMODEventControlExecutionToken NewToken(MapControlKey((EFMODEventControlKey)Values[LastKeyIndex]), Times[LastKeyIndex]); - ExecutionTokens.Add(MoveTemp(NewToken)); - } - } - - // Handle direct pause/unpause calls on sequence - if (Context.GetStatus() == EMovieScenePlayerStatus::Stopped) - { - ExecutionTokens.Add(FFMODEventControlExecutionToken(EventControlKeyInternal::SequencePause, FFrameTime(0))); - } - else - { - ExecutionTokens.Add(FFMODEventControlExecutionToken(EventControlKeyInternal::SequenceResume, FFrameTime(0))); - } -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlSectionTemplate.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlSectionTemplate.h deleted file mode 100644 index b4043481..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlSectionTemplate.h +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "CoreMinimal.h" -#include "UObject/ObjectMacros.h" -#include "Evaluation/MovieSceneEvalTemplate.h" -#include "FMODEventControlSection.h" -#include "FMODEventControlSectionTemplate.generated.h" - -USTRUCT() -struct FFMODEventControlSectionTemplate : public FMovieSceneEvalTemplate -{ - GENERATED_BODY() - - FFMODEventControlSectionTemplate() {} - FFMODEventControlSectionTemplate(const UFMODEventControlSection &Section); - - UPROPERTY() - FFMODEventControlChannel ControlKeys; - -private: - virtual UScriptStruct &GetScriptStructImpl() const override { return *StaticStruct(); } - virtual void Setup(FPersistentEvaluationData &PersistentData, IMovieScenePlayer &Player) const override; - virtual void TearDown(FPersistentEvaluationData &PersistentData, IMovieScenePlayer &Player) const override; - virtual void Evaluate(const FMovieSceneEvaluationOperand &Operand, const FMovieSceneContext &Context, - const FPersistentEvaluationData &PersistentData, FMovieSceneExecutionTokens &ExecutionTokens) const override; - - mutable bool IsEditorSequence; -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlTrack.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlTrack.cpp deleted file mode 100644 index b2f8f119..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlTrack.cpp +++ /dev/null @@ -1,75 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODEventControlTrack.h" -#include "FMODEventControlSection.h" -#include "IMovieScenePlayer.h" -#include "FMODEventControlSectionTemplate.h" -#include "MovieSceneCommonHelpers.h" - -#define LOCTEXT_NAMESPACE "FMODEventControlTrack" - -UFMODEventControlTrack::UFMODEventControlTrack(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ -#if WITH_EDITORONLY_DATA - TrackTint = FColor(255, 255, 255, 160); -#endif -} - -const TArray &UFMODEventControlTrack::GetAllSections() const -{ - return ControlSections; -} - -bool UFMODEventControlTrack::HasSection(const UMovieSceneSection &Section) const -{ - return ControlSections.Contains(&Section); -} - -void UFMODEventControlTrack::AddSection(UMovieSceneSection &Section) -{ - ControlSections.Add(&Section); -} - -void UFMODEventControlTrack::RemoveSection(UMovieSceneSection &Section) -{ - ControlSections.Remove(&Section); -} - -bool UFMODEventControlTrack::IsEmpty() const -{ - return ControlSections.Num() == 0; -} - -void UFMODEventControlTrack::AddNewSection(FFrameNumber SectionTime) -{ - if (MovieSceneHelpers::FindSectionAtTime(ControlSections, SectionTime) == nullptr) - { - UFMODEventControlSection *NewSection = Cast(CreateNewSection()); - ControlSections.Add(NewSection); - } -} - -bool UFMODEventControlTrack::SupportsType(TSubclassOf SectionClass) const -{ - return SectionClass == UFMODEventControlSection::StaticClass(); -} - -UMovieSceneSection *UFMODEventControlTrack::CreateNewSection() -{ - return NewObject(this); -} - -FMovieSceneEvalTemplatePtr UFMODEventControlTrack::CreateTemplateForSection(const UMovieSceneSection& InSection) const -{ - return FFMODEventControlSectionTemplate(*CastChecked(&InSection)); -} - -#if WITH_EDITORONLY_DATA -FText UFMODEventControlTrack::GetDefaultDisplayName() const -{ - return LOCTEXT("DisplayName", "FMOD Event"); -} -#endif - -#undef LOCTEXT_NAMESPACE diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlTrack.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlTrack.h deleted file mode 100644 index d8fe05b4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventControlTrack.h +++ /dev/null @@ -1,43 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "CoreMinimal.h" -#include "UObject/ObjectMacros.h" -#include "MovieSceneNameableTrack.h" -#include "Compilation/IMovieSceneTrackTemplateProducer.h" -#include "FMODEventControlTrack.generated.h" - -/** Handles control of an FMOD Event */ -UCLASS(MinimalAPI) -class UFMODEventControlTrack : public UMovieSceneNameableTrack, public IMovieSceneTrackTemplateProducer -{ - GENERATED_UCLASS_BODY() - -public: - virtual TArray GetAllControlSections() const { return ControlSections; } - -public: - // Begin UMovieSceneTrack interface - virtual bool HasSection(const UMovieSceneSection &Section) const override; - virtual void AddSection(UMovieSceneSection &Section) override; - virtual void RemoveSection(UMovieSceneSection &Section) override; - virtual bool IsEmpty() const override; - virtual const TArray &GetAllSections() const override; - virtual void AddNewSection(FFrameNumber SectionTime); - virtual bool SupportsType(TSubclassOf SectionClass) const override; - virtual UMovieSceneSection *CreateNewSection() override; - // End UMovieSceneTrack interface - - // IMovieSceneTrackTemplateProducer interface - virtual FMovieSceneEvalTemplatePtr CreateTemplateForSection(const UMovieSceneSection& InSection) const override; - -#if WITH_EDITORONLY_DATA - virtual FText GetDefaultDisplayName() const override; -#endif - -private: - /** List of all event control sections. */ - UPROPERTY() - TArray ControlSections; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventParameterSectionTemplate.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventParameterSectionTemplate.cpp deleted file mode 100644 index c270d6cf..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventParameterSectionTemplate.cpp +++ /dev/null @@ -1,109 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2017. - -#include "FMODEventParameterSectionTemplate.h" -#include "FMODAmbientSound.h" -#include "FMODEvent.h" -#include "FMODEventParameterTrack.h" -#include "IMovieScenePlayer.h" -#include "fmod_studio.hpp" - -struct FFMODEventParameterPreAnimatedToken : IMovieScenePreAnimatedToken -{ - FFMODEventParameterPreAnimatedToken() {} - - FFMODEventParameterPreAnimatedToken(FFMODEventParameterPreAnimatedToken &&) = default; - FFMODEventParameterPreAnimatedToken &operator=(FFMODEventParameterPreAnimatedToken &&) = default; - - virtual void RestoreState(UObject &Object, const UE::MovieScene::FRestoreStateParams& Params) override - { - UFMODAudioComponent *AudioComponent = CastChecked(&Object); - - if (IsValid(AudioComponent)) - { - for (FScalarParameterNameAndValue &Value : Values) - { - AudioComponent->SetParameter(Value.ParameterName, Value.Value); - } - } - } - - TArray Values; -}; - -struct FFMODEventParameterPreAnimatedTokenProducer : IMovieScenePreAnimatedTokenProducer -{ - virtual IMovieScenePreAnimatedTokenPtr CacheExistingState(UObject &Object) const override - { - UFMODAudioComponent *AudioComponent = CastChecked(&Object); - - FFMODEventParameterPreAnimatedToken Token; - - if (IsValid(AudioComponent) && AudioComponent->Event) - { - TArray ParameterDescriptions; - AudioComponent->Event->GetParameterDescriptions(ParameterDescriptions); - - for (const FMOD_STUDIO_PARAMETER_DESCRIPTION &ParameterDescription : ParameterDescriptions) - { - float Value = AudioComponent->GetParameter(ParameterDescription.name); - Token.Values.Add(FScalarParameterNameAndValue(ParameterDescription.name, Value)); - } - } - - return MoveTemp(Token); - } -}; - -struct FFMODEventParameterExecutionToken : IMovieSceneExecutionToken -{ - FFMODEventParameterExecutionToken() = default; - - FFMODEventParameterExecutionToken(FFMODEventParameterExecutionToken &&) = default; - FFMODEventParameterExecutionToken &operator=(FFMODEventParameterExecutionToken &&) = default; - - // Non-copyable - FFMODEventParameterExecutionToken(const FFMODEventParameterExecutionToken &) = delete; - FFMODEventParameterExecutionToken &operator=(const FFMODEventParameterExecutionToken &) = delete; - - virtual void Execute(const FMovieSceneContext &Context, const FMovieSceneEvaluationOperand &Operand, FPersistentEvaluationData &PersistentData, - IMovieScenePlayer &Player) - { - for (TWeakObjectPtr<> &WeakObject : Player.FindBoundObjects(Operand)) - { - UFMODAudioComponent *AudioComponent = Cast(WeakObject.Get()); - - if (!AudioComponent) - { - AFMODAmbientSound *AmbientSound = Cast(WeakObject.Get()); - AudioComponent = AmbientSound ? AmbientSound->AudioComponent : nullptr; - } - - if (IsValid(AudioComponent)) - { - Player.SavePreAnimatedState( - *AudioComponent, TMovieSceneAnimTypeID(), FFMODEventParameterPreAnimatedTokenProducer()); - - for (const FScalarParameterNameAndValue &NameAndValue : Values.ScalarValues) - { - AudioComponent->SetParameter(NameAndValue.ParameterName, NameAndValue.Value); - } - } - } - } - - FEvaluatedParameterSectionValues Values; -}; - -FFMODEventParameterSectionTemplate::FFMODEventParameterSectionTemplate( - const UMovieSceneParameterSection &Section, const UFMODEventParameterTrack &Track) - : FMovieSceneParameterSectionTemplate(Section) -{ -} - -void FFMODEventParameterSectionTemplate::Evaluate(const FMovieSceneEvaluationOperand &Operand, const FMovieSceneContext &Context, - const FPersistentEvaluationData &PersistentData, FMovieSceneExecutionTokens &ExecutionTokens) const -{ - FFMODEventParameterExecutionToken ExecutionToken; - EvaluateCurves(Context, ExecutionToken.Values); - ExecutionTokens.Add(MoveTemp(ExecutionToken)); -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventParameterSectionTemplate.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventParameterSectionTemplate.h deleted file mode 100644 index 574ce18e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventParameterSectionTemplate.h +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "CoreMinimal.h" -#include "UObject/ObjectMacros.h" -#include "Evaluation/MovieSceneParameterTemplate.h" -#include "FMODEventParameterSectionTemplate.generated.h" - -class UFMODEventParameterTrack; - -USTRUCT() -struct FFMODEventParameterSectionTemplate : public FMovieSceneParameterSectionTemplate -{ - GENERATED_BODY() - - FFMODEventParameterSectionTemplate() {} - FFMODEventParameterSectionTemplate(const UMovieSceneParameterSection &Section, const UFMODEventParameterTrack &Track); - -private: - virtual UScriptStruct &GetScriptStructImpl() const override { return *StaticStruct(); } - virtual void Evaluate(const FMovieSceneEvaluationOperand &Operand, const FMovieSceneContext &Context, - const FPersistentEvaluationData &PersistentData, FMovieSceneExecutionTokens &ExecutionTokens) const override; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventParameterTrack.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventParameterTrack.cpp deleted file mode 100644 index 3fe4b46a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventParameterTrack.cpp +++ /dev/null @@ -1,77 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODEventParameterTrack.h" -#include "FMODEventParameterSectionTemplate.h" -#include "IMovieScenePlayer.h" -#include "MovieSceneCommonHelpers.h" - -#define LOCTEXT_NAMESPACE "FMODEventParameterTrack" - -UFMODEventParameterTrack::UFMODEventParameterTrack(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ -#if WITH_EDITORONLY_DATA - TrackTint = FColor(0, 170, 255, 65); -#endif -} - -FMovieSceneEvalTemplatePtr UFMODEventParameterTrack::CreateTemplateForSection(const UMovieSceneSection &InSection) const -{ - return FFMODEventParameterSectionTemplate(*CastChecked(&InSection), *this); -} - -UMovieSceneSection *UFMODEventParameterTrack::CreateNewSection() -{ - return NewObject(this, UMovieSceneParameterSection::StaticClass(), NAME_None, RF_Transactional); -} - -void UFMODEventParameterTrack::RemoveAllAnimationData() -{ - Sections.Empty(); -} - -bool UFMODEventParameterTrack::HasSection(const UMovieSceneSection &Section) const -{ - return Sections.Contains(&Section); -} - -void UFMODEventParameterTrack::AddSection(UMovieSceneSection &Section) -{ - Sections.Add(&Section); -} - -void UFMODEventParameterTrack::RemoveSection(UMovieSceneSection &Section) -{ - Sections.Remove(&Section); -} - -bool UFMODEventParameterTrack::IsEmpty() const -{ - return Sections.Num() == 0; -} - -const TArray &UFMODEventParameterTrack::GetAllSections() const -{ - return Sections; -} - -#if WITH_EDITORONLY_DATA -FText UFMODEventParameterTrack::GetDefaultDisplayName() const -{ - return LOCTEXT("DisplayName", "FMOD Event Parameter"); -} -#endif - -void UFMODEventParameterTrack::AddParameterKey(FName ParameterName, FFrameNumber Time, float Value) -{ - UMovieSceneParameterSection *NearestSection = Cast(MovieSceneHelpers::FindNearestSectionAtTime(Sections, Time)); - if (NearestSection == nullptr) - { - NearestSection = Cast(CreateNewSection()); - NearestSection->SetRange(TRange::Inclusive(Time, Time)); - Sections.Add(NearestSection); - } - NearestSection->AddScalarParameterKey(ParameterName, Time, Value); -} - -#undef LOCTEXT_NAMESPACE diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventParameterTrack.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventParameterTrack.h deleted file mode 100644 index 63e6658e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Private/Sequencer/FMODEventParameterTrack.h +++ /dev/null @@ -1,45 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "CoreMinimal.h" -#include "UObject/ObjectMacros.h" -#include "Sections/MovieSceneParameterSection.h" -#include "MovieSceneNameableTrack.h" -#include "Compilation/IMovieSceneTrackTemplateProducer.h" -#include "FMODEventParameterTrack.generated.h" - -/** Handles manipulation of event parameters in a movie scene. */ -UCLASS(MinimalAPI) -class UFMODEventParameterTrack : public UMovieSceneNameableTrack, public IMovieSceneTrackTemplateProducer -{ - GENERATED_UCLASS_BODY() - -public: - // UMovieSceneTrack interface - virtual UMovieSceneSection *CreateNewSection() override; - virtual void RemoveAllAnimationData() override; - virtual bool HasSection(const UMovieSceneSection &Section) const override; - virtual void AddSection(UMovieSceneSection &Section) override; - virtual void RemoveSection(UMovieSceneSection &Section) override; - virtual bool IsEmpty() const override; - virtual const TArray &GetAllSections() const override; - - // ~IMovieSceneTrackTemplateProducer interface - virtual FMovieSceneEvalTemplatePtr CreateTemplateForSection(const UMovieSceneSection &InSection) const override; - -// End UMovieSceneTrack interface - -#if WITH_EDITORONLY_DATA - virtual FText GetDefaultDisplayName() const override; -#endif - -public: - /** Adds a (scalar) event parameter key to the track. */ - void FMODSTUDIO_API AddParameterKey(FName ParameterName, FFrameNumber Time, float Value); - -private: - /** The sections owned by this track. */ - UPROPERTY() - TArray Sections; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod.h deleted file mode 100644 index 7ce3a622..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod.h +++ /dev/null @@ -1,668 +0,0 @@ -/* ======================================================================================== */ -/* FMOD Core API - C header file. */ -/* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2024. */ -/* */ -/* Use this header in conjunction with fmod_common.h (which contains all the constants / */ -/* callbacks) to develop using the C interface */ -/* */ -/* For more detail visit: */ -/* https://fmod.com/docs/2.02/api/core-api.html */ -/* ======================================================================================== */ - -#ifndef _FMOD_H -#define _FMOD_H - -#include "fmod_common.h" - -#ifdef __cplusplus -extern "C" -{ -#endif - -/* - FMOD global system functions (optional). -*/ -FMOD_RESULT F_API FMOD_Memory_Initialize (void *poolmem, int poollen, FMOD_MEMORY_ALLOC_CALLBACK useralloc, FMOD_MEMORY_REALLOC_CALLBACK userrealloc, FMOD_MEMORY_FREE_CALLBACK userfree, FMOD_MEMORY_TYPE memtypeflags); -FMOD_RESULT F_API FMOD_Memory_GetStats (int *currentalloced, int *maxalloced, FMOD_BOOL blocking); -FMOD_RESULT F_API FMOD_Debug_Initialize (FMOD_DEBUG_FLAGS flags, FMOD_DEBUG_MODE mode, FMOD_DEBUG_CALLBACK callback, const char *filename); -FMOD_RESULT F_API FMOD_File_SetDiskBusy (int busy); -FMOD_RESULT F_API FMOD_File_GetDiskBusy (int *busy); -FMOD_RESULT F_API FMOD_Thread_SetAttributes (FMOD_THREAD_TYPE type, FMOD_THREAD_AFFINITY affinity, FMOD_THREAD_PRIORITY priority, FMOD_THREAD_STACK_SIZE stacksize); - -/* - FMOD System factory functions. Use this to create an FMOD System Instance. below you will see FMOD_System_Init/Close to get started. -*/ -FMOD_RESULT F_API FMOD_System_Create (FMOD_SYSTEM **system, unsigned int headerversion); -FMOD_RESULT F_API FMOD_System_Release (FMOD_SYSTEM *system); - -/* - 'System' API -*/ - -/* Setup functions. */ -FMOD_RESULT F_API FMOD_System_SetOutput (FMOD_SYSTEM *system, FMOD_OUTPUTTYPE output); -FMOD_RESULT F_API FMOD_System_GetOutput (FMOD_SYSTEM *system, FMOD_OUTPUTTYPE *output); -FMOD_RESULT F_API FMOD_System_GetNumDrivers (FMOD_SYSTEM *system, int *numdrivers); -FMOD_RESULT F_API FMOD_System_GetDriverInfo (FMOD_SYSTEM *system, int id, char *name, int namelen, FMOD_GUID *guid, int *systemrate, FMOD_SPEAKERMODE *speakermode, int *speakermodechannels); -FMOD_RESULT F_API FMOD_System_SetDriver (FMOD_SYSTEM *system, int driver); -FMOD_RESULT F_API FMOD_System_GetDriver (FMOD_SYSTEM *system, int *driver); -FMOD_RESULT F_API FMOD_System_SetSoftwareChannels (FMOD_SYSTEM *system, int numsoftwarechannels); -FMOD_RESULT F_API FMOD_System_GetSoftwareChannels (FMOD_SYSTEM *system, int *numsoftwarechannels); -FMOD_RESULT F_API FMOD_System_SetSoftwareFormat (FMOD_SYSTEM *system, int samplerate, FMOD_SPEAKERMODE speakermode, int numrawspeakers); -FMOD_RESULT F_API FMOD_System_GetSoftwareFormat (FMOD_SYSTEM *system, int *samplerate, FMOD_SPEAKERMODE *speakermode, int *numrawspeakers); -FMOD_RESULT F_API FMOD_System_SetDSPBufferSize (FMOD_SYSTEM *system, unsigned int bufferlength, int numbuffers); -FMOD_RESULT F_API FMOD_System_GetDSPBufferSize (FMOD_SYSTEM *system, unsigned int *bufferlength, int *numbuffers); -FMOD_RESULT F_API FMOD_System_SetFileSystem (FMOD_SYSTEM *system, FMOD_FILE_OPEN_CALLBACK useropen, FMOD_FILE_CLOSE_CALLBACK userclose, FMOD_FILE_READ_CALLBACK userread, FMOD_FILE_SEEK_CALLBACK userseek, FMOD_FILE_ASYNCREAD_CALLBACK userasyncread, FMOD_FILE_ASYNCCANCEL_CALLBACK userasynccancel, int blockalign); -FMOD_RESULT F_API FMOD_System_AttachFileSystem (FMOD_SYSTEM *system, FMOD_FILE_OPEN_CALLBACK useropen, FMOD_FILE_CLOSE_CALLBACK userclose, FMOD_FILE_READ_CALLBACK userread, FMOD_FILE_SEEK_CALLBACK userseek); -FMOD_RESULT F_API FMOD_System_SetAdvancedSettings (FMOD_SYSTEM *system, FMOD_ADVANCEDSETTINGS *settings); -FMOD_RESULT F_API FMOD_System_GetAdvancedSettings (FMOD_SYSTEM *system, FMOD_ADVANCEDSETTINGS *settings); -FMOD_RESULT F_API FMOD_System_SetCallback (FMOD_SYSTEM *system, FMOD_SYSTEM_CALLBACK callback, FMOD_SYSTEM_CALLBACK_TYPE callbackmask); - -/* Plug-in support. */ -FMOD_RESULT F_API FMOD_System_SetPluginPath (FMOD_SYSTEM *system, const char *path); -FMOD_RESULT F_API FMOD_System_LoadPlugin (FMOD_SYSTEM *system, const char *filename, unsigned int *handle, unsigned int priority); -FMOD_RESULT F_API FMOD_System_UnloadPlugin (FMOD_SYSTEM *system, unsigned int handle); -FMOD_RESULT F_API FMOD_System_GetNumNestedPlugins (FMOD_SYSTEM *system, unsigned int handle, int *count); -FMOD_RESULT F_API FMOD_System_GetNestedPlugin (FMOD_SYSTEM *system, unsigned int handle, int index, unsigned int *nestedhandle); -FMOD_RESULT F_API FMOD_System_GetNumPlugins (FMOD_SYSTEM *system, FMOD_PLUGINTYPE plugintype, int *numplugins); -FMOD_RESULT F_API FMOD_System_GetPluginHandle (FMOD_SYSTEM *system, FMOD_PLUGINTYPE plugintype, int index, unsigned int *handle); -FMOD_RESULT F_API FMOD_System_GetPluginInfo (FMOD_SYSTEM *system, unsigned int handle, FMOD_PLUGINTYPE *plugintype, char *name, int namelen, unsigned int *version); -FMOD_RESULT F_API FMOD_System_SetOutputByPlugin (FMOD_SYSTEM *system, unsigned int handle); -FMOD_RESULT F_API FMOD_System_GetOutputByPlugin (FMOD_SYSTEM *system, unsigned int *handle); -FMOD_RESULT F_API FMOD_System_CreateDSPByPlugin (FMOD_SYSTEM *system, unsigned int handle, FMOD_DSP **dsp); -FMOD_RESULT F_API FMOD_System_GetDSPInfoByPlugin (FMOD_SYSTEM *system, unsigned int handle, const FMOD_DSP_DESCRIPTION **description); -FMOD_RESULT F_API FMOD_System_RegisterCodec (FMOD_SYSTEM *system, FMOD_CODEC_DESCRIPTION *description, unsigned int *handle, unsigned int priority); -FMOD_RESULT F_API FMOD_System_RegisterDSP (FMOD_SYSTEM *system, const FMOD_DSP_DESCRIPTION *description, unsigned int *handle); -FMOD_RESULT F_API FMOD_System_RegisterOutput (FMOD_SYSTEM *system, const FMOD_OUTPUT_DESCRIPTION *description, unsigned int *handle); - -/* Init/Close. */ -FMOD_RESULT F_API FMOD_System_Init (FMOD_SYSTEM *system, int maxchannels, FMOD_INITFLAGS flags, void *extradriverdata); -FMOD_RESULT F_API FMOD_System_Close (FMOD_SYSTEM *system); - -/* General post-init system functions. */ -FMOD_RESULT F_API FMOD_System_Update (FMOD_SYSTEM *system); -FMOD_RESULT F_API FMOD_System_SetSpeakerPosition (FMOD_SYSTEM *system, FMOD_SPEAKER speaker, float x, float y, FMOD_BOOL active); -FMOD_RESULT F_API FMOD_System_GetSpeakerPosition (FMOD_SYSTEM *system, FMOD_SPEAKER speaker, float *x, float *y, FMOD_BOOL *active); -FMOD_RESULT F_API FMOD_System_SetStreamBufferSize (FMOD_SYSTEM *system, unsigned int filebuffersize, FMOD_TIMEUNIT filebuffersizetype); -FMOD_RESULT F_API FMOD_System_GetStreamBufferSize (FMOD_SYSTEM *system, unsigned int *filebuffersize, FMOD_TIMEUNIT *filebuffersizetype); -FMOD_RESULT F_API FMOD_System_Set3DSettings (FMOD_SYSTEM *system, float dopplerscale, float distancefactor, float rolloffscale); -FMOD_RESULT F_API FMOD_System_Get3DSettings (FMOD_SYSTEM *system, float *dopplerscale, float *distancefactor, float *rolloffscale); -FMOD_RESULT F_API FMOD_System_Set3DNumListeners (FMOD_SYSTEM *system, int numlisteners); -FMOD_RESULT F_API FMOD_System_Get3DNumListeners (FMOD_SYSTEM *system, int *numlisteners); -FMOD_RESULT F_API FMOD_System_Set3DListenerAttributes (FMOD_SYSTEM *system, int listener, const FMOD_VECTOR *pos, const FMOD_VECTOR *vel, const FMOD_VECTOR *forward, const FMOD_VECTOR *up); -FMOD_RESULT F_API FMOD_System_Get3DListenerAttributes (FMOD_SYSTEM *system, int listener, FMOD_VECTOR *pos, FMOD_VECTOR *vel, FMOD_VECTOR *forward, FMOD_VECTOR *up); -FMOD_RESULT F_API FMOD_System_Set3DRolloffCallback (FMOD_SYSTEM *system, FMOD_3D_ROLLOFF_CALLBACK callback); -FMOD_RESULT F_API FMOD_System_MixerSuspend (FMOD_SYSTEM *system); -FMOD_RESULT F_API FMOD_System_MixerResume (FMOD_SYSTEM *system); -FMOD_RESULT F_API FMOD_System_GetDefaultMixMatrix (FMOD_SYSTEM *system, FMOD_SPEAKERMODE sourcespeakermode, FMOD_SPEAKERMODE targetspeakermode, float *matrix, int matrixhop); -FMOD_RESULT F_API FMOD_System_GetSpeakerModeChannels (FMOD_SYSTEM *system, FMOD_SPEAKERMODE mode, int *channels); - -/* System information functions. */ -FMOD_RESULT F_API FMOD_System_GetVersion (FMOD_SYSTEM *system, unsigned int *version); -FMOD_RESULT F_API FMOD_System_GetOutputHandle (FMOD_SYSTEM *system, void **handle); -FMOD_RESULT F_API FMOD_System_GetChannelsPlaying (FMOD_SYSTEM *system, int *channels, int *realchannels); -FMOD_RESULT F_API FMOD_System_GetCPUUsage (FMOD_SYSTEM *system, FMOD_CPU_USAGE *usage); -FMOD_RESULT F_API FMOD_System_GetFileUsage (FMOD_SYSTEM *system, long long *sampleBytesRead, long long *streamBytesRead, long long *otherBytesRead); - -/* Sound/DSP/Channel/FX creation and retrieval. */ -FMOD_RESULT F_API FMOD_System_CreateSound (FMOD_SYSTEM *system, const char *name_or_data, FMOD_MODE mode, FMOD_CREATESOUNDEXINFO *exinfo, FMOD_SOUND **sound); -FMOD_RESULT F_API FMOD_System_CreateStream (FMOD_SYSTEM *system, const char *name_or_data, FMOD_MODE mode, FMOD_CREATESOUNDEXINFO *exinfo, FMOD_SOUND **sound); -FMOD_RESULT F_API FMOD_System_CreateDSP (FMOD_SYSTEM *system, const FMOD_DSP_DESCRIPTION *description, FMOD_DSP **dsp); -FMOD_RESULT F_API FMOD_System_CreateDSPByType (FMOD_SYSTEM *system, FMOD_DSP_TYPE type, FMOD_DSP **dsp); -FMOD_RESULT F_API FMOD_System_CreateChannelGroup (FMOD_SYSTEM *system, const char *name, FMOD_CHANNELGROUP **channelgroup); -FMOD_RESULT F_API FMOD_System_CreateSoundGroup (FMOD_SYSTEM *system, const char *name, FMOD_SOUNDGROUP **soundgroup); -FMOD_RESULT F_API FMOD_System_CreateReverb3D (FMOD_SYSTEM *system, FMOD_REVERB3D **reverb); -FMOD_RESULT F_API FMOD_System_PlaySound (FMOD_SYSTEM *system, FMOD_SOUND *sound, FMOD_CHANNELGROUP *channelgroup, FMOD_BOOL paused, FMOD_CHANNEL **channel); -FMOD_RESULT F_API FMOD_System_PlayDSP (FMOD_SYSTEM *system, FMOD_DSP *dsp, FMOD_CHANNELGROUP *channelgroup, FMOD_BOOL paused, FMOD_CHANNEL **channel); -FMOD_RESULT F_API FMOD_System_GetChannel (FMOD_SYSTEM *system, int channelid, FMOD_CHANNEL **channel); -FMOD_RESULT F_API FMOD_System_GetDSPInfoByType (FMOD_SYSTEM *system, FMOD_DSP_TYPE type, const FMOD_DSP_DESCRIPTION **description); -FMOD_RESULT F_API FMOD_System_GetMasterChannelGroup (FMOD_SYSTEM *system, FMOD_CHANNELGROUP **channelgroup); -FMOD_RESULT F_API FMOD_System_GetMasterSoundGroup (FMOD_SYSTEM *system, FMOD_SOUNDGROUP **soundgroup); - -/* Routing to ports. */ -FMOD_RESULT F_API FMOD_System_AttachChannelGroupToPort (FMOD_SYSTEM *system, FMOD_PORT_TYPE portType, FMOD_PORT_INDEX portIndex, FMOD_CHANNELGROUP *channelgroup, FMOD_BOOL passThru); -FMOD_RESULT F_API FMOD_System_DetachChannelGroupFromPort(FMOD_SYSTEM *system, FMOD_CHANNELGROUP *channelgroup); - -/* Reverb API. */ -FMOD_RESULT F_API FMOD_System_SetReverbProperties (FMOD_SYSTEM *system, int instance, const FMOD_REVERB_PROPERTIES *prop); -FMOD_RESULT F_API FMOD_System_GetReverbProperties (FMOD_SYSTEM *system, int instance, FMOD_REVERB_PROPERTIES *prop); - -/* System level DSP functionality. */ -FMOD_RESULT F_API FMOD_System_LockDSP (FMOD_SYSTEM *system); -FMOD_RESULT F_API FMOD_System_UnlockDSP (FMOD_SYSTEM *system); - -/* Recording API. */ -FMOD_RESULT F_API FMOD_System_GetRecordNumDrivers (FMOD_SYSTEM *system, int *numdrivers, int *numconnected); -FMOD_RESULT F_API FMOD_System_GetRecordDriverInfo (FMOD_SYSTEM *system, int id, char *name, int namelen, FMOD_GUID *guid, int *systemrate, FMOD_SPEAKERMODE *speakermode, int *speakermodechannels, FMOD_DRIVER_STATE *state); -FMOD_RESULT F_API FMOD_System_GetRecordPosition (FMOD_SYSTEM *system, int id, unsigned int *position); -FMOD_RESULT F_API FMOD_System_RecordStart (FMOD_SYSTEM *system, int id, FMOD_SOUND *sound, FMOD_BOOL loop); -FMOD_RESULT F_API FMOD_System_RecordStop (FMOD_SYSTEM *system, int id); -FMOD_RESULT F_API FMOD_System_IsRecording (FMOD_SYSTEM *system, int id, FMOD_BOOL *recording); - -/* Geometry API. */ -FMOD_RESULT F_API FMOD_System_CreateGeometry (FMOD_SYSTEM *system, int maxpolygons, int maxvertices, FMOD_GEOMETRY **geometry); -FMOD_RESULT F_API FMOD_System_SetGeometrySettings (FMOD_SYSTEM *system, float maxworldsize); -FMOD_RESULT F_API FMOD_System_GetGeometrySettings (FMOD_SYSTEM *system, float *maxworldsize); -FMOD_RESULT F_API FMOD_System_LoadGeometry (FMOD_SYSTEM *system, const void *data, int datasize, FMOD_GEOMETRY **geometry); -FMOD_RESULT F_API FMOD_System_GetGeometryOcclusion (FMOD_SYSTEM *system, const FMOD_VECTOR *listener, const FMOD_VECTOR *source, float *direct, float *reverb); - -/* Network functions. */ -FMOD_RESULT F_API FMOD_System_SetNetworkProxy (FMOD_SYSTEM *system, const char *proxy); -FMOD_RESULT F_API FMOD_System_GetNetworkProxy (FMOD_SYSTEM *system, char *proxy, int proxylen); -FMOD_RESULT F_API FMOD_System_SetNetworkTimeout (FMOD_SYSTEM *system, int timeout); -FMOD_RESULT F_API FMOD_System_GetNetworkTimeout (FMOD_SYSTEM *system, int *timeout); - -/* Userdata set/get. */ -FMOD_RESULT F_API FMOD_System_SetUserData (FMOD_SYSTEM *system, void *userdata); -FMOD_RESULT F_API FMOD_System_GetUserData (FMOD_SYSTEM *system, void **userdata); - -/* Sound API -*/ - -FMOD_RESULT F_API FMOD_Sound_Release (FMOD_SOUND *sound); -FMOD_RESULT F_API FMOD_Sound_GetSystemObject (FMOD_SOUND *sound, FMOD_SYSTEM **system); - -/* - Standard sound manipulation functions. -*/ - -FMOD_RESULT F_API FMOD_Sound_Lock (FMOD_SOUND *sound, unsigned int offset, unsigned int length, void **ptr1, void **ptr2, unsigned int *len1, unsigned int *len2); -FMOD_RESULT F_API FMOD_Sound_Unlock (FMOD_SOUND *sound, void *ptr1, void *ptr2, unsigned int len1, unsigned int len2); -FMOD_RESULT F_API FMOD_Sound_SetDefaults (FMOD_SOUND *sound, float frequency, int priority); -FMOD_RESULT F_API FMOD_Sound_GetDefaults (FMOD_SOUND *sound, float *frequency, int *priority); -FMOD_RESULT F_API FMOD_Sound_Set3DMinMaxDistance (FMOD_SOUND *sound, float min, float max); -FMOD_RESULT F_API FMOD_Sound_Get3DMinMaxDistance (FMOD_SOUND *sound, float *min, float *max); -FMOD_RESULT F_API FMOD_Sound_Set3DConeSettings (FMOD_SOUND *sound, float insideconeangle, float outsideconeangle, float outsidevolume); -FMOD_RESULT F_API FMOD_Sound_Get3DConeSettings (FMOD_SOUND *sound, float *insideconeangle, float *outsideconeangle, float *outsidevolume); -FMOD_RESULT F_API FMOD_Sound_Set3DCustomRolloff (FMOD_SOUND *sound, FMOD_VECTOR *points, int numpoints); -FMOD_RESULT F_API FMOD_Sound_Get3DCustomRolloff (FMOD_SOUND *sound, FMOD_VECTOR **points, int *numpoints); -FMOD_RESULT F_API FMOD_Sound_GetSubSound (FMOD_SOUND *sound, int index, FMOD_SOUND **subsound); -FMOD_RESULT F_API FMOD_Sound_GetSubSoundParent (FMOD_SOUND *sound, FMOD_SOUND **parentsound); -FMOD_RESULT F_API FMOD_Sound_GetName (FMOD_SOUND *sound, char *name, int namelen); -FMOD_RESULT F_API FMOD_Sound_GetLength (FMOD_SOUND *sound, unsigned int *length, FMOD_TIMEUNIT lengthtype); -FMOD_RESULT F_API FMOD_Sound_GetFormat (FMOD_SOUND *sound, FMOD_SOUND_TYPE *type, FMOD_SOUND_FORMAT *format, int *channels, int *bits); -FMOD_RESULT F_API FMOD_Sound_GetNumSubSounds (FMOD_SOUND *sound, int *numsubsounds); -FMOD_RESULT F_API FMOD_Sound_GetNumTags (FMOD_SOUND *sound, int *numtags, int *numtagsupdated); -FMOD_RESULT F_API FMOD_Sound_GetTag (FMOD_SOUND *sound, const char *name, int index, FMOD_TAG *tag); -FMOD_RESULT F_API FMOD_Sound_GetOpenState (FMOD_SOUND *sound, FMOD_OPENSTATE *openstate, unsigned int *percentbuffered, FMOD_BOOL *starving, FMOD_BOOL *diskbusy); -FMOD_RESULT F_API FMOD_Sound_ReadData (FMOD_SOUND *sound, void *buffer, unsigned int length, unsigned int *read); -FMOD_RESULT F_API FMOD_Sound_SeekData (FMOD_SOUND *sound, unsigned int pcm); - -FMOD_RESULT F_API FMOD_Sound_SetSoundGroup (FMOD_SOUND *sound, FMOD_SOUNDGROUP *soundgroup); -FMOD_RESULT F_API FMOD_Sound_GetSoundGroup (FMOD_SOUND *sound, FMOD_SOUNDGROUP **soundgroup); - -/* - Synchronization point API. These points can come from markers embedded in wav files, and can also generate channel callbacks. -*/ - -FMOD_RESULT F_API FMOD_Sound_GetNumSyncPoints (FMOD_SOUND *sound, int *numsyncpoints); -FMOD_RESULT F_API FMOD_Sound_GetSyncPoint (FMOD_SOUND *sound, int index, FMOD_SYNCPOINT **point); -FMOD_RESULT F_API FMOD_Sound_GetSyncPointInfo (FMOD_SOUND *sound, FMOD_SYNCPOINT *point, char *name, int namelen, unsigned int *offset, FMOD_TIMEUNIT offsettype); -FMOD_RESULT F_API FMOD_Sound_AddSyncPoint (FMOD_SOUND *sound, unsigned int offset, FMOD_TIMEUNIT offsettype, const char *name, FMOD_SYNCPOINT **point); -FMOD_RESULT F_API FMOD_Sound_DeleteSyncPoint (FMOD_SOUND *sound, FMOD_SYNCPOINT *point); - -/* - Functions also in Channel class but here they are the 'default' to save having to change it in Channel all the time. -*/ - -FMOD_RESULT F_API FMOD_Sound_SetMode (FMOD_SOUND *sound, FMOD_MODE mode); -FMOD_RESULT F_API FMOD_Sound_GetMode (FMOD_SOUND *sound, FMOD_MODE *mode); -FMOD_RESULT F_API FMOD_Sound_SetLoopCount (FMOD_SOUND *sound, int loopcount); -FMOD_RESULT F_API FMOD_Sound_GetLoopCount (FMOD_SOUND *sound, int *loopcount); -FMOD_RESULT F_API FMOD_Sound_SetLoopPoints (FMOD_SOUND *sound, unsigned int loopstart, FMOD_TIMEUNIT loopstarttype, unsigned int loopend, FMOD_TIMEUNIT loopendtype); -FMOD_RESULT F_API FMOD_Sound_GetLoopPoints (FMOD_SOUND *sound, unsigned int *loopstart, FMOD_TIMEUNIT loopstarttype, unsigned int *loopend, FMOD_TIMEUNIT loopendtype); - -/* - For MOD/S3M/XM/IT/MID sequenced formats only. -*/ - -FMOD_RESULT F_API FMOD_Sound_GetMusicNumChannels (FMOD_SOUND *sound, int *numchannels); -FMOD_RESULT F_API FMOD_Sound_SetMusicChannelVolume (FMOD_SOUND *sound, int channel, float volume); -FMOD_RESULT F_API FMOD_Sound_GetMusicChannelVolume (FMOD_SOUND *sound, int channel, float *volume); -FMOD_RESULT F_API FMOD_Sound_SetMusicSpeed (FMOD_SOUND *sound, float speed); -FMOD_RESULT F_API FMOD_Sound_GetMusicSpeed (FMOD_SOUND *sound, float *speed); - -/* - Userdata set/get. -*/ - -FMOD_RESULT F_API FMOD_Sound_SetUserData (FMOD_SOUND *sound, void *userdata); -FMOD_RESULT F_API FMOD_Sound_GetUserData (FMOD_SOUND *sound, void **userdata); - -/* - 'Channel' API -*/ - -FMOD_RESULT F_API FMOD_Channel_GetSystemObject (FMOD_CHANNEL *channel, FMOD_SYSTEM **system); - -/* - General control functionality for Channels and ChannelGroups. -*/ - -FMOD_RESULT F_API FMOD_Channel_Stop (FMOD_CHANNEL *channel); -FMOD_RESULT F_API FMOD_Channel_SetPaused (FMOD_CHANNEL *channel, FMOD_BOOL paused); -FMOD_RESULT F_API FMOD_Channel_GetPaused (FMOD_CHANNEL *channel, FMOD_BOOL *paused); -FMOD_RESULT F_API FMOD_Channel_SetVolume (FMOD_CHANNEL *channel, float volume); -FMOD_RESULT F_API FMOD_Channel_GetVolume (FMOD_CHANNEL *channel, float *volume); -FMOD_RESULT F_API FMOD_Channel_SetVolumeRamp (FMOD_CHANNEL *channel, FMOD_BOOL ramp); -FMOD_RESULT F_API FMOD_Channel_GetVolumeRamp (FMOD_CHANNEL *channel, FMOD_BOOL *ramp); -FMOD_RESULT F_API FMOD_Channel_GetAudibility (FMOD_CHANNEL *channel, float *audibility); -FMOD_RESULT F_API FMOD_Channel_SetPitch (FMOD_CHANNEL *channel, float pitch); -FMOD_RESULT F_API FMOD_Channel_GetPitch (FMOD_CHANNEL *channel, float *pitch); -FMOD_RESULT F_API FMOD_Channel_SetMute (FMOD_CHANNEL *channel, FMOD_BOOL mute); -FMOD_RESULT F_API FMOD_Channel_GetMute (FMOD_CHANNEL *channel, FMOD_BOOL *mute); -FMOD_RESULT F_API FMOD_Channel_SetReverbProperties (FMOD_CHANNEL *channel, int instance, float wet); -FMOD_RESULT F_API FMOD_Channel_GetReverbProperties (FMOD_CHANNEL *channel, int instance, float *wet); -FMOD_RESULT F_API FMOD_Channel_SetLowPassGain (FMOD_CHANNEL *channel, float gain); -FMOD_RESULT F_API FMOD_Channel_GetLowPassGain (FMOD_CHANNEL *channel, float *gain); -FMOD_RESULT F_API FMOD_Channel_SetMode (FMOD_CHANNEL *channel, FMOD_MODE mode); -FMOD_RESULT F_API FMOD_Channel_GetMode (FMOD_CHANNEL *channel, FMOD_MODE *mode); -FMOD_RESULT F_API FMOD_Channel_SetCallback (FMOD_CHANNEL *channel, FMOD_CHANNELCONTROL_CALLBACK callback); -FMOD_RESULT F_API FMOD_Channel_IsPlaying (FMOD_CHANNEL *channel, FMOD_BOOL *isplaying); - -/* - Note all 'set' functions alter a final matrix, this is why the only get function is getMixMatrix, to avoid other get functions returning incorrect/obsolete values. -*/ - -FMOD_RESULT F_API FMOD_Channel_SetPan (FMOD_CHANNEL *channel, float pan); -FMOD_RESULT F_API FMOD_Channel_SetMixLevelsOutput (FMOD_CHANNEL *channel, float frontleft, float frontright, float center, float lfe, float surroundleft, float surroundright, float backleft, float backright); -FMOD_RESULT F_API FMOD_Channel_SetMixLevelsInput (FMOD_CHANNEL *channel, float *levels, int numlevels); -FMOD_RESULT F_API FMOD_Channel_SetMixMatrix (FMOD_CHANNEL *channel, float *matrix, int outchannels, int inchannels, int inchannel_hop); -FMOD_RESULT F_API FMOD_Channel_GetMixMatrix (FMOD_CHANNEL *channel, float *matrix, int *outchannels, int *inchannels, int inchannel_hop); - -/* - Clock based functionality. -*/ - -FMOD_RESULT F_API FMOD_Channel_GetDSPClock (FMOD_CHANNEL *channel, unsigned long long *dspclock, unsigned long long *parentclock); -FMOD_RESULT F_API FMOD_Channel_SetDelay (FMOD_CHANNEL *channel, unsigned long long dspclock_start, unsigned long long dspclock_end, FMOD_BOOL stopchannels); -FMOD_RESULT F_API FMOD_Channel_GetDelay (FMOD_CHANNEL *channel, unsigned long long *dspclock_start, unsigned long long *dspclock_end, FMOD_BOOL *stopchannels); -FMOD_RESULT F_API FMOD_Channel_AddFadePoint (FMOD_CHANNEL *channel, unsigned long long dspclock, float volume); -FMOD_RESULT F_API FMOD_Channel_SetFadePointRamp (FMOD_CHANNEL *channel, unsigned long long dspclock, float volume); -FMOD_RESULT F_API FMOD_Channel_RemoveFadePoints (FMOD_CHANNEL *channel, unsigned long long dspclock_start, unsigned long long dspclock_end); -FMOD_RESULT F_API FMOD_Channel_GetFadePoints (FMOD_CHANNEL *channel, unsigned int *numpoints, unsigned long long *point_dspclock, float *point_volume); - -/* - DSP effects. -*/ - -FMOD_RESULT F_API FMOD_Channel_GetDSP (FMOD_CHANNEL *channel, int index, FMOD_DSP **dsp); -FMOD_RESULT F_API FMOD_Channel_AddDSP (FMOD_CHANNEL *channel, int index, FMOD_DSP *dsp); -FMOD_RESULT F_API FMOD_Channel_RemoveDSP (FMOD_CHANNEL *channel, FMOD_DSP *dsp); -FMOD_RESULT F_API FMOD_Channel_GetNumDSPs (FMOD_CHANNEL *channel, int *numdsps); -FMOD_RESULT F_API FMOD_Channel_SetDSPIndex (FMOD_CHANNEL *channel, FMOD_DSP *dsp, int index); -FMOD_RESULT F_API FMOD_Channel_GetDSPIndex (FMOD_CHANNEL *channel, FMOD_DSP *dsp, int *index); - -/* - 3D functionality. -*/ - -FMOD_RESULT F_API FMOD_Channel_Set3DAttributes (FMOD_CHANNEL *channel, const FMOD_VECTOR *pos, const FMOD_VECTOR *vel); -FMOD_RESULT F_API FMOD_Channel_Get3DAttributes (FMOD_CHANNEL *channel, FMOD_VECTOR *pos, FMOD_VECTOR *vel); -FMOD_RESULT F_API FMOD_Channel_Set3DMinMaxDistance (FMOD_CHANNEL *channel, float mindistance, float maxdistance); -FMOD_RESULT F_API FMOD_Channel_Get3DMinMaxDistance (FMOD_CHANNEL *channel, float *mindistance, float *maxdistance); -FMOD_RESULT F_API FMOD_Channel_Set3DConeSettings (FMOD_CHANNEL *channel, float insideconeangle, float outsideconeangle, float outsidevolume); -FMOD_RESULT F_API FMOD_Channel_Get3DConeSettings (FMOD_CHANNEL *channel, float *insideconeangle, float *outsideconeangle, float *outsidevolume); -FMOD_RESULT F_API FMOD_Channel_Set3DConeOrientation (FMOD_CHANNEL *channel, FMOD_VECTOR *orientation); -FMOD_RESULT F_API FMOD_Channel_Get3DConeOrientation (FMOD_CHANNEL *channel, FMOD_VECTOR *orientation); -FMOD_RESULT F_API FMOD_Channel_Set3DCustomRolloff (FMOD_CHANNEL *channel, FMOD_VECTOR *points, int numpoints); -FMOD_RESULT F_API FMOD_Channel_Get3DCustomRolloff (FMOD_CHANNEL *channel, FMOD_VECTOR **points, int *numpoints); -FMOD_RESULT F_API FMOD_Channel_Set3DOcclusion (FMOD_CHANNEL *channel, float directocclusion, float reverbocclusion); -FMOD_RESULT F_API FMOD_Channel_Get3DOcclusion (FMOD_CHANNEL *channel, float *directocclusion, float *reverbocclusion); -FMOD_RESULT F_API FMOD_Channel_Set3DSpread (FMOD_CHANNEL *channel, float angle); -FMOD_RESULT F_API FMOD_Channel_Get3DSpread (FMOD_CHANNEL *channel, float *angle); -FMOD_RESULT F_API FMOD_Channel_Set3DLevel (FMOD_CHANNEL *channel, float level); -FMOD_RESULT F_API FMOD_Channel_Get3DLevel (FMOD_CHANNEL *channel, float *level); -FMOD_RESULT F_API FMOD_Channel_Set3DDopplerLevel (FMOD_CHANNEL *channel, float level); -FMOD_RESULT F_API FMOD_Channel_Get3DDopplerLevel (FMOD_CHANNEL *channel, float *level); -FMOD_RESULT F_API FMOD_Channel_Set3DDistanceFilter (FMOD_CHANNEL *channel, FMOD_BOOL custom, float customLevel, float centerFreq); -FMOD_RESULT F_API FMOD_Channel_Get3DDistanceFilter (FMOD_CHANNEL *channel, FMOD_BOOL *custom, float *customLevel, float *centerFreq); - -/* - Userdata set/get. -*/ - -FMOD_RESULT F_API FMOD_Channel_SetUserData (FMOD_CHANNEL *channel, void *userdata); -FMOD_RESULT F_API FMOD_Channel_GetUserData (FMOD_CHANNEL *channel, void **userdata); - -/* - Channel specific control functionality. -*/ - -FMOD_RESULT F_API FMOD_Channel_SetFrequency (FMOD_CHANNEL *channel, float frequency); -FMOD_RESULT F_API FMOD_Channel_GetFrequency (FMOD_CHANNEL *channel, float *frequency); -FMOD_RESULT F_API FMOD_Channel_SetPriority (FMOD_CHANNEL *channel, int priority); -FMOD_RESULT F_API FMOD_Channel_GetPriority (FMOD_CHANNEL *channel, int *priority); -FMOD_RESULT F_API FMOD_Channel_SetPosition (FMOD_CHANNEL *channel, unsigned int position, FMOD_TIMEUNIT postype); -FMOD_RESULT F_API FMOD_Channel_GetPosition (FMOD_CHANNEL *channel, unsigned int *position, FMOD_TIMEUNIT postype); -FMOD_RESULT F_API FMOD_Channel_SetChannelGroup (FMOD_CHANNEL *channel, FMOD_CHANNELGROUP *channelgroup); -FMOD_RESULT F_API FMOD_Channel_GetChannelGroup (FMOD_CHANNEL *channel, FMOD_CHANNELGROUP **channelgroup); -FMOD_RESULT F_API FMOD_Channel_SetLoopCount (FMOD_CHANNEL *channel, int loopcount); -FMOD_RESULT F_API FMOD_Channel_GetLoopCount (FMOD_CHANNEL *channel, int *loopcount); -FMOD_RESULT F_API FMOD_Channel_SetLoopPoints (FMOD_CHANNEL *channel, unsigned int loopstart, FMOD_TIMEUNIT loopstarttype, unsigned int loopend, FMOD_TIMEUNIT loopendtype); -FMOD_RESULT F_API FMOD_Channel_GetLoopPoints (FMOD_CHANNEL *channel, unsigned int *loopstart, FMOD_TIMEUNIT loopstarttype, unsigned int *loopend, FMOD_TIMEUNIT loopendtype); - -/* - Information only functions. -*/ - -FMOD_RESULT F_API FMOD_Channel_IsVirtual (FMOD_CHANNEL *channel, FMOD_BOOL *isvirtual); -FMOD_RESULT F_API FMOD_Channel_GetCurrentSound (FMOD_CHANNEL *channel, FMOD_SOUND **sound); -FMOD_RESULT F_API FMOD_Channel_GetIndex (FMOD_CHANNEL *channel, int *index); - -/* - 'ChannelGroup' API -*/ - -FMOD_RESULT F_API FMOD_ChannelGroup_GetSystemObject (FMOD_CHANNELGROUP *channelgroup, FMOD_SYSTEM **system); - -/* - General control functionality for Channels and ChannelGroups. -*/ - -FMOD_RESULT F_API FMOD_ChannelGroup_Stop (FMOD_CHANNELGROUP *channelgroup); -FMOD_RESULT F_API FMOD_ChannelGroup_SetPaused (FMOD_CHANNELGROUP *channelgroup, FMOD_BOOL paused); -FMOD_RESULT F_API FMOD_ChannelGroup_GetPaused (FMOD_CHANNELGROUP *channelgroup, FMOD_BOOL *paused); -FMOD_RESULT F_API FMOD_ChannelGroup_SetVolume (FMOD_CHANNELGROUP *channelgroup, float volume); -FMOD_RESULT F_API FMOD_ChannelGroup_GetVolume (FMOD_CHANNELGROUP *channelgroup, float *volume); -FMOD_RESULT F_API FMOD_ChannelGroup_SetVolumeRamp (FMOD_CHANNELGROUP *channelgroup, FMOD_BOOL ramp); -FMOD_RESULT F_API FMOD_ChannelGroup_GetVolumeRamp (FMOD_CHANNELGROUP *channelgroup, FMOD_BOOL *ramp); -FMOD_RESULT F_API FMOD_ChannelGroup_GetAudibility (FMOD_CHANNELGROUP *channelgroup, float *audibility); -FMOD_RESULT F_API FMOD_ChannelGroup_SetPitch (FMOD_CHANNELGROUP *channelgroup, float pitch); -FMOD_RESULT F_API FMOD_ChannelGroup_GetPitch (FMOD_CHANNELGROUP *channelgroup, float *pitch); -FMOD_RESULT F_API FMOD_ChannelGroup_SetMute (FMOD_CHANNELGROUP *channelgroup, FMOD_BOOL mute); -FMOD_RESULT F_API FMOD_ChannelGroup_GetMute (FMOD_CHANNELGROUP *channelgroup, FMOD_BOOL *mute); -FMOD_RESULT F_API FMOD_ChannelGroup_SetReverbProperties (FMOD_CHANNELGROUP *channelgroup, int instance, float wet); -FMOD_RESULT F_API FMOD_ChannelGroup_GetReverbProperties (FMOD_CHANNELGROUP *channelgroup, int instance, float *wet); -FMOD_RESULT F_API FMOD_ChannelGroup_SetLowPassGain (FMOD_CHANNELGROUP *channelgroup, float gain); -FMOD_RESULT F_API FMOD_ChannelGroup_GetLowPassGain (FMOD_CHANNELGROUP *channelgroup, float *gain); -FMOD_RESULT F_API FMOD_ChannelGroup_SetMode (FMOD_CHANNELGROUP *channelgroup, FMOD_MODE mode); -FMOD_RESULT F_API FMOD_ChannelGroup_GetMode (FMOD_CHANNELGROUP *channelgroup, FMOD_MODE *mode); -FMOD_RESULT F_API FMOD_ChannelGroup_SetCallback (FMOD_CHANNELGROUP *channelgroup, FMOD_CHANNELCONTROL_CALLBACK callback); -FMOD_RESULT F_API FMOD_ChannelGroup_IsPlaying (FMOD_CHANNELGROUP *channelgroup, FMOD_BOOL *isplaying); - -/* - Note all 'set' functions alter a final matrix, this is why the only get function is getMixMatrix, to avoid other get functions returning incorrect/obsolete values. -*/ - -FMOD_RESULT F_API FMOD_ChannelGroup_SetPan (FMOD_CHANNELGROUP *channelgroup, float pan); -FMOD_RESULT F_API FMOD_ChannelGroup_SetMixLevelsOutput (FMOD_CHANNELGROUP *channelgroup, float frontleft, float frontright, float center, float lfe, float surroundleft, float surroundright, float backleft, float backright); -FMOD_RESULT F_API FMOD_ChannelGroup_SetMixLevelsInput (FMOD_CHANNELGROUP *channelgroup, float *levels, int numlevels); -FMOD_RESULT F_API FMOD_ChannelGroup_SetMixMatrix (FMOD_CHANNELGROUP *channelgroup, float *matrix, int outchannels, int inchannels, int inchannel_hop); -FMOD_RESULT F_API FMOD_ChannelGroup_GetMixMatrix (FMOD_CHANNELGROUP *channelgroup, float *matrix, int *outchannels, int *inchannels, int inchannel_hop); - -/* - Clock based functionality. -*/ - -FMOD_RESULT F_API FMOD_ChannelGroup_GetDSPClock (FMOD_CHANNELGROUP *channelgroup, unsigned long long *dspclock, unsigned long long *parentclock); -FMOD_RESULT F_API FMOD_ChannelGroup_SetDelay (FMOD_CHANNELGROUP *channelgroup, unsigned long long dspclock_start, unsigned long long dspclock_end, FMOD_BOOL stopchannels); -FMOD_RESULT F_API FMOD_ChannelGroup_GetDelay (FMOD_CHANNELGROUP *channelgroup, unsigned long long *dspclock_start, unsigned long long *dspclock_end, FMOD_BOOL *stopchannels); -FMOD_RESULT F_API FMOD_ChannelGroup_AddFadePoint (FMOD_CHANNELGROUP *channelgroup, unsigned long long dspclock, float volume); -FMOD_RESULT F_API FMOD_ChannelGroup_SetFadePointRamp (FMOD_CHANNELGROUP *channelgroup, unsigned long long dspclock, float volume); -FMOD_RESULT F_API FMOD_ChannelGroup_RemoveFadePoints (FMOD_CHANNELGROUP *channelgroup, unsigned long long dspclock_start, unsigned long long dspclock_end); -FMOD_RESULT F_API FMOD_ChannelGroup_GetFadePoints (FMOD_CHANNELGROUP *channelgroup, unsigned int *numpoints, unsigned long long *point_dspclock, float *point_volume); - -/* - DSP effects. -*/ - -FMOD_RESULT F_API FMOD_ChannelGroup_GetDSP (FMOD_CHANNELGROUP *channelgroup, int index, FMOD_DSP **dsp); -FMOD_RESULT F_API FMOD_ChannelGroup_AddDSP (FMOD_CHANNELGROUP *channelgroup, int index, FMOD_DSP *dsp); -FMOD_RESULT F_API FMOD_ChannelGroup_RemoveDSP (FMOD_CHANNELGROUP *channelgroup, FMOD_DSP *dsp); -FMOD_RESULT F_API FMOD_ChannelGroup_GetNumDSPs (FMOD_CHANNELGROUP *channelgroup, int *numdsps); -FMOD_RESULT F_API FMOD_ChannelGroup_SetDSPIndex (FMOD_CHANNELGROUP *channelgroup, FMOD_DSP *dsp, int index); -FMOD_RESULT F_API FMOD_ChannelGroup_GetDSPIndex (FMOD_CHANNELGROUP *channelgroup, FMOD_DSP *dsp, int *index); - -/* - 3D functionality. -*/ - -FMOD_RESULT F_API FMOD_ChannelGroup_Set3DAttributes (FMOD_CHANNELGROUP *channelgroup, const FMOD_VECTOR *pos, const FMOD_VECTOR *vel); -FMOD_RESULT F_API FMOD_ChannelGroup_Get3DAttributes (FMOD_CHANNELGROUP *channelgroup, FMOD_VECTOR *pos, FMOD_VECTOR *vel); -FMOD_RESULT F_API FMOD_ChannelGroup_Set3DMinMaxDistance (FMOD_CHANNELGROUP *channelgroup, float mindistance, float maxdistance); -FMOD_RESULT F_API FMOD_ChannelGroup_Get3DMinMaxDistance (FMOD_CHANNELGROUP *channelgroup, float *mindistance, float *maxdistance); -FMOD_RESULT F_API FMOD_ChannelGroup_Set3DConeSettings (FMOD_CHANNELGROUP *channelgroup, float insideconeangle, float outsideconeangle, float outsidevolume); -FMOD_RESULT F_API FMOD_ChannelGroup_Get3DConeSettings (FMOD_CHANNELGROUP *channelgroup, float *insideconeangle, float *outsideconeangle, float *outsidevolume); -FMOD_RESULT F_API FMOD_ChannelGroup_Set3DConeOrientation(FMOD_CHANNELGROUP *channelgroup, FMOD_VECTOR *orientation); -FMOD_RESULT F_API FMOD_ChannelGroup_Get3DConeOrientation(FMOD_CHANNELGROUP *channelgroup, FMOD_VECTOR *orientation); -FMOD_RESULT F_API FMOD_ChannelGroup_Set3DCustomRolloff (FMOD_CHANNELGROUP *channelgroup, FMOD_VECTOR *points, int numpoints); -FMOD_RESULT F_API FMOD_ChannelGroup_Get3DCustomRolloff (FMOD_CHANNELGROUP *channelgroup, FMOD_VECTOR **points, int *numpoints); -FMOD_RESULT F_API FMOD_ChannelGroup_Set3DOcclusion (FMOD_CHANNELGROUP *channelgroup, float directocclusion, float reverbocclusion); -FMOD_RESULT F_API FMOD_ChannelGroup_Get3DOcclusion (FMOD_CHANNELGROUP *channelgroup, float *directocclusion, float *reverbocclusion); -FMOD_RESULT F_API FMOD_ChannelGroup_Set3DSpread (FMOD_CHANNELGROUP *channelgroup, float angle); -FMOD_RESULT F_API FMOD_ChannelGroup_Get3DSpread (FMOD_CHANNELGROUP *channelgroup, float *angle); -FMOD_RESULT F_API FMOD_ChannelGroup_Set3DLevel (FMOD_CHANNELGROUP *channelgroup, float level); -FMOD_RESULT F_API FMOD_ChannelGroup_Get3DLevel (FMOD_CHANNELGROUP *channelgroup, float *level); -FMOD_RESULT F_API FMOD_ChannelGroup_Set3DDopplerLevel (FMOD_CHANNELGROUP *channelgroup, float level); -FMOD_RESULT F_API FMOD_ChannelGroup_Get3DDopplerLevel (FMOD_CHANNELGROUP *channelgroup, float *level); -FMOD_RESULT F_API FMOD_ChannelGroup_Set3DDistanceFilter (FMOD_CHANNELGROUP *channelgroup, FMOD_BOOL custom, float customLevel, float centerFreq); -FMOD_RESULT F_API FMOD_ChannelGroup_Get3DDistanceFilter (FMOD_CHANNELGROUP *channelgroup, FMOD_BOOL *custom, float *customLevel, float *centerFreq); - -/* - Userdata set/get. -*/ - -FMOD_RESULT F_API FMOD_ChannelGroup_SetUserData (FMOD_CHANNELGROUP *channelgroup, void *userdata); -FMOD_RESULT F_API FMOD_ChannelGroup_GetUserData (FMOD_CHANNELGROUP *channelgroup, void **userdata); - -FMOD_RESULT F_API FMOD_ChannelGroup_Release (FMOD_CHANNELGROUP *channelgroup); - -/* - Nested channel groups. -*/ - -FMOD_RESULT F_API FMOD_ChannelGroup_AddGroup (FMOD_CHANNELGROUP *channelgroup, FMOD_CHANNELGROUP *group, FMOD_BOOL propagatedspclock, FMOD_DSPCONNECTION **connection); -FMOD_RESULT F_API FMOD_ChannelGroup_GetNumGroups (FMOD_CHANNELGROUP *channelgroup, int *numgroups); -FMOD_RESULT F_API FMOD_ChannelGroup_GetGroup (FMOD_CHANNELGROUP *channelgroup, int index, FMOD_CHANNELGROUP **group); -FMOD_RESULT F_API FMOD_ChannelGroup_GetParentGroup (FMOD_CHANNELGROUP *channelgroup, FMOD_CHANNELGROUP **group); - -/* - Information only functions. -*/ - -FMOD_RESULT F_API FMOD_ChannelGroup_GetName (FMOD_CHANNELGROUP *channelgroup, char *name, int namelen); -FMOD_RESULT F_API FMOD_ChannelGroup_GetNumChannels (FMOD_CHANNELGROUP *channelgroup, int *numchannels); -FMOD_RESULT F_API FMOD_ChannelGroup_GetChannel (FMOD_CHANNELGROUP *channelgroup, int index, FMOD_CHANNEL **channel); - -/* - 'SoundGroup' API -*/ - -FMOD_RESULT F_API FMOD_SoundGroup_Release (FMOD_SOUNDGROUP *soundgroup); -FMOD_RESULT F_API FMOD_SoundGroup_GetSystemObject (FMOD_SOUNDGROUP *soundgroup, FMOD_SYSTEM **system); - -/* - SoundGroup control functions. -*/ - -FMOD_RESULT F_API FMOD_SoundGroup_SetMaxAudible (FMOD_SOUNDGROUP *soundgroup, int maxaudible); -FMOD_RESULT F_API FMOD_SoundGroup_GetMaxAudible (FMOD_SOUNDGROUP *soundgroup, int *maxaudible); -FMOD_RESULT F_API FMOD_SoundGroup_SetMaxAudibleBehavior (FMOD_SOUNDGROUP *soundgroup, FMOD_SOUNDGROUP_BEHAVIOR behavior); -FMOD_RESULT F_API FMOD_SoundGroup_GetMaxAudibleBehavior (FMOD_SOUNDGROUP *soundgroup, FMOD_SOUNDGROUP_BEHAVIOR *behavior); -FMOD_RESULT F_API FMOD_SoundGroup_SetMuteFadeSpeed (FMOD_SOUNDGROUP *soundgroup, float speed); -FMOD_RESULT F_API FMOD_SoundGroup_GetMuteFadeSpeed (FMOD_SOUNDGROUP *soundgroup, float *speed); -FMOD_RESULT F_API FMOD_SoundGroup_SetVolume (FMOD_SOUNDGROUP *soundgroup, float volume); -FMOD_RESULT F_API FMOD_SoundGroup_GetVolume (FMOD_SOUNDGROUP *soundgroup, float *volume); -FMOD_RESULT F_API FMOD_SoundGroup_Stop (FMOD_SOUNDGROUP *soundgroup); - -/* - Information only functions. -*/ - -FMOD_RESULT F_API FMOD_SoundGroup_GetName (FMOD_SOUNDGROUP *soundgroup, char *name, int namelen); -FMOD_RESULT F_API FMOD_SoundGroup_GetNumSounds (FMOD_SOUNDGROUP *soundgroup, int *numsounds); -FMOD_RESULT F_API FMOD_SoundGroup_GetSound (FMOD_SOUNDGROUP *soundgroup, int index, FMOD_SOUND **sound); -FMOD_RESULT F_API FMOD_SoundGroup_GetNumPlaying (FMOD_SOUNDGROUP *soundgroup, int *numplaying); - -/* - Userdata set/get. -*/ - -FMOD_RESULT F_API FMOD_SoundGroup_SetUserData (FMOD_SOUNDGROUP *soundgroup, void *userdata); -FMOD_RESULT F_API FMOD_SoundGroup_GetUserData (FMOD_SOUNDGROUP *soundgroup, void **userdata); - -/* - 'DSP' API -*/ - -FMOD_RESULT F_API FMOD_DSP_Release (FMOD_DSP *dsp); -FMOD_RESULT F_API FMOD_DSP_GetSystemObject (FMOD_DSP *dsp, FMOD_SYSTEM **system); - -/* - Connection / disconnection / input and output enumeration. -*/ - -FMOD_RESULT F_API FMOD_DSP_AddInput (FMOD_DSP *dsp, FMOD_DSP *input, FMOD_DSPCONNECTION **connection, FMOD_DSPCONNECTION_TYPE type); -FMOD_RESULT F_API FMOD_DSP_DisconnectFrom (FMOD_DSP *dsp, FMOD_DSP *target, FMOD_DSPCONNECTION *connection); -FMOD_RESULT F_API FMOD_DSP_DisconnectAll (FMOD_DSP *dsp, FMOD_BOOL inputs, FMOD_BOOL outputs); -FMOD_RESULT F_API FMOD_DSP_GetNumInputs (FMOD_DSP *dsp, int *numinputs); -FMOD_RESULT F_API FMOD_DSP_GetNumOutputs (FMOD_DSP *dsp, int *numoutputs); -FMOD_RESULT F_API FMOD_DSP_GetInput (FMOD_DSP *dsp, int index, FMOD_DSP **input, FMOD_DSPCONNECTION **inputconnection); -FMOD_RESULT F_API FMOD_DSP_GetOutput (FMOD_DSP *dsp, int index, FMOD_DSP **output, FMOD_DSPCONNECTION **outputconnection); - -/* - DSP unit control. -*/ - -FMOD_RESULT F_API FMOD_DSP_SetActive (FMOD_DSP *dsp, FMOD_BOOL active); -FMOD_RESULT F_API FMOD_DSP_GetActive (FMOD_DSP *dsp, FMOD_BOOL *active); -FMOD_RESULT F_API FMOD_DSP_SetBypass (FMOD_DSP *dsp, FMOD_BOOL bypass); -FMOD_RESULT F_API FMOD_DSP_GetBypass (FMOD_DSP *dsp, FMOD_BOOL *bypass); -FMOD_RESULT F_API FMOD_DSP_SetWetDryMix (FMOD_DSP *dsp, float prewet, float postwet, float dry); -FMOD_RESULT F_API FMOD_DSP_GetWetDryMix (FMOD_DSP *dsp, float *prewet, float *postwet, float *dry); -FMOD_RESULT F_API FMOD_DSP_SetChannelFormat (FMOD_DSP *dsp, FMOD_CHANNELMASK channelmask, int numchannels, FMOD_SPEAKERMODE source_speakermode); -FMOD_RESULT F_API FMOD_DSP_GetChannelFormat (FMOD_DSP *dsp, FMOD_CHANNELMASK *channelmask, int *numchannels, FMOD_SPEAKERMODE *source_speakermode); -FMOD_RESULT F_API FMOD_DSP_GetOutputChannelFormat (FMOD_DSP *dsp, FMOD_CHANNELMASK inmask, int inchannels, FMOD_SPEAKERMODE inspeakermode, FMOD_CHANNELMASK *outmask, int *outchannels, FMOD_SPEAKERMODE *outspeakermode); -FMOD_RESULT F_API FMOD_DSP_Reset (FMOD_DSP *dsp); -FMOD_RESULT F_API FMOD_DSP_SetCallback (FMOD_DSP *dsp, FMOD_DSP_CALLBACK callback); - -/* - DSP parameter control. -*/ - -FMOD_RESULT F_API FMOD_DSP_SetParameterFloat (FMOD_DSP *dsp, int index, float value); -FMOD_RESULT F_API FMOD_DSP_SetParameterInt (FMOD_DSP *dsp, int index, int value); -FMOD_RESULT F_API FMOD_DSP_SetParameterBool (FMOD_DSP *dsp, int index, FMOD_BOOL value); -FMOD_RESULT F_API FMOD_DSP_SetParameterData (FMOD_DSP *dsp, int index, void *data, unsigned int length); -FMOD_RESULT F_API FMOD_DSP_GetParameterFloat (FMOD_DSP *dsp, int index, float *value, char *valuestr, int valuestrlen); -FMOD_RESULT F_API FMOD_DSP_GetParameterInt (FMOD_DSP *dsp, int index, int *value, char *valuestr, int valuestrlen); -FMOD_RESULT F_API FMOD_DSP_GetParameterBool (FMOD_DSP *dsp, int index, FMOD_BOOL *value, char *valuestr, int valuestrlen); -FMOD_RESULT F_API FMOD_DSP_GetParameterData (FMOD_DSP *dsp, int index, void **data, unsigned int *length, char *valuestr, int valuestrlen); -FMOD_RESULT F_API FMOD_DSP_GetNumParameters (FMOD_DSP *dsp, int *numparams); -FMOD_RESULT F_API FMOD_DSP_GetParameterInfo (FMOD_DSP *dsp, int index, FMOD_DSP_PARAMETER_DESC **desc); -FMOD_RESULT F_API FMOD_DSP_GetDataParameterIndex (FMOD_DSP *dsp, int datatype, int *index); -FMOD_RESULT F_API FMOD_DSP_ShowConfigDialog (FMOD_DSP *dsp, void *hwnd, FMOD_BOOL show); - -/* - DSP attributes. -*/ - -FMOD_RESULT F_API FMOD_DSP_GetInfo (FMOD_DSP *dsp, char *name, unsigned int *version, int *channels, int *configwidth, int *configheight); -FMOD_RESULT F_API FMOD_DSP_GetType (FMOD_DSP *dsp, FMOD_DSP_TYPE *type); -FMOD_RESULT F_API FMOD_DSP_GetIdle (FMOD_DSP *dsp, FMOD_BOOL *idle); - -/* - Userdata set/get. -*/ - -FMOD_RESULT F_API FMOD_DSP_SetUserData (FMOD_DSP *dsp, void *userdata); -FMOD_RESULT F_API FMOD_DSP_GetUserData (FMOD_DSP *dsp, void **userdata); - -/* - Metering. -*/ - -FMOD_RESULT F_API FMOD_DSP_SetMeteringEnabled (FMOD_DSP *dsp, FMOD_BOOL inputEnabled, FMOD_BOOL outputEnabled); -FMOD_RESULT F_API FMOD_DSP_GetMeteringEnabled (FMOD_DSP *dsp, FMOD_BOOL *inputEnabled, FMOD_BOOL *outputEnabled); -FMOD_RESULT F_API FMOD_DSP_GetMeteringInfo (FMOD_DSP *dsp, FMOD_DSP_METERING_INFO *inputInfo, FMOD_DSP_METERING_INFO *outputInfo); -FMOD_RESULT F_API FMOD_DSP_GetCPUUsage (FMOD_DSP *dsp, unsigned int *exclusive, unsigned int *inclusive); - -/* - 'DSPConnection' API -*/ - -FMOD_RESULT F_API FMOD_DSPConnection_GetInput (FMOD_DSPCONNECTION *dspconnection, FMOD_DSP **input); -FMOD_RESULT F_API FMOD_DSPConnection_GetOutput (FMOD_DSPCONNECTION *dspconnection, FMOD_DSP **output); -FMOD_RESULT F_API FMOD_DSPConnection_SetMix (FMOD_DSPCONNECTION *dspconnection, float volume); -FMOD_RESULT F_API FMOD_DSPConnection_GetMix (FMOD_DSPCONNECTION *dspconnection, float *volume); -FMOD_RESULT F_API FMOD_DSPConnection_SetMixMatrix (FMOD_DSPCONNECTION *dspconnection, float *matrix, int outchannels, int inchannels, int inchannel_hop); -FMOD_RESULT F_API FMOD_DSPConnection_GetMixMatrix (FMOD_DSPCONNECTION *dspconnection, float *matrix, int *outchannels, int *inchannels, int inchannel_hop); -FMOD_RESULT F_API FMOD_DSPConnection_GetType (FMOD_DSPCONNECTION *dspconnection, FMOD_DSPCONNECTION_TYPE *type); - -/* - Userdata set/get. -*/ - -FMOD_RESULT F_API FMOD_DSPConnection_SetUserData (FMOD_DSPCONNECTION *dspconnection, void *userdata); -FMOD_RESULT F_API FMOD_DSPConnection_GetUserData (FMOD_DSPCONNECTION *dspconnection, void **userdata); - -/* - 'Geometry' API -*/ - -FMOD_RESULT F_API FMOD_Geometry_Release (FMOD_GEOMETRY *geometry); - -/* - Polygon manipulation. -*/ - -FMOD_RESULT F_API FMOD_Geometry_AddPolygon (FMOD_GEOMETRY *geometry, float directocclusion, float reverbocclusion, FMOD_BOOL doublesided, int numvertices, const FMOD_VECTOR *vertices, int *polygonindex); -FMOD_RESULT F_API FMOD_Geometry_GetNumPolygons (FMOD_GEOMETRY *geometry, int *numpolygons); -FMOD_RESULT F_API FMOD_Geometry_GetMaxPolygons (FMOD_GEOMETRY *geometry, int *maxpolygons, int *maxvertices); -FMOD_RESULT F_API FMOD_Geometry_GetPolygonNumVertices (FMOD_GEOMETRY *geometry, int index, int *numvertices); -FMOD_RESULT F_API FMOD_Geometry_SetPolygonVertex (FMOD_GEOMETRY *geometry, int index, int vertexindex, const FMOD_VECTOR *vertex); -FMOD_RESULT F_API FMOD_Geometry_GetPolygonVertex (FMOD_GEOMETRY *geometry, int index, int vertexindex, FMOD_VECTOR *vertex); -FMOD_RESULT F_API FMOD_Geometry_SetPolygonAttributes (FMOD_GEOMETRY *geometry, int index, float directocclusion, float reverbocclusion, FMOD_BOOL doublesided); -FMOD_RESULT F_API FMOD_Geometry_GetPolygonAttributes (FMOD_GEOMETRY *geometry, int index, float *directocclusion, float *reverbocclusion, FMOD_BOOL *doublesided); - -/* - Object manipulation. -*/ - -FMOD_RESULT F_API FMOD_Geometry_SetActive (FMOD_GEOMETRY *geometry, FMOD_BOOL active); -FMOD_RESULT F_API FMOD_Geometry_GetActive (FMOD_GEOMETRY *geometry, FMOD_BOOL *active); -FMOD_RESULT F_API FMOD_Geometry_SetRotation (FMOD_GEOMETRY *geometry, const FMOD_VECTOR *forward, const FMOD_VECTOR *up); -FMOD_RESULT F_API FMOD_Geometry_GetRotation (FMOD_GEOMETRY *geometry, FMOD_VECTOR *forward, FMOD_VECTOR *up); -FMOD_RESULT F_API FMOD_Geometry_SetPosition (FMOD_GEOMETRY *geometry, const FMOD_VECTOR *position); -FMOD_RESULT F_API FMOD_Geometry_GetPosition (FMOD_GEOMETRY *geometry, FMOD_VECTOR *position); -FMOD_RESULT F_API FMOD_Geometry_SetScale (FMOD_GEOMETRY *geometry, const FMOD_VECTOR *scale); -FMOD_RESULT F_API FMOD_Geometry_GetScale (FMOD_GEOMETRY *geometry, FMOD_VECTOR *scale); -FMOD_RESULT F_API FMOD_Geometry_Save (FMOD_GEOMETRY *geometry, void *data, int *datasize); - -/* - Userdata set/get. -*/ - -FMOD_RESULT F_API FMOD_Geometry_SetUserData (FMOD_GEOMETRY *geometry, void *userdata); -FMOD_RESULT F_API FMOD_Geometry_GetUserData (FMOD_GEOMETRY *geometry, void **userdata); - -/* - 'Reverb3D' API -*/ - -FMOD_RESULT F_API FMOD_Reverb3D_Release (FMOD_REVERB3D *reverb3d); - -/* - Reverb manipulation. -*/ - -FMOD_RESULT F_API FMOD_Reverb3D_Set3DAttributes (FMOD_REVERB3D *reverb3d, const FMOD_VECTOR *position, float mindistance, float maxdistance); -FMOD_RESULT F_API FMOD_Reverb3D_Get3DAttributes (FMOD_REVERB3D *reverb3d, FMOD_VECTOR *position, float *mindistance, float *maxdistance); -FMOD_RESULT F_API FMOD_Reverb3D_SetProperties (FMOD_REVERB3D *reverb3d, const FMOD_REVERB_PROPERTIES *properties); -FMOD_RESULT F_API FMOD_Reverb3D_GetProperties (FMOD_REVERB3D *reverb3d, FMOD_REVERB_PROPERTIES *properties); -FMOD_RESULT F_API FMOD_Reverb3D_SetActive (FMOD_REVERB3D *reverb3d, FMOD_BOOL active); -FMOD_RESULT F_API FMOD_Reverb3D_GetActive (FMOD_REVERB3D *reverb3d, FMOD_BOOL *active); - -/* - Userdata set/get. -*/ - -FMOD_RESULT F_API FMOD_Reverb3D_SetUserData (FMOD_REVERB3D *reverb3d, void *userdata); -FMOD_RESULT F_API FMOD_Reverb3D_GetUserData (FMOD_REVERB3D *reverb3d, void **userdata); - -#ifdef __cplusplus -} -#endif - -#endif /* _FMOD_H */ diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod.hpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod.hpp deleted file mode 100644 index 8def4e09..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod.hpp +++ /dev/null @@ -1,607 +0,0 @@ -/* ======================================================================================== */ -/* FMOD Core API - C++ header file. */ -/* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2024. */ -/* */ -/* Use this header in conjunction with fmod_common.h (which contains all the constants / */ -/* callbacks) to develop using the C++ language. */ -/* */ -/* For more detail visit: */ -/* https://fmod.com/docs/2.02/api/core-api.html */ -/* ======================================================================================== */ -#ifndef _FMOD_HPP -#define _FMOD_HPP - -#include "fmod_common.h" -#include "fmod.h" - -/* - FMOD Namespace -*/ -namespace FMOD -{ - class System; - class Sound; - class ChannelControl; - class Channel; - class ChannelGroup; - class SoundGroup; - class DSP; - class DSPConnection; - class Geometry; - class Reverb3D; - - /* - FMOD global system functions (optional). - */ - inline FMOD_RESULT Memory_Initialize (void *poolmem, int poollen, FMOD_MEMORY_ALLOC_CALLBACK useralloc, FMOD_MEMORY_REALLOC_CALLBACK userrealloc, FMOD_MEMORY_FREE_CALLBACK userfree, FMOD_MEMORY_TYPE memtypeflags = FMOD_MEMORY_ALL) { return FMOD_Memory_Initialize(poolmem, poollen, useralloc, userrealloc, userfree, memtypeflags); } - inline FMOD_RESULT Memory_GetStats (int *currentalloced, int *maxalloced, bool blocking = true) { return FMOD_Memory_GetStats(currentalloced, maxalloced, blocking); } - inline FMOD_RESULT Debug_Initialize (FMOD_DEBUG_FLAGS flags, FMOD_DEBUG_MODE mode = FMOD_DEBUG_MODE_TTY, FMOD_DEBUG_CALLBACK callback = 0, const char *filename = 0) { return FMOD_Debug_Initialize(flags, mode, callback, filename); } - inline FMOD_RESULT File_SetDiskBusy (int busy) { return FMOD_File_SetDiskBusy(busy); } - inline FMOD_RESULT File_GetDiskBusy (int *busy) { return FMOD_File_GetDiskBusy(busy); } - inline FMOD_RESULT Thread_SetAttributes (FMOD_THREAD_TYPE type, FMOD_THREAD_AFFINITY affinity = FMOD_THREAD_AFFINITY_GROUP_DEFAULT, FMOD_THREAD_PRIORITY priority = FMOD_THREAD_PRIORITY_DEFAULT, FMOD_THREAD_STACK_SIZE stacksize = FMOD_THREAD_STACK_SIZE_DEFAULT) { return FMOD_Thread_SetAttributes(type, affinity, priority, stacksize); } - - /* - FMOD System factory functions. - */ - inline FMOD_RESULT System_Create (System **system, unsigned int headerversion = FMOD_VERSION) { return FMOD_System_Create((FMOD_SYSTEM **)system, headerversion); } - - /* - 'System' API - */ - class System - { - private: - - // Constructor made private so user cannot statically instance a System class. System_Create must be used. - System(); - System(const System &); - - public: - - FMOD_RESULT F_API release (); - - // Setup functions. - FMOD_RESULT F_API setOutput (FMOD_OUTPUTTYPE output); - FMOD_RESULT F_API getOutput (FMOD_OUTPUTTYPE *output); - FMOD_RESULT F_API getNumDrivers (int *numdrivers); - FMOD_RESULT F_API getDriverInfo (int id, char *name, int namelen, FMOD_GUID *guid, int *systemrate, FMOD_SPEAKERMODE *speakermode, int *speakermodechannels); - FMOD_RESULT F_API setDriver (int driver); - FMOD_RESULT F_API getDriver (int *driver); - FMOD_RESULT F_API setSoftwareChannels (int numsoftwarechannels); - FMOD_RESULT F_API getSoftwareChannels (int *numsoftwarechannels); - FMOD_RESULT F_API setSoftwareFormat (int samplerate, FMOD_SPEAKERMODE speakermode, int numrawspeakers); - FMOD_RESULT F_API getSoftwareFormat (int *samplerate, FMOD_SPEAKERMODE *speakermode, int *numrawspeakers); - FMOD_RESULT F_API setDSPBufferSize (unsigned int bufferlength, int numbuffers); - FMOD_RESULT F_API getDSPBufferSize (unsigned int *bufferlength, int *numbuffers); - FMOD_RESULT F_API setFileSystem (FMOD_FILE_OPEN_CALLBACK useropen, FMOD_FILE_CLOSE_CALLBACK userclose, FMOD_FILE_READ_CALLBACK userread, FMOD_FILE_SEEK_CALLBACK userseek, FMOD_FILE_ASYNCREAD_CALLBACK userasyncread, FMOD_FILE_ASYNCCANCEL_CALLBACK userasynccancel, int blockalign); - FMOD_RESULT F_API attachFileSystem (FMOD_FILE_OPEN_CALLBACK useropen, FMOD_FILE_CLOSE_CALLBACK userclose, FMOD_FILE_READ_CALLBACK userread, FMOD_FILE_SEEK_CALLBACK userseek); - FMOD_RESULT F_API setAdvancedSettings (FMOD_ADVANCEDSETTINGS *settings); - FMOD_RESULT F_API getAdvancedSettings (FMOD_ADVANCEDSETTINGS *settings); - FMOD_RESULT F_API setCallback (FMOD_SYSTEM_CALLBACK callback, FMOD_SYSTEM_CALLBACK_TYPE callbackmask = FMOD_SYSTEM_CALLBACK_ALL); - - // Plug-in support. - FMOD_RESULT F_API setPluginPath (const char *path); - FMOD_RESULT F_API loadPlugin (const char *filename, unsigned int *handle, unsigned int priority = 0); - FMOD_RESULT F_API unloadPlugin (unsigned int handle); - FMOD_RESULT F_API getNumNestedPlugins (unsigned int handle, int *count); - FMOD_RESULT F_API getNestedPlugin (unsigned int handle, int index, unsigned int *nestedhandle); - FMOD_RESULT F_API getNumPlugins (FMOD_PLUGINTYPE plugintype, int *numplugins); - FMOD_RESULT F_API getPluginHandle (FMOD_PLUGINTYPE plugintype, int index, unsigned int *handle); - FMOD_RESULT F_API getPluginInfo (unsigned int handle, FMOD_PLUGINTYPE *plugintype, char *name, int namelen, unsigned int *version); - FMOD_RESULT F_API setOutputByPlugin (unsigned int handle); - FMOD_RESULT F_API getOutputByPlugin (unsigned int *handle); - FMOD_RESULT F_API createDSPByPlugin (unsigned int handle, DSP **dsp); - FMOD_RESULT F_API getDSPInfoByPlugin (unsigned int handle, const FMOD_DSP_DESCRIPTION **description); - FMOD_RESULT F_API registerCodec (FMOD_CODEC_DESCRIPTION *description, unsigned int *handle, unsigned int priority = 0); - FMOD_RESULT F_API registerDSP (const FMOD_DSP_DESCRIPTION *description, unsigned int *handle); - FMOD_RESULT F_API registerOutput (const FMOD_OUTPUT_DESCRIPTION *description, unsigned int *handle); - - // Init/Close. - FMOD_RESULT F_API init (int maxchannels, FMOD_INITFLAGS flags, void *extradriverdata); - FMOD_RESULT F_API close (); - - // General post-init system functions. - FMOD_RESULT F_API update (); /* IMPORTANT! CALL THIS ONCE PER FRAME! */ - - FMOD_RESULT F_API setSpeakerPosition (FMOD_SPEAKER speaker, float x, float y, bool active); - FMOD_RESULT F_API getSpeakerPosition (FMOD_SPEAKER speaker, float *x, float *y, bool *active); - FMOD_RESULT F_API setStreamBufferSize (unsigned int filebuffersize, FMOD_TIMEUNIT filebuffersizetype); - FMOD_RESULT F_API getStreamBufferSize (unsigned int *filebuffersize, FMOD_TIMEUNIT *filebuffersizetype); - FMOD_RESULT F_API set3DSettings (float dopplerscale, float distancefactor, float rolloffscale); - FMOD_RESULT F_API get3DSettings (float *dopplerscale, float *distancefactor, float *rolloffscale); - FMOD_RESULT F_API set3DNumListeners (int numlisteners); - FMOD_RESULT F_API get3DNumListeners (int *numlisteners); - FMOD_RESULT F_API set3DListenerAttributes (int listener, const FMOD_VECTOR *pos, const FMOD_VECTOR *vel, const FMOD_VECTOR *forward, const FMOD_VECTOR *up); - FMOD_RESULT F_API get3DListenerAttributes (int listener, FMOD_VECTOR *pos, FMOD_VECTOR *vel, FMOD_VECTOR *forward, FMOD_VECTOR *up); - FMOD_RESULT F_API set3DRolloffCallback (FMOD_3D_ROLLOFF_CALLBACK callback); - FMOD_RESULT F_API mixerSuspend (); - FMOD_RESULT F_API mixerResume (); - FMOD_RESULT F_API getDefaultMixMatrix (FMOD_SPEAKERMODE sourcespeakermode, FMOD_SPEAKERMODE targetspeakermode, float *matrix, int matrixhop); - FMOD_RESULT F_API getSpeakerModeChannels (FMOD_SPEAKERMODE mode, int *channels); - - // System information functions. - FMOD_RESULT F_API getVersion (unsigned int *version); - FMOD_RESULT F_API getOutputHandle (void **handle); - FMOD_RESULT F_API getChannelsPlaying (int *channels, int *realchannels = 0); - FMOD_RESULT F_API getCPUUsage (FMOD_CPU_USAGE *usage); - FMOD_RESULT F_API getFileUsage (long long *sampleBytesRead, long long *streamBytesRead, long long *otherBytesRead); - - // Sound/DSP/Channel/FX creation and retrieval. - FMOD_RESULT F_API createSound (const char *name_or_data, FMOD_MODE mode, FMOD_CREATESOUNDEXINFO *exinfo, Sound **sound); - FMOD_RESULT F_API createStream (const char *name_or_data, FMOD_MODE mode, FMOD_CREATESOUNDEXINFO *exinfo, Sound **sound); - FMOD_RESULT F_API createDSP (const FMOD_DSP_DESCRIPTION *description, DSP **dsp); - FMOD_RESULT F_API createDSPByType (FMOD_DSP_TYPE type, DSP **dsp); - FMOD_RESULT F_API createChannelGroup (const char *name, ChannelGroup **channelgroup); - FMOD_RESULT F_API createSoundGroup (const char *name, SoundGroup **soundgroup); - FMOD_RESULT F_API createReverb3D (Reverb3D **reverb); - - FMOD_RESULT F_API playSound (Sound *sound, ChannelGroup *channelgroup, bool paused, Channel **channel); - FMOD_RESULT F_API playDSP (DSP *dsp, ChannelGroup *channelgroup, bool paused, Channel **channel); - FMOD_RESULT F_API getChannel (int channelid, Channel **channel); - FMOD_RESULT F_API getDSPInfoByType (FMOD_DSP_TYPE type, const FMOD_DSP_DESCRIPTION **description); - FMOD_RESULT F_API getMasterChannelGroup (ChannelGroup **channelgroup); - FMOD_RESULT F_API getMasterSoundGroup (SoundGroup **soundgroup); - - // Routing to ports. - FMOD_RESULT F_API attachChannelGroupToPort (FMOD_PORT_TYPE portType, FMOD_PORT_INDEX portIndex, ChannelGroup *channelgroup, bool passThru = false); - FMOD_RESULT F_API detachChannelGroupFromPort (ChannelGroup *channelgroup); - - // Reverb API. - FMOD_RESULT F_API setReverbProperties (int instance, const FMOD_REVERB_PROPERTIES *prop); - FMOD_RESULT F_API getReverbProperties (int instance, FMOD_REVERB_PROPERTIES *prop); - - // System level DSP functionality. - FMOD_RESULT F_API lockDSP (); - FMOD_RESULT F_API unlockDSP (); - - // Recording API. - FMOD_RESULT F_API getRecordNumDrivers (int *numdrivers, int *numconnected); - FMOD_RESULT F_API getRecordDriverInfo (int id, char *name, int namelen, FMOD_GUID *guid, int *systemrate, FMOD_SPEAKERMODE *speakermode, int *speakermodechannels, FMOD_DRIVER_STATE *state); - FMOD_RESULT F_API getRecordPosition (int id, unsigned int *position); - FMOD_RESULT F_API recordStart (int id, Sound *sound, bool loop); - FMOD_RESULT F_API recordStop (int id); - FMOD_RESULT F_API isRecording (int id, bool *recording); - - // Geometry API. - FMOD_RESULT F_API createGeometry (int maxpolygons, int maxvertices, Geometry **geometry); - FMOD_RESULT F_API setGeometrySettings (float maxworldsize); - FMOD_RESULT F_API getGeometrySettings (float *maxworldsize); - FMOD_RESULT F_API loadGeometry (const void *data, int datasize, Geometry **geometry); - FMOD_RESULT F_API getGeometryOcclusion (const FMOD_VECTOR *listener, const FMOD_VECTOR *source, float *direct, float *reverb); - - // Network functions. - FMOD_RESULT F_API setNetworkProxy (const char *proxy); - FMOD_RESULT F_API getNetworkProxy (char *proxy, int proxylen); - FMOD_RESULT F_API setNetworkTimeout (int timeout); - FMOD_RESULT F_API getNetworkTimeout (int *timeout); - - // Userdata set/get. - FMOD_RESULT F_API setUserData (void *userdata); - FMOD_RESULT F_API getUserData (void **userdata); - }; - - /* - 'Sound' API - */ - class Sound - { - private: - - // Constructor made private so user cannot statically instance a Sound class. Appropriate Sound creation or retrieval function must be used. - Sound(); - Sound(const Sound &); - - public: - - FMOD_RESULT F_API release (); - FMOD_RESULT F_API getSystemObject (System **system); - - // Standard sound manipulation functions. - FMOD_RESULT F_API lock (unsigned int offset, unsigned int length, void **ptr1, void **ptr2, unsigned int *len1, unsigned int *len2); - FMOD_RESULT F_API unlock (void *ptr1, void *ptr2, unsigned int len1, unsigned int len2); - FMOD_RESULT F_API setDefaults (float frequency, int priority); - FMOD_RESULT F_API getDefaults (float *frequency, int *priority); - FMOD_RESULT F_API set3DMinMaxDistance (float min, float max); - FMOD_RESULT F_API get3DMinMaxDistance (float *min, float *max); - FMOD_RESULT F_API set3DConeSettings (float insideconeangle, float outsideconeangle, float outsidevolume); - FMOD_RESULT F_API get3DConeSettings (float *insideconeangle, float *outsideconeangle, float *outsidevolume); - FMOD_RESULT F_API set3DCustomRolloff (FMOD_VECTOR *points, int numpoints); - FMOD_RESULT F_API get3DCustomRolloff (FMOD_VECTOR **points, int *numpoints); - FMOD_RESULT F_API getSubSound (int index, Sound **subsound); - FMOD_RESULT F_API getSubSoundParent (Sound **parentsound); - FMOD_RESULT F_API getName (char *name, int namelen); - FMOD_RESULT F_API getLength (unsigned int *length, FMOD_TIMEUNIT lengthtype); - FMOD_RESULT F_API getFormat (FMOD_SOUND_TYPE *type, FMOD_SOUND_FORMAT *format, int *channels, int *bits); - FMOD_RESULT F_API getNumSubSounds (int *numsubsounds); - FMOD_RESULT F_API getNumTags (int *numtags, int *numtagsupdated); - FMOD_RESULT F_API getTag (const char *name, int index, FMOD_TAG *tag); - FMOD_RESULT F_API getOpenState (FMOD_OPENSTATE *openstate, unsigned int *percentbuffered, bool *starving, bool *diskbusy); - FMOD_RESULT F_API readData (void *buffer, unsigned int length, unsigned int *read); - FMOD_RESULT F_API seekData (unsigned int pcm); - - FMOD_RESULT F_API setSoundGroup (SoundGroup *soundgroup); - FMOD_RESULT F_API getSoundGroup (SoundGroup **soundgroup); - - // Synchronization point API. These points can come from markers embedded in wav files, and can also generate channel callbacks. - FMOD_RESULT F_API getNumSyncPoints (int *numsyncpoints); - FMOD_RESULT F_API getSyncPoint (int index, FMOD_SYNCPOINT **point); - FMOD_RESULT F_API getSyncPointInfo (FMOD_SYNCPOINT *point, char *name, int namelen, unsigned int *offset, FMOD_TIMEUNIT offsettype); - FMOD_RESULT F_API addSyncPoint (unsigned int offset, FMOD_TIMEUNIT offsettype, const char *name, FMOD_SYNCPOINT **point); - FMOD_RESULT F_API deleteSyncPoint (FMOD_SYNCPOINT *point); - - // Functions also in Channel class but here they are the 'default' to save having to change it in Channel all the time. - FMOD_RESULT F_API setMode (FMOD_MODE mode); - FMOD_RESULT F_API getMode (FMOD_MODE *mode); - FMOD_RESULT F_API setLoopCount (int loopcount); - FMOD_RESULT F_API getLoopCount (int *loopcount); - FMOD_RESULT F_API setLoopPoints (unsigned int loopstart, FMOD_TIMEUNIT loopstarttype, unsigned int loopend, FMOD_TIMEUNIT loopendtype); - FMOD_RESULT F_API getLoopPoints (unsigned int *loopstart, FMOD_TIMEUNIT loopstarttype, unsigned int *loopend, FMOD_TIMEUNIT loopendtype); - - // For MOD/S3M/XM/IT/MID sequenced formats only. - FMOD_RESULT F_API getMusicNumChannels (int *numchannels); - FMOD_RESULT F_API setMusicChannelVolume (int channel, float volume); - FMOD_RESULT F_API getMusicChannelVolume (int channel, float *volume); - FMOD_RESULT F_API setMusicSpeed (float speed); - FMOD_RESULT F_API getMusicSpeed (float *speed); - - // Userdata set/get. - FMOD_RESULT F_API setUserData (void *userdata); - FMOD_RESULT F_API getUserData (void **userdata); - }; - - - /* - 'ChannelControl API'. This is a base class for Channel and ChannelGroup so they can share the same functionality. This cannot be used or instansiated explicitly. - */ - class ChannelControl - { - private: - - // Constructor made private so user cannot statically instance a Control class. - ChannelControl(); - ChannelControl(const ChannelControl &); - - public: - - FMOD_RESULT F_API getSystemObject (System **system); - - // General control functionality for Channels and ChannelGroups. - FMOD_RESULT F_API stop (); - FMOD_RESULT F_API setPaused (bool paused); - FMOD_RESULT F_API getPaused (bool *paused); - FMOD_RESULT F_API setVolume (float volume); - FMOD_RESULT F_API getVolume (float *volume); - FMOD_RESULT F_API setVolumeRamp (bool ramp); - FMOD_RESULT F_API getVolumeRamp (bool *ramp); - FMOD_RESULT F_API getAudibility (float *audibility); - FMOD_RESULT F_API setPitch (float pitch); - FMOD_RESULT F_API getPitch (float *pitch); - FMOD_RESULT F_API setMute (bool mute); - FMOD_RESULT F_API getMute (bool *mute); - FMOD_RESULT F_API setReverbProperties (int instance, float wet); - FMOD_RESULT F_API getReverbProperties (int instance, float *wet); - FMOD_RESULT F_API setLowPassGain (float gain); - FMOD_RESULT F_API getLowPassGain (float *gain); - FMOD_RESULT F_API setMode (FMOD_MODE mode); - FMOD_RESULT F_API getMode (FMOD_MODE *mode); - FMOD_RESULT F_API setCallback (FMOD_CHANNELCONTROL_CALLBACK callback); - FMOD_RESULT F_API isPlaying (bool *isplaying); - - // Panning and level adjustment. - // Note all 'set' functions alter a final matrix, this is why the only get function is getMixMatrix, to avoid other get functions returning incorrect/obsolete values. - FMOD_RESULT F_API setPan (float pan); - FMOD_RESULT F_API setMixLevelsOutput (float frontleft, float frontright, float center, float lfe, float surroundleft, float surroundright, float backleft, float backright); - FMOD_RESULT F_API setMixLevelsInput (float *levels, int numlevels); - FMOD_RESULT F_API setMixMatrix (float *matrix, int outchannels, int inchannels, int inchannel_hop = 0); - FMOD_RESULT F_API getMixMatrix (float *matrix, int *outchannels, int *inchannels, int inchannel_hop = 0); - - // Clock based functionality. - FMOD_RESULT F_API getDSPClock (unsigned long long *dspclock, unsigned long long *parentclock); - FMOD_RESULT F_API setDelay (unsigned long long dspclock_start, unsigned long long dspclock_end, bool stopchannels = true); - FMOD_RESULT F_API getDelay (unsigned long long *dspclock_start, unsigned long long *dspclock_end, bool *stopchannels = 0); - FMOD_RESULT F_API addFadePoint (unsigned long long dspclock, float volume); - FMOD_RESULT F_API setFadePointRamp (unsigned long long dspclock, float volume); - FMOD_RESULT F_API removeFadePoints (unsigned long long dspclock_start, unsigned long long dspclock_end); - FMOD_RESULT F_API getFadePoints (unsigned int *numpoints, unsigned long long *point_dspclock, float *point_volume); - - // DSP effects. - FMOD_RESULT F_API getDSP (int index, DSP **dsp); - FMOD_RESULT F_API addDSP (int index, DSP *dsp); - FMOD_RESULT F_API removeDSP (DSP *dsp); - FMOD_RESULT F_API getNumDSPs (int *numdsps); - FMOD_RESULT F_API setDSPIndex (DSP *dsp, int index); - FMOD_RESULT F_API getDSPIndex (DSP *dsp, int *index); - - // 3D functionality. - FMOD_RESULT F_API set3DAttributes (const FMOD_VECTOR *pos, const FMOD_VECTOR *vel); - FMOD_RESULT F_API get3DAttributes (FMOD_VECTOR *pos, FMOD_VECTOR *vel); - FMOD_RESULT F_API set3DMinMaxDistance (float mindistance, float maxdistance); - FMOD_RESULT F_API get3DMinMaxDistance (float *mindistance, float *maxdistance); - FMOD_RESULT F_API set3DConeSettings (float insideconeangle, float outsideconeangle, float outsidevolume); - FMOD_RESULT F_API get3DConeSettings (float *insideconeangle, float *outsideconeangle, float *outsidevolume); - FMOD_RESULT F_API set3DConeOrientation (FMOD_VECTOR *orientation); - FMOD_RESULT F_API get3DConeOrientation (FMOD_VECTOR *orientation); - FMOD_RESULT F_API set3DCustomRolloff (FMOD_VECTOR *points, int numpoints); - FMOD_RESULT F_API get3DCustomRolloff (FMOD_VECTOR **points, int *numpoints); - FMOD_RESULT F_API set3DOcclusion (float directocclusion, float reverbocclusion); - FMOD_RESULT F_API get3DOcclusion (float *directocclusion, float *reverbocclusion); - FMOD_RESULT F_API set3DSpread (float angle); - FMOD_RESULT F_API get3DSpread (float *angle); - FMOD_RESULT F_API set3DLevel (float level); - FMOD_RESULT F_API get3DLevel (float *level); - FMOD_RESULT F_API set3DDopplerLevel (float level); - FMOD_RESULT F_API get3DDopplerLevel (float *level); - FMOD_RESULT F_API set3DDistanceFilter (bool custom, float customLevel, float centerFreq); - FMOD_RESULT F_API get3DDistanceFilter (bool *custom, float *customLevel, float *centerFreq); - - // Userdata set/get. - FMOD_RESULT F_API setUserData (void *userdata); - FMOD_RESULT F_API getUserData (void **userdata); - }; - - /* - 'Channel' API. - */ - class Channel : public ChannelControl - { - private: - - // Constructor made private so user cannot statically instance a Channel class. Appropriate Channel creation or retrieval function must be used. - Channel(); - Channel(const Channel &); - - public: - - // Channel specific control functionality. - FMOD_RESULT F_API setFrequency (float frequency); - FMOD_RESULT F_API getFrequency (float *frequency); - FMOD_RESULT F_API setPriority (int priority); - FMOD_RESULT F_API getPriority (int *priority); - FMOD_RESULT F_API setPosition (unsigned int position, FMOD_TIMEUNIT postype); - FMOD_RESULT F_API getPosition (unsigned int *position, FMOD_TIMEUNIT postype); - FMOD_RESULT F_API setChannelGroup (ChannelGroup *channelgroup); - FMOD_RESULT F_API getChannelGroup (ChannelGroup **channelgroup); - FMOD_RESULT F_API setLoopCount (int loopcount); - FMOD_RESULT F_API getLoopCount (int *loopcount); - FMOD_RESULT F_API setLoopPoints (unsigned int loopstart, FMOD_TIMEUNIT loopstarttype, unsigned int loopend, FMOD_TIMEUNIT loopendtype); - FMOD_RESULT F_API getLoopPoints (unsigned int *loopstart, FMOD_TIMEUNIT loopstarttype, unsigned int *loopend, FMOD_TIMEUNIT loopendtype); - - // Information only functions. - FMOD_RESULT F_API isVirtual (bool *isvirtual); - FMOD_RESULT F_API getCurrentSound (Sound **sound); - FMOD_RESULT F_API getIndex (int *index); - }; - - /* - 'ChannelGroup' API - */ - class ChannelGroup : public ChannelControl - { - private: - - // Constructor made private so user cannot statically instance a ChannelGroup class. Appropriate ChannelGroup creation or retrieval function must be used. - ChannelGroup(); - ChannelGroup(const ChannelGroup &); - - public: - - FMOD_RESULT F_API release (); - - // Nested channel groups. - FMOD_RESULT F_API addGroup (ChannelGroup *group, bool propagatedspclock = true, DSPConnection **connection = 0); - FMOD_RESULT F_API getNumGroups (int *numgroups); - FMOD_RESULT F_API getGroup (int index, ChannelGroup **group); - FMOD_RESULT F_API getParentGroup (ChannelGroup **group); - - // Information only functions. - FMOD_RESULT F_API getName (char *name, int namelen); - FMOD_RESULT F_API getNumChannels (int *numchannels); - FMOD_RESULT F_API getChannel (int index, Channel **channel); - }; - - /* - 'SoundGroup' API - */ - class SoundGroup - { - private: - - // Constructor made private so user cannot statically instance a SoundGroup class. Appropriate SoundGroup creation or retrieval function must be used. - SoundGroup(); - SoundGroup(const SoundGroup &); - - public: - - FMOD_RESULT F_API release (); - FMOD_RESULT F_API getSystemObject (System **system); - - // SoundGroup control functions. - FMOD_RESULT F_API setMaxAudible (int maxaudible); - FMOD_RESULT F_API getMaxAudible (int *maxaudible); - FMOD_RESULT F_API setMaxAudibleBehavior (FMOD_SOUNDGROUP_BEHAVIOR behavior); - FMOD_RESULT F_API getMaxAudibleBehavior (FMOD_SOUNDGROUP_BEHAVIOR *behavior); - FMOD_RESULT F_API setMuteFadeSpeed (float speed); - FMOD_RESULT F_API getMuteFadeSpeed (float *speed); - FMOD_RESULT F_API setVolume (float volume); - FMOD_RESULT F_API getVolume (float *volume); - FMOD_RESULT F_API stop (); - - // Information only functions. - FMOD_RESULT F_API getName (char *name, int namelen); - FMOD_RESULT F_API getNumSounds (int *numsounds); - FMOD_RESULT F_API getSound (int index, Sound **sound); - FMOD_RESULT F_API getNumPlaying (int *numplaying); - - // Userdata set/get. - FMOD_RESULT F_API setUserData (void *userdata); - FMOD_RESULT F_API getUserData (void **userdata); - }; - - /* - 'DSP' API - */ - class DSP - { - private: - - // Constructor made private so user cannot statically instance a DSP class. Appropriate DSP creation or retrieval function must be used. - DSP(); - DSP(const DSP &); - - public: - - FMOD_RESULT F_API release (); - FMOD_RESULT F_API getSystemObject (System **system); - - // Connection / disconnection / input and output enumeration. - FMOD_RESULT F_API addInput (DSP *input, DSPConnection **connection = 0, FMOD_DSPCONNECTION_TYPE type = FMOD_DSPCONNECTION_TYPE_STANDARD); - FMOD_RESULT F_API disconnectFrom (DSP *target, DSPConnection *connection = 0); - FMOD_RESULT F_API disconnectAll (bool inputs, bool outputs); - FMOD_RESULT F_API getNumInputs (int *numinputs); - FMOD_RESULT F_API getNumOutputs (int *numoutputs); - FMOD_RESULT F_API getInput (int index, DSP **input, DSPConnection **inputconnection); - FMOD_RESULT F_API getOutput (int index, DSP **output, DSPConnection **outputconnection); - - // DSP unit control. - FMOD_RESULT F_API setActive (bool active); - FMOD_RESULT F_API getActive (bool *active); - FMOD_RESULT F_API setBypass (bool bypass); - FMOD_RESULT F_API getBypass (bool *bypass); - FMOD_RESULT F_API setWetDryMix (float prewet, float postwet, float dry); - FMOD_RESULT F_API getWetDryMix (float *prewet, float *postwet, float *dry); - FMOD_RESULT F_API setChannelFormat (FMOD_CHANNELMASK channelmask, int numchannels, FMOD_SPEAKERMODE source_speakermode); - FMOD_RESULT F_API getChannelFormat (FMOD_CHANNELMASK *channelmask, int *numchannels, FMOD_SPEAKERMODE *source_speakermode); - FMOD_RESULT F_API getOutputChannelFormat (FMOD_CHANNELMASK inmask, int inchannels, FMOD_SPEAKERMODE inspeakermode, FMOD_CHANNELMASK *outmask, int *outchannels, FMOD_SPEAKERMODE *outspeakermode); - FMOD_RESULT F_API reset (); - FMOD_RESULT F_API setCallback (FMOD_DSP_CALLBACK callback); - - // DSP parameter control. - FMOD_RESULT F_API setParameterFloat (int index, float value); - FMOD_RESULT F_API setParameterInt (int index, int value); - FMOD_RESULT F_API setParameterBool (int index, bool value); - FMOD_RESULT F_API setParameterData (int index, void *data, unsigned int length); - FMOD_RESULT F_API getParameterFloat (int index, float *value, char *valuestr, int valuestrlen); - FMOD_RESULT F_API getParameterInt (int index, int *value, char *valuestr, int valuestrlen); - FMOD_RESULT F_API getParameterBool (int index, bool *value, char *valuestr, int valuestrlen); - FMOD_RESULT F_API getParameterData (int index, void **data, unsigned int *length, char *valuestr, int valuestrlen); - FMOD_RESULT F_API getNumParameters (int *numparams); - FMOD_RESULT F_API getParameterInfo (int index, FMOD_DSP_PARAMETER_DESC **desc); - FMOD_RESULT F_API getDataParameterIndex (int datatype, int *index); - FMOD_RESULT F_API showConfigDialog (void *hwnd, bool show); - - // DSP attributes. - FMOD_RESULT F_API getInfo (char *name, unsigned int *version, int *channels, int *configwidth, int *configheight); - FMOD_RESULT F_API getType (FMOD_DSP_TYPE *type); - FMOD_RESULT F_API getIdle (bool *idle); - - // Userdata set/get. - FMOD_RESULT F_API setUserData (void *userdata); - FMOD_RESULT F_API getUserData (void **userdata); - - // Metering. - FMOD_RESULT F_API setMeteringEnabled (bool inputEnabled, bool outputEnabled); - FMOD_RESULT F_API getMeteringEnabled (bool *inputEnabled, bool *outputEnabled); - FMOD_RESULT F_API getMeteringInfo (FMOD_DSP_METERING_INFO *inputInfo, FMOD_DSP_METERING_INFO *outputInfo); - FMOD_RESULT F_API getCPUUsage (unsigned int *exclusive, unsigned int *inclusive); - }; - - - /* - 'DSPConnection' API - */ - class DSPConnection - { - private: - - // Constructor made private so user cannot statically instance a DSPConnection class. Appropriate DSPConnection creation or retrieval function must be used. - DSPConnection(); - DSPConnection(const DSPConnection &); - - public: - - FMOD_RESULT F_API getInput (DSP **input); - FMOD_RESULT F_API getOutput (DSP **output); - FMOD_RESULT F_API setMix (float volume); - FMOD_RESULT F_API getMix (float *volume); - FMOD_RESULT F_API setMixMatrix (float *matrix, int outchannels, int inchannels, int inchannel_hop = 0); - FMOD_RESULT F_API getMixMatrix (float *matrix, int *outchannels, int *inchannels, int inchannel_hop = 0); - FMOD_RESULT F_API getType (FMOD_DSPCONNECTION_TYPE *type); - - // Userdata set/get. - FMOD_RESULT F_API setUserData (void *userdata); - FMOD_RESULT F_API getUserData (void **userdata); - }; - - - /* - 'Geometry' API - */ - class Geometry - { - private: - - // Constructor made private so user cannot statically instance a Geometry class. Appropriate Geometry creation or retrieval function must be used. - Geometry(); - Geometry(const Geometry &); - - public: - - FMOD_RESULT F_API release (); - - // Polygon manipulation. - FMOD_RESULT F_API addPolygon (float directocclusion, float reverbocclusion, bool doublesided, int numvertices, const FMOD_VECTOR *vertices, int *polygonindex); - FMOD_RESULT F_API getNumPolygons (int *numpolygons); - FMOD_RESULT F_API getMaxPolygons (int *maxpolygons, int *maxvertices); - FMOD_RESULT F_API getPolygonNumVertices (int index, int *numvertices); - FMOD_RESULT F_API setPolygonVertex (int index, int vertexindex, const FMOD_VECTOR *vertex); - FMOD_RESULT F_API getPolygonVertex (int index, int vertexindex, FMOD_VECTOR *vertex); - FMOD_RESULT F_API setPolygonAttributes (int index, float directocclusion, float reverbocclusion, bool doublesided); - FMOD_RESULT F_API getPolygonAttributes (int index, float *directocclusion, float *reverbocclusion, bool *doublesided); - - // Object manipulation. - FMOD_RESULT F_API setActive (bool active); - FMOD_RESULT F_API getActive (bool *active); - FMOD_RESULT F_API setRotation (const FMOD_VECTOR *forward, const FMOD_VECTOR *up); - FMOD_RESULT F_API getRotation (FMOD_VECTOR *forward, FMOD_VECTOR *up); - FMOD_RESULT F_API setPosition (const FMOD_VECTOR *position); - FMOD_RESULT F_API getPosition (FMOD_VECTOR *position); - FMOD_RESULT F_API setScale (const FMOD_VECTOR *scale); - FMOD_RESULT F_API getScale (FMOD_VECTOR *scale); - FMOD_RESULT F_API save (void *data, int *datasize); - - // Userdata set/get. - FMOD_RESULT F_API setUserData (void *userdata); - FMOD_RESULT F_API getUserData (void **userdata); - }; - - - /* - 'Reverb' API - */ - class Reverb3D - { - private: - - // Constructor made private so user cannot statically instance a Reverb3D class. Appropriate Reverb creation or retrieval function must be used. - Reverb3D(); - Reverb3D(const Reverb3D &); - - public: - - FMOD_RESULT F_API release (); - - // Reverb manipulation. - FMOD_RESULT F_API set3DAttributes (const FMOD_VECTOR *position, float mindistance, float maxdistance); - FMOD_RESULT F_API get3DAttributes (FMOD_VECTOR *position, float *mindistance,float *maxdistance); - FMOD_RESULT F_API setProperties (const FMOD_REVERB_PROPERTIES *properties); - FMOD_RESULT F_API getProperties (FMOD_REVERB_PROPERTIES *properties); - FMOD_RESULT F_API setActive (bool active); - FMOD_RESULT F_API getActive (bool *active); - - // Userdata set/get. - FMOD_RESULT F_API setUserData (void *userdata); - FMOD_RESULT F_API getUserData (void **userdata); - }; -} - -#endif diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_android.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_android.h deleted file mode 100644 index 5c172e37..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_android.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -#include "fmod_common.h" -#include - -extern "C" FMOD_RESULT F_API FMOD_Android_JNI_Init(JavaVM *vm, jobject javaActivity); -extern "C" FMOD_RESULT F_API FMOD_Android_JNI_Close(); diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_codec.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_codec.h deleted file mode 100644 index 3c31c7cf..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_codec.h +++ /dev/null @@ -1,136 +0,0 @@ -/* ======================================================================================== */ -/* FMOD Core API - Codec development header file. */ -/* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2024. */ -/* */ -/* Use this header if you are wanting to develop your own file format plugin to use with */ -/* FMOD's codec system. With this header you can make your own fileformat plugin that FMOD */ -/* can register and use. See the documentation and examples on how to make a working */ -/* plugin. */ -/* */ -/* For more detail visit: */ -/* https://fmod.com/docs/2.02/api/core-api.html */ -/* ======================================================================================== */ -#ifndef _FMOD_CODEC_H -#define _FMOD_CODEC_H - -/* - Codec types -*/ -typedef struct FMOD_CODEC_STATE FMOD_CODEC_STATE; -typedef struct FMOD_CODEC_WAVEFORMAT FMOD_CODEC_WAVEFORMAT; - -/* - Codec constants -*/ -#define FMOD_CODEC_PLUGIN_VERSION 1 - -typedef int FMOD_CODEC_SEEK_METHOD; -#define FMOD_CODEC_SEEK_METHOD_SET 0 -#define FMOD_CODEC_SEEK_METHOD_CURRENT 1 -#define FMOD_CODEC_SEEK_METHOD_END 2 - -/* - Codec callbacks -*/ -typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_OPEN_CALLBACK) (FMOD_CODEC_STATE *codec_state, FMOD_MODE usermode, FMOD_CREATESOUNDEXINFO *userexinfo); -typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_CLOSE_CALLBACK) (FMOD_CODEC_STATE *codec_state); -typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_READ_CALLBACK) (FMOD_CODEC_STATE *codec_state, void *buffer, unsigned int samples_in, unsigned int *samples_out); -typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_GETLENGTH_CALLBACK) (FMOD_CODEC_STATE *codec_state, unsigned int *length, FMOD_TIMEUNIT lengthtype); -typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_SETPOSITION_CALLBACK) (FMOD_CODEC_STATE *codec_state, int subsound, unsigned int position, FMOD_TIMEUNIT postype); -typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_GETPOSITION_CALLBACK) (FMOD_CODEC_STATE *codec_state, unsigned int *position, FMOD_TIMEUNIT postype); -typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_SOUNDCREATE_CALLBACK) (FMOD_CODEC_STATE *codec_state, int subsound, FMOD_SOUND *sound); -typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_GETWAVEFORMAT_CALLBACK)(FMOD_CODEC_STATE *codec_state, int index, FMOD_CODEC_WAVEFORMAT *waveformat); - -/* - Codec functions -*/ -typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_METADATA_FUNC) (FMOD_CODEC_STATE *codec_state, FMOD_TAGTYPE tagtype, char *name, void *data, unsigned int datalen, FMOD_TAGDATATYPE datatype, int unique); -typedef void * (F_CALLBACK *FMOD_CODEC_ALLOC_FUNC) (unsigned int size, unsigned int align, const char *file, int line); -typedef void (F_CALLBACK *FMOD_CODEC_FREE_FUNC) (void *ptr, const char *file, int line); -typedef void (F_CALLBACK *FMOD_CODEC_LOG_FUNC) (FMOD_DEBUG_FLAGS level, const char *file, int line, const char *function, const char *string, ...); - -typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_FILE_READ_FUNC) (FMOD_CODEC_STATE *codec_state, void *buffer, unsigned int sizebytes, unsigned int *bytesread); -typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_FILE_SEEK_FUNC) (FMOD_CODEC_STATE *codec_state, unsigned int pos, FMOD_CODEC_SEEK_METHOD method); -typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_FILE_TELL_FUNC) (FMOD_CODEC_STATE *codec_state, unsigned int *pos); -typedef FMOD_RESULT (F_CALLBACK *FMOD_CODEC_FILE_SIZE_FUNC) (FMOD_CODEC_STATE *codec_state, unsigned int *size); - -/* - Codec structures -*/ -typedef struct FMOD_CODEC_DESCRIPTION -{ - unsigned int apiversion; - const char *name; - unsigned int version; - int defaultasstream; - FMOD_TIMEUNIT timeunits; - FMOD_CODEC_OPEN_CALLBACK open; - FMOD_CODEC_CLOSE_CALLBACK close; - FMOD_CODEC_READ_CALLBACK read; - FMOD_CODEC_GETLENGTH_CALLBACK getlength; - FMOD_CODEC_SETPOSITION_CALLBACK setposition; - FMOD_CODEC_GETPOSITION_CALLBACK getposition; - FMOD_CODEC_SOUNDCREATE_CALLBACK soundcreate; - FMOD_CODEC_GETWAVEFORMAT_CALLBACK getwaveformat; -} FMOD_CODEC_DESCRIPTION; - -struct FMOD_CODEC_WAVEFORMAT -{ - const char* name; - FMOD_SOUND_FORMAT format; - int channels; - int frequency; - unsigned int lengthbytes; - unsigned int lengthpcm; - unsigned int pcmblocksize; - int loopstart; - int loopend; - FMOD_MODE mode; - FMOD_CHANNELMASK channelmask; - FMOD_CHANNELORDER channelorder; - float peakvolume; -}; - -typedef struct FMOD_CODEC_STATE_FUNCTIONS -{ - FMOD_CODEC_METADATA_FUNC metadata; - FMOD_CODEC_ALLOC_FUNC alloc; - FMOD_CODEC_FREE_FUNC free; - FMOD_CODEC_LOG_FUNC log; - FMOD_CODEC_FILE_READ_FUNC read; - FMOD_CODEC_FILE_SEEK_FUNC seek; - FMOD_CODEC_FILE_TELL_FUNC tell; - FMOD_CODEC_FILE_SIZE_FUNC size; -} FMOD_CODEC_STATE_FUNCTIONS; - -struct FMOD_CODEC_STATE -{ - void *plugindata; - FMOD_CODEC_WAVEFORMAT *waveformat; - FMOD_CODEC_STATE_FUNCTIONS *functions; - int numsubsounds; -}; - -/* - Codec macros -*/ -#define FMOD_CODEC_METADATA(_state, _tagtype, _name, _data, _datalen, _datatype, _unique) \ - (_state)->functions->metadata(_state, _tagtype, _name, _data, _datalen, _datatype, _unique) -#define FMOD_CODEC_ALLOC(_state, _size, _align) \ - (_state)->functions->alloc(_size, _align, __FILE__, __LINE__) -#define FMOD_CODEC_FREE(_state, _ptr) \ - (_state)->functions->free(_ptr, __FILE__, __LINE__) -#define FMOD_CODEC_LOG(_state, _level, _location, _format, ...) \ - (_state)->functions->log(_level, __FILE__, __LINE__, _location, _format, __VA_ARGS__) -#define FMOD_CODEC_FILE_READ(_state, _buffer, _sizebytes, _bytesread) \ - (_state)->functions->read(_state, _buffer, _sizebytes, _bytesread) -#define FMOD_CODEC_FILE_SEEK(_state, _pos, _method) \ - (_state)->functions->seek(_state, _pos, _method) -#define FMOD_CODEC_FILE_TELL(_state, _pos) \ - (_state)->functions->tell(_state, _pos) -#define FMOD_CODEC_FILE_SIZE(_state, _size) \ - (_state)->functions->size(_state, _size) - -#endif - - diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_common.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_common.h deleted file mode 100644 index 6df1484b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_common.h +++ /dev/null @@ -1,901 +0,0 @@ -/* ======================================================================================== */ -/* FMOD Core API - Common C/C++ header file. */ -/* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2024. */ -/* */ -/* This header is included by fmod.hpp (C++ interface) and fmod.h (C interface) */ -/* */ -/* For more detail visit: */ -/* https://fmod.com/docs/2.02/api/core-api-common.html */ -/* ======================================================================================== */ -#ifndef _FMOD_COMMON_H -#define _FMOD_COMMON_H - -/* - Library import helpers -*/ -#if defined(_WIN32) || defined(__CYGWIN__) - #define F_CALL __stdcall -#else - #define F_CALL -#endif - -#if defined(_WIN32) || defined(__CYGWIN__) || defined(__ORBIS__) || defined(F_USE_DECLSPEC) - #define F_EXPORT __declspec(dllexport) -#elif defined(__APPLE__) || defined(__ANDROID__) || defined(__linux__) || defined(F_USE_ATTRIBUTE) - #define F_EXPORT __attribute__((visibility("default"))) -#else - #define F_EXPORT -#endif - -#ifdef DLL_EXPORTS - #define F_API F_EXPORT F_CALL -#else - #define F_API F_CALL -#endif - -#define F_CALLBACK F_CALL - -/* - FMOD core types -*/ -typedef int FMOD_BOOL; -typedef struct FMOD_SYSTEM FMOD_SYSTEM; -typedef struct FMOD_SOUND FMOD_SOUND; -typedef struct FMOD_CHANNELCONTROL FMOD_CHANNELCONTROL; -typedef struct FMOD_CHANNEL FMOD_CHANNEL; -typedef struct FMOD_CHANNELGROUP FMOD_CHANNELGROUP; -typedef struct FMOD_SOUNDGROUP FMOD_SOUNDGROUP; -typedef struct FMOD_REVERB3D FMOD_REVERB3D; -typedef struct FMOD_DSP FMOD_DSP; -typedef struct FMOD_DSPCONNECTION FMOD_DSPCONNECTION; -typedef struct FMOD_POLYGON FMOD_POLYGON; -typedef struct FMOD_GEOMETRY FMOD_GEOMETRY; -typedef struct FMOD_SYNCPOINT FMOD_SYNCPOINT; -typedef struct FMOD_ASYNCREADINFO FMOD_ASYNCREADINFO; - -/* - FMOD constants -*/ -#define FMOD_VERSION 0x00020226 /* 0xaaaabbcc -> aaaa = product version, bb = major version, cc = minor version.*/ - -typedef unsigned int FMOD_DEBUG_FLAGS; -#define FMOD_DEBUG_LEVEL_NONE 0x00000000 -#define FMOD_DEBUG_LEVEL_ERROR 0x00000001 -#define FMOD_DEBUG_LEVEL_WARNING 0x00000002 -#define FMOD_DEBUG_LEVEL_LOG 0x00000004 -#define FMOD_DEBUG_TYPE_MEMORY 0x00000100 -#define FMOD_DEBUG_TYPE_FILE 0x00000200 -#define FMOD_DEBUG_TYPE_CODEC 0x00000400 -#define FMOD_DEBUG_TYPE_TRACE 0x00000800 -#define FMOD_DEBUG_DISPLAY_TIMESTAMPS 0x00010000 -#define FMOD_DEBUG_DISPLAY_LINENUMBERS 0x00020000 -#define FMOD_DEBUG_DISPLAY_THREAD 0x00040000 - -typedef unsigned int FMOD_MEMORY_TYPE; -#define FMOD_MEMORY_NORMAL 0x00000000 -#define FMOD_MEMORY_STREAM_FILE 0x00000001 -#define FMOD_MEMORY_STREAM_DECODE 0x00000002 -#define FMOD_MEMORY_SAMPLEDATA 0x00000004 -#define FMOD_MEMORY_DSP_BUFFER 0x00000008 -#define FMOD_MEMORY_PLUGIN 0x00000010 -#define FMOD_MEMORY_PERSISTENT 0x00200000 -#define FMOD_MEMORY_ALL 0xFFFFFFFF - -typedef unsigned int FMOD_INITFLAGS; -#define FMOD_INIT_NORMAL 0x00000000 -#define FMOD_INIT_STREAM_FROM_UPDATE 0x00000001 -#define FMOD_INIT_MIX_FROM_UPDATE 0x00000002 -#define FMOD_INIT_3D_RIGHTHANDED 0x00000004 -#define FMOD_INIT_CLIP_OUTPUT 0x00000008 -#define FMOD_INIT_CHANNEL_LOWPASS 0x00000100 -#define FMOD_INIT_CHANNEL_DISTANCEFILTER 0x00000200 -#define FMOD_INIT_PROFILE_ENABLE 0x00010000 -#define FMOD_INIT_VOL0_BECOMES_VIRTUAL 0x00020000 -#define FMOD_INIT_GEOMETRY_USECLOSEST 0x00040000 -#define FMOD_INIT_PREFER_DOLBY_DOWNMIX 0x00080000 -#define FMOD_INIT_THREAD_UNSAFE 0x00100000 -#define FMOD_INIT_PROFILE_METER_ALL 0x00200000 -#define FMOD_INIT_MEMORY_TRACKING 0x00400000 - -typedef unsigned int FMOD_DRIVER_STATE; -#define FMOD_DRIVER_STATE_CONNECTED 0x00000001 -#define FMOD_DRIVER_STATE_DEFAULT 0x00000002 - -typedef unsigned int FMOD_TIMEUNIT; -#define FMOD_TIMEUNIT_MS 0x00000001 -#define FMOD_TIMEUNIT_PCM 0x00000002 -#define FMOD_TIMEUNIT_PCMBYTES 0x00000004 -#define FMOD_TIMEUNIT_RAWBYTES 0x00000008 -#define FMOD_TIMEUNIT_PCMFRACTION 0x00000010 -#define FMOD_TIMEUNIT_MODORDER 0x00000100 -#define FMOD_TIMEUNIT_MODROW 0x00000200 -#define FMOD_TIMEUNIT_MODPATTERN 0x00000400 - -typedef unsigned int FMOD_SYSTEM_CALLBACK_TYPE; -#define FMOD_SYSTEM_CALLBACK_DEVICELISTCHANGED 0x00000001 -#define FMOD_SYSTEM_CALLBACK_DEVICELOST 0x00000002 -#define FMOD_SYSTEM_CALLBACK_MEMORYALLOCATIONFAILED 0x00000004 -#define FMOD_SYSTEM_CALLBACK_THREADCREATED 0x00000008 -#define FMOD_SYSTEM_CALLBACK_BADDSPCONNECTION 0x00000010 -#define FMOD_SYSTEM_CALLBACK_PREMIX 0x00000020 -#define FMOD_SYSTEM_CALLBACK_POSTMIX 0x00000040 -#define FMOD_SYSTEM_CALLBACK_ERROR 0x00000080 -#define FMOD_SYSTEM_CALLBACK_MIDMIX 0x00000100 -#define FMOD_SYSTEM_CALLBACK_THREADDESTROYED 0x00000200 -#define FMOD_SYSTEM_CALLBACK_PREUPDATE 0x00000400 -#define FMOD_SYSTEM_CALLBACK_POSTUPDATE 0x00000800 -#define FMOD_SYSTEM_CALLBACK_RECORDLISTCHANGED 0x00001000 -#define FMOD_SYSTEM_CALLBACK_BUFFEREDNOMIX 0x00002000 -#define FMOD_SYSTEM_CALLBACK_DEVICEREINITIALIZE 0x00004000 -#define FMOD_SYSTEM_CALLBACK_OUTPUTUNDERRUN 0x00008000 -#define FMOD_SYSTEM_CALLBACK_RECORDPOSITIONCHANGED 0x00010000 -#define FMOD_SYSTEM_CALLBACK_ALL 0xFFFFFFFF - -typedef unsigned int FMOD_MODE; -#define FMOD_DEFAULT 0x00000000 -#define FMOD_LOOP_OFF 0x00000001 -#define FMOD_LOOP_NORMAL 0x00000002 -#define FMOD_LOOP_BIDI 0x00000004 -#define FMOD_2D 0x00000008 -#define FMOD_3D 0x00000010 -#define FMOD_CREATESTREAM 0x00000080 -#define FMOD_CREATESAMPLE 0x00000100 -#define FMOD_CREATECOMPRESSEDSAMPLE 0x00000200 -#define FMOD_OPENUSER 0x00000400 -#define FMOD_OPENMEMORY 0x00000800 -#define FMOD_OPENMEMORY_POINT 0x10000000 -#define FMOD_OPENRAW 0x00001000 -#define FMOD_OPENONLY 0x00002000 -#define FMOD_ACCURATETIME 0x00004000 -#define FMOD_MPEGSEARCH 0x00008000 -#define FMOD_NONBLOCKING 0x00010000 -#define FMOD_UNIQUE 0x00020000 -#define FMOD_3D_HEADRELATIVE 0x00040000 -#define FMOD_3D_WORLDRELATIVE 0x00080000 -#define FMOD_3D_INVERSEROLLOFF 0x00100000 -#define FMOD_3D_LINEARROLLOFF 0x00200000 -#define FMOD_3D_LINEARSQUAREROLLOFF 0x00400000 -#define FMOD_3D_INVERSETAPEREDROLLOFF 0x00800000 -#define FMOD_3D_CUSTOMROLLOFF 0x04000000 -#define FMOD_3D_IGNOREGEOMETRY 0x40000000 -#define FMOD_IGNORETAGS 0x02000000 -#define FMOD_LOWMEM 0x08000000 -#define FMOD_VIRTUAL_PLAYFROMSTART 0x80000000 - -typedef unsigned int FMOD_CHANNELMASK; -#define FMOD_CHANNELMASK_FRONT_LEFT 0x00000001 -#define FMOD_CHANNELMASK_FRONT_RIGHT 0x00000002 -#define FMOD_CHANNELMASK_FRONT_CENTER 0x00000004 -#define FMOD_CHANNELMASK_LOW_FREQUENCY 0x00000008 -#define FMOD_CHANNELMASK_SURROUND_LEFT 0x00000010 -#define FMOD_CHANNELMASK_SURROUND_RIGHT 0x00000020 -#define FMOD_CHANNELMASK_BACK_LEFT 0x00000040 -#define FMOD_CHANNELMASK_BACK_RIGHT 0x00000080 -#define FMOD_CHANNELMASK_BACK_CENTER 0x00000100 -#define FMOD_CHANNELMASK_MONO (FMOD_CHANNELMASK_FRONT_LEFT) -#define FMOD_CHANNELMASK_STEREO (FMOD_CHANNELMASK_FRONT_LEFT | FMOD_CHANNELMASK_FRONT_RIGHT) -#define FMOD_CHANNELMASK_LRC (FMOD_CHANNELMASK_FRONT_LEFT | FMOD_CHANNELMASK_FRONT_RIGHT | FMOD_CHANNELMASK_FRONT_CENTER) -#define FMOD_CHANNELMASK_QUAD (FMOD_CHANNELMASK_FRONT_LEFT | FMOD_CHANNELMASK_FRONT_RIGHT | FMOD_CHANNELMASK_SURROUND_LEFT | FMOD_CHANNELMASK_SURROUND_RIGHT) -#define FMOD_CHANNELMASK_SURROUND (FMOD_CHANNELMASK_FRONT_LEFT | FMOD_CHANNELMASK_FRONT_RIGHT | FMOD_CHANNELMASK_FRONT_CENTER | FMOD_CHANNELMASK_SURROUND_LEFT | FMOD_CHANNELMASK_SURROUND_RIGHT) -#define FMOD_CHANNELMASK_5POINT1 (FMOD_CHANNELMASK_FRONT_LEFT | FMOD_CHANNELMASK_FRONT_RIGHT | FMOD_CHANNELMASK_FRONT_CENTER | FMOD_CHANNELMASK_LOW_FREQUENCY | FMOD_CHANNELMASK_SURROUND_LEFT | FMOD_CHANNELMASK_SURROUND_RIGHT) -#define FMOD_CHANNELMASK_5POINT1_REARS (FMOD_CHANNELMASK_FRONT_LEFT | FMOD_CHANNELMASK_FRONT_RIGHT | FMOD_CHANNELMASK_FRONT_CENTER | FMOD_CHANNELMASK_LOW_FREQUENCY | FMOD_CHANNELMASK_BACK_LEFT | FMOD_CHANNELMASK_BACK_RIGHT) -#define FMOD_CHANNELMASK_7POINT0 (FMOD_CHANNELMASK_FRONT_LEFT | FMOD_CHANNELMASK_FRONT_RIGHT | FMOD_CHANNELMASK_FRONT_CENTER | FMOD_CHANNELMASK_SURROUND_LEFT | FMOD_CHANNELMASK_SURROUND_RIGHT | FMOD_CHANNELMASK_BACK_LEFT | FMOD_CHANNELMASK_BACK_RIGHT) -#define FMOD_CHANNELMASK_7POINT1 (FMOD_CHANNELMASK_FRONT_LEFT | FMOD_CHANNELMASK_FRONT_RIGHT | FMOD_CHANNELMASK_FRONT_CENTER | FMOD_CHANNELMASK_LOW_FREQUENCY | FMOD_CHANNELMASK_SURROUND_LEFT | FMOD_CHANNELMASK_SURROUND_RIGHT | FMOD_CHANNELMASK_BACK_LEFT | FMOD_CHANNELMASK_BACK_RIGHT) - -typedef unsigned long long FMOD_PORT_INDEX; -#define FMOD_PORT_INDEX_NONE 0xFFFFFFFFFFFFFFFF -#define FMOD_PORT_INDEX_FLAG_VR_CONTROLLER 0x1000000000000000 - -typedef int FMOD_THREAD_PRIORITY; -/* Platform specific priority range */ -#define FMOD_THREAD_PRIORITY_PLATFORM_MIN (-32 * 1024) -#define FMOD_THREAD_PRIORITY_PLATFORM_MAX ( 32 * 1024) -/* Platform agnostic priorities, maps internally to platform specific value */ -#define FMOD_THREAD_PRIORITY_DEFAULT (FMOD_THREAD_PRIORITY_PLATFORM_MIN - 1) -#define FMOD_THREAD_PRIORITY_LOW (FMOD_THREAD_PRIORITY_PLATFORM_MIN - 2) -#define FMOD_THREAD_PRIORITY_MEDIUM (FMOD_THREAD_PRIORITY_PLATFORM_MIN - 3) -#define FMOD_THREAD_PRIORITY_HIGH (FMOD_THREAD_PRIORITY_PLATFORM_MIN - 4) -#define FMOD_THREAD_PRIORITY_VERY_HIGH (FMOD_THREAD_PRIORITY_PLATFORM_MIN - 5) -#define FMOD_THREAD_PRIORITY_EXTREME (FMOD_THREAD_PRIORITY_PLATFORM_MIN - 6) -#define FMOD_THREAD_PRIORITY_CRITICAL (FMOD_THREAD_PRIORITY_PLATFORM_MIN - 7) -/* Thread defaults */ -#define FMOD_THREAD_PRIORITY_MIXER FMOD_THREAD_PRIORITY_EXTREME -#define FMOD_THREAD_PRIORITY_FEEDER FMOD_THREAD_PRIORITY_CRITICAL -#define FMOD_THREAD_PRIORITY_STREAM FMOD_THREAD_PRIORITY_VERY_HIGH -#define FMOD_THREAD_PRIORITY_FILE FMOD_THREAD_PRIORITY_HIGH -#define FMOD_THREAD_PRIORITY_NONBLOCKING FMOD_THREAD_PRIORITY_HIGH -#define FMOD_THREAD_PRIORITY_RECORD FMOD_THREAD_PRIORITY_HIGH -#define FMOD_THREAD_PRIORITY_GEOMETRY FMOD_THREAD_PRIORITY_LOW -#define FMOD_THREAD_PRIORITY_PROFILER FMOD_THREAD_PRIORITY_MEDIUM -#define FMOD_THREAD_PRIORITY_STUDIO_UPDATE FMOD_THREAD_PRIORITY_MEDIUM -#define FMOD_THREAD_PRIORITY_STUDIO_LOAD_BANK FMOD_THREAD_PRIORITY_MEDIUM -#define FMOD_THREAD_PRIORITY_STUDIO_LOAD_SAMPLE FMOD_THREAD_PRIORITY_MEDIUM -#define FMOD_THREAD_PRIORITY_CONVOLUTION1 FMOD_THREAD_PRIORITY_VERY_HIGH -#define FMOD_THREAD_PRIORITY_CONVOLUTION2 FMOD_THREAD_PRIORITY_VERY_HIGH - -typedef unsigned int FMOD_THREAD_STACK_SIZE; -#define FMOD_THREAD_STACK_SIZE_DEFAULT 0 -#define FMOD_THREAD_STACK_SIZE_MIXER (80 * 1024) -#define FMOD_THREAD_STACK_SIZE_FEEDER (16 * 1024) -#define FMOD_THREAD_STACK_SIZE_STREAM (96 * 1024) -#define FMOD_THREAD_STACK_SIZE_FILE (64 * 1024) -#define FMOD_THREAD_STACK_SIZE_NONBLOCKING (112 * 1024) -#define FMOD_THREAD_STACK_SIZE_RECORD (16 * 1024) -#define FMOD_THREAD_STACK_SIZE_GEOMETRY (48 * 1024) -#define FMOD_THREAD_STACK_SIZE_PROFILER (128 * 1024) -#define FMOD_THREAD_STACK_SIZE_STUDIO_UPDATE (96 * 1024) -#define FMOD_THREAD_STACK_SIZE_STUDIO_LOAD_BANK (96 * 1024) -#define FMOD_THREAD_STACK_SIZE_STUDIO_LOAD_SAMPLE (96 * 1024) -#define FMOD_THREAD_STACK_SIZE_CONVOLUTION1 (16 * 1024) -#define FMOD_THREAD_STACK_SIZE_CONVOLUTION2 (16 * 1024) - -typedef long long FMOD_THREAD_AFFINITY; -/* Platform agnostic thread groupings */ -#define FMOD_THREAD_AFFINITY_GROUP_DEFAULT 0x4000000000000000 -#define FMOD_THREAD_AFFINITY_GROUP_A 0x4000000000000001 -#define FMOD_THREAD_AFFINITY_GROUP_B 0x4000000000000002 -#define FMOD_THREAD_AFFINITY_GROUP_C 0x4000000000000003 -/* Thread defaults */ -#define FMOD_THREAD_AFFINITY_MIXER FMOD_THREAD_AFFINITY_GROUP_A -#define FMOD_THREAD_AFFINITY_FEEDER FMOD_THREAD_AFFINITY_GROUP_C -#define FMOD_THREAD_AFFINITY_STREAM FMOD_THREAD_AFFINITY_GROUP_C -#define FMOD_THREAD_AFFINITY_FILE FMOD_THREAD_AFFINITY_GROUP_C -#define FMOD_THREAD_AFFINITY_NONBLOCKING FMOD_THREAD_AFFINITY_GROUP_C -#define FMOD_THREAD_AFFINITY_RECORD FMOD_THREAD_AFFINITY_GROUP_C -#define FMOD_THREAD_AFFINITY_GEOMETRY FMOD_THREAD_AFFINITY_GROUP_C -#define FMOD_THREAD_AFFINITY_PROFILER FMOD_THREAD_AFFINITY_GROUP_C -#define FMOD_THREAD_AFFINITY_STUDIO_UPDATE FMOD_THREAD_AFFINITY_GROUP_B -#define FMOD_THREAD_AFFINITY_STUDIO_LOAD_BANK FMOD_THREAD_AFFINITY_GROUP_C -#define FMOD_THREAD_AFFINITY_STUDIO_LOAD_SAMPLE FMOD_THREAD_AFFINITY_GROUP_C -#define FMOD_THREAD_AFFINITY_CONVOLUTION1 FMOD_THREAD_AFFINITY_GROUP_C -#define FMOD_THREAD_AFFINITY_CONVOLUTION2 FMOD_THREAD_AFFINITY_GROUP_C -/* Core mask, valid up to 1 << 62 */ -#define FMOD_THREAD_AFFINITY_CORE_ALL 0 -#define FMOD_THREAD_AFFINITY_CORE_0 (1 << 0) -#define FMOD_THREAD_AFFINITY_CORE_1 (1 << 1) -#define FMOD_THREAD_AFFINITY_CORE_2 (1 << 2) -#define FMOD_THREAD_AFFINITY_CORE_3 (1 << 3) -#define FMOD_THREAD_AFFINITY_CORE_4 (1 << 4) -#define FMOD_THREAD_AFFINITY_CORE_5 (1 << 5) -#define FMOD_THREAD_AFFINITY_CORE_6 (1 << 6) -#define FMOD_THREAD_AFFINITY_CORE_7 (1 << 7) -#define FMOD_THREAD_AFFINITY_CORE_8 (1 << 8) -#define FMOD_THREAD_AFFINITY_CORE_9 (1 << 9) -#define FMOD_THREAD_AFFINITY_CORE_10 (1 << 10) -#define FMOD_THREAD_AFFINITY_CORE_11 (1 << 11) -#define FMOD_THREAD_AFFINITY_CORE_12 (1 << 12) -#define FMOD_THREAD_AFFINITY_CORE_13 (1 << 13) -#define FMOD_THREAD_AFFINITY_CORE_14 (1 << 14) -#define FMOD_THREAD_AFFINITY_CORE_15 (1 << 15) - -/* Preset for FMOD_REVERB_PROPERTIES */ -#define FMOD_PRESET_OFF { 1000, 7, 11, 5000, 100, 100, 100, 250, 0, 20, 96, -80.0f } -#define FMOD_PRESET_GENERIC { 1500, 7, 11, 5000, 83, 100, 100, 250, 0, 14500, 96, -8.0f } -#define FMOD_PRESET_PADDEDCELL { 170, 1, 2, 5000, 10, 100, 100, 250, 0, 160, 84, -7.8f } -#define FMOD_PRESET_ROOM { 400, 2, 3, 5000, 83, 100, 100, 250, 0, 6050, 88, -9.4f } -#define FMOD_PRESET_BATHROOM { 1500, 7, 11, 5000, 54, 100, 60, 250, 0, 2900, 83, 0.5f } -#define FMOD_PRESET_LIVINGROOM { 500, 3, 4, 5000, 10, 100, 100, 250, 0, 160, 58, -19.0f } -#define FMOD_PRESET_STONEROOM { 2300, 12, 17, 5000, 64, 100, 100, 250, 0, 7800, 71, -8.5f } -#define FMOD_PRESET_AUDITORIUM { 4300, 20, 30, 5000, 59, 100, 100, 250, 0, 5850, 64, -11.7f } -#define FMOD_PRESET_CONCERTHALL { 3900, 20, 29, 5000, 70, 100, 100, 250, 0, 5650, 80, -9.8f } -#define FMOD_PRESET_CAVE { 2900, 15, 22, 5000, 100, 100, 100, 250, 0, 20000, 59, -11.3f } -#define FMOD_PRESET_ARENA { 7200, 20, 30, 5000, 33, 100, 100, 250, 0, 4500, 80, -9.6f } -#define FMOD_PRESET_HANGAR { 10000, 20, 30, 5000, 23, 100, 100, 250, 0, 3400, 72, -7.4f } -#define FMOD_PRESET_CARPETTEDHALLWAY { 300, 2, 30, 5000, 10, 100, 100, 250, 0, 500, 56, -24.0f } -#define FMOD_PRESET_HALLWAY { 1500, 7, 11, 5000, 59, 100, 100, 250, 0, 7800, 87, -5.5f } -#define FMOD_PRESET_STONECORRIDOR { 270, 13, 20, 5000, 79, 100, 100, 250, 0, 9000, 86, -6.0f } -#define FMOD_PRESET_ALLEY { 1500, 7, 11, 5000, 86, 100, 100, 250, 0, 8300, 80, -9.8f } -#define FMOD_PRESET_FOREST { 1500, 162, 88, 5000, 54, 79, 100, 250, 0, 760, 94, -12.3f } -#define FMOD_PRESET_CITY { 1500, 7, 11, 5000, 67, 50, 100, 250, 0, 4050, 66, -26.0f } -#define FMOD_PRESET_MOUNTAINS { 1500, 300, 100, 5000, 21, 27, 100, 250, 0, 1220, 82, -24.0f } -#define FMOD_PRESET_QUARRY { 1500, 61, 25, 5000, 83, 100, 100, 250, 0, 3400, 100, -5.0f } -#define FMOD_PRESET_PLAIN { 1500, 179, 100, 5000, 50, 21, 100, 250, 0, 1670, 65, -28.0f } -#define FMOD_PRESET_PARKINGLOT { 1700, 8, 12, 5000, 100, 100, 100, 250, 0, 20000, 56, -19.5f } -#define FMOD_PRESET_SEWERPIPE { 2800, 14, 21, 5000, 14, 80, 60, 250, 0, 3400, 66, 1.2f } -#define FMOD_PRESET_UNDERWATER { 1500, 7, 11, 5000, 10, 100, 100, 250, 0, 500, 92, 7.0f } - -#define FMOD_MAX_CHANNEL_WIDTH 32 -#define FMOD_MAX_SYSTEMS 8 -#define FMOD_MAX_LISTENERS 8 -#define FMOD_REVERB_MAXINSTANCES 4 - -typedef enum FMOD_THREAD_TYPE -{ - FMOD_THREAD_TYPE_MIXER, - FMOD_THREAD_TYPE_FEEDER, - FMOD_THREAD_TYPE_STREAM, - FMOD_THREAD_TYPE_FILE, - FMOD_THREAD_TYPE_NONBLOCKING, - FMOD_THREAD_TYPE_RECORD, - FMOD_THREAD_TYPE_GEOMETRY, - FMOD_THREAD_TYPE_PROFILER, - FMOD_THREAD_TYPE_STUDIO_UPDATE, - FMOD_THREAD_TYPE_STUDIO_LOAD_BANK, - FMOD_THREAD_TYPE_STUDIO_LOAD_SAMPLE, - FMOD_THREAD_TYPE_CONVOLUTION1, - FMOD_THREAD_TYPE_CONVOLUTION2, - - FMOD_THREAD_TYPE_MAX, - FMOD_THREAD_TYPE_FORCEINT = 65536 -} FMOD_THREAD_TYPE; - -typedef enum FMOD_RESULT -{ - FMOD_OK, - FMOD_ERR_BADCOMMAND, - FMOD_ERR_CHANNEL_ALLOC, - FMOD_ERR_CHANNEL_STOLEN, - FMOD_ERR_DMA, - FMOD_ERR_DSP_CONNECTION, - FMOD_ERR_DSP_DONTPROCESS, - FMOD_ERR_DSP_FORMAT, - FMOD_ERR_DSP_INUSE, - FMOD_ERR_DSP_NOTFOUND, - FMOD_ERR_DSP_RESERVED, - FMOD_ERR_DSP_SILENCE, - FMOD_ERR_DSP_TYPE, - FMOD_ERR_FILE_BAD, - FMOD_ERR_FILE_COULDNOTSEEK, - FMOD_ERR_FILE_DISKEJECTED, - FMOD_ERR_FILE_EOF, - FMOD_ERR_FILE_ENDOFDATA, - FMOD_ERR_FILE_NOTFOUND, - FMOD_ERR_FORMAT, - FMOD_ERR_HEADER_MISMATCH, - FMOD_ERR_HTTP, - FMOD_ERR_HTTP_ACCESS, - FMOD_ERR_HTTP_PROXY_AUTH, - FMOD_ERR_HTTP_SERVER_ERROR, - FMOD_ERR_HTTP_TIMEOUT, - FMOD_ERR_INITIALIZATION, - FMOD_ERR_INITIALIZED, - FMOD_ERR_INTERNAL, - FMOD_ERR_INVALID_FLOAT, - FMOD_ERR_INVALID_HANDLE, - FMOD_ERR_INVALID_PARAM, - FMOD_ERR_INVALID_POSITION, - FMOD_ERR_INVALID_SPEAKER, - FMOD_ERR_INVALID_SYNCPOINT, - FMOD_ERR_INVALID_THREAD, - FMOD_ERR_INVALID_VECTOR, - FMOD_ERR_MAXAUDIBLE, - FMOD_ERR_MEMORY, - FMOD_ERR_MEMORY_CANTPOINT, - FMOD_ERR_NEEDS3D, - FMOD_ERR_NEEDSHARDWARE, - FMOD_ERR_NET_CONNECT, - FMOD_ERR_NET_SOCKET_ERROR, - FMOD_ERR_NET_URL, - FMOD_ERR_NET_WOULD_BLOCK, - FMOD_ERR_NOTREADY, - FMOD_ERR_OUTPUT_ALLOCATED, - FMOD_ERR_OUTPUT_CREATEBUFFER, - FMOD_ERR_OUTPUT_DRIVERCALL, - FMOD_ERR_OUTPUT_FORMAT, - FMOD_ERR_OUTPUT_INIT, - FMOD_ERR_OUTPUT_NODRIVERS, - FMOD_ERR_PLUGIN, - FMOD_ERR_PLUGIN_MISSING, - FMOD_ERR_PLUGIN_RESOURCE, - FMOD_ERR_PLUGIN_VERSION, - FMOD_ERR_RECORD, - FMOD_ERR_REVERB_CHANNELGROUP, - FMOD_ERR_REVERB_INSTANCE, - FMOD_ERR_SUBSOUNDS, - FMOD_ERR_SUBSOUND_ALLOCATED, - FMOD_ERR_SUBSOUND_CANTMOVE, - FMOD_ERR_TAGNOTFOUND, - FMOD_ERR_TOOMANYCHANNELS, - FMOD_ERR_TRUNCATED, - FMOD_ERR_UNIMPLEMENTED, - FMOD_ERR_UNINITIALIZED, - FMOD_ERR_UNSUPPORTED, - FMOD_ERR_VERSION, - FMOD_ERR_EVENT_ALREADY_LOADED, - FMOD_ERR_EVENT_LIVEUPDATE_BUSY, - FMOD_ERR_EVENT_LIVEUPDATE_MISMATCH, - FMOD_ERR_EVENT_LIVEUPDATE_TIMEOUT, - FMOD_ERR_EVENT_NOTFOUND, - FMOD_ERR_STUDIO_UNINITIALIZED, - FMOD_ERR_STUDIO_NOT_LOADED, - FMOD_ERR_INVALID_STRING, - FMOD_ERR_ALREADY_LOCKED, - FMOD_ERR_NOT_LOCKED, - FMOD_ERR_RECORD_DISCONNECTED, - FMOD_ERR_TOOMANYSAMPLES, - - FMOD_RESULT_FORCEINT = 65536 -} FMOD_RESULT; - -typedef enum FMOD_CHANNELCONTROL_TYPE -{ - FMOD_CHANNELCONTROL_CHANNEL, - FMOD_CHANNELCONTROL_CHANNELGROUP, - - FMOD_CHANNELCONTROL_MAX, - FMOD_CHANNELCONTROL_FORCEINT = 65536 -} FMOD_CHANNELCONTROL_TYPE; - -typedef enum FMOD_OUTPUTTYPE -{ - FMOD_OUTPUTTYPE_AUTODETECT, - FMOD_OUTPUTTYPE_UNKNOWN, - FMOD_OUTPUTTYPE_NOSOUND, - FMOD_OUTPUTTYPE_WAVWRITER, - FMOD_OUTPUTTYPE_NOSOUND_NRT, - FMOD_OUTPUTTYPE_WAVWRITER_NRT, - FMOD_OUTPUTTYPE_WASAPI, - FMOD_OUTPUTTYPE_ASIO, - FMOD_OUTPUTTYPE_PULSEAUDIO, - FMOD_OUTPUTTYPE_ALSA, - FMOD_OUTPUTTYPE_COREAUDIO, - FMOD_OUTPUTTYPE_AUDIOTRACK, - FMOD_OUTPUTTYPE_OPENSL, - FMOD_OUTPUTTYPE_AUDIOOUT, - FMOD_OUTPUTTYPE_AUDIO3D, - FMOD_OUTPUTTYPE_WEBAUDIO, - FMOD_OUTPUTTYPE_NNAUDIO, - FMOD_OUTPUTTYPE_WINSONIC, - FMOD_OUTPUTTYPE_AAUDIO, - FMOD_OUTPUTTYPE_AUDIOWORKLET, - FMOD_OUTPUTTYPE_PHASE, - FMOD_OUTPUTTYPE_OHAUDIO, - - FMOD_OUTPUTTYPE_MAX, - FMOD_OUTPUTTYPE_FORCEINT = 65536 -} FMOD_OUTPUTTYPE; - -typedef enum FMOD_DEBUG_MODE -{ - FMOD_DEBUG_MODE_TTY, - FMOD_DEBUG_MODE_FILE, - FMOD_DEBUG_MODE_CALLBACK, - - FMOD_DEBUG_MODE_FORCEINT = 65536 -} FMOD_DEBUG_MODE; - -typedef enum FMOD_SPEAKERMODE -{ - FMOD_SPEAKERMODE_DEFAULT, - FMOD_SPEAKERMODE_RAW, - FMOD_SPEAKERMODE_MONO, - FMOD_SPEAKERMODE_STEREO, - FMOD_SPEAKERMODE_QUAD, - FMOD_SPEAKERMODE_SURROUND, - FMOD_SPEAKERMODE_5POINT1, - FMOD_SPEAKERMODE_7POINT1, - FMOD_SPEAKERMODE_7POINT1POINT4, - - FMOD_SPEAKERMODE_MAX, - FMOD_SPEAKERMODE_FORCEINT = 65536 -} FMOD_SPEAKERMODE; - -typedef enum FMOD_SPEAKER -{ - FMOD_SPEAKER_NONE = -1, - FMOD_SPEAKER_FRONT_LEFT = 0, - FMOD_SPEAKER_FRONT_RIGHT, - FMOD_SPEAKER_FRONT_CENTER, - FMOD_SPEAKER_LOW_FREQUENCY, - FMOD_SPEAKER_SURROUND_LEFT, - FMOD_SPEAKER_SURROUND_RIGHT, - FMOD_SPEAKER_BACK_LEFT, - FMOD_SPEAKER_BACK_RIGHT, - FMOD_SPEAKER_TOP_FRONT_LEFT, - FMOD_SPEAKER_TOP_FRONT_RIGHT, - FMOD_SPEAKER_TOP_BACK_LEFT, - FMOD_SPEAKER_TOP_BACK_RIGHT, - - FMOD_SPEAKER_MAX, - FMOD_SPEAKER_FORCEINT = 65536 -} FMOD_SPEAKER; - -typedef enum FMOD_CHANNELORDER -{ - FMOD_CHANNELORDER_DEFAULT, - FMOD_CHANNELORDER_WAVEFORMAT, - FMOD_CHANNELORDER_PROTOOLS, - FMOD_CHANNELORDER_ALLMONO, - FMOD_CHANNELORDER_ALLSTEREO, - FMOD_CHANNELORDER_ALSA, - - FMOD_CHANNELORDER_MAX, - FMOD_CHANNELORDER_FORCEINT = 65536 -} FMOD_CHANNELORDER; - -typedef enum FMOD_PLUGINTYPE -{ - FMOD_PLUGINTYPE_OUTPUT, - FMOD_PLUGINTYPE_CODEC, - FMOD_PLUGINTYPE_DSP, - - FMOD_PLUGINTYPE_MAX, - FMOD_PLUGINTYPE_FORCEINT = 65536 -} FMOD_PLUGINTYPE; - -typedef enum FMOD_SOUND_TYPE -{ - FMOD_SOUND_TYPE_UNKNOWN, - FMOD_SOUND_TYPE_AIFF, - FMOD_SOUND_TYPE_ASF, - FMOD_SOUND_TYPE_DLS, - FMOD_SOUND_TYPE_FLAC, - FMOD_SOUND_TYPE_FSB, - FMOD_SOUND_TYPE_IT, - FMOD_SOUND_TYPE_MIDI, - FMOD_SOUND_TYPE_MOD, - FMOD_SOUND_TYPE_MPEG, - FMOD_SOUND_TYPE_OGGVORBIS, - FMOD_SOUND_TYPE_PLAYLIST, - FMOD_SOUND_TYPE_RAW, - FMOD_SOUND_TYPE_S3M, - FMOD_SOUND_TYPE_USER, - FMOD_SOUND_TYPE_WAV, - FMOD_SOUND_TYPE_XM, - FMOD_SOUND_TYPE_XMA, - FMOD_SOUND_TYPE_AUDIOQUEUE, - FMOD_SOUND_TYPE_AT9, - FMOD_SOUND_TYPE_VORBIS, - FMOD_SOUND_TYPE_MEDIA_FOUNDATION, - FMOD_SOUND_TYPE_MEDIACODEC, - FMOD_SOUND_TYPE_FADPCM, - FMOD_SOUND_TYPE_OPUS, - - FMOD_SOUND_TYPE_MAX, - FMOD_SOUND_TYPE_FORCEINT = 65536 -} FMOD_SOUND_TYPE; - -typedef enum FMOD_SOUND_FORMAT -{ - FMOD_SOUND_FORMAT_NONE, - FMOD_SOUND_FORMAT_PCM8, - FMOD_SOUND_FORMAT_PCM16, - FMOD_SOUND_FORMAT_PCM24, - FMOD_SOUND_FORMAT_PCM32, - FMOD_SOUND_FORMAT_PCMFLOAT, - FMOD_SOUND_FORMAT_BITSTREAM, - - FMOD_SOUND_FORMAT_MAX, - FMOD_SOUND_FORMAT_FORCEINT = 65536 -} FMOD_SOUND_FORMAT; - -typedef enum FMOD_OPENSTATE -{ - FMOD_OPENSTATE_READY, - FMOD_OPENSTATE_LOADING, - FMOD_OPENSTATE_ERROR, - FMOD_OPENSTATE_CONNECTING, - FMOD_OPENSTATE_BUFFERING, - FMOD_OPENSTATE_SEEKING, - FMOD_OPENSTATE_PLAYING, - FMOD_OPENSTATE_SETPOSITION, - - FMOD_OPENSTATE_MAX, - FMOD_OPENSTATE_FORCEINT = 65536 -} FMOD_OPENSTATE; - -typedef enum FMOD_SOUNDGROUP_BEHAVIOR -{ - FMOD_SOUNDGROUP_BEHAVIOR_FAIL, - FMOD_SOUNDGROUP_BEHAVIOR_MUTE, - FMOD_SOUNDGROUP_BEHAVIOR_STEALLOWEST, - - FMOD_SOUNDGROUP_BEHAVIOR_MAX, - FMOD_SOUNDGROUP_BEHAVIOR_FORCEINT = 65536 -} FMOD_SOUNDGROUP_BEHAVIOR; - -typedef enum FMOD_CHANNELCONTROL_CALLBACK_TYPE -{ - FMOD_CHANNELCONTROL_CALLBACK_END, - FMOD_CHANNELCONTROL_CALLBACK_VIRTUALVOICE, - FMOD_CHANNELCONTROL_CALLBACK_SYNCPOINT, - FMOD_CHANNELCONTROL_CALLBACK_OCCLUSION, - - FMOD_CHANNELCONTROL_CALLBACK_MAX, - FMOD_CHANNELCONTROL_CALLBACK_FORCEINT = 65536 -} FMOD_CHANNELCONTROL_CALLBACK_TYPE; - -typedef enum FMOD_CHANNELCONTROL_DSP_INDEX -{ - FMOD_CHANNELCONTROL_DSP_HEAD = -1, - FMOD_CHANNELCONTROL_DSP_FADER = -2, - FMOD_CHANNELCONTROL_DSP_TAIL = -3, - - FMOD_CHANNELCONTROL_DSP_FORCEINT = 65536 -} FMOD_CHANNELCONTROL_DSP_INDEX; - -typedef enum FMOD_ERRORCALLBACK_INSTANCETYPE -{ - FMOD_ERRORCALLBACK_INSTANCETYPE_NONE, - FMOD_ERRORCALLBACK_INSTANCETYPE_SYSTEM, - FMOD_ERRORCALLBACK_INSTANCETYPE_CHANNEL, - FMOD_ERRORCALLBACK_INSTANCETYPE_CHANNELGROUP, - FMOD_ERRORCALLBACK_INSTANCETYPE_CHANNELCONTROL, - FMOD_ERRORCALLBACK_INSTANCETYPE_SOUND, - FMOD_ERRORCALLBACK_INSTANCETYPE_SOUNDGROUP, - FMOD_ERRORCALLBACK_INSTANCETYPE_DSP, - FMOD_ERRORCALLBACK_INSTANCETYPE_DSPCONNECTION, - FMOD_ERRORCALLBACK_INSTANCETYPE_GEOMETRY, - FMOD_ERRORCALLBACK_INSTANCETYPE_REVERB3D, - FMOD_ERRORCALLBACK_INSTANCETYPE_STUDIO_SYSTEM, - FMOD_ERRORCALLBACK_INSTANCETYPE_STUDIO_EVENTDESCRIPTION, - FMOD_ERRORCALLBACK_INSTANCETYPE_STUDIO_EVENTINSTANCE, - FMOD_ERRORCALLBACK_INSTANCETYPE_STUDIO_PARAMETERINSTANCE, - FMOD_ERRORCALLBACK_INSTANCETYPE_STUDIO_BUS, - FMOD_ERRORCALLBACK_INSTANCETYPE_STUDIO_VCA, - FMOD_ERRORCALLBACK_INSTANCETYPE_STUDIO_BANK, - FMOD_ERRORCALLBACK_INSTANCETYPE_STUDIO_COMMANDREPLAY, - - FMOD_ERRORCALLBACK_INSTANCETYPE_FORCEINT = 65536 -} FMOD_ERRORCALLBACK_INSTANCETYPE; - -typedef enum FMOD_DSP_RESAMPLER -{ - FMOD_DSP_RESAMPLER_DEFAULT, - FMOD_DSP_RESAMPLER_NOINTERP, - FMOD_DSP_RESAMPLER_LINEAR, - FMOD_DSP_RESAMPLER_CUBIC, - FMOD_DSP_RESAMPLER_SPLINE, - - FMOD_DSP_RESAMPLER_MAX, - FMOD_DSP_RESAMPLER_FORCEINT = 65536 -} FMOD_DSP_RESAMPLER; - -typedef enum FMOD_DSP_CALLBACK_TYPE -{ - FMOD_DSP_CALLBACK_DATAPARAMETERRELEASE, - - FMOD_DSP_CALLBACK_MAX, - FMOD_DSP_CALLBACK_FORCEINT = 65536 -} FMOD_DSP_CALLBACK_TYPE; - -typedef enum FMOD_DSPCONNECTION_TYPE -{ - FMOD_DSPCONNECTION_TYPE_STANDARD, - FMOD_DSPCONNECTION_TYPE_SIDECHAIN, - FMOD_DSPCONNECTION_TYPE_SEND, - FMOD_DSPCONNECTION_TYPE_SEND_SIDECHAIN, - - FMOD_DSPCONNECTION_TYPE_MAX, - FMOD_DSPCONNECTION_TYPE_FORCEINT = 65536 -} FMOD_DSPCONNECTION_TYPE; - -typedef enum FMOD_TAGTYPE -{ - FMOD_TAGTYPE_UNKNOWN, - FMOD_TAGTYPE_ID3V1, - FMOD_TAGTYPE_ID3V2, - FMOD_TAGTYPE_VORBISCOMMENT, - FMOD_TAGTYPE_SHOUTCAST, - FMOD_TAGTYPE_ICECAST, - FMOD_TAGTYPE_ASF, - FMOD_TAGTYPE_MIDI, - FMOD_TAGTYPE_PLAYLIST, - FMOD_TAGTYPE_FMOD, - FMOD_TAGTYPE_USER, - - FMOD_TAGTYPE_MAX, - FMOD_TAGTYPE_FORCEINT = 65536 -} FMOD_TAGTYPE; - -typedef enum FMOD_TAGDATATYPE -{ - FMOD_TAGDATATYPE_BINARY, - FMOD_TAGDATATYPE_INT, - FMOD_TAGDATATYPE_FLOAT, - FMOD_TAGDATATYPE_STRING, - FMOD_TAGDATATYPE_STRING_UTF16, - FMOD_TAGDATATYPE_STRING_UTF16BE, - FMOD_TAGDATATYPE_STRING_UTF8, - - FMOD_TAGDATATYPE_MAX, - FMOD_TAGDATATYPE_FORCEINT = 65536 -} FMOD_TAGDATATYPE; - -typedef enum FMOD_PORT_TYPE -{ - FMOD_PORT_TYPE_MUSIC, - FMOD_PORT_TYPE_COPYRIGHT_MUSIC, - FMOD_PORT_TYPE_VOICE, - FMOD_PORT_TYPE_CONTROLLER, - FMOD_PORT_TYPE_PERSONAL, - FMOD_PORT_TYPE_VIBRATION, - FMOD_PORT_TYPE_AUX, - - FMOD_PORT_TYPE_MAX, - FMOD_PORT_TYPE_FORCEINT = 65536 -} FMOD_PORT_TYPE; - -/* - FMOD callbacks -*/ -typedef FMOD_RESULT (F_CALL *FMOD_DEBUG_CALLBACK) (FMOD_DEBUG_FLAGS flags, const char *file, int line, const char* func, const char* message); -typedef FMOD_RESULT (F_CALL *FMOD_SYSTEM_CALLBACK) (FMOD_SYSTEM *system, FMOD_SYSTEM_CALLBACK_TYPE type, void *commanddata1, void* commanddata2, void *userdata); -typedef FMOD_RESULT (F_CALL *FMOD_CHANNELCONTROL_CALLBACK) (FMOD_CHANNELCONTROL *channelcontrol, FMOD_CHANNELCONTROL_TYPE controltype, FMOD_CHANNELCONTROL_CALLBACK_TYPE callbacktype, void *commanddata1, void *commanddata2); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_CALLBACK) (FMOD_DSP *dsp, FMOD_DSP_CALLBACK_TYPE type, void *data); -typedef FMOD_RESULT (F_CALL *FMOD_SOUND_NONBLOCK_CALLBACK) (FMOD_SOUND *sound, FMOD_RESULT result); -typedef FMOD_RESULT (F_CALL *FMOD_SOUND_PCMREAD_CALLBACK) (FMOD_SOUND *sound, void *data, unsigned int datalen); -typedef FMOD_RESULT (F_CALL *FMOD_SOUND_PCMSETPOS_CALLBACK) (FMOD_SOUND *sound, int subsound, unsigned int position, FMOD_TIMEUNIT postype); -typedef FMOD_RESULT (F_CALL *FMOD_FILE_OPEN_CALLBACK) (const char *name, unsigned int *filesize, void **handle, void *userdata); -typedef FMOD_RESULT (F_CALL *FMOD_FILE_CLOSE_CALLBACK) (void *handle, void *userdata); -typedef FMOD_RESULT (F_CALL *FMOD_FILE_READ_CALLBACK) (void *handle, void *buffer, unsigned int sizebytes, unsigned int *bytesread, void *userdata); -typedef FMOD_RESULT (F_CALL *FMOD_FILE_SEEK_CALLBACK) (void *handle, unsigned int pos, void *userdata); -typedef FMOD_RESULT (F_CALL *FMOD_FILE_ASYNCREAD_CALLBACK) (FMOD_ASYNCREADINFO *info, void *userdata); -typedef FMOD_RESULT (F_CALL *FMOD_FILE_ASYNCCANCEL_CALLBACK)(FMOD_ASYNCREADINFO *info, void *userdata); -typedef void (F_CALL *FMOD_FILE_ASYNCDONE_FUNC) (FMOD_ASYNCREADINFO *info, FMOD_RESULT result); -typedef void* (F_CALL *FMOD_MEMORY_ALLOC_CALLBACK) (unsigned int size, FMOD_MEMORY_TYPE type, const char *sourcestr); -typedef void* (F_CALL *FMOD_MEMORY_REALLOC_CALLBACK) (void *ptr, unsigned int size, FMOD_MEMORY_TYPE type, const char *sourcestr); -typedef void (F_CALL *FMOD_MEMORY_FREE_CALLBACK) (void *ptr, FMOD_MEMORY_TYPE type, const char *sourcestr); -typedef float (F_CALL *FMOD_3D_ROLLOFF_CALLBACK) (FMOD_CHANNELCONTROL *channelcontrol, float distance); - -/* - FMOD structs -*/ -struct FMOD_ASYNCREADINFO -{ - void *handle; - unsigned int offset; - unsigned int sizebytes; - int priority; - void *userdata; - void *buffer; - unsigned int bytesread; - FMOD_FILE_ASYNCDONE_FUNC done; -}; - -typedef struct FMOD_VECTOR -{ - float x; - float y; - float z; -} FMOD_VECTOR; - -typedef struct FMOD_3D_ATTRIBUTES -{ - FMOD_VECTOR position; - FMOD_VECTOR velocity; - FMOD_VECTOR forward; - FMOD_VECTOR up; -} FMOD_3D_ATTRIBUTES; - -typedef struct FMOD_GUID -{ - unsigned int Data1; - unsigned short Data2; - unsigned short Data3; - unsigned char Data4[8]; -} FMOD_GUID; - -typedef struct FMOD_PLUGINLIST -{ - FMOD_PLUGINTYPE type; - void *description; -} FMOD_PLUGINLIST; - -typedef struct FMOD_ADVANCEDSETTINGS -{ - int cbSize; - int maxMPEGCodecs; - int maxADPCMCodecs; - int maxXMACodecs; - int maxVorbisCodecs; - int maxAT9Codecs; - int maxFADPCMCodecs; - int maxPCMCodecs; - int ASIONumChannels; - char **ASIOChannelList; - FMOD_SPEAKER *ASIOSpeakerList; - float vol0virtualvol; - unsigned int defaultDecodeBufferSize; - unsigned short profilePort; - unsigned int geometryMaxFadeTime; - float distanceFilterCenterFreq; - int reverb3Dinstance; - int DSPBufferPoolSize; - FMOD_DSP_RESAMPLER resamplerMethod; - unsigned int randomSeed; - int maxConvolutionThreads; - int maxOpusCodecs; - int maxSpatialObjects; -} FMOD_ADVANCEDSETTINGS; - -typedef struct FMOD_TAG -{ - FMOD_TAGTYPE type; - FMOD_TAGDATATYPE datatype; - char *name; - void *data; - unsigned int datalen; - FMOD_BOOL updated; -} FMOD_TAG; - -typedef struct FMOD_CREATESOUNDEXINFO -{ - int cbsize; - unsigned int length; - unsigned int fileoffset; - int numchannels; - int defaultfrequency; - FMOD_SOUND_FORMAT format; - unsigned int decodebuffersize; - int initialsubsound; - int numsubsounds; - int *inclusionlist; - int inclusionlistnum; - FMOD_SOUND_PCMREAD_CALLBACK pcmreadcallback; - FMOD_SOUND_PCMSETPOS_CALLBACK pcmsetposcallback; - FMOD_SOUND_NONBLOCK_CALLBACK nonblockcallback; - const char *dlsname; - const char *encryptionkey; - int maxpolyphony; - void *userdata; - FMOD_SOUND_TYPE suggestedsoundtype; - FMOD_FILE_OPEN_CALLBACK fileuseropen; - FMOD_FILE_CLOSE_CALLBACK fileuserclose; - FMOD_FILE_READ_CALLBACK fileuserread; - FMOD_FILE_SEEK_CALLBACK fileuserseek; - FMOD_FILE_ASYNCREAD_CALLBACK fileuserasyncread; - FMOD_FILE_ASYNCCANCEL_CALLBACK fileuserasynccancel; - void *fileuserdata; - int filebuffersize; - FMOD_CHANNELORDER channelorder; - FMOD_SOUNDGROUP *initialsoundgroup; - unsigned int initialseekposition; - FMOD_TIMEUNIT initialseekpostype; - int ignoresetfilesystem; - unsigned int audioqueuepolicy; - unsigned int minmidigranularity; - int nonblockthreadid; - FMOD_GUID *fsbguid; -} FMOD_CREATESOUNDEXINFO; - -typedef struct FMOD_REVERB_PROPERTIES -{ - float DecayTime; - float EarlyDelay; - float LateDelay; - float HFReference; - float HFDecayRatio; - float Diffusion; - float Density; - float LowShelfFrequency; - float LowShelfGain; - float HighCut; - float EarlyLateMix; - float WetLevel; -} FMOD_REVERB_PROPERTIES; - -typedef struct FMOD_ERRORCALLBACK_INFO -{ - FMOD_RESULT result; - FMOD_ERRORCALLBACK_INSTANCETYPE instancetype; - void *instance; - const char *functionname; - const char *functionparams; -} FMOD_ERRORCALLBACK_INFO; - -typedef struct FMOD_CPU_USAGE -{ - float dsp; - float stream; - float geometry; - float update; - float convolution1; - float convolution2; -} FMOD_CPU_USAGE; - -typedef struct FMOD_DSP_DATA_PARAMETER_INFO -{ - void *data; - unsigned int length; - int index; -} FMOD_DSP_DATA_PARAMETER_INFO; - -/* - FMOD optional headers for plugin development -*/ -#include "fmod_codec.h" -#include "fmod_dsp.h" -#include "fmod_output.h" - -#endif diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_dsp.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_dsp.h deleted file mode 100644 index 4719699c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_dsp.h +++ /dev/null @@ -1,421 +0,0 @@ -/* ======================================================================================== */ -/* FMOD Core API - DSP header file. */ -/* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2024. */ -/* */ -/* Use this header if you are wanting to develop your own DSP plugin to use with FMODs */ -/* dsp system. With this header you can make your own DSP plugin that FMOD can */ -/* register and use. See the documentation and examples on how to make a working plugin. */ -/* */ -/* For more detail visit: */ -/* https://fmod.com/docs/2.02/api/plugin-api-dsp.html */ -/* =========================================================================================*/ -#ifndef _FMOD_DSP_H -#define _FMOD_DSP_H - -#include "fmod_dsp_effects.h" - -typedef struct FMOD_DSP_STATE FMOD_DSP_STATE; -typedef struct FMOD_DSP_BUFFER_ARRAY FMOD_DSP_BUFFER_ARRAY; -typedef struct FMOD_COMPLEX FMOD_COMPLEX; - -/* - DSP Constants -*/ -#define FMOD_PLUGIN_SDK_VERSION 110 -#define FMOD_DSP_GETPARAM_VALUESTR_LENGTH 32 - -typedef enum -{ - FMOD_DSP_PROCESS_PERFORM, - FMOD_DSP_PROCESS_QUERY -} FMOD_DSP_PROCESS_OPERATION; - -typedef enum FMOD_DSP_PAN_SURROUND_FLAGS -{ - FMOD_DSP_PAN_SURROUND_DEFAULT = 0, - FMOD_DSP_PAN_SURROUND_ROTATION_NOT_BIASED = 1, - - FMOD_DSP_PAN_SURROUND_FLAGS_FORCEINT = 65536 -} FMOD_DSP_PAN_SURROUND_FLAGS; - -typedef enum -{ - FMOD_DSP_PARAMETER_TYPE_FLOAT, - FMOD_DSP_PARAMETER_TYPE_INT, - FMOD_DSP_PARAMETER_TYPE_BOOL, - FMOD_DSP_PARAMETER_TYPE_DATA, - - FMOD_DSP_PARAMETER_TYPE_MAX, - FMOD_DSP_PARAMETER_TYPE_FORCEINT = 65536 -} FMOD_DSP_PARAMETER_TYPE; - -typedef enum -{ - FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE_LINEAR, - FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE_AUTO, - FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE_PIECEWISE_LINEAR, - - FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE_FORCEINT = 65536 -} FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE; - -typedef enum -{ - FMOD_DSP_PARAMETER_DATA_TYPE_USER = 0, - FMOD_DSP_PARAMETER_DATA_TYPE_OVERALLGAIN = -1, - FMOD_DSP_PARAMETER_DATA_TYPE_3DATTRIBUTES = -2, - FMOD_DSP_PARAMETER_DATA_TYPE_SIDECHAIN = -3, - FMOD_DSP_PARAMETER_DATA_TYPE_FFT = -4, - FMOD_DSP_PARAMETER_DATA_TYPE_3DATTRIBUTES_MULTI = -5, - FMOD_DSP_PARAMETER_DATA_TYPE_ATTENUATION_RANGE = -6, -} FMOD_DSP_PARAMETER_DATA_TYPE; - -/* - DSP Callbacks -*/ -typedef FMOD_RESULT (F_CALL *FMOD_DSP_CREATE_CALLBACK) (FMOD_DSP_STATE *dsp_state); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_RELEASE_CALLBACK) (FMOD_DSP_STATE *dsp_state); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_RESET_CALLBACK) (FMOD_DSP_STATE *dsp_state); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_READ_CALLBACK) (FMOD_DSP_STATE *dsp_state, float *inbuffer, float *outbuffer, unsigned int length, int inchannels, int *outchannels); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_PROCESS_CALLBACK) (FMOD_DSP_STATE *dsp_state, unsigned int length, const FMOD_DSP_BUFFER_ARRAY *inbufferarray, FMOD_DSP_BUFFER_ARRAY *outbufferarray, FMOD_BOOL inputsidle, FMOD_DSP_PROCESS_OPERATION op); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_SETPOSITION_CALLBACK) (FMOD_DSP_STATE *dsp_state, unsigned int pos); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_SHOULDIPROCESS_CALLBACK) (FMOD_DSP_STATE *dsp_state, FMOD_BOOL inputsidle, unsigned int length, FMOD_CHANNELMASK inmask, int inchannels, FMOD_SPEAKERMODE speakermode); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_SETPARAM_FLOAT_CALLBACK) (FMOD_DSP_STATE *dsp_state, int index, float value); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_SETPARAM_INT_CALLBACK) (FMOD_DSP_STATE *dsp_state, int index, int value); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_SETPARAM_BOOL_CALLBACK) (FMOD_DSP_STATE *dsp_state, int index, FMOD_BOOL value); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_SETPARAM_DATA_CALLBACK) (FMOD_DSP_STATE *dsp_state, int index, void *data, unsigned int length); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_GETPARAM_FLOAT_CALLBACK) (FMOD_DSP_STATE *dsp_state, int index, float *value, char *valuestr); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_GETPARAM_INT_CALLBACK) (FMOD_DSP_STATE *dsp_state, int index, int *value, char *valuestr); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_GETPARAM_BOOL_CALLBACK) (FMOD_DSP_STATE *dsp_state, int index, FMOD_BOOL *value, char *valuestr); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_GETPARAM_DATA_CALLBACK) (FMOD_DSP_STATE *dsp_state, int index, void **data, unsigned int *length, char *valuestr); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_SYSTEM_REGISTER_CALLBACK) (FMOD_DSP_STATE *dsp_state); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_SYSTEM_DEREGISTER_CALLBACK) (FMOD_DSP_STATE *dsp_state); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_SYSTEM_MIX_CALLBACK) (FMOD_DSP_STATE *dsp_state, int stage); - -/* - DSP Functions -*/ -typedef void * (F_CALL *FMOD_DSP_ALLOC_FUNC) (unsigned int size, FMOD_MEMORY_TYPE type, const char *sourcestr); -typedef void * (F_CALL *FMOD_DSP_REALLOC_FUNC) (void *ptr, unsigned int size, FMOD_MEMORY_TYPE type, const char *sourcestr); -typedef void (F_CALL *FMOD_DSP_FREE_FUNC) (void *ptr, FMOD_MEMORY_TYPE type, const char *sourcestr); -typedef void (F_CALL *FMOD_DSP_LOG_FUNC) (FMOD_DEBUG_FLAGS level, const char *file, int line, const char *function, const char *str, ...); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_GETSAMPLERATE_FUNC) (FMOD_DSP_STATE *dsp_state, int *rate); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_GETBLOCKSIZE_FUNC) (FMOD_DSP_STATE *dsp_state, unsigned int *blocksize); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_GETSPEAKERMODE_FUNC) (FMOD_DSP_STATE *dsp_state, FMOD_SPEAKERMODE *speakermode_mixer, FMOD_SPEAKERMODE *speakermode_output); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_GETCLOCK_FUNC) (FMOD_DSP_STATE *dsp_state, unsigned long long *clock, unsigned int *offset, unsigned int *length); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_GETLISTENERATTRIBUTES_FUNC) (FMOD_DSP_STATE *dsp_state, int *numlisteners, FMOD_3D_ATTRIBUTES *attributes); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_GETUSERDATA_FUNC) (FMOD_DSP_STATE *dsp_state, void **userdata); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_DFT_FFTREAL_FUNC) (FMOD_DSP_STATE *dsp_state, int size, const float *signal, FMOD_COMPLEX* dft, const float *window, int signalhop); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_DFT_IFFTREAL_FUNC) (FMOD_DSP_STATE *dsp_state, int size, const FMOD_COMPLEX *dft, float* signal, const float *window, int signalhop); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_PAN_SUMMONOMATRIX_FUNC) (FMOD_DSP_STATE *dsp_state, FMOD_SPEAKERMODE sourceSpeakerMode, float lowFrequencyGain, float overallGain, float *matrix); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_PAN_SUMSTEREOMATRIX_FUNC) (FMOD_DSP_STATE *dsp_state, FMOD_SPEAKERMODE sourceSpeakerMode, float pan, float lowFrequencyGain, float overallGain, int matrixHop, float *matrix); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_PAN_SUMSURROUNDMATRIX_FUNC) (FMOD_DSP_STATE *dsp_state, FMOD_SPEAKERMODE sourceSpeakerMode, FMOD_SPEAKERMODE targetSpeakerMode, float direction, float extent, float rotation, float lowFrequencyGain, float overallGain, int matrixHop, float *matrix, FMOD_DSP_PAN_SURROUND_FLAGS flags); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC) (FMOD_DSP_STATE *dsp_state, FMOD_SPEAKERMODE targetSpeakerMode, float direction, float extent, float lowFrequencyGain, float overallGain, int matrixHop, float *matrix); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC) (FMOD_DSP_STATE *dsp_state, FMOD_SPEAKERMODE targetSpeakerMode, float direction, float extent, float rotation, float lowFrequencyGain, float overallGain, int matrixHop, float *matrix); -typedef FMOD_RESULT (F_CALL *FMOD_DSP_PAN_GETROLLOFFGAIN_FUNC) (FMOD_DSP_STATE *dsp_state, FMOD_DSP_PAN_3D_ROLLOFF_TYPE rolloff, float distance, float mindistance, float maxdistance, float *gain); - -/* - DSP Structures -*/ -struct FMOD_DSP_BUFFER_ARRAY -{ - int numbuffers; - int *buffernumchannels; - FMOD_CHANNELMASK *bufferchannelmask; - float **buffers; - FMOD_SPEAKERMODE speakermode; -}; - -struct FMOD_COMPLEX -{ - float real; - float imag; -}; - -typedef struct FMOD_DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR -{ - int numpoints; - float *pointparamvalues; - float *pointpositions; -} FMOD_DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR; - -typedef struct FMOD_DSP_PARAMETER_FLOAT_MAPPING -{ - FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE type; - FMOD_DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR piecewiselinearmapping; -} FMOD_DSP_PARAMETER_FLOAT_MAPPING; - -typedef struct FMOD_DSP_PARAMETER_DESC_FLOAT -{ - float min; - float max; - float defaultval; - FMOD_DSP_PARAMETER_FLOAT_MAPPING mapping; -} FMOD_DSP_PARAMETER_DESC_FLOAT; - -typedef struct FMOD_DSP_PARAMETER_DESC_INT -{ - int min; - int max; - int defaultval; - FMOD_BOOL goestoinf; - const char* const* valuenames; -} FMOD_DSP_PARAMETER_DESC_INT; - -typedef struct FMOD_DSP_PARAMETER_DESC_BOOL -{ - FMOD_BOOL defaultval; - const char* const* valuenames; -} FMOD_DSP_PARAMETER_DESC_BOOL; - -typedef struct FMOD_DSP_PARAMETER_DESC_DATA -{ - int datatype; -} FMOD_DSP_PARAMETER_DESC_DATA; - -typedef struct FMOD_DSP_PARAMETER_DESC -{ - FMOD_DSP_PARAMETER_TYPE type; - char name[16]; - char label[16]; - const char *description; - - union - { - FMOD_DSP_PARAMETER_DESC_FLOAT floatdesc; - FMOD_DSP_PARAMETER_DESC_INT intdesc; - FMOD_DSP_PARAMETER_DESC_BOOL booldesc; - FMOD_DSP_PARAMETER_DESC_DATA datadesc; - }; -} FMOD_DSP_PARAMETER_DESC; - -typedef struct FMOD_DSP_PARAMETER_OVERALLGAIN -{ - float linear_gain; - float linear_gain_additive; -} FMOD_DSP_PARAMETER_OVERALLGAIN; - -typedef struct FMOD_DSP_PARAMETER_3DATTRIBUTES -{ - FMOD_3D_ATTRIBUTES relative; - FMOD_3D_ATTRIBUTES absolute; -} FMOD_DSP_PARAMETER_3DATTRIBUTES; - -typedef struct FMOD_DSP_PARAMETER_3DATTRIBUTES_MULTI -{ - int numlisteners; - FMOD_3D_ATTRIBUTES relative[FMOD_MAX_LISTENERS]; - float weight[FMOD_MAX_LISTENERS]; - FMOD_3D_ATTRIBUTES absolute; -} FMOD_DSP_PARAMETER_3DATTRIBUTES_MULTI; - -typedef struct FMOD_DSP_PARAMETER_ATTENUATION_RANGE -{ - float min; - float max; -} FMOD_DSP_PARAMETER_ATTENUATION_RANGE; - -typedef struct FMOD_DSP_PARAMETER_SIDECHAIN -{ - FMOD_BOOL sidechainenable; -} FMOD_DSP_PARAMETER_SIDECHAIN; - -typedef struct FMOD_DSP_PARAMETER_FFT -{ - int length; - int numchannels; - float *spectrum[32]; -} FMOD_DSP_PARAMETER_FFT; - -typedef struct FMOD_DSP_DESCRIPTION -{ - unsigned int pluginsdkversion; - char name[32]; - unsigned int version; - int numinputbuffers; - int numoutputbuffers; - FMOD_DSP_CREATE_CALLBACK create; - FMOD_DSP_RELEASE_CALLBACK release; - FMOD_DSP_RESET_CALLBACK reset; - FMOD_DSP_READ_CALLBACK read; - FMOD_DSP_PROCESS_CALLBACK process; - FMOD_DSP_SETPOSITION_CALLBACK setposition; - - int numparameters; - FMOD_DSP_PARAMETER_DESC **paramdesc; - FMOD_DSP_SETPARAM_FLOAT_CALLBACK setparameterfloat; - FMOD_DSP_SETPARAM_INT_CALLBACK setparameterint; - FMOD_DSP_SETPARAM_BOOL_CALLBACK setparameterbool; - FMOD_DSP_SETPARAM_DATA_CALLBACK setparameterdata; - FMOD_DSP_GETPARAM_FLOAT_CALLBACK getparameterfloat; - FMOD_DSP_GETPARAM_INT_CALLBACK getparameterint; - FMOD_DSP_GETPARAM_BOOL_CALLBACK getparameterbool; - FMOD_DSP_GETPARAM_DATA_CALLBACK getparameterdata; - FMOD_DSP_SHOULDIPROCESS_CALLBACK shouldiprocess; - void *userdata; - - FMOD_DSP_SYSTEM_REGISTER_CALLBACK sys_register; - FMOD_DSP_SYSTEM_DEREGISTER_CALLBACK sys_deregister; - FMOD_DSP_SYSTEM_MIX_CALLBACK sys_mix; - -} FMOD_DSP_DESCRIPTION; - -typedef struct FMOD_DSP_STATE_DFT_FUNCTIONS -{ - FMOD_DSP_DFT_FFTREAL_FUNC fftreal; - FMOD_DSP_DFT_IFFTREAL_FUNC inversefftreal; -} FMOD_DSP_STATE_DFT_FUNCTIONS; - -typedef struct FMOD_DSP_STATE_PAN_FUNCTIONS -{ - FMOD_DSP_PAN_SUMMONOMATRIX_FUNC summonomatrix; - FMOD_DSP_PAN_SUMSTEREOMATRIX_FUNC sumstereomatrix; - FMOD_DSP_PAN_SUMSURROUNDMATRIX_FUNC sumsurroundmatrix; - FMOD_DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC summonotosurroundmatrix; - FMOD_DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC sumstereotosurroundmatrix; - FMOD_DSP_PAN_GETROLLOFFGAIN_FUNC getrolloffgain; -} FMOD_DSP_STATE_PAN_FUNCTIONS; - -typedef struct FMOD_DSP_STATE_FUNCTIONS -{ - FMOD_DSP_ALLOC_FUNC alloc; - FMOD_DSP_REALLOC_FUNC realloc; - FMOD_DSP_FREE_FUNC free; - FMOD_DSP_GETSAMPLERATE_FUNC getsamplerate; - FMOD_DSP_GETBLOCKSIZE_FUNC getblocksize; - FMOD_DSP_STATE_DFT_FUNCTIONS *dft; - FMOD_DSP_STATE_PAN_FUNCTIONS *pan; - FMOD_DSP_GETSPEAKERMODE_FUNC getspeakermode; - FMOD_DSP_GETCLOCK_FUNC getclock; - FMOD_DSP_GETLISTENERATTRIBUTES_FUNC getlistenerattributes; - FMOD_DSP_LOG_FUNC log; - FMOD_DSP_GETUSERDATA_FUNC getuserdata; -} FMOD_DSP_STATE_FUNCTIONS; - -struct FMOD_DSP_STATE -{ - void *instance; - void *plugindata; - FMOD_CHANNELMASK channelmask; - FMOD_SPEAKERMODE source_speakermode; - float *sidechaindata; - int sidechainchannels; - FMOD_DSP_STATE_FUNCTIONS *functions; - int systemobject; -}; - -typedef struct FMOD_DSP_METERING_INFO -{ - int numsamples; - float peaklevel[32]; - float rmslevel[32]; - short numchannels; -} FMOD_DSP_METERING_INFO; - -/* - DSP Macros -*/ -#define FMOD_DSP_INIT_PARAMDESC_FLOAT(_paramstruct, _name, _label, _description, _min, _max, _defaultval) \ - memset(&(_paramstruct), 0, sizeof(_paramstruct)); \ - (_paramstruct).type = FMOD_DSP_PARAMETER_TYPE_FLOAT; \ - strncpy((_paramstruct).name, _name, 15); \ - strncpy((_paramstruct).label, _label, 15); \ - (_paramstruct).description = _description; \ - (_paramstruct).floatdesc.min = _min; \ - (_paramstruct).floatdesc.max = _max; \ - (_paramstruct).floatdesc.defaultval = _defaultval; \ - (_paramstruct).floatdesc.mapping.type = FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE_AUTO; - -#define FMOD_DSP_INIT_PARAMDESC_FLOAT_WITH_MAPPING(_paramstruct, _name, _label, _description, _defaultval, _values, _positions); \ - memset(&(_paramstruct), 0, sizeof(_paramstruct)); \ - (_paramstruct).type = FMOD_DSP_PARAMETER_TYPE_FLOAT; \ - strncpy((_paramstruct).name, _name , 15); \ - strncpy((_paramstruct).label, _label, 15); \ - (_paramstruct).description = _description; \ - (_paramstruct).floatdesc.min = _values[0]; \ - (_paramstruct).floatdesc.max = _values[sizeof(_values) / sizeof(float) - 1]; \ - (_paramstruct).floatdesc.defaultval = _defaultval; \ - (_paramstruct).floatdesc.mapping.type = FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE_PIECEWISE_LINEAR; \ - (_paramstruct).floatdesc.mapping.piecewiselinearmapping.numpoints = sizeof(_values) / sizeof(float); \ - (_paramstruct).floatdesc.mapping.piecewiselinearmapping.pointparamvalues = _values; \ - (_paramstruct).floatdesc.mapping.piecewiselinearmapping.pointpositions = _positions; - -#define FMOD_DSP_INIT_PARAMDESC_INT(_paramstruct, _name, _label, _description, _min, _max, _defaultval, _goestoinf, _valuenames) \ - memset(&(_paramstruct), 0, sizeof(_paramstruct)); \ - (_paramstruct).type = FMOD_DSP_PARAMETER_TYPE_INT; \ - strncpy((_paramstruct).name, _name , 15); \ - strncpy((_paramstruct).label, _label, 15); \ - (_paramstruct).description = _description; \ - (_paramstruct).intdesc.min = _min; \ - (_paramstruct).intdesc.max = _max; \ - (_paramstruct).intdesc.defaultval = _defaultval; \ - (_paramstruct).intdesc.goestoinf = _goestoinf; \ - (_paramstruct).intdesc.valuenames = _valuenames; - -#define FMOD_DSP_INIT_PARAMDESC_INT_ENUMERATED(_paramstruct, _name, _label, _description, _defaultval, _valuenames) \ - memset(&(_paramstruct), 0, sizeof(_paramstruct)); \ - (_paramstruct).type = FMOD_DSP_PARAMETER_TYPE_INT; \ - strncpy((_paramstruct).name, _name , 15); \ - strncpy((_paramstruct).label, _label, 15); \ - (_paramstruct).description = _description; \ - (_paramstruct).intdesc.min = 0; \ - (_paramstruct).intdesc.max = sizeof(_valuenames) / sizeof(char*) - 1; \ - (_paramstruct).intdesc.defaultval = _defaultval; \ - (_paramstruct).intdesc.goestoinf = false; \ - (_paramstruct).intdesc.valuenames = _valuenames; - -#define FMOD_DSP_INIT_PARAMDESC_BOOL(_paramstruct, _name, _label, _description, _defaultval, _valuenames) \ - memset(&(_paramstruct), 0, sizeof(_paramstruct)); \ - (_paramstruct).type = FMOD_DSP_PARAMETER_TYPE_BOOL; \ - strncpy((_paramstruct).name, _name , 15); \ - strncpy((_paramstruct).label, _label, 15); \ - (_paramstruct).description = _description; \ - (_paramstruct).booldesc.defaultval = _defaultval; \ - (_paramstruct).booldesc.valuenames = _valuenames; - -#define FMOD_DSP_INIT_PARAMDESC_DATA(_paramstruct, _name, _label, _description, _datatype) \ - memset(&(_paramstruct), 0, sizeof(_paramstruct)); \ - (_paramstruct).type = FMOD_DSP_PARAMETER_TYPE_DATA; \ - strncpy((_paramstruct).name, _name , 15); \ - strncpy((_paramstruct).label, _label, 15); \ - (_paramstruct).description = _description; \ - (_paramstruct).datadesc.datatype = _datatype; - -#define FMOD_DSP_ALLOC(_state, _size) \ - (_state)->functions->alloc(_size, FMOD_MEMORY_NORMAL, __FILE__) -#define FMOD_DSP_REALLOC(_state, _ptr, _size) \ - (_state)->functions->realloc(_ptr, _size, FMOD_MEMORY_NORMAL, __FILE__) -#define FMOD_DSP_FREE(_state, _ptr) \ - (_state)->functions->free(_ptr, FMOD_MEMORY_NORMAL, __FILE__) -#define FMOD_DSP_LOG(_state, _level, _location, _format, ...) \ - (_state)->functions->log(_level, __FILE__, __LINE__, _location, _format, __VA_ARGS__) -#define FMOD_DSP_GETSAMPLERATE(_state, _rate) \ - (_state)->functions->getsamplerate(_state, _rate) -#define FMOD_DSP_GETBLOCKSIZE(_state, _blocksize) \ - (_state)->functions->getblocksize(_state, _blocksize) -#define FMOD_DSP_GETSPEAKERMODE(_state, _speakermodemix, _speakermodeout) \ - (_state)->functions->getspeakermode(_state, _speakermodemix, _speakermodeout) -#define FMOD_DSP_GETCLOCK(_state, _clock, _offset, _length) \ - (_state)->functions->getclock(_state, _clock, _offset, _length) -#define FMOD_DSP_GETLISTENERATTRIBUTES(_state, _numlisteners, _attributes) \ - (_state)->functions->getlistenerattributes(_state, _numlisteners, _attributes) -#define FMOD_DSP_GETUSERDATA(_state, _userdata) \ - (_state)->functions->getuserdata(_state, _userdata) -#define FMOD_DSP_DFT_FFTREAL(_state, _size, _signal, _dft, _window, _signalhop) \ - (_state)->functions->dft->fftreal(_state, _size, _signal, _dft, _window, _signalhop) -#define FMOD_DSP_DFT_IFFTREAL(_state, _size, _dft, _signal, _window, _signalhop) \ - (_state)->functions->dft->inversefftreal(_state, _size, _dft, _signal, _window, _signalhop) -#define FMOD_DSP_PAN_SUMMONOMATRIX(_state, _sourcespeakermode, _lowfrequencygain, _overallgain, _matrix) \ - (_state)->functions->pan->summonomatrix(_state, _sourcespeakermode, _lowfrequencygain, _overallgain, _matrix) -#define FMOD_DSP_PAN_SUMSTEREOMATRIX(_state, _sourcespeakermode, _pan, _lowfrequencygain, _overallgain, _matrixhop, _matrix) \ - (_state)->functions->pan->sumstereomatrix(_state, _sourcespeakermode, _pan, _lowfrequencygain, _overallgain, _matrixhop, _matrix) -#define FMOD_DSP_PAN_SUMSURROUNDMATRIX(_state, _sourcespeakermode, _targetspeakermode, _direction, _extent, _rotation, _lowfrequencygain, _overallgain, _matrixhop, _matrix, _flags) \ - (_state)->functions->pan->sumsurroundmatrix(_state, _sourcespeakermode, _targetspeakermode, _direction, _extent, _rotation, _lowfrequencygain, _overallgain, _matrixhop, _matrix, _flags) -#define FMOD_DSP_PAN_SUMMONOTOSURROUNDMATRIX(_state, _targetspeakermode, _direction, _extent, _lowfrequencygain, _overallgain, _matrixhop, _matrix) \ - (_state)->functions->pan->summonotosurroundmatrix(_state, _targetspeakermode, _direction, _extent, _lowfrequencygain, _overallgain, _matrixhop, _matrix) -#define FMOD_DSP_PAN_SUMSTEREOTOSURROUNDMATRIX(_state, _targetspeakermode, _direction, _extent, _rotation, _lowfrequencygain, _overallgain, matrixhop, _matrix) \ - (_state)->functions->pan->sumstereotosurroundmatrix(_state, _targetspeakermode, _direction, _extent, _rotation, _lowfrequencygain, _overallgain, matrixhop, _matrix) -#define FMOD_DSP_PAN_GETROLLOFFGAIN(_state, _rolloff, _distance, _mindistance, _maxdistance, _gain) \ - (_state)->functions->pan->getrolloffgain(_state, _rolloff, _distance, _mindistance, _maxdistance, _gain) - -#endif - diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_dsp_effects.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_dsp_effects.h deleted file mode 100644 index 2374a1aa..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_dsp_effects.h +++ /dev/null @@ -1,577 +0,0 @@ -/* ============================================================================================================= */ -/* FMOD Core API - Built-in effects header file. */ -/* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2024. */ -/* */ -/* In this header you can find parameter structures for FMOD system registered DSP effects */ -/* and generators. */ -/* */ -/* For more detail visit: */ -/* https://fmod.com/docs/2.02/api/core-api-common-dsp-effects.html#fmod_dsp_type */ -/* ============================================================================================================= */ - -#ifndef _FMOD_DSP_EFFECTS_H -#define _FMOD_DSP_EFFECTS_H - -typedef enum -{ - FMOD_DSP_TYPE_UNKNOWN, - FMOD_DSP_TYPE_MIXER, - FMOD_DSP_TYPE_OSCILLATOR, - FMOD_DSP_TYPE_LOWPASS, - FMOD_DSP_TYPE_ITLOWPASS, - FMOD_DSP_TYPE_HIGHPASS, - FMOD_DSP_TYPE_ECHO, - FMOD_DSP_TYPE_FADER, - FMOD_DSP_TYPE_FLANGE, - FMOD_DSP_TYPE_DISTORTION, - FMOD_DSP_TYPE_NORMALIZE, - FMOD_DSP_TYPE_LIMITER, - FMOD_DSP_TYPE_PARAMEQ, - FMOD_DSP_TYPE_PITCHSHIFT, - FMOD_DSP_TYPE_CHORUS, - FMOD_DSP_TYPE_VSTPLUGIN, - FMOD_DSP_TYPE_WINAMPPLUGIN, - FMOD_DSP_TYPE_ITECHO, - FMOD_DSP_TYPE_COMPRESSOR, - FMOD_DSP_TYPE_SFXREVERB, - FMOD_DSP_TYPE_LOWPASS_SIMPLE, - FMOD_DSP_TYPE_DELAY, - FMOD_DSP_TYPE_TREMOLO, - FMOD_DSP_TYPE_LADSPAPLUGIN, - FMOD_DSP_TYPE_SEND, - FMOD_DSP_TYPE_RETURN, - FMOD_DSP_TYPE_HIGHPASS_SIMPLE, - FMOD_DSP_TYPE_PAN, - FMOD_DSP_TYPE_THREE_EQ, - FMOD_DSP_TYPE_FFT, - FMOD_DSP_TYPE_LOUDNESS_METER, - FMOD_DSP_TYPE_ENVELOPEFOLLOWER, - FMOD_DSP_TYPE_CONVOLUTIONREVERB, - FMOD_DSP_TYPE_CHANNELMIX, - FMOD_DSP_TYPE_TRANSCEIVER, - FMOD_DSP_TYPE_OBJECTPAN, - FMOD_DSP_TYPE_MULTIBAND_EQ, - - FMOD_DSP_TYPE_MAX, - FMOD_DSP_TYPE_FORCEINT = 65536 /* Makes sure this enum is signed 32bit. */ -} FMOD_DSP_TYPE; - -/* - =================================================================================================== - - FMOD built in effect parameters. - Use DSP::setParameter with these enums for the 'index' parameter. - - =================================================================================================== -*/ - -typedef enum -{ - FMOD_DSP_OSCILLATOR_TYPE, - FMOD_DSP_OSCILLATOR_RATE -} FMOD_DSP_OSCILLATOR; - - -typedef enum -{ - FMOD_DSP_LOWPASS_CUTOFF, - FMOD_DSP_LOWPASS_RESONANCE -} FMOD_DSP_LOWPASS; - - -typedef enum -{ - FMOD_DSP_ITLOWPASS_CUTOFF, - FMOD_DSP_ITLOWPASS_RESONANCE -} FMOD_DSP_ITLOWPASS; - - -typedef enum -{ - FMOD_DSP_HIGHPASS_CUTOFF, - FMOD_DSP_HIGHPASS_RESONANCE -} FMOD_DSP_HIGHPASS; - - -typedef enum -{ - FMOD_DSP_ECHO_DELAY, - FMOD_DSP_ECHO_FEEDBACK, - FMOD_DSP_ECHO_DRYLEVEL, - FMOD_DSP_ECHO_WETLEVEL -} FMOD_DSP_ECHO; - - -typedef enum FMOD_DSP_FADER -{ - FMOD_DSP_FADER_GAIN, - FMOD_DSP_FADER_OVERALL_GAIN, -} FMOD_DSP_FADER; - - -typedef enum -{ - FMOD_DSP_FLANGE_MIX, - FMOD_DSP_FLANGE_DEPTH, - FMOD_DSP_FLANGE_RATE -} FMOD_DSP_FLANGE; - - -typedef enum -{ - FMOD_DSP_DISTORTION_LEVEL -} FMOD_DSP_DISTORTION; - - -typedef enum -{ - FMOD_DSP_NORMALIZE_FADETIME, - FMOD_DSP_NORMALIZE_THRESHOLD, - FMOD_DSP_NORMALIZE_MAXAMP -} FMOD_DSP_NORMALIZE; - - -typedef enum -{ - FMOD_DSP_LIMITER_RELEASETIME, - FMOD_DSP_LIMITER_CEILING, - FMOD_DSP_LIMITER_MAXIMIZERGAIN, - FMOD_DSP_LIMITER_MODE, -} FMOD_DSP_LIMITER; - - -typedef enum -{ - FMOD_DSP_PARAMEQ_CENTER, - FMOD_DSP_PARAMEQ_BANDWIDTH, - FMOD_DSP_PARAMEQ_GAIN -} FMOD_DSP_PARAMEQ; - - -typedef enum FMOD_DSP_MULTIBAND_EQ -{ - FMOD_DSP_MULTIBAND_EQ_A_FILTER, - FMOD_DSP_MULTIBAND_EQ_A_FREQUENCY, - FMOD_DSP_MULTIBAND_EQ_A_Q, - FMOD_DSP_MULTIBAND_EQ_A_GAIN, - FMOD_DSP_MULTIBAND_EQ_B_FILTER, - FMOD_DSP_MULTIBAND_EQ_B_FREQUENCY, - FMOD_DSP_MULTIBAND_EQ_B_Q, - FMOD_DSP_MULTIBAND_EQ_B_GAIN, - FMOD_DSP_MULTIBAND_EQ_C_FILTER, - FMOD_DSP_MULTIBAND_EQ_C_FREQUENCY, - FMOD_DSP_MULTIBAND_EQ_C_Q, - FMOD_DSP_MULTIBAND_EQ_C_GAIN, - FMOD_DSP_MULTIBAND_EQ_D_FILTER, - FMOD_DSP_MULTIBAND_EQ_D_FREQUENCY, - FMOD_DSP_MULTIBAND_EQ_D_Q, - FMOD_DSP_MULTIBAND_EQ_D_GAIN, - FMOD_DSP_MULTIBAND_EQ_E_FILTER, - FMOD_DSP_MULTIBAND_EQ_E_FREQUENCY, - FMOD_DSP_MULTIBAND_EQ_E_Q, - FMOD_DSP_MULTIBAND_EQ_E_GAIN, -} FMOD_DSP_MULTIBAND_EQ; - - -typedef enum FMOD_DSP_MULTIBAND_EQ_FILTER_TYPE -{ - FMOD_DSP_MULTIBAND_EQ_FILTER_DISABLED, - FMOD_DSP_MULTIBAND_EQ_FILTER_LOWPASS_12DB, - FMOD_DSP_MULTIBAND_EQ_FILTER_LOWPASS_24DB, - FMOD_DSP_MULTIBAND_EQ_FILTER_LOWPASS_48DB, - FMOD_DSP_MULTIBAND_EQ_FILTER_HIGHPASS_12DB, - FMOD_DSP_MULTIBAND_EQ_FILTER_HIGHPASS_24DB, - FMOD_DSP_MULTIBAND_EQ_FILTER_HIGHPASS_48DB, - FMOD_DSP_MULTIBAND_EQ_FILTER_LOWSHELF, - FMOD_DSP_MULTIBAND_EQ_FILTER_HIGHSHELF, - FMOD_DSP_MULTIBAND_EQ_FILTER_PEAKING, - FMOD_DSP_MULTIBAND_EQ_FILTER_BANDPASS, - FMOD_DSP_MULTIBAND_EQ_FILTER_NOTCH, - FMOD_DSP_MULTIBAND_EQ_FILTER_ALLPASS, -} FMOD_DSP_MULTIBAND_EQ_FILTER_TYPE; - - -typedef enum -{ - FMOD_DSP_PITCHSHIFT_PITCH, - FMOD_DSP_PITCHSHIFT_FFTSIZE, - FMOD_DSP_PITCHSHIFT_OVERLAP, - FMOD_DSP_PITCHSHIFT_MAXCHANNELS -} FMOD_DSP_PITCHSHIFT; - - -typedef enum -{ - FMOD_DSP_CHORUS_MIX, - FMOD_DSP_CHORUS_RATE, - FMOD_DSP_CHORUS_DEPTH, -} FMOD_DSP_CHORUS; - - -typedef enum -{ - FMOD_DSP_ITECHO_WETDRYMIX, - FMOD_DSP_ITECHO_FEEDBACK, - FMOD_DSP_ITECHO_LEFTDELAY, - FMOD_DSP_ITECHO_RIGHTDELAY, - FMOD_DSP_ITECHO_PANDELAY -} FMOD_DSP_ITECHO; - -typedef enum -{ - FMOD_DSP_COMPRESSOR_THRESHOLD, - FMOD_DSP_COMPRESSOR_RATIO, - FMOD_DSP_COMPRESSOR_ATTACK, - FMOD_DSP_COMPRESSOR_RELEASE, - FMOD_DSP_COMPRESSOR_GAINMAKEUP, - FMOD_DSP_COMPRESSOR_USESIDECHAIN, - FMOD_DSP_COMPRESSOR_LINKED -} FMOD_DSP_COMPRESSOR; - -typedef enum -{ - FMOD_DSP_SFXREVERB_DECAYTIME, - FMOD_DSP_SFXREVERB_EARLYDELAY, - FMOD_DSP_SFXREVERB_LATEDELAY, - FMOD_DSP_SFXREVERB_HFREFERENCE, - FMOD_DSP_SFXREVERB_HFDECAYRATIO, - FMOD_DSP_SFXREVERB_DIFFUSION, - FMOD_DSP_SFXREVERB_DENSITY, - FMOD_DSP_SFXREVERB_LOWSHELFFREQUENCY, - FMOD_DSP_SFXREVERB_LOWSHELFGAIN, - FMOD_DSP_SFXREVERB_HIGHCUT, - FMOD_DSP_SFXREVERB_EARLYLATEMIX, - FMOD_DSP_SFXREVERB_WETLEVEL, - FMOD_DSP_SFXREVERB_DRYLEVEL -} FMOD_DSP_SFXREVERB; - -typedef enum -{ - FMOD_DSP_LOWPASS_SIMPLE_CUTOFF -} FMOD_DSP_LOWPASS_SIMPLE; - - -typedef enum -{ - FMOD_DSP_DELAY_CH0, - FMOD_DSP_DELAY_CH1, - FMOD_DSP_DELAY_CH2, - FMOD_DSP_DELAY_CH3, - FMOD_DSP_DELAY_CH4, - FMOD_DSP_DELAY_CH5, - FMOD_DSP_DELAY_CH6, - FMOD_DSP_DELAY_CH7, - FMOD_DSP_DELAY_CH8, - FMOD_DSP_DELAY_CH9, - FMOD_DSP_DELAY_CH10, - FMOD_DSP_DELAY_CH11, - FMOD_DSP_DELAY_CH12, - FMOD_DSP_DELAY_CH13, - FMOD_DSP_DELAY_CH14, - FMOD_DSP_DELAY_CH15, - FMOD_DSP_DELAY_MAXDELAY -} FMOD_DSP_DELAY; - - -typedef enum -{ - FMOD_DSP_TREMOLO_FREQUENCY, - FMOD_DSP_TREMOLO_DEPTH, - FMOD_DSP_TREMOLO_SHAPE, - FMOD_DSP_TREMOLO_SKEW, - FMOD_DSP_TREMOLO_DUTY, - FMOD_DSP_TREMOLO_SQUARE, - FMOD_DSP_TREMOLO_PHASE, - FMOD_DSP_TREMOLO_SPREAD -} FMOD_DSP_TREMOLO; - - -typedef enum -{ - FMOD_DSP_SEND_RETURNID, - FMOD_DSP_SEND_LEVEL, -} FMOD_DSP_SEND; - - -typedef enum -{ - FMOD_DSP_RETURN_ID, - FMOD_DSP_RETURN_INPUT_SPEAKER_MODE -} FMOD_DSP_RETURN; - - -typedef enum -{ - FMOD_DSP_HIGHPASS_SIMPLE_CUTOFF -} FMOD_DSP_HIGHPASS_SIMPLE; - - -typedef enum -{ - FMOD_DSP_PAN_2D_STEREO_MODE_DISTRIBUTED, - FMOD_DSP_PAN_2D_STEREO_MODE_DISCRETE -} FMOD_DSP_PAN_2D_STEREO_MODE_TYPE; - - -typedef enum -{ - FMOD_DSP_PAN_MODE_MONO, - FMOD_DSP_PAN_MODE_STEREO, - FMOD_DSP_PAN_MODE_SURROUND -} FMOD_DSP_PAN_MODE_TYPE; - - -typedef enum -{ - FMOD_DSP_PAN_3D_ROLLOFF_LINEARSQUARED, - FMOD_DSP_PAN_3D_ROLLOFF_LINEAR, - FMOD_DSP_PAN_3D_ROLLOFF_INVERSE, - FMOD_DSP_PAN_3D_ROLLOFF_INVERSETAPERED, - FMOD_DSP_PAN_3D_ROLLOFF_CUSTOM -} FMOD_DSP_PAN_3D_ROLLOFF_TYPE; - - -typedef enum -{ - FMOD_DSP_PAN_3D_EXTENT_MODE_AUTO, - FMOD_DSP_PAN_3D_EXTENT_MODE_USER, - FMOD_DSP_PAN_3D_EXTENT_MODE_OFF -} FMOD_DSP_PAN_3D_EXTENT_MODE_TYPE; - - -typedef enum -{ - FMOD_DSP_PAN_MODE, - FMOD_DSP_PAN_2D_STEREO_POSITION, - FMOD_DSP_PAN_2D_DIRECTION, - FMOD_DSP_PAN_2D_EXTENT, - FMOD_DSP_PAN_2D_ROTATION, - FMOD_DSP_PAN_2D_LFE_LEVEL, - FMOD_DSP_PAN_2D_STEREO_MODE, - FMOD_DSP_PAN_2D_STEREO_SEPARATION, - FMOD_DSP_PAN_2D_STEREO_AXIS, - FMOD_DSP_PAN_ENABLED_SPEAKERS, - FMOD_DSP_PAN_3D_POSITION, - FMOD_DSP_PAN_3D_ROLLOFF, - FMOD_DSP_PAN_3D_MIN_DISTANCE, - FMOD_DSP_PAN_3D_MAX_DISTANCE, - FMOD_DSP_PAN_3D_EXTENT_MODE, - FMOD_DSP_PAN_3D_SOUND_SIZE, - FMOD_DSP_PAN_3D_MIN_EXTENT, - FMOD_DSP_PAN_3D_PAN_BLEND, - FMOD_DSP_PAN_LFE_UPMIX_ENABLED, - FMOD_DSP_PAN_OVERALL_GAIN, - FMOD_DSP_PAN_SURROUND_SPEAKER_MODE, - FMOD_DSP_PAN_2D_HEIGHT_BLEND, - FMOD_DSP_PAN_ATTENUATION_RANGE, - FMOD_DSP_PAN_OVERRIDE_RANGE -} FMOD_DSP_PAN; - - -typedef enum -{ - FMOD_DSP_THREE_EQ_CROSSOVERSLOPE_12DB, - FMOD_DSP_THREE_EQ_CROSSOVERSLOPE_24DB, - FMOD_DSP_THREE_EQ_CROSSOVERSLOPE_48DB -} FMOD_DSP_THREE_EQ_CROSSOVERSLOPE_TYPE; - - -typedef enum -{ - FMOD_DSP_THREE_EQ_LOWGAIN, - FMOD_DSP_THREE_EQ_MIDGAIN, - FMOD_DSP_THREE_EQ_HIGHGAIN, - FMOD_DSP_THREE_EQ_LOWCROSSOVER, - FMOD_DSP_THREE_EQ_HIGHCROSSOVER, - FMOD_DSP_THREE_EQ_CROSSOVERSLOPE -} FMOD_DSP_THREE_EQ; - - -typedef enum -{ - FMOD_DSP_FFT_WINDOW_RECT, - FMOD_DSP_FFT_WINDOW_TRIANGLE, - FMOD_DSP_FFT_WINDOW_HAMMING, - FMOD_DSP_FFT_WINDOW_HANNING, - FMOD_DSP_FFT_WINDOW_BLACKMAN, - FMOD_DSP_FFT_WINDOW_BLACKMANHARRIS -} FMOD_DSP_FFT_WINDOW; - - -typedef enum -{ - FMOD_DSP_FFT_WINDOWSIZE, - FMOD_DSP_FFT_WINDOWTYPE, - FMOD_DSP_FFT_SPECTRUMDATA, - FMOD_DSP_FFT_DOMINANT_FREQ -} FMOD_DSP_FFT; - -#define FMOD_DSP_LOUDNESS_METER_HISTOGRAM_SAMPLES 66 - -typedef enum -{ - FMOD_DSP_LOUDNESS_METER_STATE, - FMOD_DSP_LOUDNESS_METER_WEIGHTING, - FMOD_DSP_LOUDNESS_METER_INFO -} FMOD_DSP_LOUDNESS_METER; - - -typedef enum -{ - FMOD_DSP_LOUDNESS_METER_STATE_RESET_INTEGRATED = -3, - FMOD_DSP_LOUDNESS_METER_STATE_RESET_MAXPEAK = -2, - FMOD_DSP_LOUDNESS_METER_STATE_RESET_ALL = -1, - FMOD_DSP_LOUDNESS_METER_STATE_PAUSED = 0, - FMOD_DSP_LOUDNESS_METER_STATE_ANALYZING = 1 -} FMOD_DSP_LOUDNESS_METER_STATE_TYPE; - -typedef struct FMOD_DSP_LOUDNESS_METER_INFO_TYPE -{ - float momentaryloudness; - float shorttermloudness; - float integratedloudness; - float loudness10thpercentile; - float loudness95thpercentile; - float loudnesshistogram[FMOD_DSP_LOUDNESS_METER_HISTOGRAM_SAMPLES]; - float maxtruepeak; - float maxmomentaryloudness; -} FMOD_DSP_LOUDNESS_METER_INFO_TYPE; - -typedef struct FMOD_DSP_LOUDNESS_METER_WEIGHTING_TYPE -{ - float channelweight[32]; -} FMOD_DSP_LOUDNESS_METER_WEIGHTING_TYPE; - - -typedef enum -{ - FMOD_DSP_ENVELOPEFOLLOWER_ATTACK, - FMOD_DSP_ENVELOPEFOLLOWER_RELEASE, - FMOD_DSP_ENVELOPEFOLLOWER_ENVELOPE, - FMOD_DSP_ENVELOPEFOLLOWER_USESIDECHAIN -} FMOD_DSP_ENVELOPEFOLLOWER; - -typedef enum -{ - FMOD_DSP_CONVOLUTION_REVERB_PARAM_IR, - FMOD_DSP_CONVOLUTION_REVERB_PARAM_WET, - FMOD_DSP_CONVOLUTION_REVERB_PARAM_DRY, - FMOD_DSP_CONVOLUTION_REVERB_PARAM_LINKED -} FMOD_DSP_CONVOLUTION_REVERB; - -typedef enum -{ - FMOD_DSP_CHANNELMIX_OUTPUT_DEFAULT, - FMOD_DSP_CHANNELMIX_OUTPUT_ALLMONO, - FMOD_DSP_CHANNELMIX_OUTPUT_ALLSTEREO, - FMOD_DSP_CHANNELMIX_OUTPUT_ALLQUAD, - FMOD_DSP_CHANNELMIX_OUTPUT_ALL5POINT1, - FMOD_DSP_CHANNELMIX_OUTPUT_ALL7POINT1, - FMOD_DSP_CHANNELMIX_OUTPUT_ALLLFE, - FMOD_DSP_CHANNELMIX_OUTPUT_ALL7POINT1POINT4 -} FMOD_DSP_CHANNELMIX_OUTPUT; - -typedef enum -{ - FMOD_DSP_CHANNELMIX_OUTPUTGROUPING, - FMOD_DSP_CHANNELMIX_GAIN_CH0, - FMOD_DSP_CHANNELMIX_GAIN_CH1, - FMOD_DSP_CHANNELMIX_GAIN_CH2, - FMOD_DSP_CHANNELMIX_GAIN_CH3, - FMOD_DSP_CHANNELMIX_GAIN_CH4, - FMOD_DSP_CHANNELMIX_GAIN_CH5, - FMOD_DSP_CHANNELMIX_GAIN_CH6, - FMOD_DSP_CHANNELMIX_GAIN_CH7, - FMOD_DSP_CHANNELMIX_GAIN_CH8, - FMOD_DSP_CHANNELMIX_GAIN_CH9, - FMOD_DSP_CHANNELMIX_GAIN_CH10, - FMOD_DSP_CHANNELMIX_GAIN_CH11, - FMOD_DSP_CHANNELMIX_GAIN_CH12, - FMOD_DSP_CHANNELMIX_GAIN_CH13, - FMOD_DSP_CHANNELMIX_GAIN_CH14, - FMOD_DSP_CHANNELMIX_GAIN_CH15, - FMOD_DSP_CHANNELMIX_GAIN_CH16, - FMOD_DSP_CHANNELMIX_GAIN_CH17, - FMOD_DSP_CHANNELMIX_GAIN_CH18, - FMOD_DSP_CHANNELMIX_GAIN_CH19, - FMOD_DSP_CHANNELMIX_GAIN_CH20, - FMOD_DSP_CHANNELMIX_GAIN_CH21, - FMOD_DSP_CHANNELMIX_GAIN_CH22, - FMOD_DSP_CHANNELMIX_GAIN_CH23, - FMOD_DSP_CHANNELMIX_GAIN_CH24, - FMOD_DSP_CHANNELMIX_GAIN_CH25, - FMOD_DSP_CHANNELMIX_GAIN_CH26, - FMOD_DSP_CHANNELMIX_GAIN_CH27, - FMOD_DSP_CHANNELMIX_GAIN_CH28, - FMOD_DSP_CHANNELMIX_GAIN_CH29, - FMOD_DSP_CHANNELMIX_GAIN_CH30, - FMOD_DSP_CHANNELMIX_GAIN_CH31, - FMOD_DSP_CHANNELMIX_OUTPUT_CH0, - FMOD_DSP_CHANNELMIX_OUTPUT_CH1, - FMOD_DSP_CHANNELMIX_OUTPUT_CH2, - FMOD_DSP_CHANNELMIX_OUTPUT_CH3, - FMOD_DSP_CHANNELMIX_OUTPUT_CH4, - FMOD_DSP_CHANNELMIX_OUTPUT_CH5, - FMOD_DSP_CHANNELMIX_OUTPUT_CH6, - FMOD_DSP_CHANNELMIX_OUTPUT_CH7, - FMOD_DSP_CHANNELMIX_OUTPUT_CH8, - FMOD_DSP_CHANNELMIX_OUTPUT_CH9, - FMOD_DSP_CHANNELMIX_OUTPUT_CH10, - FMOD_DSP_CHANNELMIX_OUTPUT_CH11, - FMOD_DSP_CHANNELMIX_OUTPUT_CH12, - FMOD_DSP_CHANNELMIX_OUTPUT_CH13, - FMOD_DSP_CHANNELMIX_OUTPUT_CH14, - FMOD_DSP_CHANNELMIX_OUTPUT_CH15, - FMOD_DSP_CHANNELMIX_OUTPUT_CH16, - FMOD_DSP_CHANNELMIX_OUTPUT_CH17, - FMOD_DSP_CHANNELMIX_OUTPUT_CH18, - FMOD_DSP_CHANNELMIX_OUTPUT_CH19, - FMOD_DSP_CHANNELMIX_OUTPUT_CH20, - FMOD_DSP_CHANNELMIX_OUTPUT_CH21, - FMOD_DSP_CHANNELMIX_OUTPUT_CH22, - FMOD_DSP_CHANNELMIX_OUTPUT_CH23, - FMOD_DSP_CHANNELMIX_OUTPUT_CH24, - FMOD_DSP_CHANNELMIX_OUTPUT_CH25, - FMOD_DSP_CHANNELMIX_OUTPUT_CH26, - FMOD_DSP_CHANNELMIX_OUTPUT_CH27, - FMOD_DSP_CHANNELMIX_OUTPUT_CH28, - FMOD_DSP_CHANNELMIX_OUTPUT_CH29, - FMOD_DSP_CHANNELMIX_OUTPUT_CH30, - FMOD_DSP_CHANNELMIX_OUTPUT_CH31 -} FMOD_DSP_CHANNELMIX; - -typedef enum -{ - FMOD_DSP_TRANSCEIVER_SPEAKERMODE_AUTO = -1, - FMOD_DSP_TRANSCEIVER_SPEAKERMODE_MONO = 0, - FMOD_DSP_TRANSCEIVER_SPEAKERMODE_STEREO, - FMOD_DSP_TRANSCEIVER_SPEAKERMODE_SURROUND, -} FMOD_DSP_TRANSCEIVER_SPEAKERMODE; - - -typedef enum -{ - FMOD_DSP_TRANSCEIVER_TRANSMIT, - FMOD_DSP_TRANSCEIVER_GAIN, - FMOD_DSP_TRANSCEIVER_CHANNEL, - FMOD_DSP_TRANSCEIVER_TRANSMITSPEAKERMODE -} FMOD_DSP_TRANSCEIVER; - - -typedef enum -{ - FMOD_DSP_OBJECTPAN_3D_POSITION, - FMOD_DSP_OBJECTPAN_3D_ROLLOFF, - FMOD_DSP_OBJECTPAN_3D_MIN_DISTANCE, - FMOD_DSP_OBJECTPAN_3D_MAX_DISTANCE, - FMOD_DSP_OBJECTPAN_3D_EXTENT_MODE, - FMOD_DSP_OBJECTPAN_3D_SOUND_SIZE, - FMOD_DSP_OBJECTPAN_3D_MIN_EXTENT, - FMOD_DSP_OBJECTPAN_OVERALL_GAIN, - FMOD_DSP_OBJECTPAN_OUTPUTGAIN, - FMOD_DSP_OBJECTPAN_ATTENUATION_RANGE, - FMOD_DSP_OBJECTPAN_OVERRIDE_RANGE -} FMOD_DSP_OBJECTPAN; - -#endif - diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_errors.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_errors.h deleted file mode 100644 index 2c158bfc..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_errors.h +++ /dev/null @@ -1,110 +0,0 @@ -/* ============================================================================================== */ -/* FMOD Core / Studio API - Error string header file. */ -/* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2024. */ -/* */ -/* Use this header if you want to store or display a string version / english explanation */ -/* of the FMOD error codes. */ -/* */ -/* For more detail visit: */ -/* https://fmod.com/docs/2.02/api/core-api-common.html#fmod_result */ -/* =============================================================================================== */ -#ifndef _FMOD_ERRORS_H -#define _FMOD_ERRORS_H - -#include "fmod.h" - -#ifdef __GNUC__ -static const char *FMOD_ErrorString(FMOD_RESULT errcode) __attribute__((unused)); -#endif - -static const char *FMOD_ErrorString(FMOD_RESULT errcode) -{ - switch (errcode) - { - case FMOD_OK: return "No errors."; - case FMOD_ERR_BADCOMMAND: return "Tried to call a function on a data type that does not allow this type of functionality (ie calling Sound::lock on a streaming sound)."; - case FMOD_ERR_CHANNEL_ALLOC: return "Error trying to allocate a channel."; - case FMOD_ERR_CHANNEL_STOLEN: return "The specified channel has been reused to play another sound."; - case FMOD_ERR_DMA: return "DMA Failure. See debug output for more information."; - case FMOD_ERR_DSP_CONNECTION: return "DSP connection error. Connection possibly caused a cyclic dependency or connected dsps with incompatible buffer counts."; - case FMOD_ERR_DSP_DONTPROCESS: return "DSP return code from a DSP process query callback. Tells mixer not to call the process callback and therefore not consume CPU. Use this to optimize the DSP graph."; - case FMOD_ERR_DSP_FORMAT: return "DSP Format error. A DSP unit may have attempted to connect to this network with the wrong format, or a matrix may have been set with the wrong size if the target unit has a specified channel map."; - case FMOD_ERR_DSP_INUSE: return "DSP is already in the mixer's DSP network. It must be removed before being reinserted or released."; - case FMOD_ERR_DSP_NOTFOUND: return "DSP connection error. Couldn't find the DSP unit specified."; - case FMOD_ERR_DSP_RESERVED: return "DSP operation error. Cannot perform operation on this DSP as it is reserved by the system."; - case FMOD_ERR_DSP_SILENCE: return "DSP return code from a DSP process query callback. Tells mixer silence would be produced from read, so go idle and not consume CPU. Use this to optimize the DSP graph."; - case FMOD_ERR_DSP_TYPE: return "DSP operation cannot be performed on a DSP of this type."; - case FMOD_ERR_FILE_BAD: return "Error loading file."; - case FMOD_ERR_FILE_COULDNOTSEEK: return "Couldn't perform seek operation. This is a limitation of the medium (ie netstreams) or the file format."; - case FMOD_ERR_FILE_DISKEJECTED: return "Media was ejected while reading."; - case FMOD_ERR_FILE_EOF: return "End of file unexpectedly reached while trying to read essential data (truncated?)."; - case FMOD_ERR_FILE_ENDOFDATA: return "End of current chunk reached while trying to read data."; - case FMOD_ERR_FILE_NOTFOUND: return "File not found."; - case FMOD_ERR_FORMAT: return "Unsupported file or audio format."; - case FMOD_ERR_HEADER_MISMATCH: return "There is a version mismatch between the FMOD header and either the FMOD Studio library or the FMOD Low Level library."; - case FMOD_ERR_HTTP: return "A HTTP error occurred. This is a catch-all for HTTP errors not listed elsewhere."; - case FMOD_ERR_HTTP_ACCESS: return "The specified resource requires authentication or is forbidden."; - case FMOD_ERR_HTTP_PROXY_AUTH: return "Proxy authentication is required to access the specified resource."; - case FMOD_ERR_HTTP_SERVER_ERROR: return "A HTTP server error occurred."; - case FMOD_ERR_HTTP_TIMEOUT: return "The HTTP request timed out."; - case FMOD_ERR_INITIALIZATION: return "FMOD was not initialized correctly to support this function."; - case FMOD_ERR_INITIALIZED: return "Cannot call this command after System::init."; - case FMOD_ERR_INTERNAL: return "An error occured in the FMOD system. Use the logging version of FMOD for more information."; - case FMOD_ERR_INVALID_FLOAT: return "Value passed in was a NaN, Inf or denormalized float."; - case FMOD_ERR_INVALID_HANDLE: return "An invalid object handle was used."; - case FMOD_ERR_INVALID_PARAM: return "An invalid parameter was passed to this function."; - case FMOD_ERR_INVALID_POSITION: return "An invalid seek position was passed to this function."; - case FMOD_ERR_INVALID_SPEAKER: return "An invalid speaker was passed to this function based on the current speaker mode."; - case FMOD_ERR_INVALID_SYNCPOINT: return "The syncpoint did not come from this sound handle."; - case FMOD_ERR_INVALID_THREAD: return "Tried to call a function on a thread that is not supported."; - case FMOD_ERR_INVALID_VECTOR: return "The vectors passed in are not unit length, or perpendicular."; - case FMOD_ERR_MAXAUDIBLE: return "Reached maximum audible playback count for this sound's soundgroup."; - case FMOD_ERR_MEMORY: return "Not enough memory or resources."; - case FMOD_ERR_MEMORY_CANTPOINT: return "Can't use FMOD_OPENMEMORY_POINT on non PCM source data, or non mp3/xma/adpcm data if FMOD_CREATECOMPRESSEDSAMPLE was used."; - case FMOD_ERR_NEEDS3D: return "Tried to call a command on a 2d sound when the command was meant for 3d sound."; - case FMOD_ERR_NEEDSHARDWARE: return "Tried to use a feature that requires hardware support."; - case FMOD_ERR_NET_CONNECT: return "Couldn't connect to the specified host."; - case FMOD_ERR_NET_SOCKET_ERROR: return "A socket error occurred. This is a catch-all for socket-related errors not listed elsewhere."; - case FMOD_ERR_NET_URL: return "The specified URL couldn't be resolved."; - case FMOD_ERR_NET_WOULD_BLOCK: return "Operation on a non-blocking socket could not complete immediately."; - case FMOD_ERR_NOTREADY: return "Operation could not be performed because specified sound/DSP connection is not ready."; - case FMOD_ERR_OUTPUT_ALLOCATED: return "Error initializing output device, but more specifically, the output device is already in use and cannot be reused."; - case FMOD_ERR_OUTPUT_CREATEBUFFER: return "Error creating hardware sound buffer."; - case FMOD_ERR_OUTPUT_DRIVERCALL: return "A call to a standard soundcard driver failed, which could possibly mean a bug in the driver or resources were missing or exhausted."; - case FMOD_ERR_OUTPUT_FORMAT: return "Soundcard does not support the specified format."; - case FMOD_ERR_OUTPUT_INIT: return "Error initializing output device."; - case FMOD_ERR_OUTPUT_NODRIVERS: return "The output device has no drivers installed. If pre-init, FMOD_OUTPUT_NOSOUND is selected as the output mode. If post-init, the function just fails."; - case FMOD_ERR_PLUGIN: return "An unspecified error has been returned from a plugin."; - case FMOD_ERR_PLUGIN_MISSING: return "A requested output, dsp unit type or codec was not available."; - case FMOD_ERR_PLUGIN_RESOURCE: return "A resource that the plugin requires cannot be allocated or found. (ie the DLS file for MIDI playback)"; - case FMOD_ERR_PLUGIN_VERSION: return "A plugin was built with an unsupported SDK version."; - case FMOD_ERR_RECORD: return "An error occurred trying to initialize the recording device."; - case FMOD_ERR_REVERB_CHANNELGROUP: return "Reverb properties cannot be set on this channel because a parent channelgroup owns the reverb connection."; - case FMOD_ERR_REVERB_INSTANCE: return "Specified instance in FMOD_REVERB_PROPERTIES couldn't be set. Most likely because it is an invalid instance number or the reverb doesn't exist."; - case FMOD_ERR_SUBSOUNDS: return "The error occurred because the sound referenced contains subsounds when it shouldn't have, or it doesn't contain subsounds when it should have. The operation may also not be able to be performed on a parent sound."; - case FMOD_ERR_SUBSOUND_ALLOCATED: return "This subsound is already being used by another sound, you cannot have more than one parent to a sound. Null out the other parent's entry first."; - case FMOD_ERR_SUBSOUND_CANTMOVE: return "Shared subsounds cannot be replaced or moved from their parent stream, such as when the parent stream is an FSB file."; - case FMOD_ERR_TAGNOTFOUND: return "The specified tag could not be found or there are no tags."; - case FMOD_ERR_TOOMANYCHANNELS: return "The sound created exceeds the allowable input channel count. This can be increased using the 'maxinputchannels' parameter in System::setSoftwareFormat."; - case FMOD_ERR_TRUNCATED: return "The retrieved string is too long to fit in the supplied buffer and has been truncated."; - case FMOD_ERR_UNIMPLEMENTED: return "Something in FMOD hasn't been implemented when it should be. Contact support."; - case FMOD_ERR_UNINITIALIZED: return "This command failed because System::init or System::setDriver was not called."; - case FMOD_ERR_UNSUPPORTED: return "A command issued was not supported by this object. Possibly a plugin without certain callbacks specified."; - case FMOD_ERR_VERSION: return "The version number of this file format is not supported."; - case FMOD_ERR_EVENT_ALREADY_LOADED: return "The specified bank has already been loaded."; - case FMOD_ERR_EVENT_LIVEUPDATE_BUSY: return "The live update connection failed due to the game already being connected."; - case FMOD_ERR_EVENT_LIVEUPDATE_MISMATCH: return "The live update connection failed due to the game data being out of sync with the tool."; - case FMOD_ERR_EVENT_LIVEUPDATE_TIMEOUT: return "The live update connection timed out."; - case FMOD_ERR_EVENT_NOTFOUND: return "The requested event, parameter, bus or vca could not be found."; - case FMOD_ERR_STUDIO_UNINITIALIZED: return "The Studio::System object is not yet initialized."; - case FMOD_ERR_STUDIO_NOT_LOADED: return "The specified resource is not loaded, so it can't be unloaded."; - case FMOD_ERR_INVALID_STRING: return "An invalid string was passed to this function."; - case FMOD_ERR_ALREADY_LOCKED: return "The specified resource is already locked."; - case FMOD_ERR_NOT_LOCKED: return "The specified resource is not locked, so it can't be unlocked."; - case FMOD_ERR_RECORD_DISCONNECTED: return "The specified recording driver has been disconnected."; - case FMOD_ERR_TOOMANYSAMPLES: return "The length provided exceeds the allowable limit."; - default : return "Unknown error."; - }; -} - -#endif diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_output.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_output.h deleted file mode 100644 index 61e1d8e6..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_output.h +++ /dev/null @@ -1,122 +0,0 @@ -/* ======================================================================================== */ -/* FMOD Core API - output development header file. */ -/* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2024. */ -/* */ -/* Use this header if you are wanting to develop your own output plugin to use with */ -/* FMOD's output system. With this header you can make your own output plugin that FMOD */ -/* can register and use. See the documentation and examples on how to make a working */ -/* plugin. */ -/* */ -/* For more detail visit: */ -/* https://fmod.com/docs/2.02/api/plugin-api-output.html */ -/* ======================================================================================== */ -#ifndef _FMOD_OUTPUT_H -#define _FMOD_OUTPUT_H - -typedef struct FMOD_OUTPUT_STATE FMOD_OUTPUT_STATE; -typedef struct FMOD_OUTPUT_OBJECT3DINFO FMOD_OUTPUT_OBJECT3DINFO; - -/* - Output constants -*/ -#define FMOD_OUTPUT_PLUGIN_VERSION 5 - -typedef unsigned int FMOD_OUTPUT_METHOD; -#define FMOD_OUTPUT_METHOD_MIX_DIRECT 0 -#define FMOD_OUTPUT_METHOD_MIX_BUFFERED 1 - -/* - Output callbacks -*/ -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_GETNUMDRIVERS_CALLBACK) (FMOD_OUTPUT_STATE *output_state, int *numdrivers); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_GETDRIVERINFO_CALLBACK) (FMOD_OUTPUT_STATE *output_state, int id, char *name, int namelen, FMOD_GUID *guid, int *systemrate, FMOD_SPEAKERMODE *speakermode, int *speakermodechannels); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_INIT_CALLBACK) (FMOD_OUTPUT_STATE *output_state, int selecteddriver, FMOD_INITFLAGS flags, int *outputrate, FMOD_SPEAKERMODE *speakermode, int *speakermodechannels, FMOD_SOUND_FORMAT *outputformat, int dspbufferlength, int *dspnumbuffers, int *dspnumadditionalbuffers, void *extradriverdata); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_START_CALLBACK) (FMOD_OUTPUT_STATE *output_state); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_STOP_CALLBACK) (FMOD_OUTPUT_STATE *output_state); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_CLOSE_CALLBACK) (FMOD_OUTPUT_STATE *output_state); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_UPDATE_CALLBACK) (FMOD_OUTPUT_STATE *output_state); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_GETHANDLE_CALLBACK) (FMOD_OUTPUT_STATE *output_state, void **handle); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_MIXER_CALLBACK) (FMOD_OUTPUT_STATE *output_state); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_OBJECT3DGETINFO_CALLBACK) (FMOD_OUTPUT_STATE *output_state, int *maxhardwareobjects); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_OBJECT3DALLOC_CALLBACK) (FMOD_OUTPUT_STATE *output_state, void **object3d); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_OBJECT3DFREE_CALLBACK) (FMOD_OUTPUT_STATE *output_state, void *object3d); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_OBJECT3DUPDATE_CALLBACK) (FMOD_OUTPUT_STATE *output_state, void *object3d, const FMOD_OUTPUT_OBJECT3DINFO *info); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_OPENPORT_CALLBACK) (FMOD_OUTPUT_STATE *output_state, FMOD_PORT_TYPE portType, FMOD_PORT_INDEX portIndex, int *portId, int *portRate, int *portChannels, FMOD_SOUND_FORMAT *portFormat); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_CLOSEPORT_CALLBACK) (FMOD_OUTPUT_STATE *output_state, int portId); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_DEVICELISTCHANGED_CALLBACK)(FMOD_OUTPUT_STATE *output_state); - -/* - Output functions -*/ -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_READFROMMIXER_FUNC) (FMOD_OUTPUT_STATE *output_state, void *buffer, unsigned int length); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_COPYPORT_FUNC) (FMOD_OUTPUT_STATE *output_state, int portId, void *buffer, unsigned int length); -typedef FMOD_RESULT (F_CALL *FMOD_OUTPUT_REQUESTRESET_FUNC) (FMOD_OUTPUT_STATE *output_state); -typedef void * (F_CALL *FMOD_OUTPUT_ALLOC_FUNC) (unsigned int size, unsigned int align, const char *file, int line); -typedef void (F_CALL *FMOD_OUTPUT_FREE_FUNC) (void *ptr, const char *file, int line); -typedef void (F_CALL *FMOD_OUTPUT_LOG_FUNC) (FMOD_DEBUG_FLAGS level, const char *file, int line, const char *function, const char *string, ...); - -/* - Output structures -*/ -typedef struct FMOD_OUTPUT_DESCRIPTION -{ - unsigned int apiversion; - const char *name; - unsigned int version; - FMOD_OUTPUT_METHOD method; - FMOD_OUTPUT_GETNUMDRIVERS_CALLBACK getnumdrivers; - FMOD_OUTPUT_GETDRIVERINFO_CALLBACK getdriverinfo; - FMOD_OUTPUT_INIT_CALLBACK init; - FMOD_OUTPUT_START_CALLBACK start; - FMOD_OUTPUT_STOP_CALLBACK stop; - FMOD_OUTPUT_CLOSE_CALLBACK close; - FMOD_OUTPUT_UPDATE_CALLBACK update; - FMOD_OUTPUT_GETHANDLE_CALLBACK gethandle; - FMOD_OUTPUT_MIXER_CALLBACK mixer; - FMOD_OUTPUT_OBJECT3DGETINFO_CALLBACK object3dgetinfo; - FMOD_OUTPUT_OBJECT3DALLOC_CALLBACK object3dalloc; - FMOD_OUTPUT_OBJECT3DFREE_CALLBACK object3dfree; - FMOD_OUTPUT_OBJECT3DUPDATE_CALLBACK object3dupdate; - FMOD_OUTPUT_OPENPORT_CALLBACK openport; - FMOD_OUTPUT_CLOSEPORT_CALLBACK closeport; - FMOD_OUTPUT_DEVICELISTCHANGED_CALLBACK devicelistchanged; -} FMOD_OUTPUT_DESCRIPTION; - -struct FMOD_OUTPUT_STATE -{ - void *plugindata; - FMOD_OUTPUT_READFROMMIXER_FUNC readfrommixer; - FMOD_OUTPUT_ALLOC_FUNC alloc; - FMOD_OUTPUT_FREE_FUNC free; - FMOD_OUTPUT_LOG_FUNC log; - FMOD_OUTPUT_COPYPORT_FUNC copyport; - FMOD_OUTPUT_REQUESTRESET_FUNC requestreset; -}; - -struct FMOD_OUTPUT_OBJECT3DINFO -{ - float *buffer; - unsigned int bufferlength; - FMOD_VECTOR position; - float gain; - float spread; - float priority; -}; - -/* - Output macros -*/ -#define FMOD_OUTPUT_READFROMMIXER(_state, _buffer, _length) \ - (_state)->readfrommixer(_state, _buffer, _length) -#define FMOD_OUTPUT_ALLOC(_state, _size, _align) \ - (_state)->alloc(_size, _align, __FILE__, __LINE__) -#define FMOD_OUTPUT_FREE(_state, _ptr) \ - (_state)->free(_ptr, __FILE__, __LINE__) -#define FMOD_OUTPUT_LOG(_state, _level, _location, _format, ...) \ - (_state)->log(_level, __FILE__, __LINE__, _location, _format, ##__VA_ARGS__) -#define FMOD_OUTPUT_COPYPORT(_state, _id, _buffer, _length) \ - (_state)->copyport(_state, _id, _buffer, _length) -#define FMOD_OUTPUT_REQUESTRESET(_state) \ - (_state)->requestreset(_state) - -#endif /* _FMOD_OUTPUT_H */ diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_studio.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_studio.h deleted file mode 100644 index 54c58d12..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_studio.h +++ /dev/null @@ -1,248 +0,0 @@ -/* ======================================================================================== */ -/* FMOD Studio API - C header file. */ -/* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2024. */ -/* */ -/* Use this header in conjunction with fmod_studio_common.h (which contains all the */ -/* constants / callbacks) to develop using the C language. */ -/* */ -/* For more detail visit: */ -/* https://fmod.com/docs/2.02/api/studio-api.html */ -/* ======================================================================================== */ -#ifndef FMOD_STUDIO_H -#define FMOD_STUDIO_H - -#include "fmod_studio_common.h" - -#ifdef __cplusplus -extern "C" -{ -#endif - -/* - Global -*/ -FMOD_RESULT F_API FMOD_Studio_ParseID(const char *idstring, FMOD_GUID *id); -FMOD_RESULT F_API FMOD_Studio_System_Create(FMOD_STUDIO_SYSTEM **system, unsigned int headerversion); - -/* - System -*/ -FMOD_BOOL F_API FMOD_Studio_System_IsValid(FMOD_STUDIO_SYSTEM *system); -FMOD_RESULT F_API FMOD_Studio_System_SetAdvancedSettings(FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_ADVANCEDSETTINGS *settings); -FMOD_RESULT F_API FMOD_Studio_System_GetAdvancedSettings(FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_ADVANCEDSETTINGS *settings); -FMOD_RESULT F_API FMOD_Studio_System_Initialize(FMOD_STUDIO_SYSTEM *system, int maxchannels, FMOD_STUDIO_INITFLAGS studioflags, FMOD_INITFLAGS flags, void *extradriverdata); -FMOD_RESULT F_API FMOD_Studio_System_Release(FMOD_STUDIO_SYSTEM *system); -FMOD_RESULT F_API FMOD_Studio_System_Update(FMOD_STUDIO_SYSTEM *system); -FMOD_RESULT F_API FMOD_Studio_System_GetCoreSystem(FMOD_STUDIO_SYSTEM *system, FMOD_SYSTEM **coresystem); -FMOD_RESULT F_API FMOD_Studio_System_GetEvent(FMOD_STUDIO_SYSTEM *system, const char *pathOrID, FMOD_STUDIO_EVENTDESCRIPTION **event); -FMOD_RESULT F_API FMOD_Studio_System_GetBus(FMOD_STUDIO_SYSTEM *system, const char *pathOrID, FMOD_STUDIO_BUS **bus); -FMOD_RESULT F_API FMOD_Studio_System_GetVCA(FMOD_STUDIO_SYSTEM *system, const char *pathOrID, FMOD_STUDIO_VCA **vca); -FMOD_RESULT F_API FMOD_Studio_System_GetBank(FMOD_STUDIO_SYSTEM *system, const char *pathOrID, FMOD_STUDIO_BANK **bank); -FMOD_RESULT F_API FMOD_Studio_System_GetEventByID(FMOD_STUDIO_SYSTEM *system, const FMOD_GUID *id, FMOD_STUDIO_EVENTDESCRIPTION **event); -FMOD_RESULT F_API FMOD_Studio_System_GetBusByID(FMOD_STUDIO_SYSTEM *system, const FMOD_GUID *id, FMOD_STUDIO_BUS **bus); -FMOD_RESULT F_API FMOD_Studio_System_GetVCAByID(FMOD_STUDIO_SYSTEM *system, const FMOD_GUID *id, FMOD_STUDIO_VCA **vca); -FMOD_RESULT F_API FMOD_Studio_System_GetBankByID(FMOD_STUDIO_SYSTEM *system, const FMOD_GUID *id, FMOD_STUDIO_BANK **bank); -FMOD_RESULT F_API FMOD_Studio_System_GetSoundInfo(FMOD_STUDIO_SYSTEM *system, const char *key, FMOD_STUDIO_SOUND_INFO *info); -FMOD_RESULT F_API FMOD_Studio_System_GetParameterDescriptionByName(FMOD_STUDIO_SYSTEM *system, const char *name, FMOD_STUDIO_PARAMETER_DESCRIPTION *parameter); -FMOD_RESULT F_API FMOD_Studio_System_GetParameterDescriptionByID(FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_PARAMETER_ID id, FMOD_STUDIO_PARAMETER_DESCRIPTION *parameter); -FMOD_RESULT F_API FMOD_Studio_System_GetParameterLabelByName(FMOD_STUDIO_SYSTEM *system, const char *name, int labelindex, char *label, int size, int *retrieved); -FMOD_RESULT F_API FMOD_Studio_System_GetParameterLabelByID(FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_PARAMETER_ID id, int labelindex, char *label, int size, int *retrieved); -FMOD_RESULT F_API FMOD_Studio_System_GetParameterByID(FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_PARAMETER_ID id, float *value, float *finalvalue); -FMOD_RESULT F_API FMOD_Studio_System_SetParameterByID(FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_PARAMETER_ID id, float value, FMOD_BOOL ignoreseekspeed); -FMOD_RESULT F_API FMOD_Studio_System_SetParameterByIDWithLabel(FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_PARAMETER_ID id, const char *label, FMOD_BOOL ignoreseekspeed); -FMOD_RESULT F_API FMOD_Studio_System_SetParametersByIDs(FMOD_STUDIO_SYSTEM *system, const FMOD_STUDIO_PARAMETER_ID *ids, float *values, int count, FMOD_BOOL ignoreseekspeed); -FMOD_RESULT F_API FMOD_Studio_System_GetParameterByName(FMOD_STUDIO_SYSTEM *system, const char *name, float *value, float *finalvalue); -FMOD_RESULT F_API FMOD_Studio_System_SetParameterByName(FMOD_STUDIO_SYSTEM *system, const char *name, float value, FMOD_BOOL ignoreseekspeed); -FMOD_RESULT F_API FMOD_Studio_System_SetParameterByNameWithLabel(FMOD_STUDIO_SYSTEM *system, const char *name, const char *label, FMOD_BOOL ignoreseekspeed); -FMOD_RESULT F_API FMOD_Studio_System_LookupID(FMOD_STUDIO_SYSTEM *system, const char *path, FMOD_GUID *id); -FMOD_RESULT F_API FMOD_Studio_System_LookupPath(FMOD_STUDIO_SYSTEM *system, const FMOD_GUID *id, char *path, int size, int *retrieved); -FMOD_RESULT F_API FMOD_Studio_System_GetNumListeners(FMOD_STUDIO_SYSTEM *system, int *numlisteners); -FMOD_RESULT F_API FMOD_Studio_System_SetNumListeners(FMOD_STUDIO_SYSTEM *system, int numlisteners); -FMOD_RESULT F_API FMOD_Studio_System_GetListenerAttributes(FMOD_STUDIO_SYSTEM *system, int index, FMOD_3D_ATTRIBUTES *attributes, FMOD_VECTOR *attenuationposition); -FMOD_RESULT F_API FMOD_Studio_System_SetListenerAttributes(FMOD_STUDIO_SYSTEM *system, int index, const FMOD_3D_ATTRIBUTES *attributes, const FMOD_VECTOR *attenuationposition); -FMOD_RESULT F_API FMOD_Studio_System_GetListenerWeight(FMOD_STUDIO_SYSTEM *system, int index, float *weight); -FMOD_RESULT F_API FMOD_Studio_System_SetListenerWeight(FMOD_STUDIO_SYSTEM *system, int index, float weight); -FMOD_RESULT F_API FMOD_Studio_System_LoadBankFile(FMOD_STUDIO_SYSTEM *system, const char *filename, FMOD_STUDIO_LOAD_BANK_FLAGS flags, FMOD_STUDIO_BANK **bank); -FMOD_RESULT F_API FMOD_Studio_System_LoadBankMemory(FMOD_STUDIO_SYSTEM *system, const char *buffer, int length, FMOD_STUDIO_LOAD_MEMORY_MODE mode, FMOD_STUDIO_LOAD_BANK_FLAGS flags, FMOD_STUDIO_BANK **bank); -FMOD_RESULT F_API FMOD_Studio_System_LoadBankCustom(FMOD_STUDIO_SYSTEM *system, const FMOD_STUDIO_BANK_INFO *info, FMOD_STUDIO_LOAD_BANK_FLAGS flags, FMOD_STUDIO_BANK **bank); -FMOD_RESULT F_API FMOD_Studio_System_RegisterPlugin(FMOD_STUDIO_SYSTEM *system, const FMOD_DSP_DESCRIPTION *description); -FMOD_RESULT F_API FMOD_Studio_System_UnregisterPlugin(FMOD_STUDIO_SYSTEM *system, const char *name); -FMOD_RESULT F_API FMOD_Studio_System_UnloadAll(FMOD_STUDIO_SYSTEM *system); -FMOD_RESULT F_API FMOD_Studio_System_FlushCommands(FMOD_STUDIO_SYSTEM *system); -FMOD_RESULT F_API FMOD_Studio_System_FlushSampleLoading(FMOD_STUDIO_SYSTEM *system); -FMOD_RESULT F_API FMOD_Studio_System_StartCommandCapture(FMOD_STUDIO_SYSTEM *system, const char *filename, FMOD_STUDIO_COMMANDCAPTURE_FLAGS flags); -FMOD_RESULT F_API FMOD_Studio_System_StopCommandCapture(FMOD_STUDIO_SYSTEM *system); -FMOD_RESULT F_API FMOD_Studio_System_LoadCommandReplay(FMOD_STUDIO_SYSTEM *system, const char *filename, FMOD_STUDIO_COMMANDREPLAY_FLAGS flags, FMOD_STUDIO_COMMANDREPLAY **replay); -FMOD_RESULT F_API FMOD_Studio_System_GetBankCount(FMOD_STUDIO_SYSTEM *system, int *count); -FMOD_RESULT F_API FMOD_Studio_System_GetBankList(FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_BANK **array, int capacity, int *count); -FMOD_RESULT F_API FMOD_Studio_System_GetParameterDescriptionCount(FMOD_STUDIO_SYSTEM *system, int *count); -FMOD_RESULT F_API FMOD_Studio_System_GetParameterDescriptionList(FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_PARAMETER_DESCRIPTION *array, int capacity, int *count); -FMOD_RESULT F_API FMOD_Studio_System_GetCPUUsage(FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_CPU_USAGE *usage, FMOD_CPU_USAGE *usage_core); -FMOD_RESULT F_API FMOD_Studio_System_GetBufferUsage(FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_BUFFER_USAGE *usage); -FMOD_RESULT F_API FMOD_Studio_System_ResetBufferUsage(FMOD_STUDIO_SYSTEM *system); -FMOD_RESULT F_API FMOD_Studio_System_SetCallback(FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_SYSTEM_CALLBACK callback, FMOD_STUDIO_SYSTEM_CALLBACK_TYPE callbackmask); -FMOD_RESULT F_API FMOD_Studio_System_SetUserData(FMOD_STUDIO_SYSTEM *system, void *userdata); -FMOD_RESULT F_API FMOD_Studio_System_GetUserData(FMOD_STUDIO_SYSTEM *system, void **userdata); -FMOD_RESULT F_API FMOD_Studio_System_GetMemoryUsage(FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_MEMORY_USAGE *memoryusage); - -/* - EventDescription -*/ -FMOD_BOOL F_API FMOD_Studio_EventDescription_IsValid(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetID(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_GUID *id); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetPath(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, char *path, int size, int *retrieved); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetParameterDescriptionCount(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, int *count); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetParameterDescriptionByIndex(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, int index, FMOD_STUDIO_PARAMETER_DESCRIPTION *parameter); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetParameterDescriptionByName(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, const char *name, FMOD_STUDIO_PARAMETER_DESCRIPTION *parameter); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetParameterDescriptionByID(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_STUDIO_PARAMETER_ID id, FMOD_STUDIO_PARAMETER_DESCRIPTION *parameter); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetParameterLabelByIndex(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, int index, int labelindex, char *label, int size, int *retrieved); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetParameterLabelByName(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, const char *name, int labelindex, char *label, int size, int *retrieved); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetParameterLabelByID(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_STUDIO_PARAMETER_ID id, int labelindex, char *label, int size, int *retrieved); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetUserPropertyCount(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, int *count); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetUserPropertyByIndex(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, int index, FMOD_STUDIO_USER_PROPERTY *property); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetUserProperty(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, const char *name, FMOD_STUDIO_USER_PROPERTY *property); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetLength(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, int *length); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetMinMaxDistance(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, float *min, float *max); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetSoundSize(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, float *size); -FMOD_RESULT F_API FMOD_Studio_EventDescription_IsSnapshot(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_BOOL *snapshot); -FMOD_RESULT F_API FMOD_Studio_EventDescription_IsOneshot(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_BOOL *oneshot); -FMOD_RESULT F_API FMOD_Studio_EventDescription_IsStream(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_BOOL *isStream); -FMOD_RESULT F_API FMOD_Studio_EventDescription_Is3D(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_BOOL *is3D); -FMOD_RESULT F_API FMOD_Studio_EventDescription_IsDopplerEnabled(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_BOOL *doppler); -FMOD_RESULT F_API FMOD_Studio_EventDescription_HasSustainPoint(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_BOOL *sustainPoint); -FMOD_RESULT F_API FMOD_Studio_EventDescription_CreateInstance(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_STUDIO_EVENTINSTANCE **instance); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetInstanceCount(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, int *count); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetInstanceList(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_STUDIO_EVENTINSTANCE **array, int capacity, int *count); -FMOD_RESULT F_API FMOD_Studio_EventDescription_LoadSampleData(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription); -FMOD_RESULT F_API FMOD_Studio_EventDescription_UnloadSampleData(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetSampleLoadingState(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_STUDIO_LOADING_STATE *state); -FMOD_RESULT F_API FMOD_Studio_EventDescription_ReleaseAllInstances(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription); -FMOD_RESULT F_API FMOD_Studio_EventDescription_SetCallback(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_STUDIO_EVENT_CALLBACK callback, FMOD_STUDIO_EVENT_CALLBACK_TYPE callbackmask); -FMOD_RESULT F_API FMOD_Studio_EventDescription_GetUserData(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, void **userdata); -FMOD_RESULT F_API FMOD_Studio_EventDescription_SetUserData(FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, void *userdata); - -/* - EventInstance -*/ -FMOD_BOOL F_API FMOD_Studio_EventInstance_IsValid(FMOD_STUDIO_EVENTINSTANCE *eventinstance); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetDescription(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_STUDIO_EVENTDESCRIPTION **description); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetVolume(FMOD_STUDIO_EVENTINSTANCE *eventinstance, float *volume, float *finalvolume); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetVolume(FMOD_STUDIO_EVENTINSTANCE *eventinstance, float volume); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetPitch(FMOD_STUDIO_EVENTINSTANCE *eventinstance, float *pitch, float *finalpitch); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetPitch(FMOD_STUDIO_EVENTINSTANCE *eventinstance, float pitch); -FMOD_RESULT F_API FMOD_Studio_EventInstance_Get3DAttributes(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_3D_ATTRIBUTES *attributes); -FMOD_RESULT F_API FMOD_Studio_EventInstance_Set3DAttributes(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_3D_ATTRIBUTES *attributes); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetListenerMask(FMOD_STUDIO_EVENTINSTANCE *eventinstance, unsigned int *mask); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetListenerMask(FMOD_STUDIO_EVENTINSTANCE *eventinstance, unsigned int mask); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetProperty(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_STUDIO_EVENT_PROPERTY index, float *value); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetProperty(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_STUDIO_EVENT_PROPERTY index, float value); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetReverbLevel(FMOD_STUDIO_EVENTINSTANCE *eventinstance, int index, float *level); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetReverbLevel(FMOD_STUDIO_EVENTINSTANCE *eventinstance, int index, float level); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetPaused(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_BOOL *paused); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetPaused(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_BOOL paused); -FMOD_RESULT F_API FMOD_Studio_EventInstance_Start(FMOD_STUDIO_EVENTINSTANCE *eventinstance); -FMOD_RESULT F_API FMOD_Studio_EventInstance_Stop(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_STUDIO_STOP_MODE mode); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetTimelinePosition(FMOD_STUDIO_EVENTINSTANCE *eventinstance, int *position); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetTimelinePosition(FMOD_STUDIO_EVENTINSTANCE *eventinstance, int position); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetPlaybackState(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_STUDIO_PLAYBACK_STATE *state); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetChannelGroup(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_CHANNELGROUP **group); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetMinMaxDistance(FMOD_STUDIO_EVENTINSTANCE *eventinstance, float *min, float *max); -FMOD_RESULT F_API FMOD_Studio_EventInstance_Release(FMOD_STUDIO_EVENTINSTANCE *eventinstance); -FMOD_RESULT F_API FMOD_Studio_EventInstance_IsVirtual(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_BOOL *virtualstate); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetParameterByName(FMOD_STUDIO_EVENTINSTANCE *eventinstance, const char *name, float *value, float *finalvalue); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetParameterByName(FMOD_STUDIO_EVENTINSTANCE *eventinstance, const char *name, float value, FMOD_BOOL ignoreseekspeed); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetParameterByNameWithLabel(FMOD_STUDIO_EVENTINSTANCE *eventinstance, const char *name, const char *label, FMOD_BOOL ignoreseekspeed); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetParameterByID(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_STUDIO_PARAMETER_ID id, float *value, float *finalvalue); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetParameterByID(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_STUDIO_PARAMETER_ID id, float value, FMOD_BOOL ignoreseekspeed); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetParameterByIDWithLabel(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_STUDIO_PARAMETER_ID id, const char *label, FMOD_BOOL ignoreseekspeed); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetParametersByIDs(FMOD_STUDIO_EVENTINSTANCE *eventinstance, const FMOD_STUDIO_PARAMETER_ID *ids, float *values, int count, FMOD_BOOL ignoreseekspeed); -FMOD_RESULT F_API FMOD_Studio_EventInstance_KeyOff(FMOD_STUDIO_EVENTINSTANCE *eventinstance); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetCallback(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_STUDIO_EVENT_CALLBACK callback, FMOD_STUDIO_EVENT_CALLBACK_TYPE callbackmask); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetUserData(FMOD_STUDIO_EVENTINSTANCE *eventinstance, void **userdata); -FMOD_RESULT F_API FMOD_Studio_EventInstance_SetUserData(FMOD_STUDIO_EVENTINSTANCE *eventinstance, void *userdata); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetCPUUsage(FMOD_STUDIO_EVENTINSTANCE *eventinstance, unsigned int *exclusive, unsigned int *inclusive); -FMOD_RESULT F_API FMOD_Studio_EventInstance_GetMemoryUsage(FMOD_STUDIO_EVENTINSTANCE *eventinstance, FMOD_STUDIO_MEMORY_USAGE *memoryusage); - -/* - Bus -*/ -FMOD_BOOL F_API FMOD_Studio_Bus_IsValid(FMOD_STUDIO_BUS *bus); -FMOD_RESULT F_API FMOD_Studio_Bus_GetID(FMOD_STUDIO_BUS *bus, FMOD_GUID *id); -FMOD_RESULT F_API FMOD_Studio_Bus_GetPath(FMOD_STUDIO_BUS *bus, char *path, int size, int *retrieved); -FMOD_RESULT F_API FMOD_Studio_Bus_GetVolume(FMOD_STUDIO_BUS *bus, float *volume, float *finalvolume); -FMOD_RESULT F_API FMOD_Studio_Bus_SetVolume(FMOD_STUDIO_BUS *bus, float volume); -FMOD_RESULT F_API FMOD_Studio_Bus_GetPaused(FMOD_STUDIO_BUS *bus, FMOD_BOOL *paused); -FMOD_RESULT F_API FMOD_Studio_Bus_SetPaused(FMOD_STUDIO_BUS *bus, FMOD_BOOL paused); -FMOD_RESULT F_API FMOD_Studio_Bus_GetMute(FMOD_STUDIO_BUS *bus, FMOD_BOOL *mute); -FMOD_RESULT F_API FMOD_Studio_Bus_SetMute(FMOD_STUDIO_BUS *bus, FMOD_BOOL mute); -FMOD_RESULT F_API FMOD_Studio_Bus_StopAllEvents(FMOD_STUDIO_BUS *bus, FMOD_STUDIO_STOP_MODE mode); -FMOD_RESULT F_API FMOD_Studio_Bus_GetPortIndex(FMOD_STUDIO_BUS *bus, FMOD_PORT_INDEX *index); -FMOD_RESULT F_API FMOD_Studio_Bus_SetPortIndex(FMOD_STUDIO_BUS *bus, FMOD_PORT_INDEX index); -FMOD_RESULT F_API FMOD_Studio_Bus_LockChannelGroup(FMOD_STUDIO_BUS *bus); -FMOD_RESULT F_API FMOD_Studio_Bus_UnlockChannelGroup(FMOD_STUDIO_BUS *bus); -FMOD_RESULT F_API FMOD_Studio_Bus_GetChannelGroup(FMOD_STUDIO_BUS *bus, FMOD_CHANNELGROUP **group); -FMOD_RESULT F_API FMOD_Studio_Bus_GetCPUUsage(FMOD_STUDIO_BUS *bus, unsigned int *exclusive, unsigned int *inclusive); -FMOD_RESULT F_API FMOD_Studio_Bus_GetMemoryUsage(FMOD_STUDIO_BUS *bus, FMOD_STUDIO_MEMORY_USAGE *memoryusage); - -/* - VCA -*/ -FMOD_BOOL F_API FMOD_Studio_VCA_IsValid(FMOD_STUDIO_VCA *vca); -FMOD_RESULT F_API FMOD_Studio_VCA_GetID(FMOD_STUDIO_VCA *vca, FMOD_GUID *id); -FMOD_RESULT F_API FMOD_Studio_VCA_GetPath(FMOD_STUDIO_VCA *vca, char *path, int size, int *retrieved); -FMOD_RESULT F_API FMOD_Studio_VCA_GetVolume(FMOD_STUDIO_VCA *vca, float *volume, float *finalvolume); -FMOD_RESULT F_API FMOD_Studio_VCA_SetVolume(FMOD_STUDIO_VCA *vca, float volume); - -/* - Bank -*/ -FMOD_BOOL F_API FMOD_Studio_Bank_IsValid(FMOD_STUDIO_BANK *bank); -FMOD_RESULT F_API FMOD_Studio_Bank_GetID(FMOD_STUDIO_BANK *bank, FMOD_GUID *id); -FMOD_RESULT F_API FMOD_Studio_Bank_GetPath(FMOD_STUDIO_BANK *bank, char *path, int size, int *retrieved); -FMOD_RESULT F_API FMOD_Studio_Bank_Unload(FMOD_STUDIO_BANK *bank); -FMOD_RESULT F_API FMOD_Studio_Bank_LoadSampleData(FMOD_STUDIO_BANK *bank); -FMOD_RESULT F_API FMOD_Studio_Bank_UnloadSampleData(FMOD_STUDIO_BANK *bank); -FMOD_RESULT F_API FMOD_Studio_Bank_GetLoadingState(FMOD_STUDIO_BANK *bank, FMOD_STUDIO_LOADING_STATE *state); -FMOD_RESULT F_API FMOD_Studio_Bank_GetSampleLoadingState(FMOD_STUDIO_BANK *bank, FMOD_STUDIO_LOADING_STATE *state); -FMOD_RESULT F_API FMOD_Studio_Bank_GetStringCount(FMOD_STUDIO_BANK *bank, int *count); -FMOD_RESULT F_API FMOD_Studio_Bank_GetStringInfo(FMOD_STUDIO_BANK *bank, int index, FMOD_GUID *id, char *path, int size, int *retrieved); -FMOD_RESULT F_API FMOD_Studio_Bank_GetEventCount(FMOD_STUDIO_BANK *bank, int *count); -FMOD_RESULT F_API FMOD_Studio_Bank_GetEventList(FMOD_STUDIO_BANK *bank, FMOD_STUDIO_EVENTDESCRIPTION **array, int capacity, int *count); -FMOD_RESULT F_API FMOD_Studio_Bank_GetBusCount(FMOD_STUDIO_BANK *bank, int *count); -FMOD_RESULT F_API FMOD_Studio_Bank_GetBusList(FMOD_STUDIO_BANK *bank, FMOD_STUDIO_BUS **array, int capacity, int *count); -FMOD_RESULT F_API FMOD_Studio_Bank_GetVCACount(FMOD_STUDIO_BANK *bank, int *count); -FMOD_RESULT F_API FMOD_Studio_Bank_GetVCAList(FMOD_STUDIO_BANK *bank, FMOD_STUDIO_VCA **array, int capacity, int *count); -FMOD_RESULT F_API FMOD_Studio_Bank_GetUserData(FMOD_STUDIO_BANK *bank, void **userdata); -FMOD_RESULT F_API FMOD_Studio_Bank_SetUserData(FMOD_STUDIO_BANK *bank, void *userdata); - -/* - Command playback information -*/ -FMOD_BOOL F_API FMOD_Studio_CommandReplay_IsValid(FMOD_STUDIO_COMMANDREPLAY *replay); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_GetSystem(FMOD_STUDIO_COMMANDREPLAY *replay, FMOD_STUDIO_SYSTEM **system); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_GetLength(FMOD_STUDIO_COMMANDREPLAY *replay, float *length); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_GetCommandCount(FMOD_STUDIO_COMMANDREPLAY *replay, int *count); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_GetCommandInfo(FMOD_STUDIO_COMMANDREPLAY *replay, int commandindex, FMOD_STUDIO_COMMAND_INFO *info); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_GetCommandString(FMOD_STUDIO_COMMANDREPLAY *replay, int commandindex, char *buffer, int length); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_GetCommandAtTime(FMOD_STUDIO_COMMANDREPLAY *replay, float time, int *commandindex); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_SetBankPath(FMOD_STUDIO_COMMANDREPLAY *replay, const char *bankPath); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_Start(FMOD_STUDIO_COMMANDREPLAY *replay); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_Stop(FMOD_STUDIO_COMMANDREPLAY *replay); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_SeekToTime(FMOD_STUDIO_COMMANDREPLAY *replay, float time); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_SeekToCommand(FMOD_STUDIO_COMMANDREPLAY *replay, int commandindex); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_GetPaused(FMOD_STUDIO_COMMANDREPLAY *replay, FMOD_BOOL *paused); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_SetPaused(FMOD_STUDIO_COMMANDREPLAY *replay, FMOD_BOOL paused); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_GetPlaybackState(FMOD_STUDIO_COMMANDREPLAY *replay, FMOD_STUDIO_PLAYBACK_STATE *state); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_GetCurrentCommand(FMOD_STUDIO_COMMANDREPLAY *replay, int *commandindex, float *currenttime); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_Release(FMOD_STUDIO_COMMANDREPLAY *replay); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_SetFrameCallback(FMOD_STUDIO_COMMANDREPLAY *replay, FMOD_STUDIO_COMMANDREPLAY_FRAME_CALLBACK callback); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_SetLoadBankCallback(FMOD_STUDIO_COMMANDREPLAY *replay, FMOD_STUDIO_COMMANDREPLAY_LOAD_BANK_CALLBACK callback); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_SetCreateInstanceCallback(FMOD_STUDIO_COMMANDREPLAY *replay, FMOD_STUDIO_COMMANDREPLAY_CREATE_INSTANCE_CALLBACK callback); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_GetUserData(FMOD_STUDIO_COMMANDREPLAY *replay, void **userdata); -FMOD_RESULT F_API FMOD_Studio_CommandReplay_SetUserData(FMOD_STUDIO_COMMANDREPLAY *replay, void *userdata); - -#ifdef __cplusplus -} -#endif - -#endif /* FMOD_STUDIO_H */ diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_studio.hpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_studio.hpp deleted file mode 100644 index 5fb071b2..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_studio.hpp +++ /dev/null @@ -1,402 +0,0 @@ -/* ======================================================================================== */ -/* FMOD Studio API - C++ header file. */ -/* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2024. */ -/* */ -/* Use this header in conjunction with fmod_studio_common.h (which contains all the */ -/* constants / callbacks) to develop using the C++ language. */ -/* */ -/* For more detail visit: */ -/* https://fmod.com/docs/2.02/api/studio-api.html */ -/* ======================================================================================== */ -#ifndef FMOD_STUDIO_HPP -#define FMOD_STUDIO_HPP - -#include "fmod_studio_common.h" -#include "fmod_studio.h" - -#include "fmod.hpp" - -namespace FMOD -{ - -namespace Studio -{ - typedef FMOD_GUID ID; // Deprecated. Please use FMOD_GUID type. - - class System; - class EventDescription; - class EventInstance; - class Bus; - class VCA; - class Bank; - class CommandReplay; - - inline FMOD_RESULT parseID(const char *idstring, FMOD_GUID *id) { return FMOD_Studio_ParseID(idstring, id); } - - class System - { - private: - // Constructor made private so user cannot statically instance a System class. System::create must be used. - System(); - System(const System &); - - public: - static FMOD_RESULT F_API create(System **system, unsigned int headerversion = FMOD_VERSION); - FMOD_RESULT F_API setAdvancedSettings(FMOD_STUDIO_ADVANCEDSETTINGS *settings); - FMOD_RESULT F_API getAdvancedSettings(FMOD_STUDIO_ADVANCEDSETTINGS *settings); - FMOD_RESULT F_API initialize(int maxchannels, FMOD_STUDIO_INITFLAGS studioflags, FMOD_INITFLAGS flags, void *extradriverdata); - FMOD_RESULT F_API release(); - - // Handle validity - bool F_API isValid() const; - - // Update processing - FMOD_RESULT F_API update(); - FMOD_RESULT F_API flushCommands(); - FMOD_RESULT F_API flushSampleLoading(); - - // Low-level API access - FMOD_RESULT F_API getCoreSystem(FMOD::System **system) const; - - // Asset retrieval - FMOD_RESULT F_API getEvent(const char *path, EventDescription **event) const; - FMOD_RESULT F_API getBus(const char *path, Bus **bus) const; - FMOD_RESULT F_API getVCA(const char *path, VCA **vca) const; - FMOD_RESULT F_API getBank(const char *path, Bank **bank) const; - FMOD_RESULT F_API getEventByID(const FMOD_GUID *id, EventDescription **event) const; - FMOD_RESULT F_API getBusByID(const FMOD_GUID *id, Bus **bus) const; - FMOD_RESULT F_API getVCAByID(const FMOD_GUID *id, VCA **vca) const; - FMOD_RESULT F_API getBankByID(const FMOD_GUID *id, Bank **bank) const; - FMOD_RESULT F_API getSoundInfo(const char *key, FMOD_STUDIO_SOUND_INFO *info) const; - FMOD_RESULT F_API getParameterDescriptionByName(const char *name, FMOD_STUDIO_PARAMETER_DESCRIPTION *parameter) const; - FMOD_RESULT F_API getParameterDescriptionByID(FMOD_STUDIO_PARAMETER_ID id, FMOD_STUDIO_PARAMETER_DESCRIPTION *parameter) const; - FMOD_RESULT F_API getParameterLabelByName(const char *name, int labelindex, char *label, int size, int *retrieved) const; - FMOD_RESULT F_API getParameterLabelByID(FMOD_STUDIO_PARAMETER_ID id, int labelindex, char *label, int size, int *retrieved) const; - - // Global parameter control - FMOD_RESULT F_API getParameterByID(FMOD_STUDIO_PARAMETER_ID id, float *value, float *finalvalue = 0) const; - FMOD_RESULT F_API setParameterByID(FMOD_STUDIO_PARAMETER_ID id, float value, bool ignoreseekspeed = false); - FMOD_RESULT F_API setParameterByIDWithLabel(FMOD_STUDIO_PARAMETER_ID id, const char *label, bool ignoreseekspeed = false); - FMOD_RESULT F_API setParametersByIDs(const FMOD_STUDIO_PARAMETER_ID *ids, float *values, int count, bool ignoreseekspeed = false); - FMOD_RESULT F_API getParameterByName(const char *name, float *value, float *finalvalue = 0) const; - FMOD_RESULT F_API setParameterByName(const char *name, float value, bool ignoreseekspeed = false); - FMOD_RESULT F_API setParameterByNameWithLabel(const char *name, const char *label, bool ignoreseekspeed = false); - - // Path lookup - FMOD_RESULT F_API lookupID(const char *path, FMOD_GUID *id) const; - FMOD_RESULT F_API lookupPath(const FMOD_GUID *id, char *path, int size, int *retrieved) const; - - // Listener control - FMOD_RESULT F_API getNumListeners(int *numlisteners); - FMOD_RESULT F_API setNumListeners(int numlisteners); - FMOD_RESULT F_API getListenerAttributes(int listener, FMOD_3D_ATTRIBUTES *attributes, FMOD_VECTOR *attenuationposition = 0) const; - FMOD_RESULT F_API setListenerAttributes(int listener, const FMOD_3D_ATTRIBUTES *attributes, const FMOD_VECTOR *attenuationposition = 0); - FMOD_RESULT F_API getListenerWeight(int listener, float *weight); - FMOD_RESULT F_API setListenerWeight(int listener, float weight); - - // Bank control - FMOD_RESULT F_API loadBankFile(const char *filename, FMOD_STUDIO_LOAD_BANK_FLAGS flags, Bank **bank); - FMOD_RESULT F_API loadBankMemory(const char *buffer, int length, FMOD_STUDIO_LOAD_MEMORY_MODE mode, FMOD_STUDIO_LOAD_BANK_FLAGS flags, Bank **bank); - FMOD_RESULT F_API loadBankCustom(const FMOD_STUDIO_BANK_INFO *info, FMOD_STUDIO_LOAD_BANK_FLAGS flags, Bank **bank); - FMOD_RESULT F_API unloadAll(); - - // General functionality - FMOD_RESULT F_API getBufferUsage(FMOD_STUDIO_BUFFER_USAGE *usage) const; - FMOD_RESULT F_API resetBufferUsage(); - FMOD_RESULT F_API registerPlugin(const FMOD_DSP_DESCRIPTION *description); - FMOD_RESULT F_API unregisterPlugin(const char *name); - - // Enumeration - FMOD_RESULT F_API getBankCount(int *count) const; - FMOD_RESULT F_API getBankList(Bank **array, int capacity, int *count) const; - FMOD_RESULT F_API getParameterDescriptionCount(int *count) const; - FMOD_RESULT F_API getParameterDescriptionList(FMOD_STUDIO_PARAMETER_DESCRIPTION *array, int capacity, int *count) const; - - // Command capture and replay - FMOD_RESULT F_API startCommandCapture(const char *filename, FMOD_STUDIO_COMMANDCAPTURE_FLAGS flags); - FMOD_RESULT F_API stopCommandCapture(); - FMOD_RESULT F_API loadCommandReplay(const char *filename, FMOD_STUDIO_COMMANDREPLAY_FLAGS flags, CommandReplay **replay); - - // Callbacks - FMOD_RESULT F_API setCallback(FMOD_STUDIO_SYSTEM_CALLBACK callback, FMOD_STUDIO_SYSTEM_CALLBACK_TYPE callbackmask = FMOD_STUDIO_SYSTEM_CALLBACK_ALL); - FMOD_RESULT F_API getUserData(void **userdata) const; - FMOD_RESULT F_API setUserData(void *userdata); - - // Monitoring - FMOD_RESULT F_API getCPUUsage(FMOD_STUDIO_CPU_USAGE *usage, FMOD_CPU_USAGE *usage_core) const; - FMOD_RESULT F_API getMemoryUsage(FMOD_STUDIO_MEMORY_USAGE *memoryusage) const; - }; - - class EventDescription - { - private: - // Constructor made private so user cannot statically instance the class. - EventDescription(); - EventDescription(const EventDescription &); - - public: - // Handle validity - bool F_API isValid() const; - - // Property access - FMOD_RESULT F_API getID(FMOD_GUID *id) const; - FMOD_RESULT F_API getPath(char *path, int size, int *retrieved) const; - FMOD_RESULT F_API getParameterDescriptionCount(int *count) const; - FMOD_RESULT F_API getParameterDescriptionByIndex(int index, FMOD_STUDIO_PARAMETER_DESCRIPTION *parameter) const; - FMOD_RESULT F_API getParameterDescriptionByName(const char *name, FMOD_STUDIO_PARAMETER_DESCRIPTION *parameter) const; - FMOD_RESULT F_API getParameterDescriptionByID(FMOD_STUDIO_PARAMETER_ID id, FMOD_STUDIO_PARAMETER_DESCRIPTION *parameter) const; - FMOD_RESULT F_API getParameterLabelByIndex(int index, int labelindex, char *label, int size, int *retrieved) const; - FMOD_RESULT F_API getParameterLabelByName(const char *name, int labelindex, char *label, int size, int *retrieved) const; - FMOD_RESULT F_API getParameterLabelByID(FMOD_STUDIO_PARAMETER_ID id, int labelindex, char *label, int size, int *retrieved) const; - FMOD_RESULT F_API getUserPropertyCount(int *count) const; - FMOD_RESULT F_API getUserPropertyByIndex(int index, FMOD_STUDIO_USER_PROPERTY *property) const; - FMOD_RESULT F_API getUserProperty(const char *name, FMOD_STUDIO_USER_PROPERTY *property) const; - FMOD_RESULT F_API getLength(int *length) const; - FMOD_RESULT F_API getMinMaxDistance(float *min, float *max) const; - FMOD_RESULT F_API getSoundSize(float *size) const; - - FMOD_RESULT F_API isSnapshot(bool *snapshot) const; - FMOD_RESULT F_API isOneshot(bool *oneshot) const; - FMOD_RESULT F_API isStream(bool *isStream) const; - FMOD_RESULT F_API is3D(bool *is3d) const; - FMOD_RESULT F_API isDopplerEnabled(bool *doppler) const; - FMOD_RESULT F_API hasSustainPoint(bool *sustainPoint) const; - - // Playback control - FMOD_RESULT F_API createInstance(EventInstance **instance) const; - FMOD_RESULT F_API getInstanceCount(int *count) const; - FMOD_RESULT F_API getInstanceList(EventInstance **array, int capacity, int *count) const; - - // Sample data loading control - FMOD_RESULT F_API loadSampleData(); - FMOD_RESULT F_API unloadSampleData(); - FMOD_RESULT F_API getSampleLoadingState(FMOD_STUDIO_LOADING_STATE *state) const; - - // Convenience functions - FMOD_RESULT F_API releaseAllInstances(); - - // Callbacks - FMOD_RESULT F_API setCallback(FMOD_STUDIO_EVENT_CALLBACK callback, FMOD_STUDIO_EVENT_CALLBACK_TYPE callbackmask = FMOD_STUDIO_EVENT_CALLBACK_ALL); - FMOD_RESULT F_API getUserData(void **userdata) const; - FMOD_RESULT F_API setUserData(void *userdata); - }; - - class EventInstance - { - private: - // Constructor made private so user cannot statically instance the class. - EventInstance(); - EventInstance(const EventInstance &); - - public: - // Handle validity - bool F_API isValid() const; - - // Property access - FMOD_RESULT F_API getDescription(EventDescription **description) const; - - // Playback control - FMOD_RESULT F_API getVolume(float *volume, float *finalvolume = 0) const; - FMOD_RESULT F_API setVolume(float volume); - - FMOD_RESULT F_API getPitch(float *pitch, float *finalpitch = 0) const; - FMOD_RESULT F_API setPitch(float pitch); - - FMOD_RESULT F_API get3DAttributes(FMOD_3D_ATTRIBUTES *attributes) const; - FMOD_RESULT F_API set3DAttributes(const FMOD_3D_ATTRIBUTES *attributes); - - FMOD_RESULT F_API getListenerMask(unsigned int *mask) const; - FMOD_RESULT F_API setListenerMask(unsigned int mask); - - FMOD_RESULT F_API getProperty(FMOD_STUDIO_EVENT_PROPERTY index, float *value) const; - FMOD_RESULT F_API setProperty(FMOD_STUDIO_EVENT_PROPERTY index, float value); - - FMOD_RESULT F_API getReverbLevel(int index, float *level) const; - FMOD_RESULT F_API setReverbLevel(int index, float level); - - FMOD_RESULT F_API getPaused(bool *paused) const; - FMOD_RESULT F_API setPaused(bool paused); - - FMOD_RESULT F_API start(); - FMOD_RESULT F_API stop(FMOD_STUDIO_STOP_MODE mode); - - FMOD_RESULT F_API getTimelinePosition(int *position) const; - FMOD_RESULT F_API setTimelinePosition(int position); - - FMOD_RESULT F_API getPlaybackState(FMOD_STUDIO_PLAYBACK_STATE *state) const; - - FMOD_RESULT F_API getChannelGroup(ChannelGroup **group) const; - - FMOD_RESULT F_API getMinMaxDistance(float *min, float *max) const; - - FMOD_RESULT F_API release(); - - FMOD_RESULT F_API isVirtual(bool *virtualstate) const; - - FMOD_RESULT F_API getParameterByID(FMOD_STUDIO_PARAMETER_ID id, float *value, float *finalvalue = 0) const; - FMOD_RESULT F_API setParameterByID(FMOD_STUDIO_PARAMETER_ID id, float value, bool ignoreseekspeed = false); - FMOD_RESULT F_API setParameterByIDWithLabel(FMOD_STUDIO_PARAMETER_ID id, const char* label, bool ignoreseekspeed = false); - FMOD_RESULT F_API setParametersByIDs(const FMOD_STUDIO_PARAMETER_ID *ids, float *values, int count, bool ignoreseekspeed = false); - - FMOD_RESULT F_API getParameterByName(const char *name, float *value, float *finalvalue = 0) const; - FMOD_RESULT F_API setParameterByName(const char *name, float value, bool ignoreseekspeed = false); - FMOD_RESULT F_API setParameterByNameWithLabel(const char *name, const char* label, bool ignoreseekspeed = false); - - FMOD_RESULT F_API keyOff(); - - // Monitoring - FMOD_RESULT F_API getCPUUsage(unsigned int *exclusive, unsigned int *inclusive) const; - FMOD_RESULT F_API getMemoryUsage(FMOD_STUDIO_MEMORY_USAGE *memoryusage) const; - - // Callbacks - FMOD_RESULT F_API setCallback(FMOD_STUDIO_EVENT_CALLBACK callback, FMOD_STUDIO_EVENT_CALLBACK_TYPE callbackmask = FMOD_STUDIO_EVENT_CALLBACK_ALL); - FMOD_RESULT F_API getUserData(void **userdata) const; - FMOD_RESULT F_API setUserData(void *userdata); - }; - - class Bus - { - private: - // Constructor made private so user cannot statically instance the class. - Bus(); - Bus(const Bus &); - - public: - // Handle validity - bool F_API isValid() const; - - // Property access - FMOD_RESULT F_API getID(FMOD_GUID *id) const; - FMOD_RESULT F_API getPath(char *path, int size, int *retrieved) const; - - // Playback control - FMOD_RESULT F_API getVolume(float *volume, float *finalvolume = 0) const; - FMOD_RESULT F_API setVolume(float volume); - - FMOD_RESULT F_API getPaused(bool *paused) const; - FMOD_RESULT F_API setPaused(bool paused); - - FMOD_RESULT F_API getMute(bool *mute) const; - FMOD_RESULT F_API setMute(bool mute); - - FMOD_RESULT F_API stopAllEvents(FMOD_STUDIO_STOP_MODE mode); - - // Output port - FMOD_RESULT F_API getPortIndex(FMOD_PORT_INDEX *index) const; - FMOD_RESULT F_API setPortIndex(FMOD_PORT_INDEX index); - - // Low-level API access - FMOD_RESULT F_API lockChannelGroup(); - FMOD_RESULT F_API unlockChannelGroup(); - FMOD_RESULT F_API getChannelGroup(FMOD::ChannelGroup **group) const; - - // Monitoring - FMOD_RESULT F_API getCPUUsage(unsigned int *exclusive, unsigned int *inclusive) const; - FMOD_RESULT F_API getMemoryUsage(FMOD_STUDIO_MEMORY_USAGE *memoryusage) const; - }; - - class VCA - { - private: - // Constructor made private so user cannot statically instance the class. - VCA(); - VCA(const VCA &); - - public: - // Handle validity - bool F_API isValid() const; - - // Property access - FMOD_RESULT F_API getID(FMOD_GUID *id) const; - FMOD_RESULT F_API getPath(char *path, int size, int *retrieved) const; - - // Playback control - FMOD_RESULT F_API getVolume(float *volume, float *finalvolume = 0) const; - FMOD_RESULT F_API setVolume(float volume); - }; - - class Bank - { - private: - // Constructor made private so user cannot statically instance the class. - Bank(); - Bank(const Bank &); - - public: - // Handle validity - bool F_API isValid() const; - - // Property access - FMOD_RESULT F_API getID(FMOD_GUID *id) const; - FMOD_RESULT F_API getPath(char *path, int size, int *retrieved) const; - - // Loading control - FMOD_RESULT F_API unload(); - FMOD_RESULT F_API loadSampleData(); - FMOD_RESULT F_API unloadSampleData(); - - FMOD_RESULT F_API getLoadingState(FMOD_STUDIO_LOADING_STATE *state) const; - FMOD_RESULT F_API getSampleLoadingState(FMOD_STUDIO_LOADING_STATE *state) const; - - // Enumeration - FMOD_RESULT F_API getStringCount(int *count) const; - FMOD_RESULT F_API getStringInfo(int index, FMOD_GUID *id, char *path, int size, int *retrieved) const; - FMOD_RESULT F_API getEventCount(int *count) const; - FMOD_RESULT F_API getEventList(EventDescription **array, int capacity, int *count) const; - FMOD_RESULT F_API getBusCount(int *count) const; - FMOD_RESULT F_API getBusList(Bus **array, int capacity, int *count) const; - FMOD_RESULT F_API getVCACount(int *count) const; - FMOD_RESULT F_API getVCAList(VCA **array, int capacity, int *count) const; - - FMOD_RESULT F_API getUserData(void **userdata) const; - FMOD_RESULT F_API setUserData(void *userdata); - }; - - class CommandReplay - { - private: - // Constructor made private so user cannot statically instance the class. - CommandReplay(); - CommandReplay(const CommandReplay &); - - public: - // Handle validity - bool F_API isValid() const; - - // Information query - FMOD_RESULT F_API getSystem(System **system) const; - FMOD_RESULT F_API getLength(float *length) const; - - FMOD_RESULT F_API getCommandCount(int *count) const; - FMOD_RESULT F_API getCommandInfo(int commandindex, FMOD_STUDIO_COMMAND_INFO *info) const; - FMOD_RESULT F_API getCommandString(int commandindex, char *buffer, int length) const; - FMOD_RESULT F_API getCommandAtTime(float time, int *commandindex) const; - - // Playback - FMOD_RESULT F_API setBankPath(const char *bankPath); - FMOD_RESULT F_API start(); - FMOD_RESULT F_API stop(); - FMOD_RESULT F_API seekToTime(float time); - FMOD_RESULT F_API seekToCommand(int commandindex); - FMOD_RESULT F_API getPaused(bool *paused) const; - FMOD_RESULT F_API setPaused(bool paused); - FMOD_RESULT F_API getPlaybackState(FMOD_STUDIO_PLAYBACK_STATE *state) const; - FMOD_RESULT F_API getCurrentCommand(int *commandindex, float *currenttime) const; - - // Release - FMOD_RESULT F_API release(); - - // Callbacks - FMOD_RESULT F_API setFrameCallback(FMOD_STUDIO_COMMANDREPLAY_FRAME_CALLBACK callback); - FMOD_RESULT F_API setLoadBankCallback(FMOD_STUDIO_COMMANDREPLAY_LOAD_BANK_CALLBACK callback); - FMOD_RESULT F_API setCreateInstanceCallback(FMOD_STUDIO_COMMANDREPLAY_CREATE_INSTANCE_CALLBACK callback); - - FMOD_RESULT F_API getUserData(void **userdata) const; - FMOD_RESULT F_API setUserData(void *userdata); - }; - -} // namespace Studio - -} // namespace FMOD - -#endif //FMOD_STUDIO_HPP diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_studio_common.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_studio_common.h deleted file mode 100644 index 3be46a03..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMOD/fmod_studio_common.h +++ /dev/null @@ -1,336 +0,0 @@ -/* ======================================================================================== */ -/* FMOD Studio API - Common C/C++ header file. */ -/* Copyright (c), Firelight Technologies Pty, Ltd. 2004-2024. */ -/* */ -/* This header defines common enumerations, structs and callbacks that are shared between */ -/* the C and C++ interfaces. */ -/* */ -/* For more detail visit: */ -/* https://fmod.com/docs/2.02/api/studio-api.html */ -/* ======================================================================================== */ -#ifndef FMOD_STUDIO_COMMON_H -#define FMOD_STUDIO_COMMON_H - -#include "fmod.h" - -/* - FMOD Studio types. -*/ -typedef struct FMOD_STUDIO_SYSTEM FMOD_STUDIO_SYSTEM; -typedef struct FMOD_STUDIO_EVENTDESCRIPTION FMOD_STUDIO_EVENTDESCRIPTION; -typedef struct FMOD_STUDIO_EVENTINSTANCE FMOD_STUDIO_EVENTINSTANCE; -typedef struct FMOD_STUDIO_BUS FMOD_STUDIO_BUS; -typedef struct FMOD_STUDIO_VCA FMOD_STUDIO_VCA; -typedef struct FMOD_STUDIO_BANK FMOD_STUDIO_BANK; -typedef struct FMOD_STUDIO_COMMANDREPLAY FMOD_STUDIO_COMMANDREPLAY; - -/* - FMOD Studio constants -*/ -#define FMOD_STUDIO_LOAD_MEMORY_ALIGNMENT 32 - -typedef unsigned int FMOD_STUDIO_INITFLAGS; -#define FMOD_STUDIO_INIT_NORMAL 0x00000000 -#define FMOD_STUDIO_INIT_LIVEUPDATE 0x00000001 -#define FMOD_STUDIO_INIT_ALLOW_MISSING_PLUGINS 0x00000002 -#define FMOD_STUDIO_INIT_SYNCHRONOUS_UPDATE 0x00000004 -#define FMOD_STUDIO_INIT_DEFERRED_CALLBACKS 0x00000008 -#define FMOD_STUDIO_INIT_LOAD_FROM_UPDATE 0x00000010 -#define FMOD_STUDIO_INIT_MEMORY_TRACKING 0x00000020 - -typedef unsigned int FMOD_STUDIO_PARAMETER_FLAGS; -#define FMOD_STUDIO_PARAMETER_READONLY 0x00000001 -#define FMOD_STUDIO_PARAMETER_AUTOMATIC 0x00000002 -#define FMOD_STUDIO_PARAMETER_GLOBAL 0x00000004 -#define FMOD_STUDIO_PARAMETER_DISCRETE 0x00000008 -#define FMOD_STUDIO_PARAMETER_LABELED 0x00000010 - -typedef unsigned int FMOD_STUDIO_SYSTEM_CALLBACK_TYPE; -#define FMOD_STUDIO_SYSTEM_CALLBACK_PREUPDATE 0x00000001 -#define FMOD_STUDIO_SYSTEM_CALLBACK_POSTUPDATE 0x00000002 -#define FMOD_STUDIO_SYSTEM_CALLBACK_BANK_UNLOAD 0x00000004 -#define FMOD_STUDIO_SYSTEM_CALLBACK_LIVEUPDATE_CONNECTED 0x00000008 -#define FMOD_STUDIO_SYSTEM_CALLBACK_LIVEUPDATE_DISCONNECTED 0x00000010 -#define FMOD_STUDIO_SYSTEM_CALLBACK_ALL 0xFFFFFFFF - -typedef unsigned int FMOD_STUDIO_EVENT_CALLBACK_TYPE; -#define FMOD_STUDIO_EVENT_CALLBACK_CREATED 0x00000001 -#define FMOD_STUDIO_EVENT_CALLBACK_DESTROYED 0x00000002 -#define FMOD_STUDIO_EVENT_CALLBACK_STARTING 0x00000004 -#define FMOD_STUDIO_EVENT_CALLBACK_STARTED 0x00000008 -#define FMOD_STUDIO_EVENT_CALLBACK_RESTARTED 0x00000010 -#define FMOD_STUDIO_EVENT_CALLBACK_STOPPED 0x00000020 -#define FMOD_STUDIO_EVENT_CALLBACK_START_FAILED 0x00000040 -#define FMOD_STUDIO_EVENT_CALLBACK_CREATE_PROGRAMMER_SOUND 0x00000080 -#define FMOD_STUDIO_EVENT_CALLBACK_DESTROY_PROGRAMMER_SOUND 0x00000100 -#define FMOD_STUDIO_EVENT_CALLBACK_PLUGIN_CREATED 0x00000200 -#define FMOD_STUDIO_EVENT_CALLBACK_PLUGIN_DESTROYED 0x00000400 -#define FMOD_STUDIO_EVENT_CALLBACK_TIMELINE_MARKER 0x00000800 -#define FMOD_STUDIO_EVENT_CALLBACK_TIMELINE_BEAT 0x00001000 -#define FMOD_STUDIO_EVENT_CALLBACK_SOUND_PLAYED 0x00002000 -#define FMOD_STUDIO_EVENT_CALLBACK_SOUND_STOPPED 0x00004000 -#define FMOD_STUDIO_EVENT_CALLBACK_REAL_TO_VIRTUAL 0x00008000 -#define FMOD_STUDIO_EVENT_CALLBACK_VIRTUAL_TO_REAL 0x00010000 -#define FMOD_STUDIO_EVENT_CALLBACK_START_EVENT_COMMAND 0x00020000 -#define FMOD_STUDIO_EVENT_CALLBACK_NESTED_TIMELINE_BEAT 0x00040000 -#define FMOD_STUDIO_EVENT_CALLBACK_ALL 0xFFFFFFFF - -typedef unsigned int FMOD_STUDIO_LOAD_BANK_FLAGS; -#define FMOD_STUDIO_LOAD_BANK_NORMAL 0x00000000 -#define FMOD_STUDIO_LOAD_BANK_NONBLOCKING 0x00000001 -#define FMOD_STUDIO_LOAD_BANK_DECOMPRESS_SAMPLES 0x00000002 -#define FMOD_STUDIO_LOAD_BANK_UNENCRYPTED 0x00000004 - -typedef unsigned int FMOD_STUDIO_COMMANDCAPTURE_FLAGS; -#define FMOD_STUDIO_COMMANDCAPTURE_NORMAL 0x00000000 -#define FMOD_STUDIO_COMMANDCAPTURE_FILEFLUSH 0x00000001 -#define FMOD_STUDIO_COMMANDCAPTURE_SKIP_INITIAL_STATE 0x00000002 - -typedef unsigned int FMOD_STUDIO_COMMANDREPLAY_FLAGS; -#define FMOD_STUDIO_COMMANDREPLAY_NORMAL 0x00000000 -#define FMOD_STUDIO_COMMANDREPLAY_SKIP_CLEANUP 0x00000001 -#define FMOD_STUDIO_COMMANDREPLAY_FAST_FORWARD 0x00000002 -#define FMOD_STUDIO_COMMANDREPLAY_SKIP_BANK_LOAD 0x00000004 - -typedef enum FMOD_STUDIO_LOADING_STATE -{ - FMOD_STUDIO_LOADING_STATE_UNLOADING, - FMOD_STUDIO_LOADING_STATE_UNLOADED, - FMOD_STUDIO_LOADING_STATE_LOADING, - FMOD_STUDIO_LOADING_STATE_LOADED, - FMOD_STUDIO_LOADING_STATE_ERROR, - - FMOD_STUDIO_LOADING_STATE_FORCEINT = 65536 /* Makes sure this enum is signed 32bit. */ -} FMOD_STUDIO_LOADING_STATE; - -typedef enum FMOD_STUDIO_LOAD_MEMORY_MODE -{ - FMOD_STUDIO_LOAD_MEMORY, - FMOD_STUDIO_LOAD_MEMORY_POINT, - - FMOD_STUDIO_LOAD_MEMORY_FORCEINT = 65536 /* Makes sure this enum is signed 32bit. */ -} FMOD_STUDIO_LOAD_MEMORY_MODE; - -typedef enum FMOD_STUDIO_PARAMETER_TYPE -{ - FMOD_STUDIO_PARAMETER_GAME_CONTROLLED, - FMOD_STUDIO_PARAMETER_AUTOMATIC_DISTANCE, - FMOD_STUDIO_PARAMETER_AUTOMATIC_EVENT_CONE_ANGLE, - FMOD_STUDIO_PARAMETER_AUTOMATIC_EVENT_ORIENTATION, - FMOD_STUDIO_PARAMETER_AUTOMATIC_DIRECTION, - FMOD_STUDIO_PARAMETER_AUTOMATIC_ELEVATION, - FMOD_STUDIO_PARAMETER_AUTOMATIC_LISTENER_ORIENTATION, - FMOD_STUDIO_PARAMETER_AUTOMATIC_SPEED, - FMOD_STUDIO_PARAMETER_AUTOMATIC_SPEED_ABSOLUTE, - FMOD_STUDIO_PARAMETER_AUTOMATIC_DISTANCE_NORMALIZED, - - FMOD_STUDIO_PARAMETER_MAX, - FMOD_STUDIO_PARAMETER_FORCEINT = 65536 /* Makes sure this enum is signed 32bit. */ -} FMOD_STUDIO_PARAMETER_TYPE; - -typedef enum FMOD_STUDIO_USER_PROPERTY_TYPE -{ - FMOD_STUDIO_USER_PROPERTY_TYPE_INTEGER, - FMOD_STUDIO_USER_PROPERTY_TYPE_BOOLEAN, - FMOD_STUDIO_USER_PROPERTY_TYPE_FLOAT, - FMOD_STUDIO_USER_PROPERTY_TYPE_STRING, - - FMOD_STUDIO_USER_PROPERTY_TYPE_FORCEINT = 65536 /* Makes sure this enum is signed 32bit. */ -} FMOD_STUDIO_USER_PROPERTY_TYPE; - -typedef enum FMOD_STUDIO_EVENT_PROPERTY -{ - FMOD_STUDIO_EVENT_PROPERTY_CHANNELPRIORITY, - FMOD_STUDIO_EVENT_PROPERTY_SCHEDULE_DELAY, - FMOD_STUDIO_EVENT_PROPERTY_SCHEDULE_LOOKAHEAD, - FMOD_STUDIO_EVENT_PROPERTY_MINIMUM_DISTANCE, - FMOD_STUDIO_EVENT_PROPERTY_MAXIMUM_DISTANCE, - FMOD_STUDIO_EVENT_PROPERTY_COOLDOWN, - FMOD_STUDIO_EVENT_PROPERTY_MAX, - - FMOD_STUDIO_EVENT_PROPERTY_FORCEINT = 65536 /* Makes sure this enum is signed 32bit. */ -} FMOD_STUDIO_EVENT_PROPERTY; - -typedef enum FMOD_STUDIO_PLAYBACK_STATE -{ - FMOD_STUDIO_PLAYBACK_PLAYING, - FMOD_STUDIO_PLAYBACK_SUSTAINING, - FMOD_STUDIO_PLAYBACK_STOPPED, - FMOD_STUDIO_PLAYBACK_STARTING, - FMOD_STUDIO_PLAYBACK_STOPPING, - - FMOD_STUDIO_PLAYBACK_FORCEINT = 65536 -} FMOD_STUDIO_PLAYBACK_STATE; - -typedef enum FMOD_STUDIO_STOP_MODE -{ - FMOD_STUDIO_STOP_ALLOWFADEOUT, - FMOD_STUDIO_STOP_IMMEDIATE, - - FMOD_STUDIO_STOP_FORCEINT = 65536 /* Makes sure this enum is signed 32bit. */ -} FMOD_STUDIO_STOP_MODE; - -typedef enum FMOD_STUDIO_INSTANCETYPE -{ - FMOD_STUDIO_INSTANCETYPE_NONE, - FMOD_STUDIO_INSTANCETYPE_SYSTEM, - FMOD_STUDIO_INSTANCETYPE_EVENTDESCRIPTION, - FMOD_STUDIO_INSTANCETYPE_EVENTINSTANCE, - FMOD_STUDIO_INSTANCETYPE_PARAMETERINSTANCE, - FMOD_STUDIO_INSTANCETYPE_BUS, - FMOD_STUDIO_INSTANCETYPE_VCA, - FMOD_STUDIO_INSTANCETYPE_BANK, - FMOD_STUDIO_INSTANCETYPE_COMMANDREPLAY, - - FMOD_STUDIO_INSTANCETYPE_FORCEINT = 65536 /* Makes sure this enum is signed 32bit. */ -} FMOD_STUDIO_INSTANCETYPE; - -/* - FMOD Studio structures -*/ -typedef struct FMOD_STUDIO_BANK_INFO -{ - int size; - void *userdata; - int userdatalength; - FMOD_FILE_OPEN_CALLBACK opencallback; - FMOD_FILE_CLOSE_CALLBACK closecallback; - FMOD_FILE_READ_CALLBACK readcallback; - FMOD_FILE_SEEK_CALLBACK seekcallback; -} FMOD_STUDIO_BANK_INFO; - -typedef struct FMOD_STUDIO_PARAMETER_ID -{ - unsigned int data1; - unsigned int data2; -} FMOD_STUDIO_PARAMETER_ID; - -typedef struct FMOD_STUDIO_PARAMETER_DESCRIPTION -{ - const char *name; - FMOD_STUDIO_PARAMETER_ID id; - float minimum; - float maximum; - float defaultvalue; - FMOD_STUDIO_PARAMETER_TYPE type; - FMOD_STUDIO_PARAMETER_FLAGS flags; - FMOD_GUID guid; -} FMOD_STUDIO_PARAMETER_DESCRIPTION; - -typedef struct FMOD_STUDIO_USER_PROPERTY -{ - const char *name; - FMOD_STUDIO_USER_PROPERTY_TYPE type; - - union - { - int intvalue; - FMOD_BOOL boolvalue; - float floatvalue; - const char *stringvalue; - }; -} FMOD_STUDIO_USER_PROPERTY; - -typedef struct FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES -{ - const char *name; - FMOD_SOUND *sound; - int subsoundIndex; -} FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES; - -typedef struct FMOD_STUDIO_PLUGIN_INSTANCE_PROPERTIES -{ - const char *name; - FMOD_DSP *dsp; -} FMOD_STUDIO_PLUGIN_INSTANCE_PROPERTIES; - -typedef struct FMOD_STUDIO_TIMELINE_MARKER_PROPERTIES -{ - const char *name; - int position; -} FMOD_STUDIO_TIMELINE_MARKER_PROPERTIES; - -typedef struct FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES -{ - int bar; - int beat; - int position; - float tempo; - int timesignatureupper; - int timesignaturelower; -} FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES; - -typedef struct FMOD_STUDIO_TIMELINE_NESTED_BEAT_PROPERTIES -{ - FMOD_GUID eventid; - FMOD_STUDIO_TIMELINE_BEAT_PROPERTIES properties; -} FMOD_STUDIO_TIMELINE_NESTED_BEAT_PROPERTIES; - -typedef struct FMOD_STUDIO_ADVANCEDSETTINGS -{ - int cbsize; - unsigned int commandqueuesize; - unsigned int handleinitialsize; - int studioupdateperiod; - int idlesampledatapoolsize; - unsigned int streamingscheduledelay; - const char* encryptionkey; -} FMOD_STUDIO_ADVANCEDSETTINGS; - -typedef struct FMOD_STUDIO_CPU_USAGE -{ - float update; -} FMOD_STUDIO_CPU_USAGE; - -typedef struct FMOD_STUDIO_BUFFER_INFO -{ - int currentusage; - int peakusage; - int capacity; - int stallcount; - float stalltime; -} FMOD_STUDIO_BUFFER_INFO; - -typedef struct FMOD_STUDIO_BUFFER_USAGE -{ - FMOD_STUDIO_BUFFER_INFO studiocommandqueue; - FMOD_STUDIO_BUFFER_INFO studiohandle; -} FMOD_STUDIO_BUFFER_USAGE; - -typedef struct FMOD_STUDIO_SOUND_INFO -{ - const char *name_or_data; - FMOD_MODE mode; - FMOD_CREATESOUNDEXINFO exinfo; - int subsoundindex; -} FMOD_STUDIO_SOUND_INFO; - -typedef struct FMOD_STUDIO_COMMAND_INFO -{ - const char *commandname; - int parentcommandindex; - int framenumber; - float frametime; - FMOD_STUDIO_INSTANCETYPE instancetype; - FMOD_STUDIO_INSTANCETYPE outputtype; - unsigned int instancehandle; - unsigned int outputhandle; -} FMOD_STUDIO_COMMAND_INFO; - -typedef struct FMOD_STUDIO_MEMORY_USAGE -{ - int exclusive; - int inclusive; - int sampledata; -} FMOD_STUDIO_MEMORY_USAGE; - -/* - FMOD Studio callbacks. -*/ -typedef FMOD_RESULT (F_CALLBACK *FMOD_STUDIO_SYSTEM_CALLBACK) (FMOD_STUDIO_SYSTEM *system, FMOD_STUDIO_SYSTEM_CALLBACK_TYPE type, void *commanddata, void *userdata); -typedef FMOD_RESULT (F_CALLBACK *FMOD_STUDIO_EVENT_CALLBACK) (FMOD_STUDIO_EVENT_CALLBACK_TYPE type, FMOD_STUDIO_EVENTINSTANCE *event, void *parameters); -typedef FMOD_RESULT (F_CALLBACK *FMOD_STUDIO_COMMANDREPLAY_FRAME_CALLBACK) (FMOD_STUDIO_COMMANDREPLAY *replay, int commandindex, float currenttime, void *userdata); -typedef FMOD_RESULT (F_CALLBACK *FMOD_STUDIO_COMMANDREPLAY_LOAD_BANK_CALLBACK) (FMOD_STUDIO_COMMANDREPLAY *replay, int commandindex, const FMOD_GUID *bankguid, const char *bankfilename, FMOD_STUDIO_LOAD_BANK_FLAGS flags, FMOD_STUDIO_BANK **bank, void *userdata); -typedef FMOD_RESULT (F_CALLBACK *FMOD_STUDIO_COMMANDREPLAY_CREATE_INSTANCE_CALLBACK) (FMOD_STUDIO_COMMANDREPLAY *replay, int commandindex, FMOD_STUDIO_EVENTDESCRIPTION *eventdescription, FMOD_STUDIO_EVENTINSTANCE **instance, void *userdata); - -#endif // FMOD_STUDIO_COMMON_H diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMODStudioModule.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMODStudioModule.h deleted file mode 100644 index 07ef710c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMODStudioModule.h +++ /dev/null @@ -1,182 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "Modules/ModuleManager.h" - -namespace FMOD -{ -namespace Studio -{ -class System; -class EventDescription; -class EventInstance; -} -} - -class UFMODAsset; -class UFMODBank; -class UFMODEvent; -class UWorld; -class AAudioVolume; -struct FInteriorSettings; -struct FFMODListener; // Currently only for private use, we don't export this type - -// Which FMOD Studio system to use -namespace EFMODSystemContext -{ -enum Type -{ - // For use auditioning sounds within the editor - Auditioning, - - // For use in PIE and in-game - Runtime, - - // For use when playing events in an editor world (e.g. previewing a level sequence) - Editor, - - // Max number of types - Max -}; -} - -/** - * The public interface to this module - */ -class IFMODStudioModule : public IModuleInterface -{ -public: - /** - * Singleton-like access to this module's interface. This is just for convenience! - * Beware of calling this during the shutdown phase, though. Your module might have been unloaded already. - * - * @return Returns singleton instance, loading the module on demand if needed - */ - static inline IFMODStudioModule &Get() { return FModuleManager::LoadModuleChecked("FMODStudio"); } - - /** - * Checks to see if this module is loaded and ready. It is only valid to call Get() if IsAvailable() returns true. - * - * @return True if the module is loaded and ready to use - */ - static inline bool IsAvailable() { return FModuleManager::Get().IsModuleLoaded("FMODStudio"); } - - /** - * Get a pointer to the runtime studio system (only valid in-game or in PIE) - */ - virtual FMOD::Studio::System *GetStudioSystem(EFMODSystemContext::Type Context) = 0; - - /** - * Set system paused (for PIE pause) - */ - virtual void SetSystemPaused(bool paused) = 0; - - /** - * Called when we enter of leave PIE mode - */ - virtual void SetInPIE(bool bInPIE, bool bSimulating) = 0; - - /** - * Look up an asset given its name - */ - virtual UFMODAsset *FindAssetByName(const FString &Name) = 0; - - /** - * Look up an event given its name - */ - virtual UFMODEvent *FindEventByName(const FString &Name) = 0; - - /** - * Get the disk path for a Bank asset - */ - virtual FString GetBankPath(const UFMODBank &Bank) = 0; - - /** - * Get the disk paths for all Banks - */ - virtual void GetAllBankPaths(TArray &Paths, bool IncludeMasterBank) const = 0; - - /** - * Get an event description. - * The system type can control which Studio system to use, or leave it as System_Max for it to choose automatically. - */ - virtual FMOD::Studio::EventDescription *GetEventDescription( - const UFMODEvent *Event, EFMODSystemContext::Type Context = EFMODSystemContext::Max) = 0; - - /** - * Create a single auditioning instance using the auditioning system - */ - virtual FMOD::Studio::EventInstance *CreateAuditioningInstance(const UFMODEvent *Event) = 0; - - /** - * Stop any auditioning instance - */ - virtual void StopAuditioningInstance() = 0; - - /** - * Return whether the listener(s) have moved - */ - virtual bool HasListenerMoved() = 0; - - /** - * Called to change the listener position for editor mode - */ - virtual void SetListenerPosition(int ListenerIndex, UWorld *World, const FTransform &ListenerTransform, float DeltaSeconds) = 0; - - /** - * Called to change the listener position for editor mode - */ - virtual void FinishSetListenerPosition(int NumListeners) = 0; - - /** - * Return the audio settings for the listener nearest the given location - */ - virtual const FFMODListener &GetNearestListener(const FVector &Location) = 0; - - /** Return a list of banks that failed to load due to an error */ - virtual TArray GetFailedBankLoads(EFMODSystemContext::Type Context) = 0; - - /** Return a list of plugins that appear to be needed */ - virtual TArray GetRequiredPlugins() = 0; - - /** Register a plugin that is required */ - virtual void AddRequiredPlugin(const FString &Plugin) = 0; - - /** Returns whether sound is enabled for the game */ - virtual bool UseSound() = 0; - - /** Attempts to load a plugin by name */ - virtual bool LoadPlugin(EFMODSystemContext::Type Context, const TCHAR *ShortName) = 0; - - /** Log a FMOD error */ - virtual void LogError(int result, const char *function) = 0; - - /** Returns if the banks have been loaded */ - virtual bool AreBanksLoaded() = 0; - - /** Set active locale. Locale must be the locale name of one of the configured project locales */ - virtual bool SetLocale(const FString& Locale) = 0; - - /** Get active locale. */ - virtual FString GetLocale() = 0; - - /** Get default locale. */ - virtual FString GetDefaultLocale() = 0; - -#if WITH_EDITOR - /** Multicast delegate that is triggered before the module is shutdown. */ - virtual FSimpleMulticastDelegate &PreEndPIEEvent() = 0; - - virtual void PreEndPIE() = 0; - - /** Called by the editor module when banks have been modified on disk */ - virtual void ReloadBanks() = 0; - - /** Load Editor banks for auditioning in Sequnecer. */ - virtual void LoadEditorBanks() = 0; - - /** Unload Editor banks. */ - virtual void UnloadEditorBanks() = 0; -#endif -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMODUtils.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMODUtils.h deleted file mode 100644 index c22bd133..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudio/Public/FMODUtils.h +++ /dev/null @@ -1,202 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "fmod_studio.hpp" -#include "fmod.hpp" - -#include "Runtime/Launch/Resources/Version.h" -#include "Engine/Engine.h" - -#include "FMODStudioModule.h" - -#define verifyfmod(fn) \ - { \ - FMOD_RESULT _result = (fn); \ - if (_result != FMOD_OK) \ - { \ - FMODUtils::LogError(_result, #fn); \ - } \ - } - -namespace FMODUtils -{ - -// Unreal defines 1 unit == 1cm, so convert to metres for Studio automatically -#define FMOD_VECTOR_SCALE_DEFAULT 0.01f - -// Just call into module -inline void LogError(FMOD_RESULT result, const char *function) -{ - IFMODStudioModule::Get().LogError(result, function); -} - -inline void Assign(FMOD_VECTOR &Dest, const FVector &Src) -{ - Dest.x = Src.X; - Dest.y = Src.Y; - Dest.z = Src.Z; -} - -inline FMOD_VECTOR ConvertWorldVector(const FVector &Src) -{ - static FMatrix UE4toFMOD(FVector(0.0f, 0.0f, FMOD_VECTOR_SCALE_DEFAULT), FVector(FMOD_VECTOR_SCALE_DEFAULT, 0.0f, 0.0f), - FVector(0.0f, FMOD_VECTOR_SCALE_DEFAULT, 0.0f), FVector::ZeroVector); - - FMOD_VECTOR Dest; - Assign(Dest, UE4toFMOD.TransformPosition(Src)); - return Dest; -} - -inline FMOD_VECTOR ConvertUnitVector(const FVector &Src) -{ - static FMatrix UE4toFMOD(FVector(0.0f, 0.0f, 1.0f), FVector(1.0f, 0.0f, 0.0f), FVector(0.0f, 1.0f, 0.0f), FVector::ZeroVector); - - FMOD_VECTOR Dest; - Assign(Dest, UE4toFMOD.TransformVector(Src)); - return Dest; -} - -inline void Assign(FMOD_3D_ATTRIBUTES &Dest, const FTransform &Src) -{ - Dest.position = ConvertWorldVector(Src.GetTranslation()); - Dest.forward = ConvertUnitVector(Src.GetUnitAxis(EAxis::X)); - Dest.up = ConvertUnitVector(Src.GetUnitAxis(EAxis::Z)); -} - -inline float DistanceToUEScale(float FMODDistance) -{ - return FMODDistance / FMOD_VECTOR_SCALE_DEFAULT; -} - -inline bool IsWorldAudible(UWorld *World, bool AllowInEditor) -{ - if (GEngine && IFMODStudioModule::Get().UseSound()) - { - if (!IsValid(World)) - { - return true; - } - - if (World->bAllowAudioPlayback && World->GetNetMode() != NM_DedicatedServer) - { - EWorldType::Type previewEnum; - previewEnum = EWorldType::EditorPreview; - if (World->IsGameWorld() || World->WorldType == previewEnum || (AllowInEditor && World->WorldType == EWorldType::Editor)) - { - return true; - } - } - } - return false; -} - -inline FMOD::Studio::ID ConvertGuid(const FGuid &UnrealGuid) -{ - // Unreal doesn't follow the usual windows GUID format, instead it parses - // them as 4 integers - FMOD::Studio::ID StudioGuid; - FMemory::Memcpy(&StudioGuid, &UnrealGuid, sizeof(StudioGuid)); - Swap(StudioGuid.Data2, StudioGuid.Data3); - Swap(StudioGuid.Data4[0], StudioGuid.Data4[3]); - Swap(StudioGuid.Data4[1], StudioGuid.Data4[2]); - Swap(StudioGuid.Data4[4], StudioGuid.Data4[7]); - Swap(StudioGuid.Data4[5], StudioGuid.Data4[6]); - return StudioGuid; -} - -inline FGuid ConvertGuid(const FMOD::Studio::ID &StudioGuid) -{ - // Unreal doesn't follow the usual windows GUID format, instead it parses - // them as 4 integers - FMOD::Studio::ID CopiedGuid; - FMemory::Memcpy(&CopiedGuid, &StudioGuid, sizeof(StudioGuid)); - Swap(CopiedGuid.Data2, CopiedGuid.Data3); - Swap(CopiedGuid.Data4[0], CopiedGuid.Data4[3]); - Swap(CopiedGuid.Data4[1], CopiedGuid.Data4[2]); - Swap(CopiedGuid.Data4[4], CopiedGuid.Data4[7]); - Swap(CopiedGuid.Data4[5], CopiedGuid.Data4[6]); - FGuid UnrealGuid; - FMemory::Memcpy(&UnrealGuid, &CopiedGuid, sizeof(CopiedGuid)); - return UnrealGuid; -} - -template -inline FGuid GetID(StudioType *Instance) -{ - FMOD::Studio::ID StudioID = { 0 }; - verifyfmod(Instance->getID(&StudioID)); - return FMODUtils::ConvertGuid(StudioID); -} - -template -inline FString GetPath(StudioType *Instance) -{ - int ActualSize = 128; // Start with expected enough space - TArray RawBuffer; - FMOD_RESULT Result; - do - { - RawBuffer.SetNum(ActualSize); - Result = Instance->getPath(RawBuffer.GetData(), ActualSize, &ActualSize); - } while (Result == FMOD_ERR_TRUNCATED); - - if (Result == FMOD_OK) - { - return FString(UTF8_TO_TCHAR(RawBuffer.GetData())); - } - else - { - return FString(); - } -} - -inline FString LookupNameFromGuid(FMOD::Studio::System *StudioSystem, const FMOD::Studio::ID &Guid) -{ - int ActualSize = 128; // Start with expected enough space - TArray RawBuffer; - FMOD_RESULT Result; - do - { - RawBuffer.SetNum(ActualSize); - Result = StudioSystem->lookupPath(&Guid, RawBuffer.GetData(), ActualSize, &ActualSize); - } while (Result == FMOD_ERR_TRUNCATED); - - if (Result == FMOD_OK) - { - return FString(UTF8_TO_TCHAR(RawBuffer.GetData())); - } - else - { - return FString(); - } -} - -inline FString LookupNameFromGuid(FMOD::Studio::System *StudioSystem, const FGuid &Guid) -{ - return LookupNameFromGuid(StudioSystem, ConvertGuid(Guid)); -} - -inline FString ParameterTypeToString(FMOD_STUDIO_PARAMETER_TYPE Type) -{ - switch (Type) - { - case FMOD_STUDIO_PARAMETER_GAME_CONTROLLED: - return FString("Game Controlled"); - case FMOD_STUDIO_PARAMETER_AUTOMATIC_DISTANCE: - return FString("Distance (Auto)"); - case FMOD_STUDIO_PARAMETER_AUTOMATIC_EVENT_CONE_ANGLE: - return FString("Event Cone Angle (Auto)"); - case FMOD_STUDIO_PARAMETER_AUTOMATIC_EVENT_ORIENTATION: - return FString("Event Orientation (Auto)"); - case FMOD_STUDIO_PARAMETER_AUTOMATIC_DIRECTION: - return FString("Direction (Auto)"); - case FMOD_STUDIO_PARAMETER_AUTOMATIC_ELEVATION: - return FString("Elevation (Auto)"); - case FMOD_STUDIO_PARAMETER_AUTOMATIC_LISTENER_ORIENTATION: - return FString("Listener Orientation (Auto)"); - } - - return FString(); -} -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Classes/FMODAmbientSoundActorFactory.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Classes/FMODAmbientSoundActorFactory.h deleted file mode 100644 index db05e452..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Classes/FMODAmbientSoundActorFactory.h +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "ActorFactories/ActorFactory.h" -#include "FMODAmbientSoundActorFactory.generated.h" - -/** FMOD Ambient Sound Actor Factory. -*/ -UCLASS(MinimalAPI, config = Editor, collapsecategories, hidecategories = Object) -class UFMODAmbientSoundActorFactory : public UActorFactory -{ - GENERATED_UCLASS_BODY() - - // Begin UActorFactory Interface - virtual void PostSpawnActor(UObject *Asset, AActor *NewActor) override; - virtual void PostCreateBlueprint(UObject *Asset, AActor *CDO) override; - virtual bool CanCreateActorFrom(const FAssetData &AssetData, FText &OutErrorMsg) override; - virtual UObject *GetAssetFromActorInstance(AActor *ActorInstance) override; - // End UActorFactory Interface -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Classes/FMODAssetBuilder.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Classes/FMODAssetBuilder.h deleted file mode 100644 index 6711591d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Classes/FMODAssetBuilder.h +++ /dev/null @@ -1,56 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. - -#pragma once - -#include "CoreMinimal.h" - -namespace FMOD -{ -namespace Studio -{ -class System; -} -} // namespace FMOD - -class UFMODAsset; -class UFMODBankLookup; -class UFMODSettings; - -class FFMODAssetBuilder -{ -public: - ~FFMODAssetBuilder(); - - /** Create studio system for asset building */ - void Create(); - - /** Process FMOD banks into UE4 assets */ - void ProcessBanks(); - - /** Path of strings bank */ - FString GetMasterStringsBankPath(); - -private: - struct AssetCreateInfo - { - UClass *Class; - FGuid Guid; - FString StudioPath; - FString AssetName; - FString PackagePath; - FString Path; - }; - - void BuildBankLookup(const FString &AssetName, const FString &PackagePath, const UFMODSettings &InSettings, TArray& AssetsToSave); - void BuildAssets(const UFMODSettings &InSettings, const FString &AssetLookupName, const FString &AssetLookupPath, TArray& AssetsToSave, - TArray& AssetsToDelete); - - FString GetAssetClassName(UClass *AssetClass); - bool MakeAssetCreateInfo(const FGuid &AssetGuid, const FString &StudioPath, AssetCreateInfo *CreateInfo); - UFMODAsset *CreateAsset(const AssetCreateInfo& CreateInfo, TArray& AssetsToSave); - void SaveAssets(TArray& AssetsToSave); - void DeleteAssets(TArray& AssetsToDelete); - - FMOD::Studio::System *StudioSystem{}; - UFMODBankLookup *BankLookup{}; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Classes/FMODGenerateAssetsCommandlet.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Classes/FMODGenerateAssetsCommandlet.h deleted file mode 100644 index 9c197171..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Classes/FMODGenerateAssetsCommandlet.h +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. - -#pragma once - -#include "CoreMinimal.h" -#include "Commandlets/Commandlet.h" -#include "FMODGenerateAssetsCommandlet.generated.h" - -/** - * - */ -UCLASS() -class UFMODGenerateAssetsCommandlet : public UCommandlet -{ - GENERATED_UCLASS_BODY() - - //~ Begin UCommandlet Interface - virtual int32 Main(const FString &Params) override; - //~ End UCommandlet Interface -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/FMODStudioEditor.Build.cs b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/FMODStudioEditor.Build.cs deleted file mode 100644 index 02a14931..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/FMODStudioEditor.Build.cs +++ /dev/null @@ -1,65 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. -using System.IO; - -namespace UnrealBuildTool.Rules -{ - public class FMODStudioEditor : ModuleRules - { - #if WITH_FORWARDED_MODULE_RULES_CTOR - public FMODStudioEditor(ReadOnlyTargetRules Target) : base(Target) - #else - public FMODStudioEditor(TargetInfo Target) - #endif - { - PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; - PrivatePCHHeaderFile = "Private/FMODStudioEditorPrivatePCH.h"; - - bUseUnity = false; - - PrivateIncludePaths.AddRange( - new string[] { - "FMODStudio/Private", - "FMODStudio/Public/FMOD", - Path.Combine(ModuleDirectory, "Classes") - } - ); - - PublicDependencyModuleNames.AddRange( - new string[] - { - "Core", - "CoreUObject", - "DeveloperToolSettings", - "Engine", - "FMODStudio", - "InputCore", - "UnrealEd", - "Sequencer" - } - ); - - PrivateDependencyModuleNames.AddRange( - new string[] - { - "AssetRegistry", - "AssetTools", - "EditorStyle", - "LevelEditor", - "LevelSequence", - "MainFrame", - "MovieScene", - "MovieSceneTracks", - "MovieSceneTools", - "PropertyEditor", - "Settings", - "Slate", - "SlateCore", - "Sockets", - "SourceControl", - "ToolMenus", - "WorkspaceMenuStructure", - } - ); - } - } -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/AssetTypeActions_FMODEvent.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/AssetTypeActions_FMODEvent.cpp deleted file mode 100644 index 5377d1d9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/AssetTypeActions_FMODEvent.cpp +++ /dev/null @@ -1,146 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "AssetTypeActions_FMODEvent.h" -#include "AssetTypeActions_Base.h" -#include "FMODEventEditor.h" -#include "FMODEvent.h" -#include "FMODUtils.h" -#include "FMODStudioModule.h" -#include "FMODStudioEditorModule.h" -#include "Editor.h" -#include "Framework/MultiBox/MultiBoxBuilder.h" -#include "Editor/EditorStyle/Public/EditorStyleSet.h" - -#define LOCTEXT_NAMESPACE "AssetTypeActions" - -FAssetTypeActions_FMODEvent::FAssetTypeActions_FMODEvent() - : CurrentPreviewEventInstance(nullptr) -{ - BeginPIEDelegateHandle = FEditorDelegates::BeginPIE.AddRaw(this, &FAssetTypeActions_FMODEvent::HandleBeginPIE); - IFMODStudioEditorModule::Get().BanksReloadedEvent().AddRaw(this, &FAssetTypeActions_FMODEvent::HandleBanksReloaded); -} - -FAssetTypeActions_FMODEvent::~FAssetTypeActions_FMODEvent() -{ - if (GIsRunning) - { - FEditorDelegates::BeginPIE.Remove(BeginPIEDelegateHandle); - IFMODStudioEditorModule::Get().BanksReloadedEvent().RemoveAll(this); - IFMODStudioModule::Get().StopAuditioningInstance(); - } -} - -UClass *FAssetTypeActions_FMODEvent::GetSupportedClass() const -{ - return UFMODEvent::StaticClass(); -} - -void FAssetTypeActions_FMODEvent::GetActions(const TArray &InObjects, FMenuBuilder &MenuBuilder) -{ - auto Events = GetTypedWeakObjectPtrs(InObjects); - - MenuBuilder.AddMenuEntry(LOCTEXT("FMODEvent_Play", "Play"), LOCTEXT("FMODEvent_PlayTooltip", "Plays the selected FMOD event."), - FSlateIcon(FAppStyle::GetAppStyleSetName(), "MediaAsset.AssetActions.Play"), - FUIAction(FExecuteAction::CreateSP(this, &FAssetTypeActions_FMODEvent::ExecutePlay, Events), - FCanExecuteAction::CreateSP(this, &FAssetTypeActions_FMODEvent::CanExecutePlayCommand, Events))); - - MenuBuilder.AddMenuEntry(LOCTEXT("FMODEvent_Stop", "Stop"), LOCTEXT("FMODEvent_StopTooltip", "Stops the currently playing FMOD event."), - FSlateIcon(FAppStyle::GetAppStyleSetName(), "MediaAsset.AssetActions.Stop"), - FUIAction(FExecuteAction::CreateSP(this, &FAssetTypeActions_FMODEvent::ExecuteStop, Events), FCanExecuteAction())); -} - -void FAssetTypeActions_FMODEvent::OpenAssetEditor(const TArray &InObjects, TSharedPtr EditWithinLevelEditor) -{ - EToolkitMode::Type Mode = EditWithinLevelEditor.IsValid() ? EToolkitMode::WorldCentric : EToolkitMode::Standalone; - - for (auto ObjIt = InObjects.CreateConstIterator(); ObjIt; ++ObjIt) - { - auto Event = Cast(*ObjIt); - if (IsValid(Event)) - { - TSharedRef NewFMODEventEditor(new FFMODEventEditor()); - NewFMODEventEditor->InitFMODEventEditor(Mode, EditWithinLevelEditor, Event); - } - } -} - -bool FAssetTypeActions_FMODEvent::CanExecutePlayCommand(TArray> Objects) const -{ - return Objects.Num() == 1; -} - -bool FAssetTypeActions_FMODEvent::AssetsActivatedOverride(const TArray &InObjects, EAssetTypeActivationMethod::Type ActivationType) -{ - if (ActivationType == EAssetTypeActivationMethod::Previewed) - { - for (auto ObjIt = InObjects.CreateConstIterator(); ObjIt; ++ObjIt) - { - UFMODEvent *Event = Cast(*ObjIt); - if (IsValid(Event)) - { - // Only play the first valid event - PlayEvent(Event); - break; - } - } - return true; - } - return false; -} - -void FAssetTypeActions_FMODEvent::ExecuteEdit(TArray> Objects) -{ - for (auto ObjIt = Objects.CreateConstIterator(); ObjIt; ++ObjIt) - { - auto Object = (*ObjIt).Get(); - if (IsValid(Object)) - { - GEditor->GetEditorSubsystem()->OpenEditorForAsset(Object); - } - } -} - -void FAssetTypeActions_FMODEvent::ExecutePlay(TArray> Objects) -{ - for (auto ObjIt = Objects.CreateConstIterator(); ObjIt; ++ObjIt) - { - UFMODEvent *Event = (*ObjIt).Get(); - if (IsValid(Event)) - { - // Only play the first valid event - PlayEvent(Event); - break; - } - } -} - -void FAssetTypeActions_FMODEvent::ExecuteStop(TArray> Objects) -{ - IFMODStudioModule::Get().StopAuditioningInstance(); -} - -void FAssetTypeActions_FMODEvent::PlayEvent(UFMODEvent *Event) -{ - if (IsValid(Event)) - { - CurrentPreviewEventInstance = IFMODStudioModule::Get().CreateAuditioningInstance(Event); - if (CurrentPreviewEventInstance != nullptr) - { - CurrentPreviewEventInstance->start(); - } - } -} - -void FAssetTypeActions_FMODEvent::HandleBeginPIE(bool bSimulating) -{ - // Studio module will handle its own auditioning, just clear the handle - CurrentPreviewEventInstance = nullptr; -} - -void FAssetTypeActions_FMODEvent::HandleBanksReloaded() -{ - // Studio module will handle its own auditioning, just clear the handle - CurrentPreviewEventInstance = nullptr; -} - -#undef LOCTEXT_NAMESPACE diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/AssetTypeActions_FMODEvent.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/AssetTypeActions_FMODEvent.h deleted file mode 100644 index 6318335b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/AssetTypeActions_FMODEvent.h +++ /dev/null @@ -1,56 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "AssetTypeActions_Base.h" - -namespace FMOD -{ -namespace Studio -{ -class EventInstance; -} -} - -class UFMODEvent; - -class FAssetTypeActions_FMODEvent : public FAssetTypeActions_Base -{ -public: - FAssetTypeActions_FMODEvent(); - ~FAssetTypeActions_FMODEvent(); - - // IAssetTypeActions Implementation - virtual FText GetName() const override { return NSLOCTEXT("AssetTypeActions", "AssetTypeActions_FMODEvent", "FMOD Event"); } - virtual FColor GetTypeColor() const override { return FColor(0, 175, 255); } - virtual UClass *GetSupportedClass() const override; - virtual bool HasActions(const TArray &InObjects) const override { return true; } - virtual void GetActions(const TArray &InObjects, FMenuBuilder &MenuBuilder) override; - virtual bool AssetsActivatedOverride(const TArray &InObjects, EAssetTypeActivationMethod::Type ActivationType) override; - virtual void OpenAssetEditor( - const TArray &InObjects, TSharedPtr EditWithinLevelEditor = TSharedPtr()) override; - virtual bool CanFilter() override { return false; } - virtual uint32 GetCategories() override { return EAssetTypeCategories::Sounds; } - -private: - /** Returns true if only one event is selected to play */ - bool CanExecutePlayCommand(TArray> Objects) const; - - /** Handler for when Edit is selected */ - void ExecuteEdit(TArray> Objects); - - /** Handler for when Play is selected */ - void ExecutePlay(TArray> Objects); - - /** Handler for when Stop is selected */ - void ExecuteStop(TArray> Objects); - - /** Plays the event */ - void PlayEvent(UFMODEvent *Event); - - void HandleBeginPIE(bool bSimulating); - void HandleBanksReloaded(); - - FMOD::Studio::EventInstance *CurrentPreviewEventInstance; - FDelegateHandle BeginPIEDelegateHandle; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAmbientSoundActorFactory.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAmbientSoundActorFactory.cpp deleted file mode 100644 index 48912e7d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAmbientSoundActorFactory.cpp +++ /dev/null @@ -1,67 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODAmbientSoundActorFactory.h" -#include "FMODStudioEditorPrivatePCH.h" -#include "FMODAmbientSound.h" -#include "FMODEvent.h" -#include "AssetRegistry/AssetData.h" -#include "Editor/EditorEngine.h" - -UFMODAmbientSoundActorFactory::UFMODAmbientSoundActorFactory(const FObjectInitializer &ObjectInitializer) - : Super(ObjectInitializer) -{ - DisplayName = NSLOCTEXT("FMOD", "FMODAmbientSoundDisplayName", "FMOD Ambient Sound"); - NewActorClass = AFMODAmbientSound::StaticClass(); -} - -bool UFMODAmbientSoundActorFactory::CanCreateActorFrom(const FAssetData &AssetData, FText &OutErrorMsg) -{ - //We allow creating AAmbientSounds without an existing sound asset - if (UActorFactory::CanCreateActorFrom(AssetData, OutErrorMsg)) - { - return true; - } - - if (AssetData.IsValid() && !AssetData.GetClass()->IsChildOf(UFMODEvent::StaticClass())) - { - OutErrorMsg = NSLOCTEXT("FMOD", "CanCreateActorFrom_NoFMODEventAsset", "A valid FMOD Event asset must be specified."); - return false; - } - - return true; -} - -void UFMODAmbientSoundActorFactory::PostSpawnActor(UObject *Asset, AActor *NewActor) -{ - UFMODEvent *Event = Cast(Asset); - - if (Event != NULL) - { - AFMODAmbientSound *NewSound = CastChecked(NewActor); - FActorLabelUtilities::SetActorLabelUnique(NewSound, Event->GetName()); - NewSound->AudioComponent->Event = Event; - } -} - -UObject *UFMODAmbientSoundActorFactory::GetAssetFromActorInstance(AActor *Instance) -{ - check(Instance->IsA(NewActorClass)); - AFMODAmbientSound *SoundActor = CastChecked(Instance); - - check(SoundActor->AudioComponent); - return SoundActor->AudioComponent->Event; -} - -void UFMODAmbientSoundActorFactory::PostCreateBlueprint(UObject *Asset, AActor *CDO) -{ - if (Asset != NULL && CDO != NULL) - { - UFMODEvent *Event = Cast(Asset); - - if (Event != NULL) - { - AFMODAmbientSound *NewSound = CastChecked(CDO); - NewSound->AudioComponent->Event = Event; - } - } -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAssetBroker.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAssetBroker.h deleted file mode 100644 index ed66c670..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAssetBroker.h +++ /dev/null @@ -1,39 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "ComponentAssetBroker.h" -#include "FMODEvent.h" - -////////////////////////////////////////////////////////////////////////// -// FFMODAssetBroker - -class FFMODAssetBroker : public IComponentAssetBroker -{ -public: - UClass *GetSupportedAssetClass() override { return UFMODEvent::StaticClass(); } - - virtual bool AssignAssetToComponent(UActorComponent *InComponent, UObject *InAsset) override - { - if (UFMODAudioComponent *AudioComp = Cast(InComponent)) - { - UFMODEvent *Event = Cast(InAsset); - - if ((Event != NULL) || (InAsset == NULL)) - { - AudioComp->Event = Event; - return true; - } - } - return false; - } - - virtual UObject *GetAssetFromComponent(UActorComponent *InComponent) override - { - if (UFMODAudioComponent *AudioComp = Cast(InComponent)) - { - return AudioComp->Event; - } - return NULL; - } -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAssetBuilder.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAssetBuilder.cpp deleted file mode 100644 index fa2ed716..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAssetBuilder.cpp +++ /dev/null @@ -1,682 +0,0 @@ -#include "FMODAssetBuilder.h" - -#include "AssetRegistry/AssetRegistryModule.h" -#include "FMODAssetLookup.h" -#include "FMODAssetTable.h" -#include "FMODBank.h" -#include "FMODBankLookup.h" -#include "FMODBus.h" -#include "FMODEvent.h" -#include "FMODSettings.h" -#include "FMODSnapshot.h" -#include "FMODSnapshotReverb.h" -#include "FMODPort.h" -#include "FMODUtils.h" -#include "FMODVCA.h" -#include "FileHelpers.h" -#include "ObjectTools.h" -#include "SourceControlHelpers.h" -#include "HAL/FileManager.h" -#include "Misc/MessageDialog.h" - -#include "fmod_studio.hpp" - -#define LOCTEXT_NAMESPACE "FMODAssetBuilder" - -FFMODAssetBuilder::~FFMODAssetBuilder() -{ - if (StudioSystem) - { - StudioSystem->release(); - } -} - -void FFMODAssetBuilder::Create() -{ - verifyfmod(FMOD::Studio::System::create(&StudioSystem)); - FMOD::System *lowLevelSystem = nullptr; - verifyfmod(StudioSystem->getCoreSystem(&lowLevelSystem)); - verifyfmod(lowLevelSystem->setOutput(FMOD_OUTPUTTYPE_NOSOUND_NRT)); - verifyfmod(StudioSystem->initialize(1, FMOD_STUDIO_INIT_ALLOW_MISSING_PLUGINS | FMOD_STUDIO_INIT_SYNCHRONOUS_UPDATE, FMOD_INIT_MIX_FROM_UPDATE, - nullptr)); -} - -void FFMODAssetBuilder::ProcessBanks() -{ - TArray AssetsToSave; - TArray AssetsToDelete; - const UFMODSettings& Settings = *GetDefault(); - FString PackagePath = Settings.GetFullContentPath() / FFMODAssetTable::PrivateDataPath(); - BuildBankLookup(FFMODAssetTable::BankLookupName(), PackagePath, Settings, AssetsToSave); - BuildAssets(Settings, FFMODAssetTable::AssetLookupName(), PackagePath, AssetsToSave, AssetsToDelete); - SaveAssets(AssetsToSave); - DeleteAssets(AssetsToDelete); -} - -FString FFMODAssetBuilder::GetMasterStringsBankPath() -{ - return BankLookup ? BankLookup->MasterStringsBankPath : FString(); -} - -void FFMODAssetBuilder::BuildAssets(const UFMODSettings& InSettings, const FString &AssetLookupName, const FString &AssetLookupPath, - TArray& AssetsToSave, TArray& AssetsToDelete) -{ - if (!BankLookup->MasterStringsBankPath.IsEmpty()) - { - FString StringPath = InSettings.GetFullBankPath() / BankLookup->MasterStringsBankPath; - - UE_LOG(LogFMOD, Log, TEXT("Loading strings bank: %s"), *StringPath); - - FMOD::Studio::Bank *StudioStringBank; - FMOD_RESULT StringResult = StudioSystem->loadBankFile(TCHAR_TO_UTF8(*StringPath), FMOD_STUDIO_LOAD_BANK_NORMAL, &StudioStringBank); - - if (StringResult == FMOD_OK) - { - TArray RawBuffer; - RawBuffer.SetNum(256); // Initial capacity - - int Count = 0; - verifyfmod(StudioStringBank->getStringCount(&Count)); - - // Enumerate all of the names in the strings bank and gather the information required to create the UE4 assets for each object - TArray AssetCreateInfos; - AssetCreateInfos.Reserve(Count); - - for (int StringIdx = 0; StringIdx < Count; ++StringIdx) - { - FMOD::Studio::ID Guid = { 0 }; - - while (true) - { - int ActualSize = 0; - FMOD_RESULT Result = StudioStringBank->getStringInfo(StringIdx, &Guid, RawBuffer.GetData(), RawBuffer.Num(), &ActualSize); - - if (Result == FMOD_ERR_TRUNCATED) - { - RawBuffer.SetNum(ActualSize); - } - else - { - verifyfmod(Result); - break; - } - } - - FString AssetName(UTF8_TO_TCHAR(RawBuffer.GetData())); - FGuid AssetGuid = FMODUtils::ConvertGuid(Guid); - - if (!AssetName.IsEmpty()) - { - AssetCreateInfo CreateInfo = {}; - - if (MakeAssetCreateInfo(AssetGuid, AssetName, &CreateInfo)) - { - AssetCreateInfos.Add(CreateInfo); - } - } - } - - verifyfmod(StudioStringBank->unload()); - verifyfmod(StudioSystem->update()); - - // Load or create asset lookup - FString AssetLookupPackageName = AssetLookupPath + AssetLookupName; - UPackage *AssetLookupPackage = CreatePackage(*AssetLookupPackageName); - AssetLookupPackage->FullyLoad(); - - bool bAssetLookupCreated = false; - bool bAssetLookupModified = false; - - UDataTable *AssetLookup = FindObject(AssetLookupPackage, *AssetLookupName, true); - - if (!AssetLookup) - { - AssetLookup = NewObject(AssetLookupPackage, *AssetLookupName, RF_Public | RF_Standalone | RF_MarkAsRootSet); - AssetLookup->RowStruct = FFMODAssetLookupRow::StaticStruct(); - bAssetLookupCreated = true; - } - - // Create a list of existing assets in the lookup - we'll use this to delete stale assets - TMap StaleAssets{}; - AssetLookup->ForeachRow(FString(), [&StaleAssets](const FName& Key, const FFMODAssetLookupRow& Value) { - StaleAssets.Add(Key, Value); - }); - - for (const AssetCreateInfo &CreateInfo : AssetCreateInfos) - { - UFMODAsset *Asset = CreateAsset(CreateInfo, AssetsToSave); - - if (Asset) - { - UPackage *AssetPackage = Asset->GetPackage(); - FString AssetPackageName = AssetPackage->GetPathName(); - FString AssetName = Asset->GetPathName(AssetPackage); - FName LookupRowName = FName(*CreateInfo.StudioPath); - FFMODAssetLookupRow* LookupRow = AssetLookup->FindRow(LookupRowName, FString(), false); - - if (LookupRow) - { - if (LookupRow->PackageName != AssetPackageName || LookupRow->AssetName != AssetName) - { - LookupRow->PackageName = AssetPackageName; - LookupRow->AssetName = AssetName; - bAssetLookupModified = true; - } - } - else - { - FFMODAssetLookupRow NewRow{}; - NewRow.PackageName = AssetPackageName; - NewRow.AssetName = AssetName; - AssetLookup->AddRow(LookupRowName, NewRow); - bAssetLookupModified = true; - } - - StaleAssets.Remove(LookupRowName); - } - } - - // Delete stale assets - if (StaleAssets.Num() > 0) - { - for (auto& Entry : StaleAssets) - { - UPackage *Package = CreatePackage(*Entry.Value.PackageName); - Package->FullyLoad(); - UFMODAsset *Asset = Package ? FindObject(Package, *Entry.Value.AssetName) : nullptr; - - if (Asset) - { - UE_LOG(LogFMOD, Log, TEXT("Deleting stale asset %s/%s."), *Entry.Value.PackageName, *Entry.Value.AssetName); - AssetsToDelete.Add(Asset); - } - - AssetLookup->RemoveRow(Entry.Key); - } - - bAssetLookupModified = true; - } - - if (bAssetLookupCreated || bAssetLookupModified) - { - AssetsToSave.Add(AssetLookup); - } - } - else - { - UE_LOG(LogFMOD, Warning, TEXT("Failed to load strings bank: %s"), *StringPath); - } - } -} - -void FFMODAssetBuilder::BuildBankLookup(const FString &AssetName, const FString &PackagePath, const UFMODSettings &InSettings, - TArray& AssetsToSave) -{ - FString PackageName = PackagePath + AssetName; - UPackage *Package = CreatePackage(*PackageName); - Package->FullyLoad(); - - bool bCreated = false; - bool bModified = false; - - BankLookup = FindObject(Package, *AssetName, true); - - if (!BankLookup) - { - BankLookup = NewObject(Package, *AssetName, RF_Public | RF_Standalone | RF_MarkAsRootSet); - BankLookup->DataTable = NewObject(BankLookup, "DataTable", RF_NoFlags); - BankLookup->DataTable->RowStruct = FFMODLocalizedBankTable::StaticStruct(); - bCreated = true; - } - - // Get a list of all bank GUIDs already in the lookup - this will be used to remove stale GUIDs after processing - // the current banks on disk. - TArray StaleBanks(BankLookup->DataTable->GetRowNames()); - - // Process all banks on disk - TArray BankPaths; - FString SearchDir = InSettings.GetFullBankPath(); - IFileManager::Get().FindFilesRecursive(BankPaths, *SearchDir, TEXT("*.bank"), true, false, false); - - if (BankPaths.Num() <= 0) - { - return; - } - - TArray LocalizedEntriesVisited; - - for (FString BankPath : BankPaths) - { - FMOD::Studio::Bank* Bank; - FMOD_GUID BankID; - - FMOD_RESULT result = StudioSystem->loadBankFile(TCHAR_TO_UTF8(*BankPath), FMOD_STUDIO_LOAD_BANK_NORMAL, &Bank); - if (result == FMOD_OK) - { - result = Bank->getID(&BankID); - Bank->unload(); - } - if (result != FMOD_OK) - { - UE_LOG(LogFMOD, Error, TEXT("Failed to add bank %s to lookup."), *BankPath); - continue; - } - - FString GUID = FMODUtils::ConvertGuid(BankID).ToString(EGuidFormats::DigitsWithHyphensInBraces); - FName OuterRowName(*GUID); - - FFMODLocalizedBankTable* Row = BankLookup->DataTable->FindRow(OuterRowName, nullptr, false); - if (Row) - { - StaleBanks.RemoveSingle(OuterRowName); - } - else - { - FFMODLocalizedBankTable NewRow{}; - NewRow.Banks = NewObject(BankLookup->DataTable, *BankPath, RF_NoFlags); - NewRow.Banks->RowStruct = FFMODLocalizedBankRow::StaticStruct(); - BankLookup->DataTable->AddRow(OuterRowName, NewRow); - Row = BankLookup->DataTable->FindRow(OuterRowName, nullptr, false); - bModified = true; - } - - // Set InnerRowName to either "" or a locale code based on the BankPath e.g. "JP" - FName InnerRowName(""); - for (const FFMODProjectLocale& Locale : InSettings.Locales) - { - // Remove all expected extensions from end of filename before checking for locale code. - // Note, we may encounter multiple extensions e.g. "Dialogue.assets.bank" - const FString BankExtensions[] = { TEXT(".assets"), TEXT(".streams"), TEXT(".strings") }; - FString Filename = FPaths::GetCleanFilename(BankPath); - Filename.RemoveFromEnd(TEXT(".bank")); - for (const FString& extension : BankExtensions) - { - Filename.RemoveFromEnd(extension); - } - - if (Filename.EndsWith(FString("_") + Locale.LocaleCode)) - { - InnerRowName = FName(*Locale.LocaleCode); - break; - } - } - - // See if we've visited this OuterRowName + InnerRowName already and skip it if so. This is mainly to - // avoid setting "" multiple times (and causing BankLookup to be modified) when no - // locales are set up in Unreal. - FString LocalizedEntryKey = OuterRowName.ToString() + InnerRowName.ToString(); - if (LocalizedEntriesVisited.Find(LocalizedEntryKey) != INDEX_NONE) - { - UE_LOG(LogFMOD, Warning, TEXT("Ignoring bank %s as another bank with the same GUID is already being used.\n" - "Bank %s does not match any locales in the FMOD Studio plugin settings."), *BankPath, *BankPath); - continue; - } - LocalizedEntriesVisited.Add(LocalizedEntryKey); - - FFMODLocalizedBankRow* InnerRow = Row->Banks->FindRow(InnerRowName, nullptr, false); - FString RelativeBankPath = BankPath.RightChop(InSettings.GetFullBankPath().Len() + 1); - - if (InnerRow) - { - if (InnerRow->Path != RelativeBankPath) - { - InnerRow->Path = RelativeBankPath; - bModified = true; - } - } - else - { - FFMODLocalizedBankRow NewRow{}; - NewRow.Path = RelativeBankPath; - Row->Banks->AddRow(InnerRowName, NewRow); - bModified = true; - } - - FString CurFilename = FPaths::GetCleanFilename(BankPath); - - if (CurFilename == InSettings.GetMasterBankFilename() && BankLookup->MasterBankPath != RelativeBankPath) - { - BankLookup->MasterBankPath = RelativeBankPath; - bModified = true; - } - else if (CurFilename == InSettings.GetMasterStringsBankFilename() && BankLookup->MasterStringsBankPath != RelativeBankPath) - { - BankLookup->MasterStringsBankPath = RelativeBankPath; - bModified = true; - } - else if (CurFilename == InSettings.GetMasterAssetsBankFilename() && BankLookup->MasterAssetsBankPath != RelativeBankPath) - { - BankLookup->MasterAssetsBankPath = RelativeBankPath; - bModified = true; - } - } - - StudioSystem->flushCommands(); - - // Remove stale banks from lookup - if (StaleBanks.Num() > 0) - { - for (const auto& RowName : StaleBanks) - { - BankLookup->DataTable->RemoveRow(RowName); - } - - bModified = true; - } - - // Remove stale localized bank entries from lookup - for (auto& outer : BankLookup->DataTable->GetRowMap()) - { - FName outerrowname = outer.Key; - FFMODLocalizedBankTable* outerrow = reinterpret_cast(outer.Value); - TArray RowsToRemove; - for (auto& inner : outerrow->Banks->GetRowMap()) - { - FName innerrowname = inner.Key; - FFMODLocalizedBankRow* innerrow = reinterpret_cast(inner.Value); - FString LocalizedEntryKey = outerrowname.ToString() + innerrowname.ToString(); - if (LocalizedEntriesVisited.Find(LocalizedEntryKey) == INDEX_NONE) - { - RowsToRemove.Add(innerrowname); - } - } - for (auto& rowname : RowsToRemove) - { - outerrow->Banks->RemoveRow(rowname); - bModified = true; - } - } - - if (bCreated) - { - UE_LOG(LogFMOD, Log, TEXT("BankLookup created.\n")); - FAssetRegistryModule::AssetCreated(BankLookup); - } - - if (bCreated || bModified) - { - UE_LOG(LogFMOD, Log, TEXT("BankLookup modified.\n")); - AssetsToSave.Add(BankLookup); - } - - UE_LOG(LogFMOD, Log, TEXT("===== BankLookup =====\n")); - for (auto& outer : BankLookup->DataTable->GetRowMap()) - { - FName outerrowname = outer.Key; - FFMODLocalizedBankTable* outerrow = reinterpret_cast(outer.Value); - UE_LOG(LogFMOD, Log, TEXT("GUID: %s\n"), *(outerrowname.ToString())); - for (auto& inner : outerrow->Banks->GetRowMap()) - { - FName innerrowname = inner.Key; - FFMODLocalizedBankRow* innerrow = reinterpret_cast(inner.Value); - UE_LOG(LogFMOD, Log, TEXT(" Locale: %s Path: %s\n"), *(innerrowname.ToString()), *innerrow->Path); - } - } -} - -FString FFMODAssetBuilder::GetAssetClassName(UClass* AssetClass) -{ - FString ClassName(""); - - if (AssetClass == UFMODEvent::StaticClass()) - { - ClassName = TEXT("Events"); - } - else if (AssetClass == UFMODSnapshot::StaticClass()) - { - ClassName = TEXT("Snapshots"); - } - else if (AssetClass == UFMODBank::StaticClass()) - { - ClassName = TEXT("Banks"); - } - else if (AssetClass == UFMODBus::StaticClass()) - { - ClassName = TEXT("Buses"); - } - else if (AssetClass == UFMODVCA::StaticClass()) - { - ClassName = TEXT("VCAs"); - } - else if (AssetClass == UFMODSnapshotReverb::StaticClass()) - { - ClassName = TEXT("Reverbs"); - } - else if (AssetClass == UFMODPort::StaticClass()) - { - ClassName = TEXT("Ports"); - } - return ClassName; -} - -bool FFMODAssetBuilder::MakeAssetCreateInfo(const FGuid &AssetGuid, const FString &StudioPath, AssetCreateInfo *CreateInfo) -{ - CreateInfo->StudioPath = StudioPath; - CreateInfo->Guid = AssetGuid; - - FString AssetType; - FString AssetPath; - StudioPath.Split(TEXT(":"), &AssetType, &AssetPath, ESearchCase::CaseSensitive, ESearchDir::FromStart); - - if (AssetType.Equals(TEXT("event"))) - { - CreateInfo->Class = UFMODEvent::StaticClass(); - } - else if (AssetType.Equals(TEXT("snapshot"))) - { - CreateInfo->Class = UFMODSnapshot::StaticClass(); - } - else if (AssetType.Equals(TEXT("bank"))) - { - CreateInfo->Class = UFMODBank::StaticClass(); - } - else if (AssetType.Equals(TEXT("bus"))) - { - CreateInfo->Class = UFMODBus::StaticClass(); - } - else if (AssetType.Equals(TEXT("vca"))) - { - CreateInfo->Class = UFMODVCA::StaticClass(); - } - else if (AssetType.Equals(TEXT("port"))) - { - CreateInfo->Class = UFMODPort::StaticClass(); - } - else if (AssetType.Equals(TEXT("parameter"))) - { - return false; - } - else - { - UE_LOG(LogFMOD, Warning, TEXT("Unknown asset type: %s"), *AssetType); - CreateInfo->Class = UFMODAsset::StaticClass(); - } - - AssetPath.Split(TEXT("/"), &(CreateInfo->Path), &(CreateInfo->AssetName), ESearchCase::CaseSensitive, ESearchDir::FromEnd); - - if (CreateInfo->AssetName.IsEmpty() || CreateInfo->AssetName.Contains(TEXT(".strings"))) - { - return false; - } - return true; -} - -UFMODAsset *FFMODAssetBuilder::CreateAsset(const AssetCreateInfo& CreateInfo, TArray& AssetsToSave) -{ - FString SanitizedAssetName; - FText OutReason; - - if (FName::IsValidXName(CreateInfo.AssetName, INVALID_OBJECTNAME_CHARACTERS, &OutReason)) - { - SanitizedAssetName = CreateInfo.AssetName; - } - else - { - SanitizedAssetName = ObjectTools::SanitizeObjectName(CreateInfo.AssetName); - UE_LOG(LogFMOD, Log, TEXT("'%s' cannot be used as a UE4 asset name. %s. Using '%s' instead."), *CreateInfo.AssetName, - *OutReason.ToString(), *SanitizedAssetName); - } - - const UFMODSettings &Settings = *GetDefault(); - FString Folder = Settings.GetFullContentPath() / GetAssetClassName(CreateInfo.Class) + CreateInfo.Path; - FString PackagePath = FString::Printf(TEXT("%s/%s"), *Folder, *SanitizedAssetName); - FString SanitizedPackagePath; - - if (FName::IsValidXName(PackagePath, INVALID_LONGPACKAGE_CHARACTERS, &OutReason)) - { - SanitizedPackagePath = PackagePath; - } - else - { - SanitizedPackagePath = ObjectTools::SanitizeInvalidChars(PackagePath, INVALID_LONGPACKAGE_CHARACTERS); - UE_LOG(LogFMOD, Log, TEXT("'%s' cannot be used as a UE4 asset path. %s. Using '%s' instead."), *PackagePath, *OutReason.ToString(), - *SanitizedPackagePath); - } - - UPackage *Package = CreatePackage(*SanitizedPackagePath); - Package->FullyLoad(); - - UFMODAsset *Asset = FindObject(Package, *SanitizedAssetName); - bool bCreated = false; - bool bModified = false; - - if (Asset && Asset->GetClass() == CreateInfo.Class) - { - if (Asset->AssetGuid != CreateInfo.Guid) - { - UE_LOG(LogFMOD, Log, TEXT("Updating asset: %s"), *SanitizedPackagePath); - Asset->AssetGuid = CreateInfo.Guid; - bModified = true; - } - } - else - { - UE_LOG(LogFMOD, Log, TEXT("Adding asset: %s"), *SanitizedPackagePath); - Asset = NewObject(Package, CreateInfo.Class, FName(*SanitizedAssetName), RF_Standalone | RF_Public | RF_MarkAsRootSet); - Asset->AssetGuid = CreateInfo.Guid; - bCreated = true; - } - - if (bCreated) - { - FAssetRegistryModule::AssetCreated(Asset); - } - - if (bCreated || bModified) - { - AssetsToSave.Add(Asset); - } - - if (!IsValid(Asset)) - { - UE_LOG(LogFMOD, Error, TEXT("Failed to construct asset: %s"), *SanitizedPackagePath); - } - - if (CreateInfo.Class == UFMODSnapshot::StaticClass()) - { - FString OldPrefix = Settings.ContentBrowserPrefix + GetAssetClassName(Asset->GetClass()); - FString NewPrefix = Settings.ContentBrowserPrefix + GetAssetClassName(UFMODSnapshotReverb::StaticClass()); - UObject *Outer = Asset->GetOuter() ? Asset->GetOuter() : Asset; - FString ReverbPackagePath = Outer->GetPathName().Replace(*OldPrefix, *NewPrefix); - - UPackage *ReverbPackage = CreatePackage(*ReverbPackagePath); - ReverbPackage->FullyLoad(); - - UFMODSnapshotReverb *AssetReverb = FindObject(ReverbPackage, *SanitizedAssetName, true); - bCreated = false; - bModified = false; - - if (AssetReverb) - { - if (AssetReverb->AssetGuid != CreateInfo.Guid) - { - UE_LOG(LogFMOD, Log, TEXT("Updating snapshot reverb asset: %s"), *ReverbPackagePath); - AssetReverb->AssetGuid = CreateInfo.Guid; - bModified = true; - } - } - else - { - UE_LOG(LogFMOD, Log, TEXT("Constructing snapshot reverb asset: %s"), *ReverbPackagePath); - AssetReverb = NewObject(ReverbPackage, UFMODSnapshotReverb::StaticClass(), FName(*SanitizedAssetName), - RF_Standalone | RF_Public | RF_MarkAsRootSet); - AssetReverb->AssetGuid = CreateInfo.Guid; - bCreated = true; - } - - if (bCreated) - { - FAssetRegistryModule::AssetCreated(AssetReverb); - } - - if (bCreated || bModified) - { - AssetsToSave.Add(AssetReverb); - } - - if (!IsValid(AssetReverb)) - { - UE_LOG(LogFMOD, Error, TEXT("Failed to construct snapshot reverb asset: %s"), *ReverbPackagePath); - } - } - - return Asset; -} - -void FFMODAssetBuilder::SaveAssets(TArray& AssetsToSave) -{ - if (AssetsToSave.Num() == 0) - { - return; - } - - TArray PackagesToSave; - - for (auto& Asset : AssetsToSave) - { - UPackage* Package = Asset->GetPackage(); - - if (Package) - { - Package->MarkPackageDirty(); - PackagesToSave.Add(Package); - } - } - - UEditorLoadingAndSavingUtils::SavePackages(PackagesToSave, true); -} - -void FFMODAssetBuilder::DeleteAssets(TArray& AssetsToDelete) -{ - if (AssetsToDelete.Num() == 0) - { - return; - } - - TArray ObjectsToDelete; - - for (auto& Asset : AssetsToDelete) - { - ObjectsToDelete.Add(Asset); - - if (Asset->GetClass() == UFMODSnapshot::StaticClass()) - { - // Also delete the reverb asset - const UFMODSettings &Settings = *GetDefault(); - FString OldPrefix = Settings.ContentBrowserPrefix + GetAssetClassName(Asset->GetClass()); - FString NewPrefix = Settings.ContentBrowserPrefix + GetAssetClassName(UFMODSnapshotReverb::StaticClass()); - FString ReverbName = Asset->GetPathName().Replace(*OldPrefix, *NewPrefix); - UObject *Reverb = StaticFindObject(UFMODSnapshotReverb::StaticClass(), nullptr, *ReverbName); - - if (Reverb) - { - ObjectsToDelete.Add(Reverb); - } - } - } - - // Use ObjectTools to delete assets - ObjectTools::DeleteObjects handles confirmation, source control, and making read only files writables - ObjectTools::DeleteObjects(ObjectsToDelete, !IsRunningCommandlet()); -} - -#undef LOCTEXT_NAMESPACE \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAudioComponentDetails.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAudioComponentDetails.cpp deleted file mode 100644 index 88999fe6..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAudioComponentDetails.cpp +++ /dev/null @@ -1,115 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODAudioComponentDetails.h" -#include "Subsystems/AssetEditorSubsystem.h" -#include "FMODAmbientSound.h" -#include "FMODStudioModule.h" -#include "FMODEvent.h" -#include "fmod_studio.hpp" -#include "Editor.h" -#include "Widgets/Input/SButton.h" -#include "Editor/PropertyEditor/Public/DetailLayoutBuilder.h" -#include "Editor/PropertyEditor/Public/DetailCategoryBuilder.h" - -#define LOCTEXT_NAMESPACE "FMODStudio" - -TSharedRef FFMODAudioComponentDetails::MakeInstance() -{ - return MakeShareable(new FFMODAudioComponentDetails); -} - -void FFMODAudioComponentDetails::CustomizeDetails(IDetailLayoutBuilder &DetailBuilder) -{ - const TArray> &SelectedObjects = DetailBuilder.GetSelectedObjects(); - - for (int32 ObjectIndex = 0; !AudioComponent.IsValid() && ObjectIndex < SelectedObjects.Num(); ++ObjectIndex) - { - const TWeakObjectPtr &CurrentObject = SelectedObjects[ObjectIndex]; - if (CurrentObject.Get()->GetClass()->IsChildOf(UFMODAudioComponent::StaticClass())) - { - AudioComponent = Cast(CurrentObject.Get()); - } - else - { - AudioComponent = Cast(CurrentObject.Get())->FindComponentByClass(); - } - } - - DetailBuilder.EditCategory(TEXT("FMODAudio")) - .AddCustomRow( - FText::GetEmpty())[SNew(SVerticalBox) + - SVerticalBox::Slot() - .Padding(0, 2.0f, 0, 0) - .FillHeight(1.0f) - .VAlign( - VAlign_Center)[SNew(SHorizontalBox) + - SHorizontalBox::Slot() - .AutoWidth() - .Padding(2.0f, 0.0f) - .VAlign(VAlign_Center) - .HAlign(HAlign_Left)[SNew(SButton) - .VAlign(VAlign_Center) - .OnClicked(this, &FFMODAudioComponentDetails::OnEditSoundClicked) - .Text(LOCTEXT("View Details", "Details"))] + - SHorizontalBox::Slot() - .AutoWidth() - .Padding(2.0f, 0.0f) - .VAlign(VAlign_Center) - .HAlign(HAlign_Left)[SNew(SButton) - .VAlign(VAlign_Center) - .OnClicked(this, &FFMODAudioComponentDetails::OnPlaySoundClicked) - .Text(LOCTEXT("Play FMOD Event", "Play"))] + - SHorizontalBox::Slot() - .AutoWidth() - .Padding(2.0f, 0.0f) - .VAlign(VAlign_Center) - .HAlign(HAlign_Left)[SNew(SButton) - .VAlign(VAlign_Center) - .OnClicked(this, &FFMODAudioComponentDetails::OnStopSoundClicked) - .Text(LOCTEXT("Stop FMOD Event", "Stop"))]]]; -} - -FReply FFMODAudioComponentDetails::OnEditSoundClicked() -{ - if (AudioComponent.IsValid()) - { - UFMODEvent *Event = AudioComponent.Get()->Event; - if (Event) - { - GEditor->GetEditorSubsystem()->OpenEditorForAsset(Event); - } - } - - return FReply::Handled(); -} - -FReply FFMODAudioComponentDetails::OnPlaySoundClicked() -{ - if (AudioComponent.IsValid()) - { - UFMODEvent *Event = AudioComponent.Get()->Event; - if (IsValid(Event)) - { - FMOD::Studio::EventInstance *Instance = IFMODStudioModule::Get().CreateAuditioningInstance(Event); - if (Instance) - { - for (auto param : AudioComponent->ParameterCache) - { - Instance->setParameterByName(TCHAR_TO_UTF8(*param.Key.ToString()), param.Value); - } - Instance->start(); - } - } - } - - return FReply::Handled(); -} - -FReply FFMODAudioComponentDetails::OnStopSoundClicked() -{ - IFMODStudioModule::Get().StopAuditioningInstance(); - - return FReply::Handled(); -} - -#undef LOCTEXT_NAMESPACE diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAudioComponentDetails.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAudioComponentDetails.h deleted file mode 100644 index 5beae5ae..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAudioComponentDetails.h +++ /dev/null @@ -1,26 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -//#include "PropertyEditing.h" -#include "PropertyCustomizationHelpers.h" -#include "IDetailCustomization.h" - -class IDetailLayoutBuilder; - -class FFMODAudioComponentDetails : public IDetailCustomization -{ -public: - /** Makes a new instance of this detail layout class for a specific detail view requesting it */ - static TSharedRef MakeInstance(); - -private: - /** IDetailCustomization interface */ - virtual void CustomizeDetails(IDetailLayoutBuilder &DetailBuilder) override; - - FReply OnEditSoundClicked(); - FReply OnPlaySoundClicked(); - FReply OnStopSoundClicked(); - - TWeakObjectPtr AudioComponent; -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAudioComponentVisualizer.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAudioComponentVisualizer.cpp deleted file mode 100644 index fd3729a3..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAudioComponentVisualizer.cpp +++ /dev/null @@ -1,54 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODAudioComponentVisualizer.h" -#include "FMODAudioComponent.h" -#include "FMODUtils.h" -#include "FMODEvent.h" -#include "fmod_studio.hpp" -#include "SceneView.h" -#include "SceneManagement.h" - -void FFMODAudioComponentVisualizer::DrawVisualization(const UActorComponent *Component, const FSceneView *View, FPrimitiveDrawInterface *PDI) -{ - if (View->Family->EngineShowFlags.AudioRadius) - { - const UFMODAudioComponent *AudioComp = Cast(Component); - if (IsValid(AudioComp) && AudioComp->Event) - { - FMOD::Studio::EventDescription *EventDesc = - IFMODStudioModule::Get().GetEventDescription(AudioComp->Event, EFMODSystemContext::Auditioning); - if (EventDesc != nullptr) - { - bool bIs3D = false; - EventDesc->is3D(&bIs3D); - if (bIs3D) - { - const FColor AudioOuterRadiusColor(255, 153, 0); - const FColor AudioInnerRadiusColor(216, 130, 0); - - const FTransform &Transform = AudioComp->GetComponentTransform(); - - float MinDistance = 0.0f; - float MaxDistance = 0.0f; - if (AudioComp->AttenuationDetails.bOverrideAttenuation) - { - MinDistance = AudioComp->AttenuationDetails.MinimumDistance; - MaxDistance = AudioComp->AttenuationDetails.MaximumDistance; - } - else - { - EventDesc->getMinMaxDistance(&MinDistance, &MaxDistance); - } - MinDistance = FMODUtils::DistanceToUEScale(MinDistance); - MaxDistance = FMODUtils::DistanceToUEScale(MaxDistance); - - DrawWireSphereAutoSides(PDI, Transform.GetTranslation(), AudioOuterRadiusColor, MinDistance, SDPG_World); - if (MaxDistance != MinDistance) - { - DrawWireSphereAutoSides(PDI, Transform.GetTranslation(), AudioInnerRadiusColor, MaxDistance, SDPG_World); - } - } - } - } - } -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAudioComponentVisualizer.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAudioComponentVisualizer.h deleted file mode 100644 index d59f6805..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODAudioComponentVisualizer.h +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "ComponentVisualizer.h" - -class FFMODAudioComponentVisualizer : public FComponentVisualizer -{ -public: - // Begin FComponentVisualizer interface - virtual void DrawVisualization(const UActorComponent *Component, const FSceneView *View, FPrimitiveDrawInterface *PDI) override; - // End FComponentVisualizer interface -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODBankUpdateNotifier.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODBankUpdateNotifier.cpp deleted file mode 100644 index 61955c1e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODBankUpdateNotifier.cpp +++ /dev/null @@ -1,96 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODBankUpdateNotifier.h" -#include "FMODSettings.h" -#include "HAL/FileManager.h" - -#include "FMODStudioEditorPrivatePCH.h" - -FFMODBankUpdateNotifier::FFMODBankUpdateNotifier() - : bUpdateEnabled(true) - , NextRefreshTime(FDateTime::MinValue()) - , FileTime(FDateTime::MinValue()) - , Countdown(0.0f) -{ -} - -void FFMODBankUpdateNotifier::SetFilePath(const FString &InPath) -{ - FilePath = InPath; - NextRefreshTime = FDateTime::MinValue(); - FileTime = MostRecentFileTime(); -} - -void FFMODBankUpdateNotifier::Update(float DeltaTime) -{ - if (bUpdateEnabled) - { - FDateTime CurTime = FDateTime::UtcNow(); - - if (CurTime >= NextRefreshTime) - { - Refresh(); - NextRefreshTime = CurTime + FTimespan(0, 0, 1); - } - - if (Countdown > 0.0f) - { - Countdown -= DeltaTime; - - if (Countdown <= 0.0f) - { - BanksUpdatedEvent.Broadcast(); - } - } - } -} - -void FFMODBankUpdateNotifier::EnableUpdate(bool bEnable) -{ - bUpdateEnabled = bEnable; - - if (bEnable) - { - // Refreshing right after update is enabled is not desirable - NextRefreshTime = FDateTime::UtcNow() + FTimespan(0, 0, 1); - - // Cancel any pending countdown - Countdown = 0.0f; - } -} - -void FFMODBankUpdateNotifier::Refresh() -{ - if (!FilePath.IsEmpty()) - { - FDateTime NewFileTime = MostRecentFileTime(); - - if (NewFileTime != FileTime) - { - const UFMODSettings &Settings = *GetDefault(); - Countdown = (float)Settings.ReloadBanksDelay; - FileTime = NewFileTime; - } - } -} - -FDateTime FFMODBankUpdateNotifier::MostRecentFileTime() -{ - // Get the most recent modified timestamp of all the bank files in the directory we are watching. - FDateTime MostRecent = FDateTime::MinValue(); - - TArray BankPaths; - IFileManager::Get().FindFilesRecursive(BankPaths, *FilePath, TEXT("*.bank"), true, false, false); - - for (const auto& Path : BankPaths) - { - FDateTime ModifiedTime = IFileManager::Get().GetTimeStamp(*Path); - - if (ModifiedTime > MostRecent) - { - MostRecent = ModifiedTime; - } - } - - return MostRecent; -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODBankUpdateNotifier.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODBankUpdateNotifier.h deleted file mode 100644 index 6b86aaec..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODBankUpdateNotifier.h +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "Containers/UnrealString.h" -#include "Misc/DateTime.h" -#include "Delegates/Delegate.h" - -class FFMODBankUpdateNotifier -{ -public: - FFMODBankUpdateNotifier(); - - void SetFilePath(const FString &InPath); - void Update(float DeltaTime); - - void EnableUpdate(bool bEnable); - - FSimpleMulticastDelegate BanksUpdatedEvent; - -private: - void Refresh(); - FDateTime MostRecentFileTime(); - - bool bUpdateEnabled; - FString FilePath; - FDateTime NextRefreshTime; - FDateTime FileTime; - float Countdown; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODEventEditor.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODEventEditor.cpp deleted file mode 100644 index eda21682..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODEventEditor.cpp +++ /dev/null @@ -1,189 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODEventEditor.h" -#include "FMODEvent.h" -#include "FMODStudioEditorModule.h" -#include "FMODStudioModule.h" -#include "FMODUtils.h" -#include "SFMODEventEditorPanel.h" -#include "Widgets/Docking/SDockTab.h" -#include "fmod_studio.hpp" -#include "Editor.h" - -#define LOCTEXT_NAMESPACE "FMODEventEditor" - -DEFINE_LOG_CATEGORY_STATIC(LogFMODEventEditor, Log, All); - -const FName FFMODEventEditor::EventEditorTabId(TEXT("FFMODEventEditor_EventView")); -const FName FFMODEventEditor::FMODEventEditorAppIdentifier(TEXT("FMODEventEditorApp")); - -void FFMODEventEditor::RegisterTabSpawners(const TSharedRef &NewTabManager) -{ - WorkspaceMenuCategory = NewTabManager->AddLocalWorkspaceMenuCategory(LOCTEXT("WorkspaceMenu_FMODEventEditor", "FMOD Event Editor")); - auto WorkspaceMenuCategoryRef = WorkspaceMenuCategory.ToSharedRef(); - - FAssetEditorToolkit::RegisterTabSpawners(NewTabManager); - - NewTabManager->RegisterTabSpawner(EventEditorTabId, FOnSpawnTab::CreateSP(this, &FFMODEventEditor::SpawnTab_EventEditor)) - .SetDisplayName(LOCTEXT("EventTab", "FMOD Event")) - .SetGroup(WorkspaceMenuCategoryRef); -} - -void FFMODEventEditor::UnregisterTabSpawners(const TSharedRef &NewTabManager) -{ - FAssetEditorToolkit::UnregisterTabSpawners(NewTabManager); - - NewTabManager->UnregisterTabSpawner(EventEditorTabId); -} - -FFMODEventEditor::FFMODEventEditor() - : CurrentPreviewEventInstance(nullptr) - , EditedEvent(nullptr) -{ - IFMODStudioEditorModule::Get().BanksReloadedEvent().AddRaw(this, &FFMODEventEditor::HandleBanksReloaded); - BeginPIEDelegateHandle = FEditorDelegates::BeginPIE.AddRaw(this, &FFMODEventEditor::HandleBeginPIE); -} - -FFMODEventEditor::~FFMODEventEditor() -{ - IFMODStudioEditorModule::Get().BanksReloadedEvent().RemoveAll(this); - FEditorDelegates::BeginPIE.Remove(BeginPIEDelegateHandle); - - CurrentPreviewEventInstance = nullptr; -} - -UFMODEvent *FFMODEventEditor::GetEditedEvent() const -{ - return EditedEvent; -} - -FMOD::Studio::EventDescription *FFMODEventEditor::GetEventDescription() const -{ - return IFMODStudioModule::Get().GetEventDescription(EditedEvent, EFMODSystemContext::Auditioning); -} - -void FFMODEventEditor::PlayEvent() -{ - CurrentPreviewEventInstance = IFMODStudioModule::Get().CreateAuditioningInstance(EditedEvent); - if (CurrentPreviewEventInstance != nullptr) - { - TArray values; - TArray ids; - - ParameterValues.GenerateKeyArray(ids); - ParameterValues.GenerateValueArray(values); - - CurrentPreviewEventInstance->setParametersByIDs(ids.GetData(), values.GetData(), ParameterValues.Num()); - - CurrentPreviewEventInstance->start(); - } -} - -void FFMODEventEditor::PauseEvent() -{ - if (CurrentPreviewEventInstance != nullptr) - { - bool bIsPaused = false; - CurrentPreviewEventInstance->getPaused(&bIsPaused); - CurrentPreviewEventInstance->setPaused(!bIsPaused); - } -} - -void FFMODEventEditor::StopEvent() -{ - IFMODStudioModule::Get().StopAuditioningInstance(); -} - -void FFMODEventEditor::SetParameterValue(FMOD_STUDIO_PARAMETER_ID ParameterId, float Value) -{ - ParameterValues[ParameterId] = Value; - - if (CurrentPreviewEventInstance != nullptr) - { - CurrentPreviewEventInstance->setParameterByID(ParameterId, Value); - } -} - -void FFMODEventEditor::AddParameter(FMOD_STUDIO_PARAMETER_ID ParameterId, float Value) -{ - ParameterValues.Add(ParameterId, Value); -} - -float FFMODEventEditor::GetParameterValue(FMOD_STUDIO_PARAMETER_ID Id) -{ - return ParameterValues[Id]; -} - -void FFMODEventEditor::InitFMODEventEditor(const EToolkitMode::Type Mode, const TSharedPtr &InitToolkitHost, UFMODEvent *Event) -{ - if (IsValid(Event)) - { - EditedEvent = Event; - - TSharedRef StandaloneDefaultLayout = - FTabManager::NewLayout("Standalone_FMODEventEditor_Layout") - ->AddArea(FTabManager::NewPrimaryArea() - ->SetOrientation(Orient_Vertical) - ->Split(FTabManager::NewStack()->AddTab(EventEditorTabId, ETabState::OpenedTab)->SetHideTabWell(true))); - - const bool bCreateDefaultStandaloneMenu = true; - const bool bCreateDefaultToolbar = false; - FAssetEditorToolkit::InitAssetEditor(Mode, InitToolkitHost, FFMODEventEditor::FMODEventEditorAppIdentifier, StandaloneDefaultLayout, - bCreateDefaultStandaloneMenu, bCreateDefaultToolbar, Event); - } -} - -FName FFMODEventEditor::GetToolkitFName() const -{ - return FName("FMODEventEditor"); -} - -FText FFMODEventEditor::GetBaseToolkitName() const -{ - return LOCTEXT("ToolkitName", "FMOD Event Editor"); -} - -FString FFMODEventEditor::GetWorldCentricTabPrefix() const -{ - return LOCTEXT("WorldCentricTabPrefix", "FMOD Event ").ToString(); -} - -FLinearColor FFMODEventEditor::GetWorldCentricTabColorScale() const -{ - return FLinearColor(0.0f, 0.0f, 0.5f, 0.5f); -} - -void FFMODEventEditor::CreateInternalWidgets() -{ - FMODEventEditorPanel = SNew(SFMODEventEditorPanel).FMODEventEditor(SharedThis(this)); -} - -TSharedRef FFMODEventEditor::SpawnTab_EventEditor(const FSpawnTabArgs &Args) -{ - check(Args.GetTabId().TabType == EventEditorTabId); - - CreateInternalWidgets(); - - return SAssignNew(OwnerTab, SDockTab) - .Label(LOCTEXT("EventEditorTitle", "FMOD Event")) - .TabColorScale(GetTabColorScale())[FMODEventEditorPanel.ToSharedRef()]; -} - -void FFMODEventEditor::HandleBanksReloaded() -{ - CurrentPreviewEventInstance = nullptr; - - CreateInternalWidgets(); - - if (OwnerTab.IsValid()) - { - OwnerTab->SetContent(FMODEventEditorPanel.ToSharedRef()); - } -} - -void FFMODEventEditor::HandleBeginPIE(bool bSimulating) -{ - CurrentPreviewEventInstance = nullptr; -} - -#undef LOCTEXT_NAMESPACE diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODEventEditor.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODEventEditor.h deleted file mode 100644 index e4fb09c0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODEventEditor.h +++ /dev/null @@ -1,88 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "Toolkits/AssetEditorToolkit.h" -#include "fmod_studio_common.h" - -namespace FMOD -{ -namespace Studio -{ -class EventDescription; -class EventInstance; -} -} - -static bool operator==(const FMOD_STUDIO_PARAMETER_ID &a, const FMOD_STUDIO_PARAMETER_ID &b) -{ - return (a.data1 == b.data1 && a.data2 == b.data2); -} -FORCEINLINE uint32 GetTypeHash(const FMOD_STUDIO_PARAMETER_ID& id) -{ - return FCrc::MemCrc_DEPRECATED(&id, sizeof(FMOD_STUDIO_PARAMETER_ID)); -} - -class FFMODEventEditor : public FAssetEditorToolkit -{ -public: - virtual void RegisterTabSpawners(const TSharedRef &NewTabManager) override; - virtual void UnregisterTabSpawners(const TSharedRef &NewTabManager) override; - - /** - * Edits the specified event - * - * @param Mode Asset editing mode for this editor (standalone or world-centric) - * @param InitToolkitHost When Mode is WorldCentric, this is the level editor instance to spawn this editor within - * @param Event The event to edit - */ - void InitFMODEventEditor(const EToolkitMode::Type Mode, const TSharedPtr &InitToolkitHost, class UFMODEvent *Event); - - /** Constructor */ - FFMODEventEditor(); - - /** Destructor */ - virtual ~FFMODEventEditor(); - - UFMODEvent *GetEditedEvent() const; - FMOD::Studio::EventDescription *GetEventDescription() const; - void PlayEvent(); - void PauseEvent(); - void StopEvent(); - float GetParameterValue(FMOD_STUDIO_PARAMETER_ID Id); - void SetParameterValue(FMOD_STUDIO_PARAMETER_ID ParameterId, float Value); - void AddParameter(FMOD_STUDIO_PARAMETER_ID ParameterId, float Value); - - /** IToolkit interface */ - virtual FName GetToolkitFName() const override; - virtual FText GetBaseToolkitName() const override; - virtual FString GetWorldCentricTabPrefix() const override; - virtual FLinearColor GetWorldCentricTabColorScale() const override; - -private: - TMap ParameterValues; - FMOD::Studio::EventInstance *CurrentPreviewEventInstance; - - void HandlePreBanksReloaded(); - void HandleBanksReloaded(); - void HandleBeginPIE(bool bSimulating); - - /** Creates all internal widgets for the tabs to point at */ - void CreateInternalWidgets(); - - /** Spawns the tab with the FMOD event inside */ - TSharedRef SpawnTab_EventEditor(const FSpawnTabArgs &Args); - - TSharedPtr FMODEventEditorPanel; - TSharedPtr OwnerTab; - - /** The tab id for the event editor tab */ - static const FName EventEditorTabId; - - /** FMOD event editor app identifier string */ - static const FName FMODEventEditorAppIdentifier; - - class UFMODEvent *EditedEvent; - - FDelegateHandle BeginPIEDelegateHandle; -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODGenerateAssetsCommandlet.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODGenerateAssetsCommandlet.cpp deleted file mode 100644 index 80f7236c..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODGenerateAssetsCommandlet.cpp +++ /dev/null @@ -1,80 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. - -#include "FMODGenerateAssetsCommandlet.h" - -#include "FMODSettings.h" -#include "AssetRegistry/AssetRegistryModule.h" -#include "Editor.h" -#include "Editor/UnrealEd/Public/FileHelpers.h" -#include "HAL/PlatformFileManager.h" -#include "../Classes/FMODAssetBuilder.h" - -DEFINE_LOG_CATEGORY_STATIC(LogFMODCommandlet, Log, All); - -static constexpr auto RebuildSwitch = TEXT("rebuild"); - -UFMODGenerateAssetsCommandlet::UFMODGenerateAssetsCommandlet(const FObjectInitializer& ObjectInitializer) - : Super(ObjectInitializer) -{ -} - -int32 UFMODGenerateAssetsCommandlet::Main(const FString& CommandLine) -{ - int32 returnCode = 0; - -#if WITH_EDITOR - - FAssetRegistryModule& assetRegistryModule = FModuleManager::LoadModuleChecked(AssetRegistryConstants::ModuleName); - IAssetRegistry& AssetRegistry = assetRegistryModule.Get(); - - const UFMODSettings& Settings = *GetDefault(); - - TArray Tokens, Switches; - TMap Params; - ParseCommandLine(*CommandLine, Tokens, Switches, Params); - - // Rebuild switch - if (Switches.Contains(RebuildSwitch)) - { - IPlatformFile& FileManager = FPlatformFileManager::Get().GetPlatformFile(); - - /* - Combine the ProjectContentDir + ContentBrowserPrefix to make a filesystem path - to where the FMOD generated assets directories live e.g. - ../../../../UnrealProjects/MyProject/Content/FMOD - Should work for non-default values of ContentBrowserPrefix e.g. /Game/foo/bar/baz/ - */ - FString folderPath = Settings.ContentBrowserPrefix.TrimChar('/'); // /Game/FMOD/ -> Game/FMOD - folderPath.Split(TEXT("/"), 0, &folderPath); // Game/FMOD -> FMOD - folderPath = FPaths::ProjectContentDir() + folderPath + "/"; // FMOD -> ../../../../UnrealProjects/MyProject/Content/FMOD/ - - for (FString folder : Settings.GeneratedFolders) - { - FString FolderToDelete = folderPath + folder; - bool removed = FileManager.DeleteDirectoryRecursively(*FolderToDelete); - if (!removed) - { - UE_LOG(LogFMODCommandlet, Warning, TEXT("Unable to delete '%s'."), *FolderToDelete); - } - } - } - - // Ensure AssetRegistry is up to date - TArray InPaths; - InPaths.Add(Settings.GetFullContentPath()); - AssetRegistry.ScanPathsSynchronous(InPaths); - while (AssetRegistry.IsLoadingAssets()) - { - AssetRegistry.Tick(1.0f); - } - - FFMODAssetBuilder assetBuilder; - if (!IsEngineExitRequested()) - { - assetBuilder.Create(); - assetBuilder.ProcessBanks(); - } -#endif - - return returnCode; -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODSettingsCustomization.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODSettingsCustomization.cpp deleted file mode 100644 index 033b56f3..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODSettingsCustomization.cpp +++ /dev/null @@ -1,237 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024. - -#include "FMODSettingsCustomization.h" - -#include "DetailCategoryBuilder.h" -#include "DetailLayoutBuilder.h" -#include "DetailWidgetRow.h" -#include "FMODSettings.h" -#include "IDetailPropertyRow.h" -#include "Settings/ProjectPackagingSettings.h" -#include "Styling/SlateColor.h" -#include "Widgets/DeclarativeSyntaxSupport.h" -#include "Widgets/SWidget.h" -#include "Widgets/SCompoundWidget.h" -#include "Widgets/SBoxPanel.h" -#include "Widgets/Layout/SBorder.h" -#include "Widgets/Layout/SWidgetSwitcher.h" -#include "Widgets/Images/SImage.h" -#include "Widgets/Text/STextBlock.h" -#include "Widgets/Input/SButton.h" - -#define LOCTEXT_NAMESPACE "FMODSettings" - -class SSettingsMessage : public SCompoundWidget -{ - SLATE_BEGIN_ARGS(SSettingsMessage) - {} - - // Called when the Setup button is clicked - SLATE_EVENT(FSimpleDelegate, OnSetupClicked) - - SLATE_END_ARGS() - -public: - void Construct(const FArguments& InArgs) - { - TSharedRef SettingsOkayWidget = MakeRow( - "SettingsEditor.GoodIcon", - LOCTEXT("SettingsOkayText", "FMOD Settings are valid, run the Validate FMOD command to perform additional checking."), - FText() - ); - - TSharedRef NoContentDirWidget = MakeRow( - "SettingsEditor.WarningIcon", - LOCTEXT("NoContentDirText", "Bank Output Directory directory has not been set."), - FText() - ); - - TSharedRef PackagingSettingsBadWidget = MakeRow( - "SettingsEditor.WarningIcon", - LOCTEXT("PackagingSettingsBadText", - "The packaging settings for copying the FMOD bank files to staging are not correct. It is recommended that:\n" - " - The bank output directory for the Desktop platform (or the forced platform if set) is added to the \"Additional Non-Asset Directories To Copy\" list.\n" - " - That no other directory containing FMOD banks or assets is added to either the \"Additional Non-Asset Directories To Copy\" list " - "or the \"Additional Non-Asset Directories to Package\" list.\n" - " - The Generated Assets are added to the \"Additional Asset Directories to Cook\" list." - ), - LOCTEXT("FixPackagingSettings", "Fix") - ); - - ChildSlot - [ - SNew(SBorder) - .BorderBackgroundColor(this, &SSettingsMessage::GetBorderColor) - .BorderImage(FAppStyle::GetBrush("ToolPanel.LightGroupBorder")) - .Padding(8.0f) - [ - SNew(SWidgetSwitcher) - .WidgetIndex(this, &SSettingsMessage::GetSetupStateAsInt) - - + SWidgetSwitcher::Slot() - [ - SettingsOkayWidget - ] - - + SWidgetSwitcher::Slot() - [ - NoContentDirWidget - ] - - + SWidgetSwitcher::Slot() - [ - PackagingSettingsBadWidget - ] - ] - ]; - - UpdateState(); - } - - void Tick(const FGeometry& AllottedGeometry, const double InCurrentTime, const float InDeltaTime) - { - UpdateState(); - } - -private: - FSlateColor GetBorderColor() const - { - if (SettingsState == UFMODSettings::Okay) - { - return FLinearColor::Green; - } - else - { - return FLinearColor(0.8f, 0, 0); - } - } - - TSharedRef MakeRow(FName IconName, FText Message, FText ButtonMessage) - { - TSharedRef Result = SNew(SHorizontalBox) - - // Status icon - + SHorizontalBox::Slot().AutoWidth().VAlign(VAlign_Center)[SNew(SImage).Image(FAppStyle::GetBrush(IconName))] - - // Notice - + SHorizontalBox::Slot() - .FillWidth(1.0f) - .Padding(16.0f, 0.0f) - .VAlign(VAlign_Center)[ - SNew(STextBlock) - .ColorAndOpacity(FLinearColor::White) - .ShadowColorAndOpacity(FLinearColor::Black) - .ShadowOffset(FVector2D::UnitVector) - .AutoWrapText(true) - .Text(Message) - ]; - - if (!ButtonMessage.IsEmpty()) - { - Result->AddSlot() - .AutoWidth() - .VAlign(VAlign_Center) - [ - SNew(SButton) - .OnClicked(this, &SSettingsMessage::OnButtonPressed) - .Text(ButtonMessage) - ]; - } - - return Result; - } - - FReply OnButtonPressed() - { - const UFMODSettings& Settings = *GetDefault(); - UProjectPackagingSettings* PackagingSettings = Cast(UProjectPackagingSettings::StaticClass()->GetDefaultObject()); - - if (SettingsState == UFMODSettings::PackagingSettingsBad) - { - // Remove any bad entries - for (int i = 0; i < PackagingSettings->DirectoriesToAlwaysStageAsNonUFS.Num();) - { - if (PackagingSettings->DirectoriesToAlwaysStageAsNonUFS[i].Path.StartsWith(Settings.BankOutputDirectory.Path)) - { - PackagingSettings->DirectoriesToAlwaysStageAsNonUFS.RemoveAt(i); - } - else - { - ++i; - } - } - - for (int i = 0; i < PackagingSettings->DirectoriesToAlwaysStageAsUFS.Num();) - { - if (PackagingSettings->DirectoriesToAlwaysStageAsUFS[i].Path.StartsWith(Settings.BankOutputDirectory.Path)) - { - PackagingSettings->DirectoriesToAlwaysStageAsUFS.RemoveAt(i); - } - else - { - ++i; - } - } - - for (int i = 0; i < PackagingSettings->DirectoriesToAlwaysCook.Num();) - { - if (PackagingSettings->DirectoriesToAlwaysCook[i].Path.StartsWith(Settings.GetFullContentPath())) - { - PackagingSettings->DirectoriesToAlwaysCook.RemoveAt(i); - } - else - { - ++i; - } - } - - // Add correct entry - FDirectoryPath BankPath; - BankPath.Path = Settings.GetDesktopBankPath(); - PackagingSettings->DirectoriesToAlwaysStageAsNonUFS.Add(BankPath); - FDirectoryPath generatedFolder; - for (FString folder : Settings.GeneratedFolders) - { - generatedFolder.Path = Settings.GetFullContentPath() / folder; - PackagingSettings->DirectoriesToAlwaysCook.Add(generatedFolder); - } - - PackagingSettings->TryUpdateDefaultConfigFile(); - } - - UpdateState(); - return FReply::Handled(); - } - - int32 GetSetupStateAsInt() const - { - return (int32)SettingsState; - } - - void UpdateState() - { - const UFMODSettings& Settings = *GetDefault(); - SettingsState = Settings.Check(); - } - -private: - UFMODSettings::EProblem SettingsState; -}; - -TSharedRef FFMODSettingsCustomization::MakeInstance() -{ - return MakeShareable(new FFMODSettingsCustomization); -} - -FFMODSettingsCustomization::FFMODSettingsCustomization() -{ -} - -void FFMODSettingsCustomization::CustomizeDetails(IDetailLayoutBuilder &DetailLayout) -{ - IDetailCategoryBuilder &PackagingCategory = DetailLayout.EditCategory(TEXT("Notice"), FText::GetEmpty(), ECategoryPriority::Important); - TSharedRef PlatformSetupMessage = SNew(SSettingsMessage); - PackagingCategory.AddCustomRow(LOCTEXT("Warning", "Warning"), false).WholeRowWidget[PlatformSetupMessage]; -} - -#undef LOCTEXT_NAMESPACE diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODSettingsCustomization.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODSettingsCustomization.h deleted file mode 100644 index 7f3f32f5..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODSettingsCustomization.h +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2024. - -#pragma once - -#include "CoreMinimal.h" -#include "Misc/Attribute.h" -#include "Input/Reply.h" -#include "IDetailCustomization.h" -#include "PropertyHandle.h" - -class IDetailLayoutBuilder; - -class FFMODSettingsCustomization : public IDetailCustomization -{ -public: - // Makes a new instance of this detail layout class for a specific detail view requesting it - static TSharedRef MakeInstance(); - - // IDetailCustomization interface - virtual void CustomizeDetails(IDetailLayoutBuilder& DetailLayout) override; - // End of IDetailCustomization interface - -private: - FFMODSettingsCustomization(); -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODStudioEditorModule.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODStudioEditorModule.cpp deleted file mode 100644 index 84ba498e..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODStudioEditorModule.cpp +++ /dev/null @@ -1,1309 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODStudioEditorModule.h" -#include "FMODStudioModule.h" -#include "FMODStudioStyle.h" -#include "FMODAudioComponent.h" -#include "FMODAssetBroker.h" -#include "FMODSettings.h" -#include "FMODUtils.h" - -#include "FMODEventEditor.h" -#include "FMODAudioComponentVisualizer.h" -#include "FMODAudioComponentDetails.h" -#include "FMODAssetBuilder.h" -#include "FMODBankUpdateNotifier.h" -#include "FMODSettingsCustomization.h" -#include "Sequencer/FMODChannelEditors.h" -#include "Sequencer/FMODEventControlSection.h" -#include "Sequencer/FMODEventControlTrackEditor.h" -#include "Sequencer/FMODEventParameterTrackEditor.h" -#include "AssetTypeActions_FMODEvent.h" - -#include "Framework/Application/SlateApplication.h" -#include "AssetRegistry/AssetRegistryModule.h" -#include "AssetSelection.h" -#include "Framework/Notifications/NotificationManager.h" -#include "Widgets/Notifications/SNotificationList.h" -#include "Developer/Settings/Public/ISettingsModule.h" -#include "Developer/Settings/Public/ISettingsSection.h" -#include "Editor.h" -#include "Slate/SceneViewport.h" -#include "Editor/LevelEditor/Public/LevelEditor.h" -#include "SocketSubsystem.h" -#include "Sockets.h" -#include "IPAddress.h" -#include "FileHelpers.h" -#include "ISequencerModule.h" -#include "SequencerChannelInterface.h" -#include "ClipboardTypes.h" -#include "DebugRenderSceneProxy.h" -#include "Debug/DebugDrawService.h" -#include "Settings/ProjectPackagingSettings.h" -#include "UnrealEdGlobals.h" -#include "LevelEditorViewport.h" -#include "ActorFactories/ActorFactory.h" -#include "Engine/Canvas.h" -#include "Editor/UnrealEdEngine.h" -#include "Framework/MultiBox/MultiBoxBuilder.h" -#include "Misc/MessageDialog.h" -#include "HAL/FileManager.h" -#include "Interfaces/IMainFrameModule.h" -#include "ToolMenus.h" - -#include "fmod_studio.hpp" - -#define LOCTEXT_NAMESPACE "FMODStudio" - -DEFINE_LOG_CATEGORY(LogFMOD); - -class FFMODStudioLink -{ -public: - FFMODStudioLink() - : SocketSubsystem(nullptr) - , Socket(nullptr) - { - SocketSubsystem = ISocketSubsystem::Get(PLATFORM_SOCKETSUBSYSTEM); - } - - ~FFMODStudioLink() { Disconnect(); } - - bool Connect() - { - if (!SocketSubsystem) - return false; - - Disconnect(); - Socket = SocketSubsystem->CreateSocket(NAME_Stream, TEXT("FMOD Studio Connection"), false); - - TSharedRef Addr = SocketSubsystem->CreateInternetAddr(); - bool Valid = false; - Addr->SetIp(TEXT("127.0.0.1"), Valid); - if (!Valid) - return false; - - Addr->SetPort(3663); - return Socket->Connect(*Addr); - } - - void Disconnect() - { - if (SocketSubsystem && Socket) - { - SocketSubsystem->DestroySocket(Socket); - Socket = nullptr; - } - } - - bool Execute(const TCHAR *Message, FString &OutMessage) - { - OutMessage = TEXT(""); - if (!Socket) - { - return false; - } - - UE_LOG(LogFMOD, Log, TEXT("Sent studio message: %s"), Message); - - FTCHARToUTF8 MessageChars(Message); - int32 BytesSent = 0; - if (!Socket->Send((const uint8 *)MessageChars.Get(), MessageChars.Length(), BytesSent)) - { - return false; - } - - while (1) - { - FString BackMessage; - if (!ReadMessage(BackMessage)) - { - return false; - } - UE_LOG(LogFMOD, Log, TEXT("Received studio message: %s"), *BackMessage); - if (BackMessage.StartsWith(TEXT("out(): "))) - { - OutMessage = BackMessage.Mid(7).TrimEnd(); - break; - } - else - { - // Keep going - } - } - return true; - } - -private: - bool ReadMessage(FString &OutMessage) - { - while (1) - { - for (int32 i = 0; i < ReceivedMessage.Num(); ++i) - { - if (ReceivedMessage[i] == '\0') - { - OutMessage = FString(UTF8_TO_TCHAR(ReceivedMessage.GetData())); - ReceivedMessage.RemoveAt(0, i + 1); - return true; - } - } - - int32 ExtraSpace = 64; - int32 CurrentSize = ReceivedMessage.Num(); - ReceivedMessage.SetNum(CurrentSize + ExtraSpace); - int32 ActualRead = 0; - if (!Socket->Wait(ESocketWaitConditions::WaitForRead, FTimespan::FromSeconds(10))) - { - return false; - } - else if (!Socket->Recv((uint8 *)ReceivedMessage.GetData() + CurrentSize, ExtraSpace, ActualRead)) - { - return false; - } - ReceivedMessage.SetNum(CurrentSize + ActualRead); - } - } - - ISocketSubsystem *SocketSubsystem; - FSocket *Socket; - TArray ReceivedMessage; -}; - -class FFMODStudioEditorModule : public IFMODStudioEditorModule -{ -public: - /** IModuleInterface implementation */ - FFMODStudioEditorModule() - : bSimulating(false) - , bIsInPIE(false) - , bRegisteredComponentVisualizers(false) - { - } - - virtual void StartupModule() override; - virtual void PostLoadCallback() override; - virtual void ShutdownModule() override; - - void OnPostEngineInit(); - - bool HandleSettingsSaved(); - - /** Show notification */ - void ShowNotification(const FText &Text, SNotificationItem::ECompletionState State); - - void BeginPIE(bool simulating); - void EndPIE(bool simulating); - void PausePIE(bool simulating); - void ResumePIE(bool simulating); - - void ViewportDraw(UCanvas *Canvas, APlayerController *); - - bool Tick(float DeltaTime); - - /** Build UE4 assets for FMOD Studio items */ - void ProcessBanks(); - - /** Add extensions to menu */ - void RegisterHelpMenuEntries(); - void AddFileMenuExtension(FMenuBuilder &MenuBuilder); - - /** Show FMOD version */ - void ShowVersion(); - /** Open CHM */ - void OpenIntegrationDocs(); - /** Open web page to online docs */ - void OpenAPIDocs(); - /** Open Video tutorials page */ - void OpenVideoTutorials(); - /** Set Studio build path */ - void ValidateFMOD(); - - /** Helper to get Studio project locales */ - bool GetStudioLocales(FFMODStudioLink &StudioLink, TArray &StudioLocales); - - /** Reload banks */ - void ReloadBanks(); - - /** Callback for the main frame finishing load */ - void OnMainFrameLoaded(TSharedPtr InRootWindow, bool bIsNewProjectWindow); - - /** Callbacks for bad settings notification buttons */ - void OnBadSettingsPopupSettingsClicked(); - void OnBadSettingsPopupDismissClicked(); - - TArray RegisteredComponentClassNames; - void RegisterComponentVisualizer(FName ComponentClassName, TSharedPtr Visualizer); - - FSimpleMulticastDelegate BanksReloadedDelegate; - FSimpleMulticastDelegate &BanksReloadedEvent() override { return BanksReloadedDelegate; } - - /** The delegate to be invoked when this profiler manager ticks. */ - FTickerDelegate OnTick; - - /** Handle for registered delegates. */ - FTSTicker::FDelegateHandle TickDelegateHandle; - FDelegateHandle BeginPIEDelegateHandle; - FDelegateHandle EndPIEDelegateHandle; - FDelegateHandle PausePIEDelegateHandle; - FDelegateHandle ResumePIEDelegateHandle; - FDelegateHandle FMODControlTrackEditorCreateTrackEditorHandle; - FDelegateHandle FMODParamTrackEditorCreateTrackEditorHandle; - - /** Hook for drawing viewport */ - FDebugDrawDelegate ViewportDrawingDelegate; - FDelegateHandle ViewportDrawingDelegateHandle; - - TSharedPtr AssetBroker; - - /** The extender to pass to the level editor to extend its window menu */ - TSharedPtr MainMenuExtender; - - /** Asset type actions for events (edit, play, stop) */ - TSharedPtr FMODEventAssetTypeActions; - - ISettingsSectionPtr SettingsSection; - - /** Notification popup that settings are bad */ - TWeakPtr BadSettingsNotification; - - /** Asset builder */ - FFMODAssetBuilder AssetBuilder; - - /** Periodically checks for updates of the strings.bank file */ - FFMODBankUpdateNotifier BankUpdateNotifier; - - bool bSimulating; - bool bIsInPIE; - bool bRegisteredComponentVisualizers; -}; - -IMPLEMENT_MODULE(FFMODStudioEditorModule, FMODStudioEditor) - -void FFMODStudioEditorModule::StartupModule() -{ - FCoreDelegates::OnPostEngineInit.AddRaw(this, &FFMODStudioEditorModule::OnPostEngineInit); -} - -void FFMODStudioEditorModule::OnPostEngineInit() -{ - UE_LOG(LogFMOD, Log, TEXT("FFMODStudioEditorModule startup")); - - AssetBroker = MakeShareable(new FFMODAssetBroker); - FComponentAssetBrokerage::RegisterBroker(AssetBroker, UFMODAudioComponent::StaticClass(), true, true); - - if (ISettingsModule *SettingsModule = FModuleManager::GetModulePtr("Settings")) - { - SettingsSection = SettingsModule->RegisterSettings("Project", "Plugins", "FMODStudio", LOCTEXT("FMODStudioSettingsName", "FMOD Studio"), - LOCTEXT("FMODStudioDescription", "Configure the FMOD Studio plugin"), GetMutableDefault()); - - if (SettingsSection.IsValid()) - { - SettingsSection->OnModified().BindRaw(this, &FFMODStudioEditorModule::HandleSettingsSaved); - } - } - - // Register with the sequencer module that we provide auto-key handlers. - ISequencerModule &SequencerModule = FModuleManager::Get().LoadModuleChecked("Sequencer"); - FMODControlTrackEditorCreateTrackEditorHandle = - SequencerModule.RegisterTrackEditor(FOnCreateTrackEditor::CreateStatic(&FFMODEventControlTrackEditor::CreateTrackEditor)); - FMODParamTrackEditorCreateTrackEditorHandle = - SequencerModule.RegisterTrackEditor(FOnCreateTrackEditor::CreateStatic(&FFMODEventParameterTrackEditor::CreateTrackEditor)); - SequencerModule.RegisterChannelInterface(); - - // Register the details customizations - { - FPropertyEditorModule &PropertyModule = FModuleManager::LoadModuleChecked("PropertyEditor"); - - PropertyModule.RegisterCustomClassLayout( - UFMODSettings::StaticClass()->GetFName(), - FOnGetDetailCustomizationInstance::CreateStatic(&FFMODSettingsCustomization::MakeInstance) - ); - - PropertyModule.RegisterCustomClassLayout( - "FMODAudioComponent", FOnGetDetailCustomizationInstance::CreateStatic(&FFMODAudioComponentDetails::MakeInstance)); - PropertyModule.NotifyCustomizationModuleChanged(); - } - - // Need to load the editor module since it gets created after us, and we can't re-order ourselves otherwise our asset registration stops working! - // It only works if we are running the editor, not a commandlet - if (!IsRunningCommandlet() && !IsRunningGame() && FSlateApplication::IsInitialized()) - { - FLevelEditorModule *LevelEditor = FModuleManager::LoadModulePtr(TEXT("LevelEditor")); - if (LevelEditor) - { - RegisterHelpMenuEntries(); - MainMenuExtender = MakeShareable(new FExtender); - MainMenuExtender->AddMenuExtension("FileOpen", EExtensionHook::After, NULL, - FMenuExtensionDelegate::CreateRaw(this, &FFMODStudioEditorModule::AddFileMenuExtension)); - LevelEditor->GetMenuExtensibilityManager()->AddExtender(MainMenuExtender); - } - } - - // Register AssetTypeActions - IAssetTools &AssetTools = FModuleManager::GetModuleChecked("AssetTools").Get(); - - FMODEventAssetTypeActions = MakeShareable(new FAssetTypeActions_FMODEvent); - AssetTools.RegisterAssetTypeActions(FMODEventAssetTypeActions.ToSharedRef()); - - // Register slate style overrides - FFMODStudioStyle::Initialize(); - - BeginPIEDelegateHandle = FEditorDelegates::BeginPIE.AddRaw(this, &FFMODStudioEditorModule::BeginPIE); - EndPIEDelegateHandle = FEditorDelegates::EndPIE.AddRaw(this, &FFMODStudioEditorModule::EndPIE); - PausePIEDelegateHandle = FEditorDelegates::PausePIE.AddRaw(this, &FFMODStudioEditorModule::PausePIE); - ResumePIEDelegateHandle = FEditorDelegates::ResumePIE.AddRaw(this, &FFMODStudioEditorModule::ResumePIE); - - ViewportDrawingDelegate = FDebugDrawDelegate::CreateRaw(this, &FFMODStudioEditorModule::ViewportDraw); - ViewportDrawingDelegateHandle = UDebugDrawService::Register(TEXT("Editor"), ViewportDrawingDelegate); - - OnTick = FTickerDelegate::CreateRaw(this, &FFMODStudioEditorModule::Tick); - TickDelegateHandle = FTSTicker::GetCoreTicker().AddTicker(OnTick); - - // Create asset builder - AssetBuilder.Create(); - - if (!IsRunningCommandlet()) - { - // Build assets when asset registry has finished loading - FAssetRegistryModule& AssetRegistry = FModuleManager::LoadModuleChecked(AssetRegistryConstants::ModuleName); - AssetRegistry.Get().OnFilesLoaded().AddLambda([this]() { ProcessBanks(); }); - } - - // Bind to bank update notifier to reload banks when they change on disk - BankUpdateNotifier.BanksUpdatedEvent.AddRaw(this, &FFMODStudioEditorModule::ProcessBanks); - - // Register a callback to validate settings on startup - IMainFrameModule& MainFrameModule = FModuleManager::LoadModuleChecked(TEXT("MainFrame")); - MainFrameModule.OnMainFrameCreationFinished().AddRaw(this, &FFMODStudioEditorModule::OnMainFrameLoaded); -} - -void FFMODStudioEditorModule::ProcessBanks() -{ - if (!IsRunningCommandlet() && FApp::HasProjectName()) - { - BankUpdateNotifier.EnableUpdate(false); - ReloadBanks(); - - const UFMODSettings &Settings = *GetDefault(); - BankUpdateNotifier.SetFilePath(Settings.GetFullBankPath()); - - BankUpdateNotifier.EnableUpdate(true); - } -} - -void FFMODStudioEditorModule::RegisterHelpMenuEntries() -{ - FToolMenuOwnerScoped OwnerScoped(this); - UToolMenu* HelpMenu = UToolMenus::Get()->ExtendMenu("LevelEditor.MainMenu.Help"); - FToolMenuSection& Section = HelpMenu->AddSection("FMODHelp", LOCTEXT("FMODHelpLabel", "FMOD Help"), - FToolMenuInsert("HelpBrowse", EToolMenuInsertType::Default)); - Section.AddEntry(FToolMenuEntry::InitMenuEntry( - NAME_None, - LOCTEXT("FMODVersionMenuEntryTitle", "About FMOD Studio"), - LOCTEXT("FMODVersionMenuEntryToolTip", "Shows FMOD Studio version information."), - FSlateIcon(), - FUIAction(FExecuteAction::CreateRaw(this, &FFMODStudioEditorModule::ShowVersion)) - )); - -#if PLATFORM_WINDOWS - Section.AddEntry(FToolMenuEntry::InitMenuEntry( - NAME_None, - LOCTEXT("FMODHelpCHMTitle", "FMOD Documentation..."), - LOCTEXT("FMODHelpCHMToolTip", "Opens the local FMOD documentation."), - FSlateIcon(FAppStyle::GetAppStyleSetName(), "LevelEditor.BrowseAPIReference"), - FUIAction(FExecuteAction::CreateRaw(this, &FFMODStudioEditorModule::OpenIntegrationDocs)) - )); -#endif - - Section.AddEntry(FToolMenuEntry::InitMenuEntry( - NAME_None, - LOCTEXT("FMODHelpOnlineTitle", "FMOD Online Documentation..."), - LOCTEXT("FMODHelpOnlineToolTip", "Go to the online FMOD documentation."), - FSlateIcon(FAppStyle::GetAppStyleSetName(), "LevelEditor.BrowseDocumentation"), - FUIAction(FExecuteAction::CreateRaw(this, &FFMODStudioEditorModule::OpenAPIDocs)) - )); - - Section.AddEntry(FToolMenuEntry::InitMenuEntry( - NAME_None, - LOCTEXT("FMODHelpVideosTitle", "FMOD Tutorial Videos..."), - LOCTEXT("FMODHelpVideosToolTip", "Go to the online FMOD tutorial videos."), - FSlateIcon(FAppStyle::GetAppStyleSetName(), "LevelEditor.Tutorials"), - FUIAction(FExecuteAction::CreateRaw(this, &FFMODStudioEditorModule::OpenVideoTutorials)) - )); - - Section.AddEntry(FToolMenuEntry::InitMenuEntry( - NAME_None, - LOCTEXT("FMODSetStudioBuildTitle", "Validate FMOD"), - LOCTEXT("FMODSetStudioBuildToolTip", "Verifies that FMOD and FMOD Studio are working as expected."), - FSlateIcon(), - FUIAction(FExecuteAction::CreateRaw(this, &FFMODStudioEditorModule::ValidateFMOD)) - )); -} - -void FFMODStudioEditorModule::AddFileMenuExtension(FMenuBuilder &MenuBuilder) -{ - MenuBuilder.BeginSection("FMODFile", LOCTEXT("FMODFileLabel", "FMOD")); - MenuBuilder.AddMenuEntry(LOCTEXT("FMODFileMenuEntryTitle", "Reload Banks"), - LOCTEXT("FMODFileMenuEntryToolTip", "Force a manual reload of all FMOD Studio banks."), FSlateIcon(), - FUIAction(FExecuteAction::CreateRaw(this, &FFMODStudioEditorModule::ReloadBanks))); - MenuBuilder.EndSection(); -} - -unsigned int GetDLLVersion() -{ - // Just grab it from the audition context which is always valid - unsigned int DLLVersion = 0; - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Auditioning); - if (StudioSystem) - { - FMOD::System *LowLevelSystem = nullptr; - if (StudioSystem->getCoreSystem(&LowLevelSystem) == FMOD_OK) - { - LowLevelSystem->getVersion(&DLLVersion); - } - } - return DLLVersion; -} - -FString VersionToString(unsigned int Version) -{ - unsigned int ProductVersion = (Version & 0xffff0000) >> 16; - unsigned int MajorVersion = (Version & 0x0000ff00) >> 8; - unsigned int MinorVersion = (Version & 0x000000ff); - return FString::Printf(TEXT("%x.%02x.%02x"), ProductVersion, MajorVersion, MinorVersion); -} - -unsigned int MakeVersion(unsigned int ProductVersion, unsigned int MajorVersion, unsigned int MinorVersion) -{ - auto EncodeAsHex = [](unsigned int Value) -> unsigned int - { - return 16 * (Value / 10) + Value % 10; - }; - - ProductVersion = EncodeAsHex(ProductVersion); - MajorVersion = EncodeAsHex(MajorVersion); - MinorVersion = EncodeAsHex(MinorVersion); - - return ((ProductVersion & 0xffff) << 16) | ((MajorVersion & 0xff) << 8) | (MinorVersion & 0xff); -} - -unsigned int VersionFromString(FString Version) -{ - unsigned int ProductVersion = 0; - unsigned int MajorVersion = 0; - unsigned int MinorVersion = 0; - TArray VersionFields; - - if (Version.ParseIntoArray(VersionFields, TEXT(".")) == 3) - { - ProductVersion = FCString::Atoi(*VersionFields[0]); - MajorVersion = FCString::Atoi(*VersionFields[1]); - MinorVersion = FCString::Atoi(*VersionFields[2]); - } - - return MakeVersion(ProductVersion, MajorVersion, MinorVersion); -} - -void FFMODStudioEditorModule::ShowVersion() -{ - FString HeaderVersion = VersionToString(FMOD_VERSION); - FString DLLVersion = VersionToString(GetDLLVersion()); - - FText VersionMessage = FText::Format(LOCTEXT("FMODStudio_About", - "FMOD Studio\n\nBuilt Version: {0}\nDLL Version: {1}\n\nCopyright \u00A9 Firelight Technologies Pty " - "Ltd.\n\nSee LICENSE.TXT for additional license information."), - FText::FromString(HeaderVersion), FText::FromString(DLLVersion)); - - FMessageDialog::Open(EAppMsgType::Ok, VersionMessage); -} - -void FFMODStudioEditorModule::OpenIntegrationDocs() -{ - FPlatformProcess::LaunchFileInDefaultExternalApplication(TEXT("https://www.fmod.com/docs/unreal")); -} - -void FFMODStudioEditorModule::OpenAPIDocs() -{ - FPlatformProcess::LaunchFileInDefaultExternalApplication(TEXT("https://www.fmod.com/docs/api")); -} - -void FFMODStudioEditorModule::OpenVideoTutorials() -{ - FPlatformProcess::LaunchFileInDefaultExternalApplication(TEXT("http://www.youtube.com/user/FMODTV")); -} - -bool FFMODStudioEditorModule::GetStudioLocales(FFMODStudioLink &StudioLink, TArray &StudioLocales) -{ - FString OutMessage; - - if (!StudioLink.Execute(TEXT("studio.project.workspace.locales.length"), OutMessage)) - { - return false; - } - - int NumStudioLocales = FCString::Atoi(*OutMessage); - StudioLocales.Reserve(NumStudioLocales); - - for (int i = 0; i < NumStudioLocales; ++i) - { - FFMODProjectLocale Locale{}; - FString Message = FString::Printf(TEXT("studio.project.workspace.locales[%d].name"), i); - - if (!StudioLink.Execute(*Message, Locale.LocaleName)) - { - return false; - } - - Message = FString::Printf(TEXT("studio.project.workspace.locales[%d].localeCode"), i); - - if (!StudioLink.Execute(*Message, Locale.LocaleCode)) - { - return false; - } - - StudioLocales.Push(Locale); - } - - return true; -} - -void FFMODStudioEditorModule::ValidateFMOD() -{ - int ProblemsFound = 0; - FFMODStudioLink StudioLink; - bool Connected = StudioLink.Connect(); - - if (!Connected) - { - if (EAppReturnType::No == - FMessageDialog::Open(EAppMsgType::YesNo, - LOCTEXT("SetStudioBuildStudioNotRunning", - "FMODStudio does not appear to be running. Only some validation will occur. Do you want to continue anyway?"))) - { - return; - } - } - - unsigned int HeaderVersion = FMOD_VERSION; - unsigned int DLLVersion = GetDLLVersion(); - unsigned int StudioVersion = 0; - - if (Connected) - { - FString StudioVersionString; - - if (StudioLink.Execute(TEXT("studio.version"), StudioVersionString)) - { - // We expect something like "Version xx.yy.zz, 32/64, Some build number" - UE_LOG(LogFMOD, Log, TEXT("Received studio version: %s"), *StudioVersionString); - TArray VersionParts; - - if (StudioVersionString.StartsWith(TEXT("Version ")) && StudioVersionString.ParseIntoArray(VersionParts, TEXT(",")) >= 1) - { - StudioVersion = VersionFromString(VersionParts[0].RightChop(8)); - } - } - } - - if (HeaderVersion != DLLVersion) - { - FText VersionMessage = FText::Format(LOCTEXT("SetStudioBuildStudio_Status", - "The FMOD DLL version is different to the version the integration was built against. This may " - "cause problems running the game.\nBuilt Version: {0}\nDLL Version: {1}\n"), - FText::FromString(VersionToString(HeaderVersion)), FText::FromString(VersionToString(DLLVersion))); - FMessageDialog::Open(EAppMsgType::Ok, VersionMessage); - ProblemsFound++; - } - - if (Connected && StudioVersion != DLLVersion) - { - FText VersionMessage = - FText::Format(LOCTEXT("SetStudioBuildStudio_Version", - "The Studio tool is different to the version the integration was built against. The integration may not be able to " - "load the banks that the tool builds.\n\nBuilt Version: {0}\nDLL Version: {1}\nStudio Version: {2}\n\nWe recommend " - "using the Studio tool that matches the integration.\n\nDo you want to continue with the validation?"), - FText::FromString(VersionToString(HeaderVersion)), FText::FromString(VersionToString(DLLVersion)), - FText::FromString(VersionToString(StudioVersion))); - - if (EAppReturnType::No == FMessageDialog::Open(EAppMsgType::YesNo, VersionMessage)) - { - return; - } - - ProblemsFound++; - } - - UFMODSettings& Settings = *GetMutableDefault(); - - FString FullBankPath = Settings.BankOutputDirectory.Path; - - if (FPaths::IsRelative(FullBankPath)) - { - FullBankPath = FPaths::ProjectContentDir() / FullBankPath; - } - - FString PlatformBankPath = Settings.GetFullBankPath(); - FullBankPath = FPaths::ConvertRelativePathToFull(FullBankPath); - PlatformBankPath = FPaths::ConvertRelativePathToFull(PlatformBankPath); - - if (Connected) - { - // File path was added in FMOD Studio 1.07.00 - FString StudioProjectPath; - FString StudioProjectDir; - - if (StudioVersion >= MakeVersion(1, 7, 0)) - { - StudioLink.Execute(TEXT("studio.project.filePath"), StudioProjectPath); - - if (StudioProjectPath.IsEmpty() || StudioProjectPath == TEXT("undefined")) - { - FMessageDialog::Open(EAppMsgType::Ok, - LOCTEXT("SetStudioBuildStudio_NewProject", - "FMOD Studio has an empty project. Please go to FMOD Studio, and press Save to create your new project.")); - // Just try to save anyway - FString Result; - StudioLink.Execute(TEXT("studio.project.save()"), Result); - } - - StudioLink.Execute(TEXT("studio.project.filePath"), StudioProjectPath); - - if (StudioProjectPath != TEXT("undefined")) - { - StudioProjectDir = FPaths::GetPath(StudioProjectPath); - } - } - - FString StudioPathString; - StudioLink.Execute(TEXT("studio.project.workspace.builtBanksOutputDirectory"), StudioPathString); - - if (StudioPathString == TEXT("undefined")) - { - StudioPathString = TEXT(""); - } - - FString CanonicalBankPath = FullBankPath; - FPaths::CollapseRelativeDirectories(CanonicalBankPath); - FPaths::NormalizeDirectoryName(CanonicalBankPath); - FPaths::RemoveDuplicateSlashes(CanonicalBankPath); - FPaths::NormalizeDirectoryName(CanonicalBankPath); - FString CanonicalStudioPath = StudioPathString; - - if (FPaths::IsRelative(CanonicalStudioPath) && !StudioProjectDir.IsEmpty() && !StudioPathString.IsEmpty()) - { - CanonicalStudioPath = FPaths::Combine(*StudioProjectDir, *CanonicalStudioPath); - } - - FPaths::CollapseRelativeDirectories(CanonicalStudioPath); - FPaths::NormalizeDirectoryName(CanonicalStudioPath); - FPaths::RemoveDuplicateSlashes(CanonicalStudioPath); - FPaths::NormalizeDirectoryName(CanonicalStudioPath); - - if (!FPaths::IsSamePath(CanonicalBankPath, CanonicalStudioPath)) - { - FString BankPathToSet = FullBankPath; - - // Extra logic - if we have put the studio project inside the game project, then make it relative - if (!StudioProjectDir.IsEmpty()) - { - FString GameBaseDir = FPaths::ConvertRelativePathToFull(FPaths::ProjectDir()); - FString BankPathFromGameProject = FullBankPath; - FString StudioProjectFromGameProject = StudioProjectDir; - if (FPaths::MakePathRelativeTo(BankPathFromGameProject, *GameBaseDir) && !BankPathFromGameProject.Contains(TEXT("..")) && - FPaths::MakePathRelativeTo(StudioProjectFromGameProject, *GameBaseDir) && !StudioProjectFromGameProject.Contains(TEXT(".."))) - { - FPaths::MakePathRelativeTo(BankPathToSet, *(StudioProjectDir + TEXT("/"))); - } - } - - ProblemsFound++; - - FText AskMessage = FText::Format(LOCTEXT("SetStudioBuildStudio_Ask", - "FMOD Studio build path should be set up.\n\nCurrent Studio build path: {0}\nNew build path: " - "{1}\n\nDo you want to fix up the project now?"), - FText::FromString(StudioPathString), FText::FromString(BankPathToSet)); - - if (EAppReturnType::Yes == FMessageDialog::Open(EAppMsgType::YesNo, AskMessage)) - { - FString Result; - StudioLink.Execute(*FString::Printf(TEXT("studio.project.workspace.builtBanksOutputDirectory = \"%s\";"), *BankPathToSet), Result); - StudioLink.Execute(TEXT("studio.project.workspace.builtBanksOutputDirectory"), Result); - - if (Result != BankPathToSet) - { - FMessageDialog::Open(EAppMsgType::Ok, - LOCTEXT("SetStudioBuildStudio_Save", - "Failed to set bank directory. Please go to FMOD Studio, and set the bank path in FMOD Studio project settings.")); - } - - FMessageDialog::Open( - EAppMsgType::Ok, LOCTEXT("SetStudioBuildStudio_Save", "Please go to FMOD Studio, save your project and build banks.")); - // Just try to do it again anyway - StudioLink.Execute(TEXT("studio.project.save()"), Result); - StudioLink.Execute(TEXT("studio.project.build()"), Result); - } - } - - if (StudioVersion >= MakeVersion(2, 0, 0)) - { - // Check whether Studio project locales match those setup in UE4 - TArray StudioLocales; - - if (GetStudioLocales(StudioLink, StudioLocales)) - { - bool bAllMatch = true; - - if (StudioLocales.Num() == Settings.Locales.Num()) - { - for (const FFMODProjectLocale& StudioLocale : StudioLocales) - { - bool bMatch = false; - - for (const FFMODProjectLocale& Locale : Settings.Locales) - { - if (Locale.LocaleCode == StudioLocale.LocaleCode && Locale.LocaleName == StudioLocale.LocaleName) - { - bMatch = true; - break; - } - } - - if (!bMatch) - { - bAllMatch = false; - break; - } - } - } - else - { - bAllMatch = false; - } - - if (!bAllMatch) - { - ProblemsFound++; - FText Message = LOCTEXT("LocalesMismatch", - "The project locales do not match those defined in the FMOD Studio Project.\n\n" - "Would you like to import the locales from Studio?\n"); - if (FMessageDialog::Open(EAppMsgType::YesNo, Message) == EAppReturnType::Yes) - { - Settings.Locales = StudioLocales; - if (Settings.Locales.Num() > 0) - { - Settings.Locales[0].bDefault = true; - } - SettingsSection->Save(); - IFMODStudioModule::Get().ReloadBanks(); - } - } - } - } - } - - bool bAnyBankFiles = false; - - // Check bank path - if (!FPaths::DirectoryExists(FullBankPath) || !FPaths::DirectoryExists(PlatformBankPath)) - { - FText DirMessage = FText::Format(LOCTEXT("SetStudioBuildStudio_Dir", - "The FMOD Content directory does not exist. Please make sure FMOD Studio is exporting banks into the " - "correct location.\n\nBanks should be exported to: {0}\nBanks files should exist in: {1}\n"), - FText::FromString(FullBankPath), FText::FromString(PlatformBankPath)); - FMessageDialog::Open(EAppMsgType::Ok, DirMessage); - ProblemsFound++; - } - else - { - TArray BankFiles; - IFMODStudioModule::Get().GetAllBankPaths(BankFiles, true); - - if (BankFiles.Num() != 0) - { - bAnyBankFiles = true; - } - else - { - FText EmptyBankDirMessage = - FText::Format(LOCTEXT("SetStudioBuildStudio_EmptyBankDir", - "The FMOD Content directory does not have any bank files in them. Please make sure FMOD Studio is exporting banks " - "into the correct location.\n\nBanks should be exported to: {0}\nBanks files should exist in: {1}\n"), - FText::FromString(FullBankPath), FText::FromString(PlatformBankPath)); - FMessageDialog::Open(EAppMsgType::Ok, EmptyBankDirMessage); - ProblemsFound++; - } - } - - // Look for banks that may have failed to load - if (bAnyBankFiles) - { - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Auditioning); - int BankCount = 0; - StudioSystem->getBankCount(&BankCount); - TArray FailedBanks = IFMODStudioModule::Get().GetFailedBankLoads(EFMODSystemContext::Auditioning); - - if (BankCount == 0 || FailedBanks.Num() != 0) - { - FString CombinedBanks; - - for (auto Bank : FailedBanks) - { - CombinedBanks += Bank; - CombinedBanks += TEXT("\n"); - } - - FText BankLoadMessage; - - if (BankCount == 0 && FailedBanks.Num() == 0) - { - BankLoadMessage = LOCTEXT("SetStudioBuildStudio_BankLoad", "Failed to load banks\n"); - } - else if (BankCount == 0) - { - BankLoadMessage = - FText::Format(LOCTEXT("SetStudioBuildStudio_BankLoad", "Failed to load banks:\n{0}\n"), FText::FromString(CombinedBanks)); - } - else - { - BankLoadMessage = - FText::Format(LOCTEXT("SetStudioBuildStudio_BankLoad", "Some banks failed to load:\n{0}\n"), FText::FromString(CombinedBanks)); - } - - FMessageDialog::Open(EAppMsgType::Ok, BankLoadMessage); - ProblemsFound++; - } - else - { - int TotalEventCount = 0; - TArray Banks; - Banks.SetNum(BankCount); - StudioSystem->getBankList(Banks.GetData(), BankCount, &BankCount); - - for (FMOD::Studio::Bank *Bank : Banks) - { - int EventCount = 0; - Bank->getEventCount(&EventCount); - TotalEventCount += EventCount; - } - - if (TotalEventCount == 0) - { - FMessageDialog::Open(EAppMsgType::Ok, - LOCTEXT("SetStudioBuildStudio_NoEvents", - "Banks have been loaded but they didn't have any events in them. Please make sure you have added some events to banks.")); - ProblemsFound++; - } - } - } - - // Look for required plugins that have not been registered - TArray RequiredPlugins = IFMODStudioModule::Get().GetRequiredPlugins(); - - if (RequiredPlugins.Num() != 0 && Settings.PluginFiles.Num() == 0) - { - FString CombinedPlugins; - - for (auto Name : RequiredPlugins) - { - CombinedPlugins += Name; - CombinedPlugins += TEXT("\n"); - } - - FText PluginMessage = - FText::Format(LOCTEXT("SetStudioBuildStudio_Plugins", - "The banks require the following plugins, but no plugin filenames are listed in the settings:\n{0}\n"), - FText::FromString(CombinedPlugins)); - FMessageDialog::Open(EAppMsgType::Ok, PluginMessage); - ProblemsFound++; - } - - // Look for FMOD in packaging settings - UProjectPackagingSettings *PackagingSettings = Cast(UProjectPackagingSettings::StaticClass()->GetDefaultObject()); - bool bPackagingFound = false; - - for (int i = 0; i < PackagingSettings->DirectoriesToAlwaysStageAsNonUFS.Num(); ++i) - { - // We allow subdirectory references, such as "FMOD/Mobile" - if (PackagingSettings->DirectoriesToAlwaysStageAsNonUFS[i].Path.StartsWith(Settings.BankOutputDirectory.Path)) - { - bPackagingFound = true; - break; - } - } - - int OldPackagingIndex = -1; - - for (int i = 0; i < PackagingSettings->DirectoriesToAlwaysStageAsUFS.Num(); ++i) - { - if (PackagingSettings->DirectoriesToAlwaysStageAsUFS[i].Path.StartsWith(Settings.BankOutputDirectory.Path)) - { - OldPackagingIndex = i; - break; - } - } - - if (OldPackagingIndex >= 0) - { - ProblemsFound++; - - FText message = bPackagingFound ? - LOCTEXT("PackagingFMOD_Both", - "FMOD has been added to both the \"Additional Non-Asset Directories to Copy\" and the \"Additional Non-Asset Directories to Package\" " - "lists. It is recommended to remove FMOD from the \"Additional Non-Asset Directories to Package\" list.\n\n" - "Do you want to remove it now?") : - LOCTEXT("PackagingFMOD_AskMove", - "FMOD has been added to the \"Additional Non-Asset Directories to Package\" list. " - "Packaging FMOD content may lead to deadlocks at runtime. " - "It is recommended to move FMOD to the \"Additional Non-Asset Directories to Copy\" list.\n\n" - "Do you want to move it now?"); - - if (EAppReturnType::Yes == FMessageDialog::Open(EAppMsgType::YesNo, message)) - { - PackagingSettings->DirectoriesToAlwaysStageAsUFS.RemoveAt(OldPackagingIndex); - - if (!bPackagingFound) - { - PackagingSettings->DirectoriesToAlwaysStageAsNonUFS.Add(Settings.BankOutputDirectory); - } - - PackagingSettings->TryUpdateDefaultConfigFile(); - } - } - else if (!bPackagingFound) - { - ProblemsFound++; - - FText message = LOCTEXT("PackagingFMOD_Ask", - "FMOD has not been added to the \"Additional Non-Asset Directories to Copy\" list.\n\nDo you want add it now?"); - - if (EAppReturnType::Yes == FMessageDialog::Open(EAppMsgType::YesNo, message)) - { - PackagingSettings->DirectoriesToAlwaysStageAsNonUFS.Add(Settings.BankOutputDirectory); - PackagingSettings->TryUpdateDefaultConfigFile(); - } - } - - bool bAssetsFound = false; - for (int i = 0; i < PackagingSettings->DirectoriesToAlwaysCook.Num(); ++i) - { - if (PackagingSettings->DirectoriesToAlwaysCook[i].Path.StartsWith(Settings.GetFullContentPath())) - { - bAssetsFound = true; - break; - } - } - if (!bAssetsFound) - { - ProblemsFound++; - - FText message = LOCTEXT("PackagingFMOD_Ask", - "FMOD has not been added to the \"Additional Asset Directories to Cook\" list.\n\nDo you want add it now?"); - - if (EAppReturnType::Yes == FMessageDialog::Open(EAppMsgType::YesNo, message)) - { - FDirectoryPath GeneratedDir; - for (FString folder : Settings.GeneratedFolders) - { - GeneratedDir.Path = Settings.GetFullContentPath() / folder; - PackagingSettings->DirectoriesToAlwaysCook.Add(GeneratedDir); - } - PackagingSettings->TryUpdateDefaultConfigFile(); - } - } - - // Summary - if (ProblemsFound) - { - FMessageDialog::Open(EAppMsgType::Ok, LOCTEXT("SetStudioBuildStudio_FinishedBad", "Finished validation.\n")); - } - else - { - FMessageDialog::Open(EAppMsgType::Ok, LOCTEXT("SetStudioBuildStudio_FinishedGood", "Finished validation. No problems detected.\n")); - } -} - -void FFMODStudioEditorModule::OnMainFrameLoaded(TSharedPtr InRootWindow, bool bIsNewProjectWindow) -{ - if (!bIsNewProjectWindow) - { - // Show a popup notification that allows the user to fix bad settings - const UFMODSettings& Settings = *GetDefault(); - - if (Settings.Check() != UFMODSettings::Okay) - { - FNotificationInfo Info(LOCTEXT("BadSettingsPopupTitle", "FMOD Settings Problem Detected")); - Info.bFireAndForget = false; - Info.bUseLargeFont = true; - Info.bUseThrobber = false; - Info.FadeOutDuration = 0.5f; - Info.ButtonDetails.Add(FNotificationButtonInfo(LOCTEXT("BadSettingsPopupSettings", "Settings..."), - LOCTEXT("BadSettingsPopupSettingsTT", "Open the settings editor"), - FSimpleDelegate::CreateRaw(this, &FFMODStudioEditorModule::OnBadSettingsPopupSettingsClicked))); - Info.ButtonDetails.Add(FNotificationButtonInfo(LOCTEXT("BadSettingsPopupDismiss", "Dismiss"), - LOCTEXT("BadSettingsPopupDismissTT", "Dismiss this notification"), - FSimpleDelegate::CreateRaw(this, &FFMODStudioEditorModule::OnBadSettingsPopupDismissClicked))); - - BadSettingsNotification = FSlateNotificationManager::Get().AddNotification(Info); - BadSettingsNotification.Pin()->SetCompletionState(SNotificationItem::CS_Pending); - } - } -} - -void FFMODStudioEditorModule::OnBadSettingsPopupSettingsClicked() -{ - if (ISettingsModule* SettingsModule = FModuleManager::GetModulePtr("Settings")) - { - SettingsModule->ShowViewer("Project", "Plugins", "FMODStudio"); - } - - BadSettingsNotification.Pin()->ExpireAndFadeout(); -} - -void FFMODStudioEditorModule::OnBadSettingsPopupDismissClicked() -{ - BadSettingsNotification.Pin()->ExpireAndFadeout(); -} - -bool FFMODStudioEditorModule::Tick(float DeltaTime) -{ - if (!bRegisteredComponentVisualizers && GUnrealEd != nullptr) - { - // Register component visualizers (GUnrealED is required for this, but not initialized before this module loads, so we have to wait until GUnrealEd is available) - RegisterComponentVisualizer(UFMODAudioComponent::StaticClass()->GetFName(), MakeShareable(new FFMODAudioComponentVisualizer)); - - bRegisteredComponentVisualizers = true; - } - - BankUpdateNotifier.Update(DeltaTime); - - // Update listener position for Editor sound system - FMOD::Studio::System *StudioSystem = IFMODStudioModule::Get().GetStudioSystem(EFMODSystemContext::Editor); - if (StudioSystem) - { - if (GCurrentLevelEditingViewportClient) - { - const FVector &ViewLocation = GCurrentLevelEditingViewportClient->GetViewLocation(); - FMatrix CameraToWorld = FRotationMatrix::Make(GCurrentLevelEditingViewportClient->GetViewRotation()); - FVector Up = CameraToWorld.GetUnitAxis(EAxis::Z); - FVector Forward = CameraToWorld.GetUnitAxis(EAxis::X); - - FMOD_3D_ATTRIBUTES Attributes = { { 0 } }; - Attributes.position = FMODUtils::ConvertWorldVector(ViewLocation); - Attributes.forward = FMODUtils::ConvertUnitVector(Forward); - Attributes.up = FMODUtils::ConvertUnitVector(Up); - - verifyfmod(StudioSystem->setListenerAttributes(0, &Attributes)); - } - } - - return true; -} - -void FFMODStudioEditorModule::BeginPIE(bool simulating) -{ - UE_LOG(LogFMOD, Verbose, TEXT("FFMODStudioEditorModule BeginPIE: %d"), simulating); - BankUpdateNotifier.EnableUpdate(false); - bSimulating = simulating; - bIsInPIE = true; - IFMODStudioModule::Get().SetInPIE(true, simulating); -} - -void FFMODStudioEditorModule::EndPIE(bool simulating) -{ - IFMODStudioModule::Get().PreEndPIE(); - UE_LOG(LogFMOD, Verbose, TEXT("FFMODStudioEditorModule EndPIE: %d"), simulating); - bSimulating = false; - bIsInPIE = false; - IFMODStudioModule::Get().SetInPIE(false, simulating); - BankUpdateNotifier.EnableUpdate(true); -} - -void FFMODStudioEditorModule::PausePIE(bool simulating) -{ - UE_LOG(LogFMOD, Verbose, TEXT("FFMODStudioEditorModule PausePIE%d")); - IFMODStudioModule::Get().SetSystemPaused(true); -} - -void FFMODStudioEditorModule::ResumePIE(bool simulating) -{ - UE_LOG(LogFMOD, Verbose, TEXT("FFMODStudioEditorModule ResumePIE")); - IFMODStudioModule::Get().SetSystemPaused(false); -} - -void FFMODStudioEditorModule::PostLoadCallback() -{ - UE_LOG(LogFMOD, Verbose, TEXT("FFMODStudioEditorModule PostLoadCallback")); -} - -void FFMODStudioEditorModule::ViewportDraw(UCanvas *Canvas, APlayerController *) -{ - // Only want to update based on viewport in simulate mode. - // In PIE/game, we update from the player controller instead. - if (!bSimulating) - { - return; - } - - const FSceneView *View = Canvas->SceneView; - - if (View->Drawer == GCurrentLevelEditingViewportClient) - { - UWorld *World = GCurrentLevelEditingViewportClient->GetWorld(); - const FVector &ViewLocation = GCurrentLevelEditingViewportClient->GetViewLocation(); - - FMatrix CameraToWorld = View->ViewMatrices.GetViewMatrix().InverseFast(); - FVector ProjUp = CameraToWorld.TransformVector(FVector(0, 1000, 0)); - FVector ProjRight = CameraToWorld.TransformVector(FVector(1000, 0, 0)); - - FTransform ListenerTransform(FRotationMatrix::MakeFromZY(ProjUp, ProjRight)); - ListenerTransform.SetTranslation(ViewLocation); - ListenerTransform.NormalizeRotation(); - - IFMODStudioModule::Get().SetListenerPosition(0, World, ListenerTransform, 0.0f); - IFMODStudioModule::Get().FinishSetListenerPosition(1); - } -} - -void FFMODStudioEditorModule::ShutdownModule() -{ - UE_LOG(LogFMOD, Verbose, TEXT("FFMODStudioEditorModule shutdown")); - - if (UObjectInitialized()) - { - BankUpdateNotifier.BanksUpdatedEvent.RemoveAll(this); - - // Unregister tick function. - FTSTicker::GetCoreTicker().RemoveTicker(TickDelegateHandle); - - FEditorDelegates::BeginPIE.Remove(BeginPIEDelegateHandle); - FEditorDelegates::EndPIE.Remove(EndPIEDelegateHandle); - FEditorDelegates::PausePIE.Remove(PausePIEDelegateHandle); - FEditorDelegates::ResumePIE.Remove(ResumePIEDelegateHandle); - - if (ViewportDrawingDelegate.IsBound()) - { - UDebugDrawService::Unregister(ViewportDrawingDelegateHandle); - } - - FComponentAssetBrokerage::UnregisterBroker(AssetBroker); - - if (MainMenuExtender.IsValid()) - { - FLevelEditorModule *LevelEditorModule = FModuleManager::GetModulePtr("LevelEditor"); - if (LevelEditorModule) - { - LevelEditorModule->GetMenuExtensibilityManager()->RemoveExtender(MainMenuExtender); - } - } - } - - if (ISettingsModule *SettingsModule = FModuleManager::GetModulePtr("Settings")) - { - SettingsModule->UnregisterSettings("Project", "Plugins", "FMODStudio"); - } - - // Unregister AssetTypeActions - if (FModuleManager::Get().IsModuleLoaded("AssetTools")) - { - IAssetTools &AssetTools = FModuleManager::GetModuleChecked("AssetTools").Get(); - - AssetTools.UnregisterAssetTypeActions(FMODEventAssetTypeActions.ToSharedRef()); - } - - // Unregister component visualizers - if (GUnrealEd != nullptr) - { - // Iterate over all class names we registered for - for (FName ClassName : RegisteredComponentClassNames) - { - GUnrealEd->UnregisterComponentVisualizer(ClassName); - } - } - - // Unregister sequencer track creation delegates - ISequencerModule *SequencerModule = FModuleManager::GetModulePtr("Sequencer"); - if (SequencerModule != nullptr) - { - SequencerModule->UnRegisterTrackEditor(FMODControlTrackEditorCreateTrackEditorHandle); - SequencerModule->UnRegisterTrackEditor(FMODParamTrackEditorCreateTrackEditorHandle); - } -} - -bool FFMODStudioEditorModule::HandleSettingsSaved() -{ - ProcessBanks(); - return true; -} - -void FFMODStudioEditorModule::ReloadBanks() -{ - AssetBuilder.ProcessBanks(); - IFMODStudioModule::Get().ReloadBanks(); - BanksReloadedDelegate.Broadcast(); - - // Show a reload notification - TArray FailedBanks = IFMODStudioModule::Get().GetFailedBankLoads(EFMODSystemContext::Auditioning); - FText Message; - SNotificationItem::ECompletionState State; - if (FailedBanks.Num() == 0) - { - Message = LOCTEXT("FMODBanksReloaded", "Reloaded FMOD Banks\n"); - State = SNotificationItem::CS_Success; - } - else - { - FString CombinedMessage = "Problem loading FMOD Banks:"; - for (auto Entry : FailedBanks) - { - CombinedMessage += TEXT("\n"); - CombinedMessage += Entry; - - UE_LOG(LogFMOD, Warning, TEXT("Problem loading FMOD Bank: %s"), *Entry); - } - - Message = FText::Format(LOCTEXT("FMODBanksReloaded", "{0}"), FText::FromString(CombinedMessage)); - State = SNotificationItem::CS_Fail; - } - ShowNotification(Message, State); -} - -void FFMODStudioEditorModule::ShowNotification(const FText &Text, SNotificationItem::ECompletionState State) -{ - FNotificationInfo Info(Text); - Info.Image = FAppStyle::GetBrush(TEXT("NoBrush")); - Info.FadeInDuration = 0.1f; - Info.FadeOutDuration = 0.5f; - Info.ExpireDuration = State == SNotificationItem::CS_Fail ? 6.0f : 1.5f; - Info.bUseThrobber = false; - Info.bUseSuccessFailIcons = true; - Info.bUseLargeFont = true; - Info.bFireAndForget = false; - Info.bAllowThrottleWhenFrameRateIsLow = false; - auto NotificationItem = FSlateNotificationManager::Get().AddNotification(Info); - NotificationItem->SetCompletionState(State); - NotificationItem->ExpireAndFadeout(); - - if (GCurrentLevelEditingViewportClient) - { - // Refresh any 3d event visualization - GCurrentLevelEditingViewportClient->bNeedsRedraw = true; - } -} - -void FFMODStudioEditorModule::RegisterComponentVisualizer(FName ComponentClassName, TSharedPtr Visualizer) -{ - if (GUnrealEd != nullptr) - { - GUnrealEd->RegisterComponentVisualizer(ComponentClassName, Visualizer); - } - - RegisteredComponentClassNames.Add(ComponentClassName); - - if (Visualizer.IsValid()) - { - Visualizer->OnRegister(); - } -} - -#undef LOCTEXT_NAMESPACE \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODStudioEditorPrivatePCH.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODStudioEditorPrivatePCH.h deleted file mode 100644 index 6d26c7ca..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODStudioEditorPrivatePCH.h +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. -#pragma once - -#include "Runtime/Engine/Classes/Components/SceneComponent.h" -#include "Runtime/Engine/Classes/Camera/CameraComponent.h" -#include "Runtime/Engine/Classes/Curves/IntegralCurve.h" -#include "Runtime/Engine/Classes/Curves/NameCurve.h" -#include "Runtime/Engine/Classes/Curves/RichCurve.h" -#include "Runtime/MovieScene/Public/MovieScene.h" -#include "Runtime/MovieScene/Public/KeyParams.h" - -#include "Editor/Sequencer/Public/ISectionLayoutBuilder.h" -#include "Editor/Sequencer/Public/ISequencerSection.h" -#include "Editor/Sequencer/Public/MovieSceneTrackEditor.h" -#include "Runtime/MovieScene/Public/MovieSceneCommonHelpers.h" -#include "Runtime/MovieScene/Public/MovieSceneSection.h" -#include "Editor/UnrealEd/Public/ScopedTransaction.h" - -DECLARE_LOG_CATEGORY_EXTERN(LogFMOD, Log, All); \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODStudioStyle.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODStudioStyle.cpp deleted file mode 100644 index 2ce285b4..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODStudioStyle.cpp +++ /dev/null @@ -1,53 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODStudioStyle.h" -#include "Styling/SlateStyleRegistry.h" -#include "Editor/EditorStyle/Public/Interfaces/IEditorStyleModule.h" -#include "Modules/ModuleManager.h" - - -////////////////////////////////////////////////////////////////////////// -// FFMODStudioStyle - -TSharedPtr FFMODStudioStyle::StyleInstance = NULL; - -void FFMODStudioStyle::Initialize() -{ - if (!StyleInstance.IsValid()) - { - StyleInstance = Create(); - FSlateStyleRegistry::RegisterSlateStyle(*StyleInstance); - } -} - -#define IMAGE_BRUSH(RelativePath, ...) FSlateImageBrush(Style->RootToContentDir(RelativePath, TEXT(".png")), __VA_ARGS__) - -TSharedRef FFMODStudioStyle::Create() -{ - TSharedRef Style = MakeShared(TEXT("FMODStudioStyle")); - - Style->SetContentRoot(FPaths::EngineContentDir() / TEXT("Editor/Slate")); - - const FVector2D Icon16x16(16.0f, 16.0f); - const FVector2D Icon64x64(64.0f, 64.0f); - - Style->Set("ClassIcon.FMODAmbientSound", new IMAGE_BRUSH(TEXT("Icons/AssetIcons/AmbientSound_16x"), Icon16x16)); - Style->Set("ClassThumbnail.FMODAmbientSound", new IMAGE_BRUSH(TEXT("Icons/AssetIcons/AmbientSound_64x"), Icon64x64)); - Style->Set("ClassIcon.FMODAudioComponent", new IMAGE_BRUSH(TEXT("Icons/ActorIcons/SoundActor_16x"), Icon16x16)); - Style->Set("ClassIcon.FMODAsset", new IMAGE_BRUSH(TEXT("Icons/ActorIcons/SoundActor_16x"), Icon16x16)); - - return Style; -} - -#undef IMAGE_BRUSH - -void FFMODStudioStyle::Shutdown() -{ - ensureMsgf(StyleInstance.IsValid(), TEXT("%S called, but StyleInstance wasn't initialized"), __FUNCTION__); - FSlateStyleRegistry::UnRegisterSlateStyle(*StyleInstance); - ensure(StyleInstance.IsUnique()); - StyleInstance.Reset(); -} - -////////////////////////////////////////////////////////////////////////// - diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODStudioStyle.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODStudioStyle.h deleted file mode 100644 index 957e6b4a..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/FMODStudioStyle.h +++ /dev/null @@ -1,24 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once -#include "Styling/SlateStyle.h" -#include "EditorStyleSet.h" - -class FFMODStudioStyle -{ -public: - static void Initialize(); - - static FName GetStyleSetName(); - - static void Shutdown(); - -private: - static TSharedRef Create(); - -private: - static TSharedPtr StyleInstance; - -private: - FFMODStudioStyle() {} -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/SFMODEventEditorPanel.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/SFMODEventEditorPanel.cpp deleted file mode 100644 index cf9c83c9..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/SFMODEventEditorPanel.cpp +++ /dev/null @@ -1,285 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "SFMODEventEditorPanel.h" -#include "FMODStudioModule.h" -#include "FMODUtils.h" -#include "Input/Reply.h" -#include "Widgets/Input/SNumericEntryBox.h" -#include "Widgets/Layout/SExpandableArea.h" -#include "Editor/EditorStyle/Public/EditorStyleSet.h" -#include "Widgets/Input/SButton.h" -#include "Widgets/Layout/SScrollBox.h" -#include "fmod_studio.hpp" - -#define LOCTEXT_NAMESPACE "FMODEventEditor" - -SFMODEventEditorPanel::~SFMODEventEditorPanel() -{ -} - -void SFMODEventEditorPanel::Construct(const FArguments &InArgs) -{ - FMODEventEditorPtr = InArgs._FMODEventEditor; - - FMOD::Studio::EventDescription *EventDescription = FMODEventEditorPtr.Pin()->GetEventDescription(); - - TSharedRef ToolbarBorder = ConstructToolbar(EventDescription); - TSharedRef InfoArea = ConstructInfo(EventDescription); - TSharedRef ParametersArea = ConstructParameters(EventDescription); - TSharedRef UserPropertiesArea = ConstructUserProperties(EventDescription); - - TSharedRef ChildWidget = SNew(SVerticalBox) + SVerticalBox::Slot().AutoHeight().Padding(0.0f, 3.0f)[InfoArea] + - SVerticalBox::Slot().AutoHeight().Padding(0.0f, 3.0f)[ParametersArea] + - SVerticalBox::Slot().AutoHeight().Padding(0.0f, 3.0f)[UserPropertiesArea]; - - ChildSlot[SNew(SVerticalBox) + SVerticalBox::Slot().AutoHeight().Padding(0.0f, 3.0f)[ToolbarBorder] + - SVerticalBox::Slot().FillHeight( - 1.0f)[SNew(SScrollBox) + - SScrollBox::Slot().Padding(0.0f)[SNew(SVerticalBox) + SVerticalBox::Slot().AutoHeight().Padding(0.0f)[ChildWidget]]]]; -} - -TSharedRef SFMODEventEditorPanel::ConstructToolbar(FMOD::Studio::EventDescription *EventDescription) -{ - float MinDistance = 0.0f; - float MaxDistance = 0.0f; - int32 EventLengthMS = 0; - bool bIsOneshot = false, bIsStream = false, bIs3D = false; - if (EventDescription != nullptr) - { - EventDescription->getMinMaxDistance(&MinDistance, &MaxDistance); - EventDescription->getLength(&EventLengthMS); - EventDescription->isOneshot(&bIsOneshot); - EventDescription->isStream(&bIsStream); - EventDescription->is3D(&bIs3D); - } - - const FTimespan EventLength = FTimespan::FromMilliseconds((double)EventLengthMS); - const FString EventLengthString = - EventLength.GetHours() <= 0 ? EventLength.ToString(TEXT("%m:%s.%f")) : EventLength.ToString(TEXT("%h:%m:%s.%f")); - - const FText RadiusText = - FText::Format(LOCTEXT("RadiusFormat", "Distance Attenuation: {0}m to {1}m"), FText::AsNumber(MinDistance), FText::AsNumber(MaxDistance)); - const FText LengthText = FText::Format(LOCTEXT("LengthFormat", "Length: {0}"), FText::FromString(EventLengthString)); - - FText EventInfoText; - if (bIs3D && bIsOneshot) - { - EventInfoText = FText::Format(LOCTEXT("RadiusLengthFormat", "{0} - {1}"), RadiusText, LengthText); - } - else if (!bIs3D && bIsOneshot) - { - EventInfoText = LengthText; - } - else if (bIs3D && !bIsOneshot) - { - EventInfoText = RadiusText; - } - - return SNew(SBorder) - .BorderImage(FAppStyle::Get().GetBrush("ToolPanel.GroupBorder")) - .Padding(6.0f) - .Content()[SNew(SHorizontalBox) + - SHorizontalBox::Slot() - .AutoWidth() - .Padding(0.0f, 0.0f, 2.0f, 0.0f) - .VAlign(VAlign_Center) - .HAlign(HAlign_Left)[SNew(SButton) - .VAlign(VAlign_Center) - .Text(LOCTEXT("Play", "Play")) - .ContentPadding(4) - .OnClicked(this, &SFMODEventEditorPanel::OnClickedPlay)] + - SHorizontalBox::Slot() - .AutoWidth() - .Padding(2.0f, 0.0f) - .VAlign(VAlign_Center) - .HAlign(HAlign_Left) - [SNew(SButton).Text(LOCTEXT("Pause", "Pause")).ContentPadding(4).OnClicked(this, &SFMODEventEditorPanel::OnClickedPause)] + - SHorizontalBox::Slot() - .AutoWidth() - .Padding(2.0f, 0.0f) - .VAlign(VAlign_Center) - .HAlign(HAlign_Left)[SNew(SButton) - .VAlign(VAlign_Center) - .Text(LOCTEXT("Stop", "Stop")) - .ContentPadding(4) - .OnClicked(this, &SFMODEventEditorPanel::OnClickedStop)] + - SHorizontalBox::Slot() - .FillWidth(1.0f) - .Padding(2.0f, 0.0f) - .VAlign(VAlign_Center) - .HAlign(HAlign_Right)[SNew(STextBlock).Text(EventInfoText)]]; -} - -void AddTextField(TSharedRef &InfoBox, const TCHAR *Name, const FText &Value) -{ - InfoBox->AddSlot().Padding( - 4.0f, 3.0f)[SNew(SHorizontalBox) + SHorizontalBox::Slot().FillWidth(0.3f)[SNew(STextBlock).Text(FText::FromString(Name))] + - SHorizontalBox::Slot()[SNew(SEditableText).Text(Value).IsReadOnly(true)]]; -} - -void AddBoolField(TSharedRef &InfoBox, const TCHAR *Name, bool bValue) -{ - AddTextField(InfoBox, Name, bValue ? LOCTEXT("True", "True") : LOCTEXT("False", "False")); -} - -void AddFloatField(TSharedRef &InfoBox, const TCHAR *Name, float Value) -{ - AddTextField(InfoBox, Name, FText::AsNumber(Value)); -} - -TSharedRef MakeBox(TSharedRef &InfoBox, const FText &Value) -{ - return SNew(SExpandableArea) - .AreaTitle(Value) - .InitiallyCollapsed(false) - .BodyContent()[SNew(SBorder).BorderImage(FCoreStyle::Get().GetBrush("NoBorder")).Padding(4.0f).Content()[InfoBox]]; -} - -TSharedRef SFMODEventEditorPanel::ConstructInfo(FMOD::Studio::EventDescription *EventDescription) -{ - TSharedRef InfoBox = SNew(SVerticalBox); - - if (EventDescription != nullptr) - { - FString EventPath = FMODUtils::GetPath(EventDescription); - FGuid Guid = FMODUtils::GetID(EventDescription); - - int Length = 0.0f; - float MinDist = 0.0f; - float MaxDist = 0.0f; - EventDescription->getLength(&Length); - EventDescription->getMinMaxDistance(&MinDist, &MaxDist); - - bool bOneShot = false; - bool bStream = false; - bool b3D = false; - EventDescription->isOneshot(&bOneShot); - EventDescription->isStream(&bStream); - EventDescription->is3D(&b3D); - - AddTextField(InfoBox, TEXT("Path"), FText::FromString(EventPath)); - AddTextField(InfoBox, TEXT("Guid"), FText::FromString(Guid.ToString(EGuidFormats::DigitsWithHyphensInBraces))); - AddBoolField(InfoBox, TEXT("OneShot"), bOneShot); - AddBoolField(InfoBox, TEXT("Streaming"), bStream); - AddBoolField(InfoBox, TEXT("3D"), b3D); - - AddFloatField(InfoBox, TEXT("Length"), static_cast(Length)); - if (b3D) - { - AddFloatField(InfoBox, TEXT("Min Dist"), MinDist); - AddFloatField(InfoBox, TEXT("Max Dist"), MaxDist); - } - } - - return MakeBox(InfoBox, LOCTEXT("EventInfo", "Event Info")); -} - -TSharedRef SFMODEventEditorPanel::ConstructParameters(FMOD::Studio::EventDescription *EventDescription) -{ - auto EventEditor = FMODEventEditorPtr.Pin(); - TSharedRef ParametersBox = SNew(SVerticalBox); - - FNumberFormattingOptions Options; - Options.MinimumFractionalDigits = 1; - - if (EventDescription != nullptr) - { - int32 ParameterCount; - EventDescription->getParameterDescriptionCount(&ParameterCount); - for (int32 ParamIdx = 0; ParamIdx < ParameterCount; ParamIdx++) - { - FMOD_STUDIO_PARAMETER_DESCRIPTION Parameter; - EventDescription->getParameterDescriptionByIndex(ParamIdx, &Parameter); - - EventEditor->AddParameter(Parameter.id, Parameter.minimum); - - const FString ParameterName = Parameter.type == FMOD_STUDIO_PARAMETER_GAME_CONTROLLED ? FString(UTF8_TO_TCHAR(Parameter.name)) : - FMODUtils::ParameterTypeToString(Parameter.type); - const FText ToolTipText = FText::Format(LOCTEXT("ParameterTooltipFormat", "{0} (Min Value: {1} - Max Value: {2})"), - FText::FromString(ParameterName), FText::AsNumber(Parameter.minimum, &Options), FText::AsNumber(Parameter.maximum, &Options)); - - ParametersBox->AddSlot().Padding(4.0f, - 2.0f)[SNew(SHorizontalBox).ToolTipText(ToolTipText) + - SHorizontalBox::Slot().FillWidth(0.3f)[SNew(STextBlock).Text(FText::FromString(ParameterName))] + - SHorizontalBox::Slot().MaxWidth(200.0f)[SNew(SNumericEntryBox) - .Value(this, &SFMODEventEditorPanel::GetParameterValue, Parameter.id) - .OnValueChanged(this, &SFMODEventEditorPanel::OnParameterValueChanged, Parameter.id) - .AllowSpin(true) - .MinValue(Parameter.minimum) - .MaxValue(Parameter.maximum) - .MinSliderValue(Parameter.minimum) - .MaxSliderValue(Parameter.maximum) - .Delta(0.01f)]]; - } - } - - return MakeBox(ParametersBox, LOCTEXT("EventParameters", "Event Parameters")); -} - -TSharedRef SFMODEventEditorPanel::ConstructUserProperties(FMOD::Studio::EventDescription *EventDescription) -{ - TSharedRef UserPropertiesBox = SNew(SVerticalBox); - - if (EventDescription != nullptr) - { - int32 UserPropertyCount; - EventDescription->getUserPropertyCount(&UserPropertyCount); - for (int32 PropertyIdx = 0; PropertyIdx < UserPropertyCount; PropertyIdx++) - { - FMOD_STUDIO_USER_PROPERTY UserProperty; - EventDescription->getUserPropertyByIndex(PropertyIdx, &UserProperty); - - FText PropertyText; - switch (UserProperty.type) - { - case FMOD_STUDIO_USER_PROPERTY_TYPE_INTEGER: - PropertyText = FText::AsNumber(UserProperty.intvalue); - break; - case FMOD_STUDIO_USER_PROPERTY_TYPE_BOOLEAN: - PropertyText = UserProperty.boolvalue ? LOCTEXT("True", "True") : LOCTEXT("False", "False"); - break; - case FMOD_STUDIO_USER_PROPERTY_TYPE_FLOAT: - PropertyText = FText::AsNumber(UserProperty.floatvalue); - break; - case FMOD_STUDIO_USER_PROPERTY_TYPE_STRING: - PropertyText = FText::FromString(UTF8_TO_TCHAR(UserProperty.stringvalue)); - break; - } - - FString UserName(UTF8_TO_TCHAR(UserProperty.name)); - AddTextField(UserPropertiesBox, *UserName, PropertyText); - } - } - - return MakeBox(UserPropertiesBox, LOCTEXT("EventUserProperties", "Event User Properties")); -} - -FReply SFMODEventEditorPanel::OnClickedPlay() -{ - FMODEventEditorPtr.Pin()->PlayEvent(); - return FReply::Handled(); -} - -FReply SFMODEventEditorPanel::OnClickedStop() -{ - FMODEventEditorPtr.Pin()->StopEvent(); - return FReply::Handled(); -} - -FReply SFMODEventEditorPanel::OnClickedPause() -{ - FMODEventEditorPtr.Pin()->PauseEvent(); - return FReply::Handled(); -} - -void SFMODEventEditorPanel::OnParameterValueChanged(float NewValue, FMOD_STUDIO_PARAMETER_ID ParameterId) -{ - FMODEventEditorPtr.Pin()->SetParameterValue(ParameterId, NewValue); -} - -TOptional SFMODEventEditorPanel::GetParameterValue(FMOD_STUDIO_PARAMETER_ID ParameterId) const -{ - return FMODEventEditorPtr.Pin()->GetParameterValue(ParameterId); -} - -#undef LOC_NAMESPACE diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/SFMODEventEditorPanel.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/SFMODEventEditorPanel.h deleted file mode 100644 index cdee4d8f..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/SFMODEventEditorPanel.h +++ /dev/null @@ -1,42 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "FMODEventEditor.h" - -namespace FMOD -{ -namespace Studio -{ -class EventDescription; -} -} - -class SFMODEventEditorPanel : public SCompoundWidget -{ -public: - SLATE_BEGIN_ARGS(SFMODEventEditorPanel) {} - SLATE_ARGUMENT(TWeakPtr, FMODEventEditor) - SLATE_END_ARGS() - - ~SFMODEventEditorPanel(); - - /** SCompoundWidget interface */ - void Construct(const FArguments &InArgs); - -private: - TSharedRef ConstructToolbar(FMOD::Studio::EventDescription *EventDescription); - TSharedRef ConstructInfo(FMOD::Studio::EventDescription *EventDescription); - TSharedRef ConstructParameters(FMOD::Studio::EventDescription *EventDescription); - TSharedRef ConstructUserProperties(FMOD::Studio::EventDescription *EventDescription); - - /** Editor that owns this panel */ - TWeakPtr FMODEventEditorPtr; - - FReply OnClickedPlay(); - FReply OnClickedStop(); - FReply OnClickedPause(); - - TOptional GetParameterValue(FMOD_STUDIO_PARAMETER_ID ParameterId) const; - void OnParameterValueChanged(float NewValue, FMOD_STUDIO_PARAMETER_ID ParameterId); -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODChannelEditors.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODChannelEditors.cpp deleted file mode 100644 index e88acadb..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODChannelEditors.cpp +++ /dev/null @@ -1,185 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "Sequencer/FMODChannelEditors.h" -#include "ISequencerChannelInterface.h" -#include "Widgets/DeclarativeSyntaxSupport.h" -#include "Widgets/SCompoundWidget.h" -#include "MovieSceneTimeHelpers.h" -#include "MovieSceneToolHelpers.h" -#include "ScopedTransaction.h" -#include "Editor/EditorWidgets/Public/SEnumCombo.h" -#include "EditorStyleSet.h" -#include "Channels/MovieSceneChannelTraits.h" - -class SFMODEventControlKeyEditor : public SCompoundWidget -{ -public: - SLATE_BEGIN_ARGS(SFMODEventControlKeyEditor) {} - SLATE_END_ARGS(); - - void Construct(const FArguments &InArgs, TMovieSceneChannelHandle InChannelHandle, - TWeakObjectPtr InWeakSection, TWeakPtr InWeakSequencer, UEnum *InEnum) - { - ChannelHandle = InChannelHandle; - WeakSection = InWeakSection; - WeakSequencer = InWeakSequencer; - - ChildSlot[MovieSceneToolHelpers::MakeEnumComboBox(InEnum, - TAttribute::Create(TAttribute::FGetter::CreateSP(this, &SFMODEventControlKeyEditor::OnGetCurrentValueAsInt)), - SEnumComboBox::FOnEnumSelectionChanged::CreateSP(this, &SFMODEventControlKeyEditor::OnChangeKey))]; - } - -private: - int32 OnGetCurrentValueAsInt() const - { - using namespace UE::MovieScene; - - FFMODEventControlChannel *Channel = ChannelHandle.Get(); - ISequencer *Sequencer = WeakSequencer.Pin().Get(); - UMovieSceneSection *OwningSection = WeakSection.Get(); - uint8 Result = 0; - - if (Channel && Sequencer && OwningSection) - { - const FFrameTime CurrentTime = UE::MovieScene::ClampToDiscreteRange(Sequencer->GetLocalTime().Time, OwningSection->GetRange()); - EvaluateChannel(Channel, CurrentTime, Result); - } - - return Result; - } - - void SetValue(uint8 InValue) - { - using namespace UE::MovieScene; - - UMovieSceneSection *OwningSection = WeakSection.Get(); - if (!OwningSection) - { - return; - } - - OwningSection->SetFlags(RF_Transactional); - - FFMODEventControlChannel *Channel = ChannelHandle.Get(); - ISequencer *Sequencer = WeakSequencer.Pin().Get(); - - if (!OwningSection->TryModify() || !Channel || !Sequencer) - { - return; - } - - const FFrameNumber CurrentTime = Sequencer->GetLocalTime().Time.FloorToFrame(); - const bool bAutoSetTrackDefaults = Sequencer->GetAutoSetTrackDefaults(); - - EMovieSceneKeyInterpolation Interpolation = Sequencer->GetKeyInterpolation(); - - TArray KeysAtCurrentTime; - Channel->GetKeys(TRange(CurrentTime), nullptr, &KeysAtCurrentTime); - - if (KeysAtCurrentTime.Num() > 0) - { - AssignValue(Channel, KeysAtCurrentTime[0], InValue); - } - else - { - const bool bHasAnyKeys = Channel->GetNumKeys() != 0; - - if (bHasAnyKeys || bAutoSetTrackDefaults == false) - { - // When auto setting track defaults are disabled, add a key even when it's empty so that the changed - // value is saved and is propagated to the property. - AddKeyToChannel(Channel, CurrentTime, InValue, Interpolation); - } - - if (bHasAnyKeys) - { - TRange KeyRange = TRange(CurrentTime); - TRange SectionRange = OwningSection->GetRange(); - - if (!SectionRange.Contains(KeyRange)) - { - OwningSection->SetRange(TRange::Hull(KeyRange, SectionRange)); - } - } - } - - // Always update the default value when auto-set default values is enabled so that the last changes - // are always saved to the track. - if (bAutoSetTrackDefaults) - { - SetChannelDefault(Channel, InValue); - } - } - - void OnChangeKey(int32 Selection, ESelectInfo::Type SelectionType) - { - FScopedTransaction Transaction(FText::FromString("Set FMOD Event Control Key Value")); - SetValue(Selection); - if (ISequencer *Sequencer = WeakSequencer.Pin().Get()) - { - Sequencer->NotifyMovieSceneDataChanged(EMovieSceneDataChangeType::TrackValueChangedRefreshImmediately); - } - } - - TMovieSceneChannelHandle ChannelHandle; - TWeakObjectPtr WeakSection; - TWeakPtr WeakSequencer; -}; - -bool CanCreateKeyEditor(const FFMODEventControlChannel *Channel) -{ - return true; -} - -TSharedRef CreateKeyEditor(const TMovieSceneChannelHandle &Channel, UMovieSceneSection *Section, - const FGuid &InObjectBindingID, TWeakPtr PropertyBindings, TWeakPtr InSequencer) -{ - const FFMODEventControlChannel *RawChannel = Channel.Get(); - - if (!RawChannel) - { - return SNullWidget::NullWidget; - } - - UEnum *Enum = RawChannel->GetEnum(); - return SNew(SFMODEventControlKeyEditor, Channel, Section, InSequencer, Enum); -} - -void DrawKeys(FFMODEventControlChannel *Channel, TArrayView InKeyHandles, const UMovieSceneSection* InOwner, TArrayView OutKeyDrawParams) -{ - static const FName KeyLeftBrushName("Sequencer.KeyLeft"); - static const FName KeyRightBrushName("Sequencer.KeyRight"); - static const FName KeyDiamondBrushName("Sequencer.KeyDiamond"); - - const FSlateBrush *LeftKeyBrush = FAppStyle::GetBrush(KeyLeftBrushName); - const FSlateBrush *RightKeyBrush = FAppStyle::GetBrush(KeyRightBrushName); - const FSlateBrush *DiamondBrush = FAppStyle::GetBrush(KeyDiamondBrushName); - - TMovieSceneChannelData ChannelData = Channel->GetData(); - - for (int32 Index = 0; Index < InKeyHandles.Num(); ++Index) - { - FKeyHandle Handle = InKeyHandles[Index]; - - FKeyDrawParams Params; - Params.BorderBrush = Params.FillBrush = DiamondBrush; - - const int32 KeyIndex = ChannelData.GetIndex(Handle); - if (KeyIndex != INDEX_NONE) - { - const EFMODEventControlKey Value = (EFMODEventControlKey)ChannelData.GetValues()[KeyIndex]; - if (Value == EFMODEventControlKey::Play) - { - Params.BorderBrush = Params.FillBrush = LeftKeyBrush; - Params.FillOffset = FVector2D(-1.0f, 1.0f); - } - else if (Value == EFMODEventControlKey::Stop) - { - Params.BorderBrush = Params.FillBrush = RightKeyBrush; - Params.FillOffset = FVector2D(1.0f, 1.0f); - } - } - - OutKeyDrawParams[Index] = Params; - } -} diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODChannelEditors.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODChannelEditors.h deleted file mode 100644 index b6eb8b54..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODChannelEditors.h +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -#include "MVVM/Views/KeyDrawParams.h" -#include "Channels/MovieSceneChannelHandle.h" -#include "Sequencer/FMODEventControlSection.h" - -/** Key editor overrides */ -bool CanCreateKeyEditor(const FFMODEventControlChannel* Channel); - -TSharedRef CreateKeyEditor(const TMovieSceneChannelHandle& Channel, UMovieSceneSection* Section, - const FGuid& InObjectBindingID, TWeakPtr PropertyBindings, TWeakPtr InSequencer); - -/** Key drawing overrides */ -void DrawKeys(FFMODEventControlChannel *Channel, TArrayView InKeyHandles, const UMovieSceneSection* InOwner, TArrayView OutKeyDrawParams); diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODEventControlTrackEditor.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODEventControlTrackEditor.cpp deleted file mode 100644 index 17f45b4b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODEventControlTrackEditor.cpp +++ /dev/null @@ -1,195 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODEventControlTrackEditor.h" -#include "FMODAmbientSound.h" -#include "Sequencer/FMODEventControlSection.h" -#include "Sequencer/FMODEventControlTrack.h" -#include "AnimatedRange.h" -#include "Rendering/DrawElements.h" -#include "Framework/MultiBox/MultiBoxBuilder.h" -#include "Curves/IntegralCurve.h" -#include "SequencerSectionPainter.h" -#include "EditorStyleSet.h" -#include "Editor/UnrealEdEngine.h" -#include "ISectionLayoutBuilder.h" -#include "CommonMovieSceneTools.h" -#include "Channels/MovieSceneChannelProxy.h" -#include "Channels/MovieSceneChannelEditorData.h" - -#define LOCTEXT_NAMESPACE "FFMODEventControlTrackEditor" - -FFMODEventControlSection::FFMODEventControlSection(UMovieSceneSection &InSection, TSharedRef InOwningSequencer) - : Section(InSection) - , OwningSequencerPtr(InOwningSequencer) -{ -} - -UMovieSceneSection *FFMODEventControlSection::GetSectionObject() -{ - return &Section; -} - -float FFMODEventControlSection::GetSectionHeight() const -{ - static const float SectionHeight = 20.f; - return SectionHeight; -} - -int32 FFMODEventControlSection::OnPaintSection(FSequencerSectionPainter &InPainter) const -{ - TSharedPtr OwningSequencer = OwningSequencerPtr.Pin(); - - if (!OwningSequencer.IsValid()) - { - return InPainter.LayerId + 1; - } - - const ESlateDrawEffect DrawEffects = InPainter.bParentEnabled ? ESlateDrawEffect::None : ESlateDrawEffect::DisabledEffect; - const FTimeToPixel &TimeToPixelConverter = InPainter.GetTimeConverter(); - - FLinearColor TrackColor; - - // TODO: Set / clip stop time based on event length - UFMODEventControlSection *ControlSection = Cast(&Section); - if (IsValid(ControlSection)) - { - UFMODEventControlTrack *ParentTrack = Cast(ControlSection->GetOuter()); - if (IsValid(ParentTrack)) - { - TrackColor = ParentTrack->GetColorTint(); - } - } - - // TODO: This should only draw the visible ranges. - TArray> DrawRanges; - TOptional CurrentRangeStart; - - if (ControlSection != nullptr) - { - TMovieSceneChannelData ChannelData = ControlSection->ControlKeys.GetData(); - TArrayView Times = ChannelData.GetTimes(); - TArrayView Values = ChannelData.GetValues(); - - for (int32 Index = 0; Index < Times.Num(); ++Index) - { - const double Time = Times[Index] / TimeToPixelConverter.GetTickResolution(); - const EFMODEventControlKey Value = (EFMODEventControlKey)Values[Index]; - - if (Value == EFMODEventControlKey::Play) - { - if (CurrentRangeStart.IsSet() == false) - { - CurrentRangeStart = Time; - } - } - if (Value == EFMODEventControlKey::Stop) - { - if (CurrentRangeStart.IsSet()) - { - DrawRanges.Add(TRange(CurrentRangeStart.GetValue(), Time)); - CurrentRangeStart.Reset(); - } - } - } - } - - if (CurrentRangeStart.IsSet()) - { - DrawRanges.Add(TRange(CurrentRangeStart.GetValue(), OwningSequencer->GetViewRange().GetUpperBoundValue())); - } - - for (const TRange &DrawRange : DrawRanges) - { - float XOffset = TimeToPixelConverter.SecondsToPixel(DrawRange.GetLowerBoundValue()); - float XSize = TimeToPixelConverter.SecondsToPixel(DrawRange.GetUpperBoundValue()) - XOffset; - FSlateDrawElement::MakeBox(InPainter.DrawElements, InPainter.LayerId, - InPainter.SectionGeometry.ToPaintGeometry( - FVector2D(XSize, SequencerSectionConstants::KeySize.Y), - FSlateLayoutTransform(1.0f, FVector2D(XOffset, (InPainter.SectionGeometry.GetLocalSize().Y - SequencerSectionConstants::KeySize.Y) / 2))), - FAppStyle::GetBrush("Sequencer.Section.Background"), DrawEffects); - FSlateDrawElement::MakeBox(InPainter.DrawElements, InPainter.LayerId, - InPainter.SectionGeometry.ToPaintGeometry( - FVector2D(XSize, SequencerSectionConstants::KeySize.Y), - FSlateLayoutTransform(1.0f, FVector2D(XOffset, (InPainter.SectionGeometry.GetLocalSize().Y - SequencerSectionConstants::KeySize.Y) / 2))), - FAppStyle::GetBrush("Sequencer.Section.BackgroundTint"), DrawEffects, TrackColor); - } - - return InPainter.LayerId + 1; -} - -FFMODEventControlTrackEditor::FFMODEventControlTrackEditor(TSharedRef InSequencer) - : FMovieSceneTrackEditor(InSequencer) -{ -} - -TSharedRef FFMODEventControlTrackEditor::CreateTrackEditor(TSharedRef InSequencer) -{ - return MakeShareable(new FFMODEventControlTrackEditor(InSequencer)); -} - -bool FFMODEventControlTrackEditor::SupportsType(TSubclassOf Type) const -{ - return Type == UFMODEventControlTrack::StaticClass(); -} - -TSharedRef FFMODEventControlTrackEditor::MakeSectionInterface( - UMovieSceneSection &SectionObject, UMovieSceneTrack &Track, FGuid ObjectBinding) -{ - check(SupportsType(SectionObject.GetOuter()->GetClass())); - const TSharedPtr OwningSequencer = GetSequencer(); - return MakeShareable(new FFMODEventControlSection(SectionObject, OwningSequencer.ToSharedRef())); -} - -void FFMODEventControlTrackEditor::BuildObjectBindingTrackMenu(FMenuBuilder &MenuBuilder, const TArray &ObjectBindings, const UClass *ObjectClass) -{ - if (ObjectClass->IsChildOf(AFMODAmbientSound::StaticClass()) || ObjectClass->IsChildOf(UFMODAudioComponent::StaticClass())) - { - const TSharedPtr ParentSequencer = GetSequencer(); - - MenuBuilder.AddMenuEntry(LOCTEXT("AddFMODEventControlTrack", "FMOD Event Control Track"), - LOCTEXT("FMODEventControlTooltip", "Adds a track for controlling FMOD event."), FSlateIcon(), - FUIAction(FExecuteAction::CreateSP(this, &FFMODEventControlTrackEditor::AddControlKey, ObjectBindings))); - } -} - -void FFMODEventControlTrackEditor::AddControlKey(TArray ObjectGuids) -{ - TSharedPtr SequencerPtr = GetSequencer(); - for (FGuid ObjectGuid : ObjectGuids) - { - UObject *Object = SequencerPtr.IsValid() ? SequencerPtr->FindSpawnedObjectOrTemplate(ObjectGuid) : nullptr; - - if (Object) - { - AnimatablePropertyChanged(FOnKeyProperty::CreateRaw(this, &FFMODEventControlTrackEditor::AddKeyInternal, Object)); - } - } -} - -FKeyPropertyResult FFMODEventControlTrackEditor::AddKeyInternal(FFrameNumber KeyTime, UObject *Object) -{ - FKeyPropertyResult KeyPropertyResult; - - FFindOrCreateHandleResult HandleResult = FindOrCreateHandleToObject(Object); - FGuid ObjectHandle = HandleResult.Handle; - KeyPropertyResult.bHandleCreated |= HandleResult.bWasCreated; - - if (ObjectHandle.IsValid()) - { - FFindOrCreateTrackResult TrackResult = FindOrCreateTrackForObject(ObjectHandle, UFMODEventControlTrack::StaticClass()); - UMovieSceneTrack *Track = TrackResult.Track; - KeyPropertyResult.bTrackCreated |= TrackResult.bWasCreated; - - if (KeyPropertyResult.bTrackCreated && ensure(Track)) - { - UFMODEventControlTrack *EventTrack = Cast(Track); - EventTrack->AddNewSection(KeyTime); - EventTrack->SetDisplayName(LOCTEXT("TrackName", "FMOD Event")); - KeyPropertyResult.bTrackModified = true; - } - } - - return KeyPropertyResult; -} - -#undef LOCTEXT_NAMESPACE diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODEventControlTrackEditor.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODEventControlTrackEditor.h deleted file mode 100644 index 76dcb9cc..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODEventControlTrackEditor.h +++ /dev/null @@ -1,59 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "CoreMinimal.h" -#include "Misc/Guid.h" -#include "Templates/SubclassOf.h" -#include "Curves/KeyHandle.h" -#include "ISequencer.h" -#include "MovieSceneTrack.h" -#include "ISequencerSection.h" -#include "ISequencerTrackEditor.h" -#include "MovieSceneTrackEditor.h" - -class FMenuBuilder; -class FSequencerSectionPainter; - -/** FMOD Event control track */ -class FFMODEventControlTrackEditor : public FMovieSceneTrackEditor -{ -public: - FFMODEventControlTrackEditor(TSharedRef InSequencer); - - static TSharedRef CreateTrackEditor(TSharedRef OwningSequencer); - - void AddControlKey(TArray ObjectGuids); - - // Begin ISequencerTrackEditor interface - virtual void BuildObjectBindingTrackMenu(FMenuBuilder &MenuBuilder, const TArray &ObjectBindings, const UClass *ObjectClass) override; - virtual TSharedRef MakeSectionInterface( - UMovieSceneSection &SectionObject, UMovieSceneTrack &Track, FGuid ObjectBinding) override; - virtual bool SupportsType(TSubclassOf Type) const override; - // End ISequencerTrackEditor interface - -private: - /** Delegate for AnimatablePropertyChanged in AddKey. */ - virtual FKeyPropertyResult AddKeyInternal(FFrameNumber KeyTime, UObject *Object); -}; - -/** Class for event control sections. */ -class FFMODEventControlSection : public ISequencerSection, public TSharedFromThis -{ -public: - FFMODEventControlSection(UMovieSceneSection &InSection, TSharedRef InOwningSequencer); - - // Begin ISequencerSection interface - virtual UMovieSceneSection *GetSectionObject() override; - virtual float GetSectionHeight() const override; - virtual int32 OnPaintSection(FSequencerSectionPainter &InPainter) const override; - virtual bool SectionIsResizable() const override { return false; } - // End ISequencerSection interface - -private: - /** The section we are visualizing. */ - UMovieSceneSection &Section; - - /** The sequencer that owns this section */ - TWeakPtr OwningSequencerPtr; -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODEventParameterTrackEditor.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODEventParameterTrackEditor.cpp deleted file mode 100644 index 5f4c300d..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODEventParameterTrackEditor.cpp +++ /dev/null @@ -1,156 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODEventParameterTrackEditor.h" -#include "FMODAmbientSound.h" -#include "FMODEvent.h" -#include "FMODStudioModule.h" -#include "Framework/MultiBox/MultiBoxBuilder.h" -#include "Sequencer/FMODEventParameterTrack.h" -#include "Sections/MovieSceneParameterSection.h" -#include "Sequencer/FMODParameterSection.h" -#include "SequencerUtilities.h" -#include "fmod_studio.hpp" - -#define LOCTEXT_NAMESPACE "FMODEeventParameterTrackEditor" - -FName FFMODEventParameterTrackEditor::TrackName("FMODEventParameter"); - -FFMODEventParameterTrackEditor::FFMODEventParameterTrackEditor(TSharedRef InSequencer) - : FMovieSceneTrackEditor(InSequencer) -{ -} - -TSharedRef FFMODEventParameterTrackEditor::CreateTrackEditor(TSharedRef OwningSequencer) -{ - return MakeShareable(new FFMODEventParameterTrackEditor(OwningSequencer)); -} - -TSharedRef FFMODEventParameterTrackEditor::MakeSectionInterface( - UMovieSceneSection &SectionObject, UMovieSceneTrack &Track, FGuid ObjectBinding) -{ - UMovieSceneParameterSection *ParameterSection = Cast(&SectionObject); - checkf(ParameterSection != nullptr, TEXT("Unsupported section type.")); - return MakeShareable(new FFMODParameterSection(*ParameterSection)); -} - -TSharedPtr FFMODEventParameterTrackEditor::BuildOutlinerEditWidget( - const FGuid &ObjectBinding, UMovieSceneTrack *Track, const FBuildEditWidgetParams &Params) -{ - UFMODEventParameterTrack *EventParameterTrack = Cast(Track); - - // Create a container edit box - return FSequencerUtilities::MakeAddButton(LOCTEXT("ParameterText", "Parameter"), - FOnGetContent::CreateSP(this, &FFMODEventParameterTrackEditor::OnGetAddParameterMenuContent, ObjectBinding, EventParameterTrack), - Params.NodeIsHovered, - GetSequencer()); -} - -void FFMODEventParameterTrackEditor::BuildObjectBindingTrackMenu(FMenuBuilder &MenuBuilder, const TArray &ObjectBindings, const UClass *ObjectClass) -{ - if (ObjectClass->IsChildOf(AFMODAmbientSound::StaticClass()) || ObjectClass->IsChildOf(UFMODAudioComponent::StaticClass())) - { - const TSharedPtr ParentSequencer = GetSequencer(); - - MenuBuilder.AddMenuEntry(LOCTEXT("AddFMODParameterTrack", "FMOD Event Parameter Track"), - LOCTEXT("AddFMODParameterTrackTooltip", "Adds a track for controlling FMOD event parameter values."), FSlateIcon(), - FUIAction(FExecuteAction::CreateSP(this, &FFMODEventParameterTrackEditor::AddEventParameterTrack, ObjectBindings[0]), - FCanExecuteAction::CreateSP(this, &FFMODEventParameterTrackEditor::CanAddEventParameterTrack, ObjectBindings[0]))); - } -} - -bool FFMODEventParameterTrackEditor::SupportsType(TSubclassOf Type) const -{ - return Type == UFMODEventParameterTrack::StaticClass(); -} - -TSharedRef FFMODEventParameterTrackEditor::OnGetAddParameterMenuContent(FGuid ObjectBinding, UFMODEventParameterTrack *EventParameterTrack) -{ - TSharedPtr SequencerPtr = GetSequencer(); - AFMODAmbientSound *Sound = SequencerPtr.IsValid() ? Cast(SequencerPtr->FindSpawnedObjectOrTemplate(ObjectBinding)) : nullptr; - UFMODAudioComponent *AudioComponent; - - if (IsValid(Sound)) - { - AudioComponent = Sound->AudioComponent; - } - else - { - AudioComponent = SequencerPtr.IsValid() ? Cast(SequencerPtr->FindSpawnedObjectOrTemplate(ObjectBinding)) : nullptr; - } - return BuildParameterMenu(ObjectBinding, EventParameterTrack, AudioComponent); -} - -TSharedRef FFMODEventParameterTrackEditor::BuildParameterMenu( - FGuid ObjectBinding, UFMODEventParameterTrack *EventParameterTrack, UFMODAudioComponent *AudioComponent) -{ - FMenuBuilder AddParameterMenuBuilder(true, nullptr); - - if (IsValid(AudioComponent) && AudioComponent->Event) - { - TArray ParameterNamesAndActions; - TArray ParameterDescriptions; - AudioComponent->Event->GetParameterDescriptions(ParameterDescriptions); - - for (FMOD_STUDIO_PARAMETER_DESCRIPTION &ParameterDescription : ParameterDescriptions) - { - FName ParameterName(ParameterDescription.name); - FExecuteAction InitAction = - FExecuteAction::CreateSP(this, &FFMODEventParameterTrackEditor::AddParameter, ObjectBinding, EventParameterTrack, ParameterName); - FUIAction AddParameterMenuAction(InitAction); - FParameterNameAndAction NameAndAction(ParameterName, AddParameterMenuAction); - ParameterNamesAndActions.Add(NameAndAction); - } - - // Sort and generate menu. - ParameterNamesAndActions.Sort(); - for (FParameterNameAndAction NameAndAction : ParameterNamesAndActions) - { - AddParameterMenuBuilder.AddMenuEntry(FText::FromName(NameAndAction.ParameterName), FText(), FSlateIcon(), NameAndAction.Action); - } - } - return AddParameterMenuBuilder.MakeWidget(); -} - -bool FFMODEventParameterTrackEditor::CanAddEventParameterTrack(FGuid ObjectBinding) -{ - return GetSequencer()->GetFocusedMovieSceneSequence()->GetMovieScene()->FindTrack( - UFMODEventParameterTrack::StaticClass(), ObjectBinding, TrackName) == nullptr; -} - -void FFMODEventParameterTrackEditor::AddEventParameterTrack(FGuid ObjectBinding) -{ - FindOrCreateTrackForObject(ObjectBinding, UFMODEventParameterTrack::StaticClass(), TrackName, true); - GetSequencer()->NotifyMovieSceneDataChanged(EMovieSceneDataChangeType::MovieSceneStructureItemAdded); -} - -void FFMODEventParameterTrackEditor::AddParameter(FGuid ObjectBinding, UFMODEventParameterTrack *EventParameterTrack, FName ParameterName) -{ - UMovieSceneSequence *MovieSceneSequence = GetMovieSceneSequence(); - FFrameNumber KeyTime = GetTimeForKey(); - - for (TWeakObjectPtr<> Object : GetSequencer()->FindObjectsInCurrentSequence(ObjectBinding)) - { - AFMODAmbientSound *Sound = Cast(Object.Get()); - UFMODAudioComponent *AudioComponent = nullptr; - - if (IsValid(Sound)) - { - AudioComponent = Sound->AudioComponent; - } - else - { - AudioComponent = Cast(Object.Get()); - } - - if (IsValid(AudioComponent)) - { - float Value = AudioComponent->GetParameter(ParameterName); - const FScopedTransaction Transaction(LOCTEXT("AddEventParameter", "Add event parameter")); - EventParameterTrack->Modify(); - EventParameterTrack->AddParameterKey(ParameterName, KeyTime, Value); - } - } - GetSequencer()->NotifyMovieSceneDataChanged(EMovieSceneDataChangeType::MovieSceneStructureItemAdded); -} - -#undef LOCTEXT_NAMESPACE diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODEventParameterTrackEditor.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODEventParameterTrackEditor.h deleted file mode 100644 index c74babda..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODEventParameterTrackEditor.h +++ /dev/null @@ -1,77 +0,0 @@ -// Taken from ParticleParameterTrackEditor - -#pragma once -#include "CoreMinimal.h" -#include "Misc/Guid.h" -#include "Templates/SubclassOf.h" -#include "Widgets/SWidget.h" -#include "ISequencer.h" -#include "MovieSceneTrack.h" -#include "ISequencerSection.h" -#include "Framework/Commands/UIAction.h" -#include "ISequencerTrackEditor.h" -#include "MovieSceneTrackEditor.h" - -class FMenuBuilder; -class UFMODEventParameterTrack; -class UFMODAudioComponent; -struct FMOD_STUDIO_PARAMETER_DESCRIPTION; - -/** - * Track editor for material parameters. - */ -class FFMODEventParameterTrackEditor : public FMovieSceneTrackEditor -{ -public: - /** Constructor. */ - FFMODEventParameterTrackEditor(TSharedRef InSequencer); - - /** Virtual destructor. */ - virtual ~FFMODEventParameterTrackEditor() {} - - /** - * Creates an instance of this class. Called by a sequencer. - * - * @param OwningSequencer The sequencer instance to be used by this tool. - * @return The new instance of this class. - */ - static TSharedRef CreateTrackEditor(TSharedRef OwningSequencer); - - // ISequencerTrackEditor interface - - virtual TSharedPtr BuildOutlinerEditWidget( - const FGuid &ObjectBinding, UMovieSceneTrack *Track, const FBuildEditWidgetParams &Params) override; - virtual TSharedRef MakeSectionInterface( - UMovieSceneSection &SectionObject, UMovieSceneTrack &Track, FGuid ObjectBinding) override; - virtual bool SupportsType(TSubclassOf Type) const override; - -private: - static FName TrackName; - - // Struct used for building the parameter menu. - struct FParameterNameAndAction - { - FName ParameterName; - FUIAction Action; - - FParameterNameAndAction(FName InParameterName, FUIAction InAction) - { - ParameterName = InParameterName; - Action = InAction; - } - - bool operator<(FParameterNameAndAction const &Other) const { return ParameterName.FastLess(Other.ParameterName); } - }; - - void BuildObjectBindingTrackMenu(FMenuBuilder &MenuBuilder, const TArray &ObjectBindings, const UClass *ObjectClass); - - /** Provides the contents of the add parameter menu. */ - TSharedRef OnGetAddParameterMenuContent(FGuid ObjectBinding, UFMODEventParameterTrack *EventParameterTrack); - TSharedRef BuildParameterMenu(FGuid ObjectBinding, UFMODEventParameterTrack *EventParameterTrack, UFMODAudioComponent *AudioComponent); - - bool CanAddEventParameterTrack(FGuid ObjectBinding); - void AddEventParameterTrack(FGuid ObjectBinding); - - /** Adds an event parameter and initial key to a track. */ - void AddParameter(FGuid ObjectBinding, UFMODEventParameterTrack *EventParameterTrack, FName ParameterName); -}; diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODParameterSection.cpp b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODParameterSection.cpp deleted file mode 100644 index 4cc87a6b..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODParameterSection.cpp +++ /dev/null @@ -1,25 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#include "FMODParameterSection.h" -#include "ISectionLayoutBuilder.h" -#include "ScopedTransaction.h" -#include "Sections/MovieSceneParameterSection.h" - -#define LOCTEXT_NAMESPACE "FMODParameterSection" - -bool FFMODParameterSection::RequestDeleteKeyArea(const TArray &KeyAreaNamePath) -{ - if (KeyAreaNamePath.Num() == 1) - { - const FScopedTransaction Transaction(LOCTEXT("DeleteEventParameter", "Delete event parameter")); - UMovieSceneParameterSection *ParameterSection = Cast(WeakSection.Get()); - if (ParameterSection->TryModify()) - { - return ParameterSection->RemoveScalarParameter(KeyAreaNamePath[0]); - } - } - - return true; -} - -#undef LOCTEXT_NAMESPACE diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODParameterSection.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODParameterSection.h deleted file mode 100644 index d3f8fa61..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Private/Sequencer/FMODParameterSection.h +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "ISequencerSection.h" - -class UMovieSceneSection; - -/** A movie scene section for Event parameters. */ -class FFMODParameterSection : public FSequencerSection -{ -public: - FFMODParameterSection(UMovieSceneSection &InSectionObject) - : FSequencerSection(InSectionObject) - { - } - - // Begin ISequencerSection interface - virtual bool RequestDeleteKeyArea(const TArray &KeyAreaNamePath) override; - // End ISequencerSection interface -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Public/FMODStudioEditorModule.h b/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Public/FMODStudioEditorModule.h deleted file mode 100644 index 63e06ee0..00000000 --- a/hwanyoung2/Plugins/FMODStudio/Source/FMODStudioEditor/Public/FMODStudioEditorModule.h +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -#pragma once - -#include "Modules/ModuleManager.h" - -/** - * The public interface to this module - */ -class IFMODStudioEditorModule : public IModuleInterface -{ - -public: - /** - * Singleton-like access to this module's interface. This is just for convenience! - * Beware of calling this during the shutdown phase, though. Your module might have been unloaded already. - * - * @return Returns singleton instance, loading the module on demand if needed - */ - static inline IFMODStudioEditorModule &Get() { return FModuleManager::LoadModuleChecked("FMODStudioEditor"); } - - /** - * Checks to see if this module is loaded and ready. It is only valid to call Get() if IsAvailable() returns true. - * - * @return True if the module is loaded and ready to use - */ - static inline bool IsAvailable() { return FModuleManager::Get().IsModuleLoaded("FMODStudioEditor"); } - - /** This event is fired after all banks were reloaded */ - virtual FSimpleMulticastDelegate &BanksReloadedEvent() = 0; -}; diff --git a/hwanyoung2/Plugins/FMODStudioNiagara/Content/ENiagara_FMODParamType.uasset b/hwanyoung2/Plugins/FMODStudioNiagara/Content/ENiagara_FMODParamType.uasset deleted file mode 100644 index 70bc54e7..00000000 --- a/hwanyoung2/Plugins/FMODStudioNiagara/Content/ENiagara_FMODParamType.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e357fb4f7d81781ca03ac104e44b7fc49644928f4e5cb9f01d4d97c4eddca034 -size 3085 diff --git a/hwanyoung2/Plugins/FMODStudioNiagara/Content/PlayFMODEvent.uasset b/hwanyoung2/Plugins/FMODStudioNiagara/Content/PlayFMODEvent.uasset deleted file mode 100644 index 214cbe3c..00000000 --- a/hwanyoung2/Plugins/FMODStudioNiagara/Content/PlayFMODEvent.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9e7222869a89a0681e55712ec52bb6671caab5db23c6df2b2410ecd59751b15d -size 175526 diff --git a/hwanyoung2/Plugins/FMODStudioNiagara/Content/PlayPersistentFMODEvent.uasset b/hwanyoung2/Plugins/FMODStudioNiagara/Content/PlayPersistentFMODEvent.uasset deleted file mode 100644 index 80520813..00000000 --- a/hwanyoung2/Plugins/FMODStudioNiagara/Content/PlayPersistentFMODEvent.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcc4cb12ed8aad8dccea40aa2878c85c1aa0096a5c81ffeb61fdffb1c55ba949 -size 146007 diff --git a/hwanyoung2/Plugins/FMODStudioNiagara/Content/Templates/PlayFMODEventEmitter.uasset b/hwanyoung2/Plugins/FMODStudioNiagara/Content/Templates/PlayFMODEventEmitter.uasset deleted file mode 100644 index 00099a16..00000000 --- a/hwanyoung2/Plugins/FMODStudioNiagara/Content/Templates/PlayFMODEventEmitter.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e1516f2eeab325ffa93dd083230e9d591b1d25f72ef43591573effdbf75cda7 -size 293603 diff --git a/hwanyoung2/Plugins/FMODStudioNiagara/Content/UpdatePersistentFMODEvent.uasset b/hwanyoung2/Plugins/FMODStudioNiagara/Content/UpdatePersistentFMODEvent.uasset deleted file mode 100644 index dab8830f..00000000 --- a/hwanyoung2/Plugins/FMODStudioNiagara/Content/UpdatePersistentFMODEvent.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:787ce1076da5779bc734f7a91488f4604f79d27a769e78bfe66a4ffe43609d6e -size 63768 diff --git a/hwanyoung2/Plugins/FMODStudioNiagara/FMODStudioNiagara.uplugin b/hwanyoung2/Plugins/FMODStudioNiagara/FMODStudioNiagara.uplugin deleted file mode 100644 index e5cc627a..00000000 --- a/hwanyoung2/Plugins/FMODStudioNiagara/FMODStudioNiagara.uplugin +++ /dev/null @@ -1,32 +0,0 @@ -{ - "FileVersion": 3, - - "FriendlyName": "FMOD Studio Niagara Integration", - "Version" : 20226, - "VersionName" : "2.02.26", - "CreatedBy": "Firelight Technologies", - "CreatedByURL" : "http://fmod.com", - "Description" : "FMOD Studio with Niagara Integration.", - "Category": "Audio", - - "CanContainContent": true, - "Installed": true, - - "Modules": [ - { - "Name": "FMODStudioNiagara", - "Type": "Runtime", - "LoadingPhase": "Default" - } - ], - "Plugins": [ - { - "Name": "FMODStudio", - "Enabled": true - }, - { - "Name": "Niagara", - "Enabled": true - } - ] -} \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/FMODStudioNiagara.Build.cs b/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/FMODStudioNiagara.Build.cs deleted file mode 100644 index 1a63bd8e..00000000 --- a/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/FMODStudioNiagara.Build.cs +++ /dev/null @@ -1,37 +0,0 @@ -// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024. - -using UnrealBuildTool; -using System; - -public class FMODStudioNiagara : ModuleRules -{ - public FMODStudioNiagara(ReadOnlyTargetRules Target) : base(Target) - { - PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; - - PublicDependencyModuleNames.AddRange( - new[] - { - "Core" - }); - - PrivateDependencyModuleNames.AddRange( - new[] - { - "CoreUObject", - "Engine", - "Slate", - "SlateCore", - "Projects", - "FMODStudio", - - // Data interface dependencies - "Niagara", "NiagaraCore", "VectorVM", "RenderCore", "RHI", - }); - - if (Target.bBuildEditor == true) - { - PrivateDependencyModuleNames.Add("UnrealEd"); - } - } -} diff --git a/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/Private/FMODNiagaraEventPlayer.cpp b/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/Private/FMODNiagaraEventPlayer.cpp deleted file mode 100644 index f7a3fa8f..00000000 --- a/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/Private/FMODNiagaraEventPlayer.cpp +++ /dev/null @@ -1,620 +0,0 @@ - -#include "FMODNiagaraEventPlayer.h" - -#include "FMODBlueprintStatics.h" -#include "FMODSettings.h" - -#include "NiagaraTypes.h" -#include "NiagaraCustomVersion.h" -#include "NiagaraSystemInstance.h" -#include "NiagaraWorldManager.h" -#include "Kismet/GameplayStatics.h" -#include "Engine/World.h" -#include "Sound/SoundBase.h" - -DEFINE_LOG_CATEGORY_STATIC(LogFMODNiagara, Log, All); - -const FName UFMODNiagaraEventPlayer::PlayAudioName(TEXT("PlayEventAtLocation")); -const FName UFMODNiagaraEventPlayer::PlayPersistentAudioName(TEXT("PlayPersistentEvent")); -const FName UFMODNiagaraEventPlayer::SetPersistentAudioLocationName(TEXT("UpdateEventLocation")); -const FName UFMODNiagaraEventPlayer::SetPersistentAudioRotationName(TEXT("UpdateEventRotation")); -const FName UFMODNiagaraEventPlayer::SetPersistentAudioFloatParamName(TEXT("SetFloatParameter")); -const FName UFMODNiagaraEventPlayer::PausePersistentAudioName(TEXT("SetPaused")); - -struct FNiagaraAudioPlayerDIFunctionVersion -{ - enum Type - { - InitialVersion = 0, - LWCConversion = 1, - - VersionPlusOne, - LatestVersion = VersionPlusOne - 1 - }; -}; - -UFMODNiagaraEventPlayer::UFMODNiagaraEventPlayer(FObjectInitializer const& ObjectInitializer) - : Super(ObjectInitializer) -{ - EventToPlay = nullptr; - bLimitPlaysPerTick = true; - MaxPlaysPerTick = 10; -} - -#if WITH_EDITORONLY_DATA -bool UFMODNiagaraEventPlayer::UpgradeFunctionCall(FNiagaraFunctionSignature& FunctionSignature) -{ - // always upgrade to the latest version - if (FunctionSignature.FunctionVersion < FNiagaraAudioPlayerDIFunctionVersion::LatestVersion) - { - TArray AllFunctions; - GetFunctions(AllFunctions); - for (const FNiagaraFunctionSignature& Sig : AllFunctions) - { - if (FunctionSignature.Name == Sig.Name) - { - FunctionSignature = Sig; - return true; - } - } - } - - return false; -} -#endif - -void UFMODNiagaraEventPlayer::PostInitProperties() -{ - Super::PostInitProperties(); - - if (HasAnyFlags(RF_ClassDefaultObject)) - { - ENiagaraTypeRegistryFlags Flags = ENiagaraTypeRegistryFlags::AllowAnyVariable | ENiagaraTypeRegistryFlags::AllowParameter; - FNiagaraTypeRegistry::Register(FNiagaraTypeDefinition(GetClass()), Flags); - } -} - -bool UFMODNiagaraEventPlayer::InitPerInstanceData(void* PerInstanceData, FNiagaraSystemInstance* SystemInstance) -{ - FEventPlayerInterface_InstanceData* PIData = new (PerInstanceData) FEventPlayerInterface_InstanceData; - PIData->LWCConverter = SystemInstance->GetLWCConverter(); - if (bLimitPlaysPerTick) - { - PIData->MaxPlaysPerTick = MaxPlaysPerTick; - } - PIData->bStopWhenComponentIsDestroyed = bStopWhenComponentIsDestroyed; -#if WITH_EDITORONLY_DATA - PIData->bOnlyActiveDuringGameplay = bOnlyActiveDuringGameplay; -#endif - return true; -} - -#if WITH_EDITOR -void UFMODNiagaraEventPlayer::PostEditChangeProperty(FPropertyChangedEvent& e) -{ - FName PropertyName = (e.Property != NULL) ? e.Property->GetFName() : NAME_None; - if (PropertyName == GET_MEMBER_NAME_CHECKED(UFMODNiagaraEventPlayer, EventToPlay)) - { - ParameterNames.Empty(); - bDefaultParameterValuesCached = false; - } - CacheDefaultParameterValues(); - - Super::PostEditChangeProperty(e); -} - -void UFMODNiagaraEventPlayer::CacheDefaultParameterValues() -{ - if (EventToPlay) - { - if (!bDefaultParameterValuesCached) - { - TArray ParameterDescriptions; - EventToPlay->GetParameterDescriptions(ParameterDescriptions); - for (const FMOD_STUDIO_PARAMETER_DESCRIPTION& ParameterDescription : ParameterDescriptions) - { - if (ShouldCacheParameter(ParameterDescription)) - { - ParameterNames.Add(ParameterDescription.name); - } - } - bDefaultParameterValuesCached = true; - } - } -} - -bool UFMODNiagaraEventPlayer::ShouldCacheParameter(const FMOD_STUDIO_PARAMETER_DESCRIPTION& ParameterDescription) -{ - const UFMODSettings& Settings = *GetDefault(); - - if (((ParameterDescription.flags & FMOD_STUDIO_PARAMETER_GLOBAL) == 0) && - (ParameterDescription.type == FMOD_STUDIO_PARAMETER_GAME_CONTROLLED) && - ParameterDescription.name != Settings.OcclusionParameter && - ParameterDescription.name != Settings.AmbientVolumeParameter && - ParameterDescription.name != Settings.AmbientLPFParameter) - { - return true; - } - return false; -} -#endif // WITH_EDITOR - -void UFMODNiagaraEventPlayer::DestroyPerInstanceData(void* PerInstanceData, FNiagaraSystemInstance* SystemInstance) -{ - FEventPlayerInterface_InstanceData* InstData = (FEventPlayerInterface_InstanceData*)PerInstanceData; - for (const auto& Entry : InstData->PersistentAudioMapping) - { - if (Entry.Value.IsValid()) - { - Entry.Value->StudioInstance->stop(FMOD_STUDIO_STOP_IMMEDIATE); - } - } - InstData->~FEventPlayerInterface_InstanceData(); -} - -bool UFMODNiagaraEventPlayer::PerInstanceTick(void* PerInstanceData, FNiagaraSystemInstance* SystemInstance, float DeltaSeconds) -{ - FEventPlayerInterface_InstanceData* PIData = (FEventPlayerInterface_InstanceData*)PerInstanceData; - if (!PIData) - { - return true; - } - - if (IsValid(EventToPlay) && SystemInstance) - { - PIData->EventToPlay = EventToPlay; - PIData->ParameterNames = ParameterNames; - } - else - { - PIData->EventToPlay.Reset(); - PIData->ParameterNames.Reset(); - } - - return false; -} - -bool UFMODNiagaraEventPlayer::PerInstanceTickPostSimulate(void* PerInstanceData, FNiagaraSystemInstance* SystemInstance, float DeltaSeconds) -{ - FEventPlayerInterface_InstanceData* PIData = (FEventPlayerInterface_InstanceData*)PerInstanceData; - UNiagaraSystem* System = SystemInstance->GetSystem(); - UWorld* World = SystemInstance->GetWorld(); - -#if WITH_EDITORONLY_DATA - if (World->HasBegunPlay() == false && PIData->bOnlyActiveDuringGameplay) - { - PIData->PlayAudioQueue.Empty(); - PIData->PersistentAudioMapping.Empty(); - return false; - } -#endif - - if (!PIData->PlayAudioQueue.IsEmpty() && System) - { - //Drain the queue into an array here - TArray Data; - FEventParticleData Value; - while (PIData->PlayAudioQueue.Dequeue(Value)) - { - Data.Add(Value); - if (PIData->MaxPlaysPerTick > 0 && Data.Num() >= PIData->MaxPlaysPerTick) - { - // discard the rest of the queue if over the tick limit - PIData->PlayAudioQueue.Empty(); - break; - } - } - - if (World && PIData->EventToPlay.IsValid()) - { - for (const FEventParticleData& ParticleData : Data) - { - UFMODBlueprintStatics::PlayEventAtLocation(World, EventToPlay, FTransform(ParticleData.Rotation, ParticleData.Position), true); - } - } - } - - // process the persistent audio updates - FPersistentEventParticleData Value; - while (PIData->PersistentAudioActionQueue.Dequeue(Value)) - { - UFMODAudioComponent* AudioComponent = nullptr; - if (Value.AudioHandle > 0) - { - auto MappedValue = PIData->PersistentAudioMapping.Find(Value.AudioHandle); - if (MappedValue && MappedValue->IsValid()) - { - AudioComponent = MappedValue->Get(); - } - } - // since we are in the game thread here, it is safe for the callback to access the audio component - if (Value.UpdateCallback) - { - Value.UpdateCallback(PIData, AudioComponent, SystemInstance); - } - } - return false; -} - -bool UFMODNiagaraEventPlayer::Equals(const UNiagaraDataInterface* Other) const -{ - if (!Super::Equals(Other)) - { - return false; - } - - const UFMODNiagaraEventPlayer* OtherPlayer = CastChecked(Other); - return OtherPlayer->EventToPlay == EventToPlay && OtherPlayer->bLimitPlaysPerTick == bLimitPlaysPerTick && OtherPlayer->MaxPlaysPerTick == MaxPlaysPerTick; -} - -void UFMODNiagaraEventPlayer::GetFunctions(TArray& OutFunctions) -{ - FNiagaraFunctionSignature Sig; - Sig.Name = PlayAudioName; -#if WITH_EDITORONLY_DATA - Sig.Description = NSLOCTEXT("FMODStudio", "PlayEventFunctionDescription", "This function plays an event at the given location after the simulation has ticked."); - Sig.FunctionVersion = FNiagaraAudioPlayerDIFunctionVersion::LatestVersion; -#endif - Sig.bMemberFunction = true; - Sig.bRequiresContext = false; - Sig.bSupportsGPU = false; - Sig.bRequiresExecPin = true; - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition(GetClass()), TEXT("Event Player"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetBoolDef(), TEXT("Play Event"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetPositionDef(), TEXT("PositionWS"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetVec3Def(), TEXT("RotationWS"))); - Sig.Outputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetBoolDef(), TEXT("Success"))); - OutFunctions.Add(Sig); - - Sig = FNiagaraFunctionSignature(); - Sig.Name = PlayPersistentAudioName; -#if WITH_EDITORONLY_DATA - Sig.Description = NSLOCTEXT("FMODStudio", "PlayPersistentEventFunctionDescription", "This function plays an Event at the given location after the simulation has ticked. The returned handle can be used to control the sound in subsequent ticks."); - Sig.FunctionVersion = FNiagaraAudioPlayerDIFunctionVersion::LatestVersion; -#endif - Sig.bMemberFunction = true; - Sig.bRequiresContext = false; - Sig.bSupportsGPU = false; - Sig.bRequiresExecPin = true; - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition(GetClass()), TEXT("Event Player"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetBoolDef(), TEXT("Play Event"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetIntDef(), TEXT("Existing Event Handle"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetPositionDef(), TEXT("Position WS"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetVec3Def(), TEXT("Rotation WS"))); - Sig.Outputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetIntDef(), TEXT("Event Handle"))); - OutFunctions.Add(Sig); - - Sig = FNiagaraFunctionSignature(); - Sig.Name = SetPersistentAudioFloatParamName; -#if WITH_EDITORONLY_DATA - Sig.Description = NSLOCTEXT("FMODStudio", "SetPersistentEventFloatParamFunctionDescription", "If an active event effect can be found for the given handle then the given sound cue parameter will be set on it."); - Sig.FunctionVersion = FNiagaraAudioPlayerDIFunctionVersion::LatestVersion; -#endif - Sig.bMemberFunction = true; - Sig.bRequiresContext = false; - Sig.bSupportsGPU = false; - Sig.bRequiresExecPin = true; - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition(GetClass()), TEXT("Event Player"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetIntDef(), TEXT("Event Handle"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetIntDef(), TEXT("Parameter Name Index"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetFloatDef(), TEXT("Parameter Value"))); - OutFunctions.Add(Sig); - - Sig = FNiagaraFunctionSignature(); - Sig.Name = SetPersistentAudioLocationName; -#if WITH_EDITORONLY_DATA - Sig.Description = NSLOCTEXT("FMODStudio", "SetPersistentEventLocationFunctionDescription", "If an active event effect can be found for the given handle then the this will adjusts its world position."); - Sig.FunctionVersion = FNiagaraAudioPlayerDIFunctionVersion::LatestVersion; -#endif - Sig.bMemberFunction = true; - Sig.bRequiresContext = false; - Sig.bSupportsGPU = false; - Sig.bRequiresExecPin = true; - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition(GetClass()), TEXT("Event Player"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetIntDef(), TEXT("Event Handle"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetPositionDef(), TEXT("Position WS"))); - OutFunctions.Add(Sig); - - Sig = FNiagaraFunctionSignature(); - Sig.Name = SetPersistentAudioRotationName; -#if WITH_EDITORONLY_DATA - Sig.Description = NSLOCTEXT("FMODStudio", "SetPersistentEventRotationFunctionDescription", "If an active event effect can be found for the given handle then the this will adjusts its rotation in the world."); - Sig.FunctionVersion = FNiagaraAudioPlayerDIFunctionVersion::LatestVersion; -#endif - Sig.bMemberFunction = true; - Sig.bRequiresContext = false; - Sig.bSupportsGPU = false; - Sig.bRequiresExecPin = true; - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition(GetClass()), TEXT("Event Player"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetIntDef(), TEXT("Event Handle"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetVec3Def(), TEXT("Rotation WS"))); - OutFunctions.Add(Sig); - - Sig = FNiagaraFunctionSignature(); - Sig.Name = PausePersistentAudioName; -#if WITH_EDITORONLY_DATA - Sig.Description = NSLOCTEXT("FMODStudio", "SetPersistentEventPausedDescription", "If an active event effect can be found for the given handle then the this will either pause or unpause the effect."); - Sig.FunctionVersion = FNiagaraAudioPlayerDIFunctionVersion::LatestVersion; -#endif - Sig.bMemberFunction = true; - Sig.bRequiresContext = false; - Sig.bSupportsGPU = false; - Sig.bRequiresExecPin = true; - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition(GetClass()), TEXT("Event Player"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetIntDef(), TEXT("Event Handle"))); - Sig.Inputs.Add(FNiagaraVariable(FNiagaraTypeDefinition::GetBoolDef(), TEXT("Pause Event"))); - OutFunctions.Add(Sig); -} - -DEFINE_NDI_DIRECT_FUNC_BINDER(UFMODNiagaraEventPlayer, PlayOneShotAudio); -DEFINE_NDI_DIRECT_FUNC_BINDER(UFMODNiagaraEventPlayer, PlayPersistentAudio); -DEFINE_NDI_DIRECT_FUNC_BINDER(UFMODNiagaraEventPlayer, SetParameterFloat); -DEFINE_NDI_DIRECT_FUNC_BINDER(UFMODNiagaraEventPlayer, UpdateLocation); -DEFINE_NDI_DIRECT_FUNC_BINDER(UFMODNiagaraEventPlayer, UpdateRotation); -DEFINE_NDI_DIRECT_FUNC_BINDER(UFMODNiagaraEventPlayer, SetPausedState); -void UFMODNiagaraEventPlayer::GetVMExternalFunction(const FVMExternalFunctionBindingInfo& BindingInfo, void* InstanceData, FVMExternalFunction& OutFunc) -{ - if (BindingInfo.Name == PlayAudioName) - { - NDI_FUNC_BINDER(UFMODNiagaraEventPlayer, PlayOneShotAudio)::Bind(this, OutFunc); - } - else if (BindingInfo.Name == PlayPersistentAudioName) - { - NDI_FUNC_BINDER(UFMODNiagaraEventPlayer, PlayPersistentAudio)::Bind(this, OutFunc); - } - else if (BindingInfo.Name == SetPersistentAudioFloatParamName) - { - NDI_FUNC_BINDER(UFMODNiagaraEventPlayer, SetParameterFloat)::Bind(this, OutFunc); - } - else if (BindingInfo.Name == SetPersistentAudioLocationName) - { - NDI_FUNC_BINDER(UFMODNiagaraEventPlayer, UpdateLocation)::Bind(this, OutFunc); - } - else if (BindingInfo.Name == SetPersistentAudioRotationName) - { - NDI_FUNC_BINDER(UFMODNiagaraEventPlayer, UpdateRotation)::Bind(this, OutFunc); - } - else if (BindingInfo.Name == PausePersistentAudioName) - { - NDI_FUNC_BINDER(UFMODNiagaraEventPlayer, SetPausedState)::Bind(this, OutFunc); - } - else - { - UE_LOG(LogFMODNiagara, Error, TEXT("Could not find event player external function. Expected Name: %s Actual Name: %s"), *PlayAudioName.ToString(), *BindingInfo.Name.ToString()); - } -} - -void UFMODNiagaraEventPlayer::SetParameterFloat(FVectorVMExternalFunctionContext& Context) -{ - VectorVM::FUserPtrHandler InstData(Context); - - FNDIInputParam AudioHandleInParam(Context); - FNDIInputParam NameIndexParam(Context); - FNDIInputParam ValueParam(Context); - checkfSlow(InstData.Get(), TEXT("Event player has invalid instance data. %s"), *GetPathName()); - - for (int32 i = 0; i < Context.GetNumInstances(); ++i) - { - int32 Handle = AudioHandleInParam.GetAndAdvance(); - int32 NameIndex = NameIndexParam.GetAndAdvance(); - float Value = ValueParam.GetAndAdvance(); - - if (Handle > 0 && InstData->ParameterNames.IsValidIndex(NameIndex)) - { - FName ParameterName = InstData->ParameterNames[NameIndex]; - FPersistentEventParticleData AudioData; - AudioData.AudioHandle = Handle; - AudioData.UpdateCallback = [ParameterName, Value](FEventPlayerInterface_InstanceData*, UFMODAudioComponent* AudioComponent, FNiagaraSystemInstance*) - { - if (AudioComponent && AudioComponent->IsPlaying()) - { - AudioComponent->SetParameter(ParameterName, Value); - } - }; - InstData->PersistentAudioActionQueue.Enqueue(AudioData); - } - } -} - -void UFMODNiagaraEventPlayer::UpdateLocation(FVectorVMExternalFunctionContext& Context) -{ - VectorVM::FUserPtrHandler InstData(Context); - - FNDIInputParam AudioHandleInParam(Context); - FNDIInputParam LocationParam(Context); - checkfSlow(InstData.Get(), TEXT("Audio player interface has invalid instance data. %s"), *GetPathName()); - - for (int32 i = 0; i < Context.GetNumInstances(); ++i) - { - int32 Handle = AudioHandleInParam.GetAndAdvance(); - FVector Location = InstData->LWCConverter.ConvertSimulationVectorToWorld(LocationParam.GetAndAdvance()); - - if (Handle > 0) - { - FPersistentEventParticleData AudioData; - AudioData.AudioHandle = Handle; - AudioData.UpdateCallback = [Location](FEventPlayerInterface_InstanceData*, UFMODAudioComponent* AudioComponent, FNiagaraSystemInstance*) - { - if (AudioComponent && AudioComponent->IsPlaying()) - { - AudioComponent->SetWorldLocation(Location); - } - }; - InstData->PersistentAudioActionQueue.Enqueue(AudioData); - } - } -} - -void UFMODNiagaraEventPlayer::UpdateRotation(FVectorVMExternalFunctionContext& Context) -{ - VectorVM::FUserPtrHandler InstData(Context); - - FNDIInputParam AudioHandleInParam(Context); - FNDIInputParam RotationParam(Context); - checkfSlow(InstData.Get(), TEXT("Event player has invalid instance data. %s"), *GetPathName()); - - for (int32 i = 0; i < Context.GetNumInstances(); ++i) - { - int32 Handle = AudioHandleInParam.GetAndAdvance(); - FVector3f Rotation = RotationParam.GetAndAdvance(); - - if (Handle > 0) - { - FPersistentEventParticleData AudioData; - AudioData.AudioHandle = Handle; - AudioData.UpdateCallback = [Rotation](FEventPlayerInterface_InstanceData*, UFMODAudioComponent* AudioComponent, FNiagaraSystemInstance*) - { - if (AudioComponent && AudioComponent->IsPlaying()) - { - FRotator NewRotator(Rotation.X, Rotation.Y, Rotation.Z); - AudioComponent->SetWorldRotation(NewRotator); - } - }; - InstData->PersistentAudioActionQueue.Enqueue(AudioData); - } - } -} - -void UFMODNiagaraEventPlayer::SetPausedState(FVectorVMExternalFunctionContext& Context) -{ - VectorVM::FUserPtrHandler InstData(Context); - - FNDIInputParam AudioHandleInParam(Context); - FNDIInputParam PausedParam(Context); - checkfSlow(InstData.Get(), TEXT("Event player has invalid instance data. %s"), *GetPathName()); - - for (int32 i = 0; i < Context.GetNumInstances(); ++i) - { - int32 Handle = AudioHandleInParam.GetAndAdvance(); - bool IsPaused = PausedParam.GetAndAdvance(); - - if (Handle > 0) - { - FPersistentEventParticleData AudioData; - AudioData.AudioHandle = Handle; - AudioData.UpdateCallback = [IsPaused](FEventPlayerInterface_InstanceData*, UFMODAudioComponent* AudioComponent, FNiagaraSystemInstance*) - { - if (AudioComponent) - { - AudioComponent->SetPaused(IsPaused); - } - }; - InstData->PersistentAudioActionQueue.Enqueue(AudioData); - } - } -} - -void UFMODNiagaraEventPlayer::PlayOneShotAudio(FVectorVMExternalFunctionContext& Context) -{ - VectorVM::FUserPtrHandler InstData(Context); - - VectorVM::FExternalFuncInputHandler PlayDataParam(Context); - - VectorVM::FExternalFuncInputHandler PositionParamX(Context); - VectorVM::FExternalFuncInputHandler PositionParamY(Context); - VectorVM::FExternalFuncInputHandler PositionParamZ(Context); - - VectorVM::FExternalFuncInputHandler RotationParamX(Context); - VectorVM::FExternalFuncInputHandler RotationParamY(Context); - VectorVM::FExternalFuncInputHandler RotationParamZ(Context); - - VectorVM::FExternalFuncRegisterHandler OutSample(Context); - - checkfSlow(InstData.Get(), TEXT("Event player has invalid instance data. %s"), *GetPathName()); - bool ValidSoundData = InstData->EventToPlay.IsValid(); - - for (int32 i = 0; i < Context.GetNumInstances(); ++i) - { - FNiagaraBool ShouldPlay = PlayDataParam.GetAndAdvance(); - FEventParticleData Data; - FNiagaraPosition SimulationPosition(PositionParamX.GetAndAdvance(), PositionParamY.GetAndAdvance(), PositionParamZ.GetAndAdvance()); - Data.Position = InstData->LWCConverter.ConvertSimulationPositionToWorld(SimulationPosition); - Data.Rotation = FRotator(RotationParamX.GetAndAdvance(), RotationParamY.GetAndAdvance(), RotationParamZ.GetAndAdvance()); - - FNiagaraBool Valid; - if (ValidSoundData && ShouldPlay) - { - Valid.SetValue(InstData->PlayAudioQueue.Enqueue(Data)); - } - *OutSample.GetDestAndAdvance() = Valid; - } -} - -void UFMODNiagaraEventPlayer::PlayPersistentAudio(FVectorVMExternalFunctionContext& Context) -{ - VectorVM::FUserPtrHandler InstData(Context); - - FNDIInputParam PlayAudioParam(Context); - FNDIInputParam AudioHandleInParam(Context); - FNDIInputParam PositionParam(Context); - FNDIInputParam RotationParam(Context); - - FNDIOutputParam AudioHandleOutParam(Context); - - checkfSlow(InstData.Get(), TEXT("Event player has invalid instance data. %s"), *GetPathName()); - - for (int32 i = 0; i < Context.GetNumInstances(); ++i) - { - bool ShouldPlay = PlayAudioParam.GetAndAdvance(); - int32 Handle = AudioHandleInParam.GetAndAdvance(); - FVector Position = InstData->LWCConverter.ConvertSimulationVectorToWorld(PositionParam.GetAndAdvance()); - FVector3f InRot = RotationParam.GetAndAdvance(); - FRotator Rotation = FRotator(InRot.X, InRot.Y, InRot.Z); - - FPersistentEventParticleData AudioData; - if (ShouldPlay) - { - if (Handle <= 0) - { - // play a new sound - Handle = InstData->HandleCount.Increment(); - AudioData.AudioHandle = Handle; - AudioData.UpdateCallback = [Handle, Position, Rotation](FEventPlayerInterface_InstanceData* InstanceData, UFMODAudioComponent*, FNiagaraSystemInstance* SystemInstance) - { - USceneComponent* NiagaraComponent = SystemInstance->GetAttachComponent(); - TWeakObjectPtr Sound = InstanceData->EventToPlay; - if (NiagaraComponent && Sound.IsValid()) - { - bool bStopWithEffect = InstanceData->bStopWhenComponentIsDestroyed; - TWeakObjectPtr AudioComponent = UFMODBlueprintStatics::PlayEventAttached(Sound.Get(), NiagaraComponent, NAME_None, Position, EAttachLocation::KeepWorldPosition, bStopWithEffect, true, true); - - AudioComponent->Play(); - - InstanceData->PersistentAudioMapping.Add(Handle, AudioComponent); - } - }; - InstData->PersistentAudioActionQueue.Enqueue(AudioData); - } - AudioHandleOutParam.SetAndAdvance(Handle); - continue; - } - - if (Handle > 0) - { - AudioData.AudioHandle = Handle; - - InstData->PersistentAudioActionQueue.Enqueue(AudioData); - } - AudioHandleOutParam.SetAndAdvance(0); - } -} - -bool UFMODNiagaraEventPlayer::CopyToInternal(UNiagaraDataInterface* Destination) const -{ - if (!Super::CopyToInternal(Destination)) - { - return false; - } - - UFMODNiagaraEventPlayer* OtherTyped = CastChecked(Destination); - OtherTyped->EventToPlay = EventToPlay; - OtherTyped->bLimitPlaysPerTick = bLimitPlaysPerTick; - OtherTyped->MaxPlaysPerTick = MaxPlaysPerTick; - OtherTyped->ParameterNames = ParameterNames; - OtherTyped->bStopWhenComponentIsDestroyed = bStopWhenComponentIsDestroyed; - -#if WITH_EDITORONLY_DATA - OtherTyped->bOnlyActiveDuringGameplay = bOnlyActiveDuringGameplay; -#endif - return true; -} diff --git a/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/Private/FMODStudioNiagara.cpp b/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/Private/FMODStudioNiagara.cpp deleted file mode 100644 index 0271e04a..00000000 --- a/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/Private/FMODStudioNiagara.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -#include "FMODStudioNiagara.h" -#include "Misc/Paths.h" -#include "Interfaces/IPluginManager.h" - -#define LOCTEXT_NAMESPACE "FFMODStudioNiagaraModule" - -void FFMODStudioNiagaraModule::StartupModule() -{ - IPluginManager::Get().FindPlugin(TEXT("FMODStudioNiagara"))->GetBaseDir(); -} - -void FFMODStudioNiagaraModule::ShutdownModule() -{ -} - -#undef LOCTEXT_NAMESPACE - -IMPLEMENT_MODULE(FFMODStudioNiagaraModule, FMODStudioNiagara) \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/Public/FMODNiagaraEventPlayer.h b/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/Public/FMODNiagaraEventPlayer.h deleted file mode 100644 index afa95c98..00000000 --- a/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/Public/FMODNiagaraEventPlayer.h +++ /dev/null @@ -1,135 +0,0 @@ -#pragma once - -#include "FMODEvent.h" -#include "FMODAudioComponent.h" - -#include "NiagaraCommon.h" -#include "NiagaraDataInterface.h" -#include "NiagaraShared.h" -#include "NiagaraSystem.h" - -#include "Sound/SoundAttenuation.h" - -#include "FMODStudioNiagara.h" -#include "FMODNiagaraEventPlayer.generated.h" - -struct FEventParticleData -{ - FVector Position; - FRotator Rotation; -}; - -struct FPersistentEventParticleData -{ - int32 AudioHandle = 0; - - /** The update callback is executed in PerInstanceTickPostSimulate, which runs on the game thread */ - TFunction UpdateCallback; -}; - -struct FEventPlayerInterface_InstanceData -{ - /** We use a lock-free queue here because multiple threads might try to push data to it at the same time. */ - TQueue PlayAudioQueue; - TQueue PersistentAudioActionQueue; - FThreadSafeCounter HandleCount; - - TSortedMap> PersistentAudioMapping; - - TWeakObjectPtr EventToPlay; - TArray ParameterNames; - - FNiagaraLWCConverter LWCConverter; - int32 MaxPlaysPerTick = 0; - bool bStopWhenComponentIsDestroyed = true; - -#if WITH_EDITORONLY_DATA - bool bOnlyActiveDuringGameplay = true; -#endif -}; - -/** This Data Interface can be used to play one-shot audio effects driven by particle data. */ -UCLASS(EditInlineNew, Category = "Audio", meta = (DisplayName = "FMOD Event Player")) -class FMODSTUDIONIAGARA_API UFMODNiagaraEventPlayer : public UNiagaraDataInterface -{ - GENERATED_UCLASS_BODY() - -public: - /** Reference to the audio asset to play */ - UPROPERTY(EditAnywhere, Category = "Audio") - UFMODEvent* EventToPlay; - - /** A set of parameter names that can be referenced via index when setting sound cue parameters on persistent audio */ - UPROPERTY(VisibleAnywhere, NoClear, Category = "Parameters") - TArray ParameterNames; - - UPROPERTY(EditAnywhere, AdvancedDisplay, Category = "Audio", meta = (InlineEditConditionToggle)) - bool bLimitPlaysPerTick; - - /** This sets the max number of sounds played each tick. - * If more particles try to play a sound in a given tick, then it will play sounds until the limit is reached and discard the rest. - * The particles to discard when over the limit are *not* chosen in a deterministic way. */ - UPROPERTY(EditAnywhere, AdvancedDisplay, Category = "Audio", meta = (EditCondition = "bLimitPlaysPerTick", ClampMin = "0", UIMin = "0")) - int32 MaxPlaysPerTick; - - /** If false then it the audio component keeps playing after the niagara component was destroyed. Looping sounds are always stopped when the component is destroyed. */ - UPROPERTY(EditAnywhere, AdvancedDisplay, Category = "Audio") - bool bStopWhenComponentIsDestroyed = true; - -#if WITH_EDITORONLY_DATA - /** If true then this data interface only processes sounds during active gameplay. This is useful when you are working in the preview window and the sounds annoy you. - * Currently the FMOD Niagara integration will not play in Editor. - */ - UPROPERTY(VisibleAnywhere, AdvancedDisplay, Category = "Audio") - bool bOnlyActiveDuringGameplay = true; - - virtual bool UpgradeFunctionCall(FNiagaraFunctionSignature& FunctionSignature) override; -#endif - - //UObject Interface - virtual void PostInitProperties() override; -#if WITH_EDITOR - virtual void PostEditChangeProperty(FPropertyChangedEvent& e); -#endif - //UObject Interface End - - //UNiagaraDataInterface Interface - virtual void GetFunctions(TArray& OutFunctions) override; - virtual void GetVMExternalFunction(const FVMExternalFunctionBindingInfo& BindingInfo, void* InstanceData, FVMExternalFunction& OutFunc) override; - virtual bool InitPerInstanceData(void* PerInstanceData, FNiagaraSystemInstance* SystemInstance) override; - virtual void DestroyPerInstanceData(void* PerInstanceData, FNiagaraSystemInstance* SystemInstance) override; - virtual int32 PerInstanceDataSize() const override { return sizeof(FEventPlayerInterface_InstanceData); } - virtual bool PerInstanceTick(void* PerInstanceData, FNiagaraSystemInstance* SystemInstance, float DeltaSeconds) override; - virtual bool PerInstanceTickPostSimulate(void* PerInstanceData, FNiagaraSystemInstance* SystemInstance, float DeltaSeconds) override; - virtual bool Equals(const UNiagaraDataInterface* Other) const override; - virtual bool CanExecuteOnTarget(ENiagaraSimTarget Target) const override { return Target == ENiagaraSimTarget::CPUSim; } - - virtual bool HasPreSimulateTick() const override { return true; } - virtual bool HasPostSimulateTick() const override { return true; } - virtual bool PostSimulateCanOverlapFrames() const { return false; } - //UNiagaraDataInterface Interface - - virtual void PlayOneShotAudio(FVectorVMExternalFunctionContext& Context); - virtual void PlayPersistentAudio(FVectorVMExternalFunctionContext& Context); - virtual void SetParameterFloat(FVectorVMExternalFunctionContext& Context); - virtual void UpdateLocation(FVectorVMExternalFunctionContext& Context); - virtual void UpdateRotation(FVectorVMExternalFunctionContext& Context); - virtual void SetPausedState(FVectorVMExternalFunctionContext& Context); - -#if WITH_EDITOR - void CacheDefaultParameterValues(); - bool ShouldCacheParameter(const FMOD_STUDIO_PARAMETER_DESCRIPTION& ParameterDescription); - bool bDefaultParameterValuesCached; -#endif - -protected: - virtual bool CopyToInternal(UNiagaraDataInterface* Destination) const override; - -private: - static const FName PlayAudioName; - static const FName PlayPersistentAudioName; - static const FName SetPersistentAudioLocationName; - static const FName SetPersistentAudioRotationName; - static const FName SetPersistentAudioFloatParamName; - static const FName PausePersistentAudioName; -}; \ No newline at end of file diff --git a/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/Public/FMODStudioNiagara.h b/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/Public/FMODStudioNiagara.h deleted file mode 100644 index 66b57bb5..00000000 --- a/hwanyoung2/Plugins/FMODStudioNiagara/Source/FMODStudioNiagara/Public/FMODStudioNiagara.h +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -#pragma once - -#include "CoreMinimal.h" -#include "Modules/ModuleManager.h" - -class FFMODStudioNiagaraModule : public IModuleInterface -{ -public: - - /** IModuleInterface implementation */ - virtual void StartupModule() override; - virtual void ShutdownModule() override; -}; diff --git a/hwanyoung2/Saved/Config/WindowsEditor/Editor.ini b/hwanyoung2/Saved/Config/WindowsEditor/Editor.ini deleted file mode 100644 index 8369e68c..00000000 --- a/hwanyoung2/Saved/Config/WindowsEditor/Editor.ini +++ /dev/null @@ -1,7 +0,0 @@ -[/Script/UnrealEd.UnrealEdOptions] -UsingXGE=False -bExpandCustomClassPickerClassList=True - -[/Script/AdvancedPreviewScene.LocalProfiles] -Profiles=(ProfileName="Profile_0",bSharedProfile=False,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=False,EnvironmentColor=(R=0.200000,G=0.200000,B=0.200000,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=True,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathExposure=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeIndirectEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,RayTracingGIType=Disabled,RayTracingGIMaxBounces=1,RayTracingGISamplesPerPixel=4,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenRayLightingMode=Default,LumenFrontLayerTranslucencyReflections=False,LumenMaxReflectionBounces=1,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,RayTracingReflectionsMaxRoughness=0.600000,RayTracingReflectionsMaxBounces=1,RayTracingReflectionsSamplesPerPixel=1,RayTracingReflectionsShadows=Hard_shadows,RayTracingReflectionsTranslucency=False,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=-10.000000,AutoExposureMaxBrightness=20.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-10.000000,HistogramLogMax=20.000000,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathExposure=30.000000,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeIndirectEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=128.000000,Roll=0.000000)) - diff --git a/hwanyoung2/Saved/Config/WindowsEditor/Niagara.ini b/hwanyoung2/Saved/Config/WindowsEditor/Niagara.ini deleted file mode 100644 index b697e1c6..00000000 --- a/hwanyoung2/Saved/Config/WindowsEditor/Niagara.ini +++ /dev/null @@ -1,30 +0,0 @@ -[/Script/NiagaraEditor.NiagaraEditorSettings] -CurveTemplates=(DisplayNameOverride="",CurveAsset="/Niagara/DefaultAssets/Curves/Templates/LinearRampUp.LinearRampUp") -CurveTemplates=(DisplayNameOverride="",CurveAsset="/Niagara/DefaultAssets/Curves/Templates/LinearRampDown.LinearRampDown") -CurveTemplates=(DisplayNameOverride="",CurveAsset="/Niagara/DefaultAssets/Curves/Templates/DropOff.DropOff") -CurveTemplates=(DisplayNameOverride="",CurveAsset="/Niagara/DefaultAssets/Curves/Templates/EaseIn.EaseIn") -CurveTemplates=(DisplayNameOverride="",CurveAsset="/Niagara/DefaultAssets/Curves/Templates/PulseOut.PulseOut") -CurveTemplates=(DisplayNameOverride="",CurveAsset="/Niagara/DefaultAssets/Curves/Templates/SmoothRampUp.SmoothRampUp") -CurveTemplates=(DisplayNameOverride="",CurveAsset="/Niagara/DefaultAssets/Curves/Templates/SmoothRampDown.SmoothRampDown") -CurveTemplates=(DisplayNameOverride="",CurveAsset="/Niagara/DefaultAssets/Curves/Templates/RampUpDown.RampUpDown") -HLSLKeywordReplacements=(("AppendStructuredBuffer", "APPENDSTRUCTUREDBUFFER_VAR"),("asm", "ASSEMBLY_VAR"),("asm_fragment", "ASSEMBLY_FRAGMENT_VAR"),("BlendState", "BLEND_STATE_VAR"),("bool", "BOOL_VAR"),("bool1", "BOOL1_VAR"),("bool2", "BOOL2_VAR"),("bool3", "BOOL3_VAR"),("bool4", "BOOL4_VAR"),("break", "BREAK_VAR"),("Buffer", "BUFFER_VAR"),("ByteAddressBuffer", "BYTE_ADDRESS_BUFFER_VAR"),("case", "CASE_VAR"),("cbuffer", "CBUFFER_VAR"),("centroid", "CENTROID_VAR"),("class", "CLASS_VAR"),("column_major", "COLUMN_MAJOR_VAR"),("compile", "COMPILE_VAR"),("compile_fragment", "COMPILE_FRAGMENT_VAR"),("CompileShader", "COMPILE_SHADER_VAR"),("const", "CONST_VAR"),("continue", "CONTINUE_VAR"),("ComputeShader", "COMPUTE_SHADER_VAR"),("ConsumeStructuredBuffer", "CONSUME_STRUCTURED_BUFFER"),("default", "DEFAULT_VAR"),("DepthStencilState", "DEPTHSTENCILSTATE_VAR"),("DepthStencilView", "DEPTHSTENCILVIEW_VAR"),("discard", "DISCARD_VAR"),("do", "DO_VAR"),("double", "DOUBLE_VAR"),("double1", "DOUBLE1_VAR"),("double2", "DOUBLE2_VAR"),("double3", "DOUBLE3_VAR"),("double4", "DOUBLE4_VAR"),("DomainShader", "DOMAINSHADER_VAR"),("dword", "DWORD_VAR"),("else", "ELSE_VAR"),("export", "EXPORT_VAR"),("extern", "EXTERN_VAR"),("false", "FALSE_VAR"),("float", "FLOAT_VAR"),("float1", "FLOAT1_VAR"),("float2", "FLOAT2_VAR"),("float3", "FLOAT3_VAR"),("float4", "FLOAT4_VAR"),("for", "FOR_VAR"),("fxgroup", "FXGROUP_VAR"),("GeometryShader", "GEOMETRYSHADER_VAR"),("groupshared", "GROUPSHARED_VAR"),("half", "HALF_VAR"),("half1", "HALF1_VAR"),("half2", "HALF2_VAR"),("half3", "HALF3_VAR"),("half4", "HALF4_VAR"),("Hullshader", "HULLSHADER_VAR"),("if", "IF_VAR"),("in", "IN_VAR"),("inline", "INLINE_VAR"),("inout", "INOUT_VAR"),("InputPatch", "INPUTPATCH_VAR"),("int", "INT_VAR"),("int1", "INT1_VAR"),("int2", "INT2_VAR"),("int3", "INT3_VAR"),("int4", "INT4_VAR"),("interface", "INTERFACE_VAR"),("line", "LINE_VAR"),("lineadj", "LINEADJ_VAR"),("linear", "LINEAR_VAR"),("LineStream", "LINESTREAM_VAR"),("matrix", "MATRIX_VAR"),("min16float", "MIN16FLOAT_VAR"),("min10float", "MIN10FLOAT_VAR"),("min16int", "MIN16INT_VAR"),("min12int", "MIN12INT_VAR"),("min16uint", "MIN16UINT_VAR"),("namespace", "NAMESPACE_VAR"),("nointerpolation", "NOINTERPOLATION_VAR"),("noperspective", "NOPERSPECTIVE_VAR"),("NULL", "NULL_VAR"),("out", "OUT_VAR"),("OutputPatch", "OUTPUTPATCH_VAR"),("packoffset", "PACKOFFSET,_VAR"),("pass", "PASS,_VAR"),("pixelfragment", "PIXELFRAGMENT_VAR"),("PixelShader", "PIXELSHADER_VAR"),("point", "POINT_VAR"),("PointStream", "POINTSTREAM_VAR"),("precise", "PRECISE_VAR"),("RasterizerState", "RASTERIZERSTATE_VAR"),("RenderTargetView", "RENDERTARGETVIEW_VAR"),("return", "RETURN_VAR"),("register", "REGISTER_VAR"),("row_major", "ROW_MAJOR_VAR"),("RWBuffer", "RWBUFFER_VAR"),("RWByteAddressBuffer", "RWBYTEADDRESSBUFFER_VAR"),("RWStructuredBuffer", "RWSTRUCTUREDBUFFER_VAR"),("RWTexture1D", "RWTEXTURE1D_VAR"),("RWTexture1DArray", "RWTEXTURE1DARRAY_VAR"),("RWTexture2D", "RWTEXTURE2D_VAR"),("RWTexture2DArray", "RWTEXTURE2DARRAY_VAR"),("RWTexture3D", "RWTEXTURE3D_VAR"),("sample", "SAMPLE_VAR"),("sampler", "SAMPLER_VAR"),("SamplerState", "SAMPLERSTATE_VAR"),("SamplerComparisonState", "SAMPLERCOMPARISONSTATE_VAR"),("shared", "SHARED_VAR"),("snorm", "SNORM_VAR"),("stateblock", "STATEBLOCK_VAR"),("stateblock_state", "STATEBLOCK_STATE_VAR"),("static", "STATIC_VAR"),("string", "STRING_VAR"),("struct", "STRUCT_VAR"),("switch", "SWITCH_VAR"),("StructuredBuffer", "STRUCTUREDBUFFER_VAR"),("tbuffer", "TBUFFER_VAR"),("technique", "TECHNIQUE_VAR"),("technique10", "TECHNIQUE10_VAR"),("technique11", "TECHNIQUE11_VAR"),("texture", "TEXTURE_VAR"),("Texture1D", "TEXTURE1D_VAR"),("Texture1DArray", "TEXTURE1DARRAY_VAR"),("Texture2D", "TEXTURE2D_VAR"),("Texture2DArray", "TEXTURE2DARRAY_VAR"),("Texture2DMS", "TEXTURE2DMS_VAR"),("Texture2DMSArray", "TEXTURE2DMSARRAY_VAR"),("Texture3D", "TEXTURE3D_VAR"),("TextureCube", "TEXTURECUBE_VAR"),("TextureCubeArray", "TEXTURECUBEARRAY_VAR"),("true", "TRUE_VAR"),("typedef", "TYPEDEF_VAR"),("triangle", "TRIANGLE_VAR"),("triangleadj", "TRIANGLEADJ_VAR"),("TriangleStream", "TRIANGLESTREAM_VAR"),("uint", "UINT_VAR"),("uint1", "UINT1_VAR"),("uint2", "UINT2_VAR"),("uint3", "UINT3_VAR"),("uint4", "UINT4_VAR"),("uniform", "UNIFORM_VAR"),("unorm", "UNORM_VAR"),("unsigned", "UNSIGNED_VAR"),("vector", "VECTOR_VAR"),("vertexfragment", "VERTEXFRAGMENT_VAR"),("VertexShader", "VERTEXSHADER_VAR"),("void", "VOID_VAR"),("volatile", "VOLATILE_VAR"),("while", "WHILE_VAR"),("attribute", "ATTRIBUTE_VAR"),("varying", "VARYING_VAR"),("layout", "LAYOUT_VAR"),("mat2", "MAT2_VAR"),("mat3", "MAT3_VAR"),("mat4", "MAT4_VAR"),("mat2x2", "MAT2X2_VAR"),("mat2x3", "MAT2X3_VAR"),("mat2x4", "MAT2X4_VAR"),("mat3x2", "MAT3X2_VAR"),("mat3x3", "MAT3X3_VAR"),("mat3x4", "MAT3X4_VAR"),("mat4x2", "MAT4X2_VAR"),("mat4x3", "MAT4X3_VAR"),("mat4x4", "MAT4X4_VAR"),("vec2", "VEC2_VAR"),("vec3", "VEC3_VAR"),("vec4", "VEC4_VAR"),("ivec2", "IVEC2_VAR"),("ivec3", "IVEC3_VAR"),("ivec4", "IVEC4_VAR"),("bvec2", "BVEC2_VAR"),("bvec3", "BVEC3_VAR"),("bvec4", "BVEC4_VAR"),("uvec2", "UVEC2_VAR"),("uvec3", "UVEC3_VAR"),("uvec4", "UVEC4_VAR"),("lowp", "LOWP_VAR"),("mediump", "MEDIUMP_VAR"),("highp", "HIGHP_VAR"),("precision", "PRECISION_VAR"),("sampler1D", "SAMPLER1D_VAR"),("sampler2D", "SAMPLER2D_VAR"),("sampler3D", "SAMPLER3D_VAR"),("samplerCube", "SAMPLERCUBE_VAR"),("sampler1DShadow", "SAMPLER1DSHADOW_VAR"),("sampler2DShadow", "SAMPLER2DSHADOW_VAR"),("samplerCubeShadow", "SAMPLERCUBESHADOW_VAR"),("sampler1DArray", "SAMPLER1DARRAY_VAR"),("sampler2DArray", "SAMPLER2DARRAY_VAR"),("sampler1DArrayShadow", "SAMPLER1DARRAYSHADOW_VAR"),("sampler2DArrayShadow", "SAMPLER2DARRAYSHADOW_VAR"),("isampler1D", "ISAMPLER1D_VAR"),("isampler2D", "ISAMPLER2D_VAR"),("isampler3D", "ISAMPLER3D_VAR"),("isamplerCube", "ISAMPLERCUBE_VAR"),("isampler1DArray", "ISAMPLER1DARRAY_VAR"),("isampler2DArray", "ISAMPLER2DARRAY_VAR"),("usampler1D", "USAMPLER1D_VAR"),("usampler2D", "USAMPLER2D_VAR"),("usampler3D", "USAMPLER3D_VAR"),("usamplerCube", "USAMPLERCUBE_VAR"),("usampler1DArray", "USAMPLER1DARRAY_VAR"),("usampler2DArray", "USAMPLER2DARRAY_VAR"),("sampler2DRect", "SAMPLER2DRECT_VAR"),("sampler2DRectShadow", "SAMPLER2DRECTSHADOW_VAR"),("isampler2DRect", "ISAMPLER2DRECT_VAR"),("usampler2DRect", "USAMPLER2DRECT_VAR"),("samplerBuffer", "SAMPLERBUFFER_VAR"),("isamplerBuffer", "ISAMPLERBUFFER_VAR"),("usamplerBuffer", "USAMPLERBUFFER_VAR"),("flat", "FLAT_VAR"),("smooth", "SMOOTH_VAR"),("invariant", "INVARIANT_VAR"),("union", "UNION_VAR"),("enum", "ENUM_VAR"),("template", "TEMPLATE_VAR"),("this", "THIS_VAR"),("packed", "PACKED_VAR"),("goto", "GOTO_VAR"),("noinline", "NOINLINE_VAR"),("public", "PUBLIC_VAR"),("external", "EXTERNAL_VAR"),("long short", "LONG SHORT_VAR"),("superp", "SUPERP_VAR"),("input", "INPUT_VAR"),("output", "OUTPUT_VAR"),("hvec2", "HVEC2_VAR"),("hvec3", "HVEC3_VAR"),("hvec4", "HVEC4_VAR"),("dvec2", "DVEC2_VAR"),("dvec3", "DVEC3_VAR"),("dvec4", "DVEC4_VAR"),("fvec2", "FVEC2_VAR"),("fvec3", "FVEC3_VAR"),("fvec4", "FVEC4_VAR"),("sampler3DRect", "SAMPLER3DRECT_VAR"),("filter", "FILTER_VAR"),("image1D", "IMAGE1D_VAR"),("image2D", "IMAGE2D_VAR"),("image3D", "IMAGE3D_VAR"),("imageCube", "IMAGECUBE_VAR"),("iimage1D", "IIMAGE1D_VAR"),("iimage2D", "IIMAGE2D_VAR"),("iimage3D", "IIMAGE3D_VAR"),("iimageCub", "IIMAGECUBE_VAR"),("uimage1D", "UIMAGE1D_VAR"),("uimage2D", "UIMAGE2D_VAR"),("uimage3D", "UIMAGE3D_VAR"),("uimageCube", "UIMAGECUBE_VAR"),("image1DArray", "IMAGE1DARRAY_VAR"),("image2DArray", "IMAGE2DARRAY_VAR"),("iimage1DArray", "IIMAGE1DARRAY_VAR"),("iimage2DArray", "IIMAGE2DARRAY_VAR"),("uimage1DArray", "UIMAGE1DARRAY_VAR"),("uimage2DArray", "UIMAGE2DARRAY_VAR"),("image1DShadow", "IMAGE1DSHADOW_VAR"),("image2DShadow", "IMAGE2DSHADOW_VAR"),("image1DArrayShadow", "IMAGE1DARRAYSHADOW_VAR"),("image2DArrayShadow", "IMAGE2DARRAYSHADOW_VAR"),("imageBuffer", "IMAGEBUFFER_VAR"),("iimageBuffer", "IIMAGEBUFFER_VAR"),("uimageBuffer", "UIMAGEBUFFER_VAR"),("sizeof", "SIZEOF_VAR"),("cast", "CAST_VAR"),("using", "USING_VAR"),("int8_t", "INT8_T_VAR"),("unsigned char", "UNSIGNED_CHAR_VAR"),("uchar", "UCHAR_VAR"),("uint8_t", "UINT8_T_VAR"),("short", "SHORT_VAR"),("int16_t", "INT16_T_VAR"),("unsigned shorT", "UNSIGNED_SHORT_VAR"),("ushort", "USHORT_VAR"),("unit16_t", "UNIT16_T_VAR"),("int32_t", "INT32_T_VAR"),("unsigned int", "UNSIGNED_INT_VAR"),("uint32_t", "UINT32_T_VAR"),(" long short", "LONG_SHORT_VAR"),("iimageCube", "IIMAGECUBE_VAR")) -bSimplifyStackNodesAtLowResolution=True -LowResolutionNodeMaxNameChars=7 -bAlwaysZoomToFitSystemGraph=True -bAutoCompile=True -bAutoPlay=True -bResetSimulationOnChange=True -bResimulateOnChangeWhilePaused=True -bResetDependentSystemsWhenEditingEmitters=False -bDisplayAdvancedParameterPanelCategories=False -bDisplayAffectedAssetStats=True -AffectedAssetSearchLimit=25 -NewAssetDialogConfigMap=() -bShowGpuTickInformation=False -SystemParameterPanelSectionData=(ParamStorageId=6E11F3EA5E314E82A64FEA414F1DB891,ExpandedCategories=(FCA14ABEFAD14BB58786362887FEED09)) -SystemParameterPanelSectionData=(ParamStorageId=7B4AFB34D0DF46189A05349E361CE735,ExpandedCategories=(7B4AFB34D0DF46189A05349E361CE735)) -RendererCategoryExpandState=Default -DefaultsSequencerSubtracks=NoSubtracks -bUpdateStackValuesOnCommitOnly=False -ViewportSettings=(ViewportType=LVT_Perspective,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=1,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=0,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=1,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,PropertyColoration=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,LevelColoration=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",GameShowFlagsString="PostProcessing=1,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=0,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=1,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,PropertyColoration=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,LevelColoration=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapCaching=1,DrawOnlyVSMInvalidatingGeo=0,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,bIsRealtime=True,bShowOnScreenStats=True,bShowGridInViewport=False,bShowInstructionsCount=False,bShowParticleCountsInViewport=False,bShowEmitterExecutionOrder=False,bShowGpuTickInformation=False,bShowMemoryInfo=False) - diff --git a/hwanyoung2/Source/hwanyoung2.Target.cs b/hwanyoung2/Source/hwanyoung2.Target.cs deleted file mode 100644 index 631229ff..00000000 --- a/hwanyoung2/Source/hwanyoung2.Target.cs +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -using UnrealBuildTool; -using System.Collections.Generic; - -public class hwanyoung2Target : TargetRules -{ - public hwanyoung2Target(TargetInfo Target) : base(Target) - { - Type = TargetType.Game; - DefaultBuildSettings = BuildSettingsVersion.V2; - IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_1; - ExtraModuleNames.Add("hwanyoung2"); - } -} diff --git a/hwanyoung2/Source/hwanyoung2/CraftingInfo.cpp b/hwanyoung2/Source/hwanyoung2/CraftingInfo.cpp deleted file mode 100644 index 4e8a23e9..00000000 --- a/hwanyoung2/Source/hwanyoung2/CraftingInfo.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "CraftingInfo.h" - diff --git a/hwanyoung2/Source/hwanyoung2/CraftingInfo.h b/hwanyoung2/Source/hwanyoung2/CraftingInfo.h deleted file mode 100644 index de14a80c..00000000 --- a/hwanyoung2/Source/hwanyoung2/CraftingInfo.h +++ /dev/null @@ -1,59 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "CoreMinimal.h" -#include "Engine/DataTable.h" -#include "CraftingInfo.generated.h" - -/** - * - */ -USTRUCT(BlueprintType) -struct FCraftingInfo : public FTableRowBase -{ - GENERATED_BODY(); - -public: - - //unique ID of item that is being used to create the item - UPROPERTY(EditAnywhere, BlueprintReadWrite) - FName ItemAID; - - UPROPERTY(EditAnywhere, BlueprintReadWrite) - FName ItemBID; - - //unique ID of item that is being used to create the item - UPROPERTY(EditAnywhere, BlueprintReadWrite) - FName ItemCID; - - //unique ID of item that is being used to create the item - UPROPERTY(EditAnywhere, BlueprintReadWrite) - FName ItemDID; - - //unique ID of the item that gets created - UPROPERTY(EditAnywhere, BlueprintReadWrite) - FName ProductID; - - //do we want to destroy the component? - UPROPERTY(EditAnywhere, BlueprintReadWrite) - bool bDestroyItemA; - - UPROPERTY(EditAnywhere, BlueprintReadWrite) - bool bDestroyItemB; - - UPROPERTY(EditAnywhere, BlueprintReadWrite) - bool bDestroyItemC; - - UPROPERTY(EditAnywhere, BlueprintReadWrite) - bool bDestroyItemD; - - bool operator==(const FCraftingInfo& OtherItem) const { - return ItemAID == OtherItem.ItemAID - && ItemBID == OtherItem.ItemBID - && ItemCID == OtherItem.ItemCID - && ItemDID == OtherItem.ItemDID; - } - - -}; \ No newline at end of file diff --git a/hwanyoung2/Source/hwanyoung2/HYAIController.cpp b/hwanyoung2/Source/hwanyoung2/HYAIController.cpp deleted file mode 100644 index 8624c749..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYAIController.cpp +++ /dev/null @@ -1,10 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "HYAIController.h" - -AHYAIController::AHYAIController() -{ - //if we create a new AI instance, it will want to have its own player state: - bWantsPlayerState = true; -} diff --git a/hwanyoung2/Source/hwanyoung2/HYAIController.h b/hwanyoung2/Source/hwanyoung2/HYAIController.h deleted file mode 100644 index c9f5b239..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYAIController.h +++ /dev/null @@ -1,27 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "CoreMinimal.h" -#include "AIController.h" -#include "HYAIController.generated.h" - -/** - * - */ -UCLASS() -class HWANYOUNG2_API AHYAIController : public AAIController -{ - GENERATED_BODY() - -protected: - - - -public: - AHYAIController(); - -//protected: -// virtual void SetGenericTeamId(const FGenericTeamId& NewTeamID); -// virtual FGenericTeamId GetGenericTeamId() const; -}; diff --git a/hwanyoung2/Source/hwanyoung2/HYAttackComponent.cpp b/hwanyoung2/Source/hwanyoung2/HYAttackComponent.cpp deleted file mode 100644 index 10063038..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYAttackComponent.cpp +++ /dev/null @@ -1,34 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "HYAttackComponent.h" - -// Sets default values for this component's properties -UHYAttackComponent::UHYAttackComponent() -{ - // Set this component to be initialized when the game starts, and to be ticked every frame. You can turn these features - // off to improve performance if you don't need them. - PrimaryComponentTick.bCanEverTick = true; - - // ... -} - - -// Called when the game starts -void UHYAttackComponent::BeginPlay() -{ - Super::BeginPlay(); - - // ... - -} - - -// Called every frame -void UHYAttackComponent::TickComponent(float DeltaTime, ELevelTick TickType, FActorComponentTickFunction* ThisTickFunction) -{ - Super::TickComponent(DeltaTime, TickType, ThisTickFunction); - - // ... -} - diff --git a/hwanyoung2/Source/hwanyoung2/HYAttackComponent.h b/hwanyoung2/Source/hwanyoung2/HYAttackComponent.h deleted file mode 100644 index 650b948a..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYAttackComponent.h +++ /dev/null @@ -1,47 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "CoreMinimal.h" -#include "Components/ActorComponent.h" -#include "HYAttackComponent.generated.h" - -// collision-based attack part -USTRUCT(BlueprintType) -struct FMeleeAttackPart { - GENERATED_USTRUCT_BODY() - - //collider component (box collider) - - //attributes (floats): - // base attack damage number - // critical attack damage number - // critical attack rate percentage - - //hitbox related info: - // position of the hitbox relative to the player - // 3D vector of the dimensions of the hitbox - // 1 giant hit box (TODO: figure out a way to consider multiple parts as one hitbox entity to avoid looping) - - //method that returns boolean value based on whether there has been a collision detected with the enemy -}; - -UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) ) -class HWANYOUNG2_API UHYAttackComponent : public UActorComponent -{ - GENERATED_BODY() - -public: - // Sets default values for this component's properties - UHYAttackComponent(); - -protected: - // Called when the game starts - virtual void BeginPlay() override; - -public: - // Called every frame - virtual void TickComponent(float DeltaTime, ELevelTick TickType, FActorComponentTickFunction* ThisTickFunction) override; - - //method that takes care of the dealing damage -}; diff --git a/hwanyoung2/Source/hwanyoung2/HYAutomaticPickUp.cpp b/hwanyoung2/Source/hwanyoung2/HYAutomaticPickUp.cpp deleted file mode 100644 index 9b4f1cf8..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYAutomaticPickUp.cpp +++ /dev/null @@ -1,44 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "HYAutomaticPickUp.h" -#include "HYPlayerCharacController.h" - -// Sets default values -AHYAutomaticPickUp::AHYAutomaticPickUp() -{ - // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. - PrimaryActorTick.bCanEverTick = true; - PickupMesh = CreateDefaultSubobject("PickupMesh"); - RootComponent = Cast(PickupMesh); - - ItemID = FName("No ID"); - -} - -void AHYAutomaticPickUp::Collect_Implementation(APlayerController* Controller) -{ - AHYPlayerCharacController* IController = Cast(Controller); - if (IController->AddItemToInventoryByID(ItemID)) - Destroy(); -} - -FName AHYAutomaticPickUp::GetItemID() -{ - return ItemID; -} - -// Called when the game starts or when spawned -void AHYAutomaticPickUp::BeginPlay() -{ - Super::BeginPlay(); - -} - -// Called every frame -void AHYAutomaticPickUp::Tick(float DeltaTime) -{ - Super::Tick(DeltaTime); - -} - diff --git a/hwanyoung2/Source/hwanyoung2/HYAutomaticPickUp.h b/hwanyoung2/Source/hwanyoung2/HYAutomaticPickUp.h deleted file mode 100644 index 674c55a9..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYAutomaticPickUp.h +++ /dev/null @@ -1,38 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "CoreMinimal.h" -#include "GameFramework/Actor.h" -#include "HYAutomaticPickUp.generated.h" - -UCLASS() -class HWANYOUNG2_API AHYAutomaticPickUp : public AActor -{ - GENERATED_BODY() - -public: - // Sets default values for this actor's properties - AHYAutomaticPickUp(); - - UFUNCTION(BlueprintNativeEvent) - void Collect(APlayerController* Controller); - virtual void Collect_Implementation(APlayerController* Controller); - - FName GetItemID(); - -protected: - // Called when the game starts or when spawned - virtual void BeginPlay() override; - - UPROPERTY(EditAnywhere) - UStaticMeshComponent* PickupMesh; - - UPROPERTY(EditAnywhere, BlueprintReadWrite) - FName ItemID; - -public: - // Called every frame - virtual void Tick(float DeltaTime) override; - -}; diff --git a/hwanyoung2/Source/hwanyoung2/HYConsumableItem.cpp b/hwanyoung2/Source/hwanyoung2/HYConsumableItem.cpp deleted file mode 100644 index 320c326e..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYConsumableItem.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "HYConsumableItem.h" - -AHYConsumableItem::AHYConsumableItem() -{ -} diff --git a/hwanyoung2/Source/hwanyoung2/HYConsumableItem.h b/hwanyoung2/Source/hwanyoung2/HYConsumableItem.h deleted file mode 100644 index 3a78c536..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYConsumableItem.h +++ /dev/null @@ -1,25 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "CoreMinimal.h" -#include "HYManualPickUp.h" -#include "HYConsumableItem.generated.h" - -/** - * - */ - - -UCLASS() -class HWANYOUNG2_API AHYConsumableItem : public AHYManualPickUp -{ - GENERATED_BODY() - -public: - AHYConsumableItem(); - - UFUNCTION(BlueprintImplementableEvent, BlueprintCallable, Category = "Pick up and consume") - void OnUsed(APlayerController* Controller); - -}; diff --git a/hwanyoung2/Source/hwanyoung2/HYEnemyBase.cpp b/hwanyoung2/Source/hwanyoung2/HYEnemyBase.cpp deleted file mode 100644 index 67a91a48..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYEnemyBase.cpp +++ /dev/null @@ -1,34 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "HYEnemyBase.h" - -// Sets default values -AHYEnemyBase::AHYEnemyBase() -{ - // Set this character to call Tick() every frame. You can turn this off to improve performance if you don't need it. - PrimaryActorTick.bCanEverTick = true; - -} - -// Called when the game starts or when spawned -void AHYEnemyBase::BeginPlay() -{ - Super::BeginPlay(); - -} - -// Called every frame -void AHYEnemyBase::Tick(float DeltaTime) -{ - Super::Tick(DeltaTime); - -} - -// Called to bind functionality to input -void AHYEnemyBase::SetupPlayerInputComponent(UInputComponent* PlayerInputComponent) -{ - Super::SetupPlayerInputComponent(PlayerInputComponent); - -} - diff --git a/hwanyoung2/Source/hwanyoung2/HYEnemyBase.h b/hwanyoung2/Source/hwanyoung2/HYEnemyBase.h deleted file mode 100644 index cd6af675..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYEnemyBase.h +++ /dev/null @@ -1,29 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "CoreMinimal.h" -#include "GameFramework/Character.h" -#include "HYEnemyBase.generated.h" - -UCLASS() -class HWANYOUNG2_API AHYEnemyBase : public ACharacter -{ - GENERATED_BODY() - -public: - // Sets default values for this character's properties - AHYEnemyBase(); - -protected: - // Called when the game starts or when spawned - virtual void BeginPlay() override; - -public: - // Called every frame - virtual void Tick(float DeltaTime) override; - - // Called to bind functionality to input - virtual void SetupPlayerInputComponent(class UInputComponent* PlayerInputComponent) override; - -}; diff --git a/hwanyoung2/Source/hwanyoung2/HYGameStateBase.cpp b/hwanyoung2/Source/hwanyoung2/HYGameStateBase.cpp deleted file mode 100644 index 12b396e6..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYGameStateBase.cpp +++ /dev/null @@ -1,17 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "HYGameStateBase.h" - -AHYGameStateBase::AHYGameStateBase() -{ - static ConstructorHelpers::FObjectFinder BP_ItemDataTable( - TEXT("DataTable'/Game/Hwanyoung/Interactables/ItemDataTable.ItemDataTable'")); - - ItemDatabase = BP_ItemDataTable.Object; -} - -UDataTable* AHYGameStateBase::GetItemDatabase() const -{ - return ItemDatabase; -} diff --git a/hwanyoung2/Source/hwanyoung2/HYGameStateBase.h b/hwanyoung2/Source/hwanyoung2/HYGameStateBase.h deleted file mode 100644 index 31038df8..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYGameStateBase.h +++ /dev/null @@ -1,27 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "Engine.h" -#include "GameFramework/GameStateBase.h" -#include "HYGameStateBase.generated.h" - -/** - * The game state holds the database for all existing items within the game. - */ -UCLASS() -class HWANYOUNG2_API AHYGameStateBase : public AGameStateBase -{ - GENERATED_BODY() - -public: - AHYGameStateBase(); - - //getter function for item database - UDataTable* GetItemDatabase() const; - -protected: - - UPROPERTY(EditDefaultsOnly) - class UDataTable* ItemDatabase; -}; diff --git a/hwanyoung2/Source/hwanyoung2/HYInteractableActor.cpp b/hwanyoung2/Source/hwanyoung2/HYInteractableActor.cpp deleted file mode 100644 index 2eeea24c..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYInteractableActor.cpp +++ /dev/null @@ -1,37 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "HYInteractableActor.h" - -// Sets default values -AHYInteractableActor::AHYInteractableActor() -{ - // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. - PrimaryActorTick.bCanEverTick = true; - -} - -void AHYInteractableActor::Interact_Implementation(APlayerController* Controller) -{ - return; -} - -FString AHYInteractableActor::GetInteractText() const -{ - return FString::Printf(TEXT("%s: Press F to %s"), *Name, *Action); -} - -// Called when the game starts or when spawned -void AHYInteractableActor::BeginPlay() -{ - Super::BeginPlay(); - -} - -// Called every frame -void AHYInteractableActor::Tick(float DeltaTime) -{ - Super::Tick(DeltaTime); - -} - diff --git a/hwanyoung2/Source/hwanyoung2/HYInteractableActor.h b/hwanyoung2/Source/hwanyoung2/HYInteractableActor.h deleted file mode 100644 index 295b7d7b..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYInteractableActor.h +++ /dev/null @@ -1,44 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "CoreMinimal.h" -#include "GameFramework/Actor.h" -#include "HYInteractableActor.generated.h" - -/* -* Parent class for all interactable actor objects -*/ -UCLASS() -class HWANYOUNG2_API AHYInteractableActor : public AActor -{ - GENERATED_BODY() - -public: - // Sets default values for this actor's properties - AHYInteractableActor(); - - //this is a Blueprint-only Event; does not have C++ implementation - UFUNCTION(BlueprintNativeEvent) - void Interact(APlayerController* Controller); - - virtual void Interact_Implementation(APlayerController* Controller); - - UPROPERTY(EditDefaultsOnly) - FString Name; - - UPROPERTY(EditDefaultsOnly) - FString Action; - - UFUNCTION(BlueprintCallable, Category = "Pickup") - FString GetInteractText() const; - -protected: - // Called when the game starts or when spawned - virtual void BeginPlay() override; - -public: - // Called every frame - virtual void Tick(float DeltaTime) override; - -}; diff --git a/hwanyoung2/Source/hwanyoung2/HYManualPickUp.cpp b/hwanyoung2/Source/hwanyoung2/HYManualPickUp.cpp deleted file mode 100644 index 7ec7c6dc..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYManualPickUp.cpp +++ /dev/null @@ -1,27 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "HYManualPickUp.h" -#include "HYPlayerCharacController.h" - -AHYManualPickUp::AHYManualPickUp() -{ - PickUpRangeMesh = CreateDefaultSubobject("PickupMesh"); - RootComponent = Cast(PickUpRangeMesh); - - ItemID = FName("No ID"); - - Super::Name = "Item"; - Super::Action = "pick up"; -} - -void AHYManualPickUp::Interact_Implementation(APlayerController* Controller) -{ - Super::Interact_Implementation(Controller); - - AHYPlayerCharacController* IController = Cast(Controller); - if (IController->AddItemToInventoryByID(ItemID)) - Destroy(); - else UE_LOG(LogTemp, Warning, TEXT("Item not found.")) -} - diff --git a/hwanyoung2/Source/hwanyoung2/HYManualPickUp.h b/hwanyoung2/Source/hwanyoung2/HYManualPickUp.h deleted file mode 100644 index 62424132..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYManualPickUp.h +++ /dev/null @@ -1,27 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "CoreMinimal.h" -#include "HYInteractableActor.h" -#include "HYManualPickUp.generated.h" - -/** - * - */ -UCLASS() -class HWANYOUNG2_API AHYManualPickUp : public AHYInteractableActor -{ - GENERATED_BODY() -public: - AHYManualPickUp(); - - void Interact_Implementation(APlayerController* Controller) override; - -protected: - UPROPERTY(EditAnywhere) - UStaticMeshComponent* PickUpRangeMesh; - - UPROPERTY(EditAnywhere,BlueprintReadWrite) - FName ItemID; -}; diff --git a/hwanyoung2/Source/hwanyoung2/HYMoneyAutoPickUp.cpp b/hwanyoung2/Source/hwanyoung2/HYMoneyAutoPickUp.cpp deleted file mode 100644 index a2fc8a75..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYMoneyAutoPickUp.cpp +++ /dev/null @@ -1,18 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "HYMoneyAutoPickUp.h" -#include "HYPlayerCharacController.h" - -AHYMoneyAutoPickUp::AHYMoneyAutoPickUp() -{ - Super::ItemID = FName("Lost soul"); - Value = 1; -} - -void AHYMoneyAutoPickUp::Collect_Implementation(APlayerController* Controller) -{ - AHYPlayerCharacController* IController = Cast(Controller); - IController->Currency += Value; - Destroy(); -} diff --git a/hwanyoung2/Source/hwanyoung2/HYMoneyAutoPickUp.h b/hwanyoung2/Source/hwanyoung2/HYMoneyAutoPickUp.h deleted file mode 100644 index 2b233a52..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYMoneyAutoPickUp.h +++ /dev/null @@ -1,26 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "CoreMinimal.h" -#include "HYAutomaticPickUp.h" -#include "HYMoneyAutoPickUp.generated.h" - -/** - * - */ -UCLASS() -class HWANYOUNG2_API AHYMoneyAutoPickUp : public AHYAutomaticPickUp -{ - GENERATED_BODY() - -public: - AHYMoneyAutoPickUp(); - - void Collect_Implementation(APlayerController* Controller) override; - -protected: - UPROPERTY(EditAnywhere, BlueprintReadWrite) - int32 Value; - -}; diff --git a/hwanyoung2/Source/hwanyoung2/HYPlayerCharacController.cpp b/hwanyoung2/Source/hwanyoung2/HYPlayerCharacController.cpp deleted file mode 100644 index 7868c9c1..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYPlayerCharacController.cpp +++ /dev/null @@ -1,104 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "HYPlayerCharacController.h" -#include "HYGameStateBase.h" -#include "Engine/DataTable.h" -#include "hwanyoung2Character.h" - -AHYPlayerCharacController::AHYPlayerCharacController() -{ - //this is hardcoding the limits: - InventorySlotLimit = 50; - InventoryWeightLimit = 500; -} - -int32 AHYPlayerCharacController::GetInventoryWeight() -{ - int32 TotalWeight = 0; - - for (auto& Item : Inventory) { - TotalWeight += 1; //hard coding for now - } - return TotalWeight; -} - -bool AHYPlayerCharacController::AddItemToInventoryByID(FName ID) -{ - AHYGameStateBase* gameState = Cast(GetWorld()->GetGameState()); - UDataTable* itemDB = gameState->GetItemDatabase(); - FInventoryItem* itemToAdd = itemDB->FindRow(ID, ""); - - if (itemToAdd) { - if (Inventory.Num() < InventorySlotLimit && - GetInventoryWeight() + itemToAdd->ItemWeight <= InventoryWeightLimit) { - Inventory.Add(*itemToAdd); - ReloadInventory(); - return true; - } - } - return false; -} - -FInventoryItem AHYPlayerCharacController::CraftItem(FInventoryItem ItemA) -{ - /*for (auto Combination : ItemB.CraftCombinations) { - if (Combination.ItemAID == ItemA.ItemID - && Combination.ItemBID == ItemB.ItemID - && Combination.ItemCID == ItemC.ItemID - && Combination.ItemDID == ItemD.ItemID) { - if (Combination.bDestroyItemA) Inventory.RemoveSingle(ItemA); - if (Combination.bDestroyItemB) Inventory.RemoveSingle(ItemB); - if (Combination.bDestroyItemC) Inventory.RemoveSingle(ItemC); - if (Combination.bDestroyItemD) Inventory.RemoveSingle(ItemD); - AddItemToInventoryByID(Combination.ProductID); - ReloadCraftUI(); - } - }*/ - - int32 NumOfCraftingItems = CraftingItems.Num(); - bool bIsValidComb; - bIsValidComb = false; - if (NumOfCraftingItems < 2 || NumOfCraftingItems > 4) { return FInventoryItem(); } - - AHYGameStateBase* gameState = Cast(GetWorld()->GetGameState()); - UDataTable* itemDB = gameState->GetItemDatabase(); - - for (auto Combination : ItemA.CraftCombinations) { - if (CraftingItems.Contains(Combination.ItemBID) && NumOfCraftingItems >= 2) { - if (Combination.bDestroyItemB) Inventory.RemoveSingle(*itemDB->FindRow(Combination.ItemBID, "")); - bIsValidComb = bIsValidComb || true; - } - if (CraftingItems.Contains(Combination.ItemCID) && NumOfCraftingItems >= 3) { - if (Combination.bDestroyItemC) Inventory.RemoveSingle(*itemDB->FindRow(Combination.ItemCID, "")); - bIsValidComb = bIsValidComb && true; - } - if (CraftingItems.Contains(Combination.ItemDID) && NumOfCraftingItems == 4) { - if (Combination.bDestroyItemD) Inventory.RemoveSingle(*itemDB->FindRow(Combination.ItemDID, "")); - bIsValidComb = bIsValidComb && true; - } - if (bIsValidComb) { - if (Combination.bDestroyItemA) Inventory.RemoveSingle(ItemA); - AddItemToInventoryByID(Combination.ProductID); - ReloadCraftUI(); - return *itemDB->FindRow(Combination.ProductID, ""); - } - else continue; - } - return FInventoryItem(); -} - -void AHYPlayerCharacController::Interact() -{ - if (CurrentInteractable) CurrentInteractable->Interact(this); -} - -void AHYPlayerCharacController::SetupInputComponent() -{ - Super::SetupInputComponent(); -} - -void AHYPlayerCharacController::OnPossess(APawn* InPawn) -{ - Super::OnPossess(InPawn); -} diff --git a/hwanyoung2/Source/hwanyoung2/HYPlayerCharacController.h b/hwanyoung2/Source/hwanyoung2/HYPlayerCharacController.h deleted file mode 100644 index 018104dc..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYPlayerCharacController.h +++ /dev/null @@ -1,76 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "HYInteractableActor.h" -#include "InventoryItem.h" -#include "CoreMinimal.h" -#include "GameFramework/PlayerController.h" -#include "HYPlayerCharacController.generated.h" - -/** - * - */ -UCLASS() -class HWANYOUNG2_API AHYPlayerCharacController : public APlayerController -{ - GENERATED_BODY() - -public: -#pragma region inventory - //setting up the controller inventory - AHYPlayerCharacController(); - - - UFUNCTION(BlueprintImplementableEvent) - void ReloadInventory(); - - UFUNCTION(BlueprintImplementableEvent) - void ReloadCraftUI(); - - UFUNCTION(BlueprintImplementableEvent) - void SaveGameplay(); - - UFUNCTION(BlueprintCallable, Category = "Utils") - int32 GetInventoryWeight(); - - UFUNCTION(BlueprintCallable, Category = "Utils") - bool AddItemToInventoryByID(FName ID); - - UFUNCTION(BlueprintCallable, Category = "Utils") - FInventoryItem CraftItem(FInventoryItem ItemA); - - UPROPERTY(BlueprintReadWrite, VisibleAnywhere) - class AHYInteractableActor* CurrentInteractable; - - UPROPERTY(VisibleAnywhere, BlueprintReadWrite) - TArray Inventory; - - UPROPERTY(EditAnywhere, BlueprintReadWrite) - int32 InventorySlotLimit; - - UPROPERTY(EditAnywhere, BlueprintReadWrite) - int32 InventoryWeightLimit; - - UPROPERTY(EditAnywhere, BlueprintReadWrite) - int32 Currency; - - - UPROPERTY(VisibleAnywhere, BlueprintReadWrite) - TSet CraftingItems; - - //interacts with the Interactable objects - UFUNCTION(BlueprintCallable, Category = "Utils") - void Interact(); - -#pragma endregion - - -protected: - - //abstract function to override in order to - //bind actions or axis to different input components - virtual void SetupInputComponent() override; - - virtual void OnPossess(APawn* InPawn) override; -}; diff --git a/hwanyoung2/Source/hwanyoung2/HYProjectileAttackComponent.cpp b/hwanyoung2/Source/hwanyoung2/HYProjectileAttackComponent.cpp deleted file mode 100644 index bad88e77..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYProjectileAttackComponent.cpp +++ /dev/null @@ -1,34 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "HYProjectileAttackComponent.h" - -// Sets default values for this component's properties -UHYProjectileAttackComponent::UHYProjectileAttackComponent() -{ - // Set this component to be initialized when the game starts, and to be ticked every frame. You can turn these features - // off to improve performance if you don't need them. - PrimaryComponentTick.bCanEverTick = true; - - // ... -} - - -// Called when the game starts -void UHYProjectileAttackComponent::BeginPlay() -{ - Super::BeginPlay(); - - // ... - -} - - -// Called every frame -void UHYProjectileAttackComponent::TickComponent(float DeltaTime, ELevelTick TickType, FActorComponentTickFunction* ThisTickFunction) -{ - Super::TickComponent(DeltaTime, TickType, ThisTickFunction); - - // ... -} - diff --git a/hwanyoung2/Source/hwanyoung2/HYProjectileAttackComponent.h b/hwanyoung2/Source/hwanyoung2/HYProjectileAttackComponent.h deleted file mode 100644 index 8df11311..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYProjectileAttackComponent.h +++ /dev/null @@ -1,50 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "CoreMinimal.h" -#include "Components/ActorComponent.h" -#include "HYProjectileAttackComponent.generated.h" - -// hitscan-based attack part -USTRUCT(BlueprintType) -struct FProjectileAttackPart { - GENERATED_USTRUCT_BODY() - - //line trace component - - //attributes (floats): - // base attack damage number - // critical attack damage number - // critical attack rate percentage - - //line trace related info: - // where is the source of line trace placed? - // origin of the raycast - - //method that returns boolean value based on whether the line trace has hit the enemy -}; - - -UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) ) -class HWANYOUNG2_API UHYProjectileAttackComponent : public UActorComponent -{ - GENERATED_BODY() - -public: - // Sets default values for this component's properties - UHYProjectileAttackComponent(); - -protected: - // Called when the game starts - virtual void BeginPlay() override; - -public: - // Called every frame - virtual void TickComponent(float DeltaTime, ELevelTick TickType, FActorComponentTickFunction* ThisTickFunction) override; - - - //method that takes care of the dealing damage - - -}; diff --git a/hwanyoung2/Source/hwanyoung2/HYSaveGameActor.cpp b/hwanyoung2/Source/hwanyoung2/HYSaveGameActor.cpp deleted file mode 100644 index c6eb586e..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYSaveGameActor.cpp +++ /dev/null @@ -1,22 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "HYSaveGameActor.h" -#include "HYPlayerCharacController.h" - -AHYSaveGameActor::AHYSaveGameActor() -{ - SavepointMesh = CreateDefaultSubobject("SavepointMesh"); - RootComponent = Cast(SavepointMesh); - - Super::Name = "Haetae statue"; - Super::Action = "touch"; -} - -void AHYSaveGameActor::Interact_Implementation(APlayerController* Controller) -{ - Super::Interact_Implementation(Controller); - - AHYPlayerCharacController* IController = Cast(Controller); - IController->SaveGameplay(); -} diff --git a/hwanyoung2/Source/hwanyoung2/HYSaveGameActor.h b/hwanyoung2/Source/hwanyoung2/HYSaveGameActor.h deleted file mode 100644 index a3e05e32..00000000 --- a/hwanyoung2/Source/hwanyoung2/HYSaveGameActor.h +++ /dev/null @@ -1,27 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "CoreMinimal.h" -#include "HYInteractableActor.h" -#include "HYSaveGameActor.generated.h" - -/** - * - */ -UCLASS() -class HWANYOUNG2_API AHYSaveGameActor : public AHYInteractableActor -{ - GENERATED_BODY() - -public: - // Sets default values for this actor's properties - AHYSaveGameActor(); - - void Interact_Implementation(APlayerController* Controller) override; - -protected: - UPROPERTY(EditDefaultsOnly) - UStaticMeshComponent* SavepointMesh; - -}; diff --git a/hwanyoung2/Source/hwanyoung2/HwanyoungAssetManager.cpp b/hwanyoung2/Source/hwanyoung2/HwanyoungAssetManager.cpp deleted file mode 100644 index 55eb735e..00000000 --- a/hwanyoung2/Source/hwanyoung2/HwanyoungAssetManager.cpp +++ /dev/null @@ -1,12 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "HwanyoungAssetManager.h" -#include "AbilitySystemGlobals.h" - -void UHwanyoungAssetManager::StartInitialLoading() -{ - Super::StartInitialLoading(); - UAbilitySystemGlobals::Get().InitGlobalData(); - UE_LOG(LogTemp, Warning, TEXT("Hello World!!")); -} diff --git a/hwanyoung2/Source/hwanyoung2/HwanyoungAssetManager.h b/hwanyoung2/Source/hwanyoung2/HwanyoungAssetManager.h deleted file mode 100644 index 0dded34a..00000000 --- a/hwanyoung2/Source/hwanyoung2/HwanyoungAssetManager.h +++ /dev/null @@ -1,19 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "CoreMinimal.h" -#include "Engine/AssetManager.h" -#include "HwanyoungAssetManager.generated.h" - -/** - * - */ -UCLASS() -class HWANYOUNG2_API UHwanyoungAssetManager : public UAssetManager -{ - GENERATED_BODY() - -public: - virtual void StartInitialLoading() override; -}; diff --git a/hwanyoung2/Source/hwanyoung2/InventoryItem.cpp b/hwanyoung2/Source/hwanyoung2/InventoryItem.cpp deleted file mode 100644 index c3a2deb6..00000000 --- a/hwanyoung2/Source/hwanyoung2/InventoryItem.cpp +++ /dev/null @@ -1,13 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - - -#include "InventoryItem.h" - -FInventoryItem::FInventoryItem() -{ - this->ItemID = FName(TEXT("No ID")); - this->ItemName = FText::FromString("No Name"); - this->ItemWeight = 1; - this->ItemValue = 1; - this->ItemDescription = FText::FromString("No Description"); -} diff --git a/hwanyoung2/Source/hwanyoung2/InventoryItem.h b/hwanyoung2/Source/hwanyoung2/InventoryItem.h deleted file mode 100644 index 261fbb1b..00000000 --- a/hwanyoung2/Source/hwanyoung2/InventoryItem.h +++ /dev/null @@ -1,83 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -#pragma once - -#include "CoreMinimal.h" -#include "GameFramework/Actor.h" -#include "Engine/DataTable.h" -#include "HYManualPickUp.h" -#include "CraftingInfo.h" -#include "InventoryItem.generated.h" - -/** - * Represents an item that can be added to player's inventory - */ -USTRUCT(BlueprintType) -struct FInventoryItem : public FTableRowBase -{ - GENERATED_BODY(); -public: - - FInventoryItem(); - - //unique ID for the item - UPROPERTY(EditAnywhere, BlueprintReadWrite) - FName ItemID; - - //queue of items that are dropped and spawned back into the world - UPROPERTY(EditAnywhere, BlueprintReadWrite) - TSubclassOf ItemPickup; - - //name of the item - UPROPERTY(EditAnywhere, BlueprintReadWrite) - FText ItemName; - - //weight of the item - //(this may not be important, depends on how we re-design the inventory) - UPROPERTY(EditAnywhere, BlueprintReadWrite) - int32 ItemWeight; - - //value of the item - UPROPERTY(EditAnywhere, BlueprintReadWrite) - int32 ItemValue; - - //is the item only available through drops? - UPROPERTY(EditAnywhere, BlueprintReadWrite) - bool OnlyDropped; - - //can this item be consumed/used? - UPROPERTY(EditAnywhere, BlueprintReadWrite) - bool CanBeUsed; - - //can this item be bought at the store? - UPROPERTY(EditAnywhere, BlueprintReadWrite) - bool CanBeBought; - - //is this a crafting item? - UPROPERTY(EditAnywhere, BlueprintReadWrite) - bool IsCraftItem; - - //is this a cooking item? - UPROPERTY(EditAnywhere, BlueprintReadWrite) - bool IsCookingItem; - - UPROPERTY(EditAnywhere, BlueprintReadWrite) - UTexture2D* ItemIcon; - - UPROPERTY(EditAnywhere, BlueprintReadWrite) - FText ItemDescription; - - ////all the possible crafting combinations for this particular item - UPROPERTY(EditAnywhere, BlueprintReadWrite) - TArray CraftCombinations; - - bool operator==(const FInventoryItem& OtherItem) const { - return ItemID == OtherItem.ItemID; - } - - friend uint32 GetTypeHash(const FInventoryItem& InventoryItem) { - - return HashCombine(GetTypeHash(InventoryItem.ItemID), InventoryItem.ItemValue); - - } -}; \ No newline at end of file diff --git a/hwanyoung2/Source/hwanyoung2/hwanyoung2.Build.cs b/hwanyoung2/Source/hwanyoung2/hwanyoung2.Build.cs deleted file mode 100644 index a6b09ba5..00000000 --- a/hwanyoung2/Source/hwanyoung2/hwanyoung2.Build.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -using UnrealBuildTool; - -public class hwanyoung2 : ModuleRules -{ - public hwanyoung2(ReadOnlyTargetRules Target) : base(Target) - { - PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; - - PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "HeadMountedDisplay", "EnhancedInput" }); - } -} diff --git a/hwanyoung2/Source/hwanyoung2/hwanyoung2.cpp b/hwanyoung2/Source/hwanyoung2/hwanyoung2.cpp deleted file mode 100644 index f52a0c1e..00000000 --- a/hwanyoung2/Source/hwanyoung2/hwanyoung2.cpp +++ /dev/null @@ -1,7 +0,0 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -#include "hwanyoung2.h" -#include "Modules/ModuleManager.h" - -IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, hwanyoung2, "hwanyoung2" ); - \ No newline at end of file diff --git a/hwanyoung2/Source/hwanyoung2/hwanyoung2.h b/hwanyoung2/Source/hwanyoung2/hwanyoung2.h deleted file mode 100644 index 18f185a0..00000000 --- a/hwanyoung2/Source/hwanyoung2/hwanyoung2.h +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -#pragma once - -#ifndef _HWANYOUNG2_H__ -#define _HWANYOUNG2_H__ -#include "CoreMinimal.h" - -#define COLLISION_INTERACTABLE ECC_GameTraceChannel1; - -#endif diff --git a/hwanyoung2/Source/hwanyoung2/hwanyoung2Character.cpp b/hwanyoung2/Source/hwanyoung2/hwanyoung2Character.cpp deleted file mode 100644 index c2172083..00000000 --- a/hwanyoung2/Source/hwanyoung2/hwanyoung2Character.cpp +++ /dev/null @@ -1,299 +0,0 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -#include "hwanyoung2Character.h" -#include "HYPlayerCharacController.h" -#include "Camera/CameraComponent.h" -#include "Components/CapsuleComponent.h" -#include "Components/InputComponent.h" -#include "GameFramework/CharacterMovementComponent.h" -#include "GameFramework/Controller.h" -#include "GameFramework/SpringArmComponent.h" -#include "EnhancedInputComponent.h" -#include "EnhancedInputSubsystems.h" -#include "HYInteractableActor.h" -#include "InventoryItem.h" -#include "HYAutomaticPickUp.h" - - - -////////////////////////////////////////////////////////////////////////// -// Ahwanyoung2Character -Ahwanyoung2Character::Ahwanyoung2Character() -{ - Initialize(); -} - - - -void Ahwanyoung2Character::PossessedBy(AController* NewController) -{ - Super::PossessedBy(NewController); - -} - -float Ahwanyoung2Character::GetStartingCameraBoomArmLength() -{ - return 0.0f; -} - -FVector Ahwanyoung2Character::GetStartingCameraBoomLocation() -{ - return FVector(); -} - -void Ahwanyoung2Character::BeginPlay() -{ - // Call the base class - Super::BeginPlay(); - - //Add Input Mapping Context - if (APlayerController* PlayerController = Cast(Controller)) - { - if (UEnhancedInputLocalPlayerSubsystem* Subsystem = ULocalPlayer::GetSubsystem(PlayerController->GetLocalPlayer())) - { - Subsystem->AddMappingContext(InputMapping, 0); - } - } - - -} - -//void Ahwanyoung2Character::SetGenericTeamId(const FGenericTeamId& NewTeamID) -//{ -//} -// -//FGenericTeamId Ahwanyoung2Character::GetGenericTeamId() const -//{ -// return FGenericTeamId(); -//} - -void Ahwanyoung2Character::CheckForInteractables() -{ - // Creates a LineTrace (similar to RayCast) to check for a hit - FHitResult HitResult; - - // The range of area the system should check for interactables - int32 Range = 800; //this can be changed - - //The start of the trace is the transform of the follow camera - FVector StartTrace = FollowCamera->GetComponentLocation(); - - //And the end of the trace is the 500 units ahead of the start trace - FVector EndTrace = (FollowCamera->GetForwardVector() * Range) + StartTrace; - - //Keeps track of parameters passed into collision function, assuming that - //there are multiple collided actors that is passed through the collision function - FCollisionQueryParams QueryParams; - QueryParams.AddIgnoredActor(this); //we are ignoring this, which is the character - - //Similarly to how GetComponent<>() function works, we get the controller - //object attached to the character and cast it as player character controller class - AHYPlayerCharacController* IController = Cast(GetController()); - - - //Checking if something is hit by the line cast within the range - if (GetWorld()->LineTraceSingleByChannel(HitResult, StartTrace, EndTrace, - ECC_Visibility, QueryParams)) { - - //Cast the actor to AInteractable - if (AHYInteractableActor* Interactable = Cast(HitResult.GetActor())) { - IController->CurrentInteractable = Interactable; - return; - } - } else { - IController->CurrentInteractable = nullptr; - } - - -} - -void Ahwanyoung2Character::CollectAutoPickups() -{ - // Stores all the overlapping actors in an array - TArray CollectedActors; - CollectionSphere->GetOverlappingActors(CollectedActors); - - AHYPlayerCharacController* IController = Cast(GetController()); - - for (int32 indCollect = 0; indCollect < CollectedActors.Num(); ++indCollect) { - AHYAutomaticPickUp* const Pickup = Cast(CollectedActors[indCollect]); - if (Pickup && !Pickup->IsPendingKill()) { - Pickup->Collect(IController); - } - } -} - - -void Ahwanyoung2Character::Tick(float DeltaTime) -{ - Super::Tick(DeltaTime); - - CheckForInteractables(); - CollectAutoPickups(); -} - -////////////////////////////////////////////////////////////////////////// -// Input - -void Ahwanyoung2Character::SetupPlayerInputComponent(class UInputComponent* PlayerInputComponent) -{ - // Set up action bindings - if (UEnhancedInputComponent* EnhancedInputComponent = CastChecked(PlayerInputComponent)) { - - //Jumping - EnhancedInputComponent->BindAction(JumpAction, ETriggerEvent::Triggered, this, &ACharacter::Jump); - EnhancedInputComponent->BindAction(JumpAction, ETriggerEvent::Completed, this, &ACharacter::StopJumping); - - //Moving - EnhancedInputComponent->BindAction(MoveAction, ETriggerEvent::Triggered, this, &Ahwanyoung2Character::Move); - - //Walking - EnhancedInputComponent->BindAction(WalkAction, ETriggerEvent::Triggered, this, &Ahwanyoung2Character::Move); - - //Looking - EnhancedInputComponent->BindAction(LookAction, ETriggerEvent::Triggered, this, &Ahwanyoung2Character::Look); - - } - -} - -void Ahwanyoung2Character::Move(const FInputActionValue& Value) -{ - // input is a Vector2D - FVector2D MovementVector = Value.Get(); - - if (Controller != nullptr) - { - // find out which way is forward - const FRotator Rotation = Controller->GetControlRotation(); - const FRotator YawRotation(0, Rotation.Yaw, 0); - - // get forward vector - const FVector ForwardDirection = FRotationMatrix(YawRotation).GetUnitAxis(EAxis::X); - - // get right vector - const FVector RightDirection = FRotationMatrix(YawRotation).GetUnitAxis(EAxis::Y); - - // add movement - AddMovementInput(ForwardDirection, MovementVector.Y); - AddMovementInput(RightDirection, MovementVector.X); - } -} - -void Ahwanyoung2Character::Look(const FInputActionValue& Value) -{ - // input is a Vector2D - FVector2D LookAxisVector = Value.Get(); - - if (Controller != nullptr) - { - // add yaw and pitch input to controller - AddControllerYawInput(LookAxisVector.X); - AddControllerPitchInput(LookAxisVector.Y); - } -} - -void Ahwanyoung2Character::Initialize() -{ - // Set size for collision capsule - GetCapsuleComponent()->InitCapsuleSize(42.f, 96.0f); - - // Don't rotate when the controller rotates. Let that just affect the camera. - bUseControllerRotationPitch = false; - bUseControllerRotationYaw = false; - bUseControllerRotationRoll = false; - - // Configure character movement - GetCharacterMovement()->bOrientRotationToMovement = true; // Character moves in the direction of input... - GetCharacterMovement()->RotationRate = FRotator(0.0f, 500.0f, 0.0f); // ...at this rotation rate - - // Note: For faster iteration times these variables, and many more, can be tweaked in the Character Blueprint - // instead of recompiling to adjust them - GetCharacterMovement()->JumpZVelocity = 700.f; - GetCharacterMovement()->AirControl = 0.35f; - GetCharacterMovement()->MaxWalkSpeed = 500.f; - GetCharacterMovement()->MinAnalogWalkSpeed = 20.f; - GetCharacterMovement()->BrakingDecelerationWalking = 2000.f; - - // Create a camera boom (pulls in towards the player if there is a collision) - CameraBoom = CreateDefaultSubobject(TEXT("CameraBoom")); - CameraBoom->SetupAttachment(RootComponent); - CameraBoom->TargetArmLength = 400.0f; // The camera follows at this distance behind the character - CameraBoom->bUsePawnControlRotation = true; // Rotate the arm based on the controller - - // Create a follow camera - FollowCamera = CreateDefaultSubobject(TEXT("FollowCamera")); - FollowCamera->SetupAttachment(CameraBoom, USpringArmComponent::SocketName); // Attach the camera to the end of the boom and let the boom adjust to match the controller orientation - FollowCamera->bUsePawnControlRotation = false; // Camera does not rotate relative to arm - - // Note: The skeletal mesh and anim blueprint references on the Mesh component (inherited from Character) - // are set in the derived blueprint asset named ThirdPersonCharacter (to avoid direct content references in C++) - - CollectionSphere = CreateDefaultSubobject(TEXT("CollectionSphere")); - CollectionSphere->SetupAttachment(RootComponent); - CollectionSphere->SetSphereRadius(200.f); -} - - - - - -//void Ahwanyoung2Character::RemoveCharacterAbilities() -//{ -// //if the object doesn't have the authority, ability system component is not valid -// //or character abilities are not given in the ability system component, -// //we don't do anything and just return -// if (GetLocalRole() != ROLE_Authority || -// !AbilitySystemComponent.IsValid() || -// !AbilitySystemComponent->CharacterAbilitiesGiven) -// { -// return; -// } -// -// TArray AbilitiesToRemove; -// for (const FGameplayAbilitySpec& Spec : AbilitySystemComponent->GetActivatableAbilities()) -// { -// if (Spec.SourceObject == this && CharacterAbilities.Contains(Spec.Ability->GetClass())) -// { -// AbilitiesToRemove.Add(Spec.Handle); //spec.handle is an instance of the ability -// } -// } -// -// for (int32 i = 0; i < AbilitiesToRemove.Num(); i++) -// { -// AbilitySystemComponent->ClearAbility(AbilitiesToRemove[i]); -// } -// -// AbilitySystemComponent->CharacterAbilitiesGiven = false; -//} - -//void Ahwanyoung2Character::Die() -//{ -// RemoveCharacterAbilities(); -// -// GetCapsuleComponent()->SetCollisionEnabled(ECollisionEnabled::NoCollision); -// GetCharacterMovement()->GravityScale = 0; -// GetCharacterMovement()->Velocity = FVector(0); //disabling character movement when death -// -// OnCharacterDied.Broadcast(this); -// -// if (AbilitySystemComponent.IsValid()) -// { -// AbilitySystemComponent->CancelAbilities(); -// -// FGameplayTagContainer EffectsTagsToRemove; -// EffectsTagsToRemove.AddTag(EffectRemoveOnDeathTag); -// int32 NumEffectsRemoved = AbilitySystemComponent->RemoveActiveEffectsWithTags(EffectsTagsToRemove); -// AbilitySystemComponent->AddLooseGameplayTag(DeadTag); -// } -// -// //playing death anim: -// if (DeathMontage) -// { -// PlayAnimMontage(DeathMontage); -// } -// else -// { -// FinishDying(); -// } -//} diff --git a/hwanyoung2/Source/hwanyoung2/hwanyoung2Character.h b/hwanyoung2/Source/hwanyoung2/hwanyoung2Character.h deleted file mode 100644 index 1553f249..00000000 --- a/hwanyoung2/Source/hwanyoung2/hwanyoung2Character.h +++ /dev/null @@ -1,122 +0,0 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -#pragma once - -#include "CoreMinimal.h" -#include "GameFramework/Character.h" -#include "InputAction.h" -//#include "AIModule/Classes/GenericTeamAgentInterface.h" -#include "hwanyoung2.h" -#include "Components/SphereComponent.h" -#include "hwanyoung2Character.generated.h" - - -UCLASS(config=Game) -class Ahwanyoung2Character : public ACharacter/*, public UGenericTeamAgentInterface*/ -{ - GENERATED_BODY() - - /** Camera boom positioning the camera behind the character */ - UPROPERTY(BlueprintReadWrite, Category = Camera, meta = (AllowPrivateAccess = "true")) - class USpringArmComponent* CameraBoom; - - /** Follow camera */ - UPROPERTY(BlueprintReadWrite, Category = Camera, meta = (AllowPrivateAccess = "true")) - class UCameraComponent* FollowCamera; - - /** Collection sphere */ - UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = "true")) - class USphereComponent* CollectionSphere; - -#pragma region Character Gameplay Input Action - /** MappingContext */ - UPROPERTY(EditAnywhere, Category = Input, meta = (AllowPrivateAccess = "true")) - class UInputMappingContext* InputMapping; - - /** Jump Input Action */ - UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Input, meta = (AllowPrivateAccess = "true")) - class UInputAction* JumpAction; - - /** Move Input Action */ - UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Input, meta = (AllowPrivateAccess = "true")) - class UInputAction* MoveAction; - - /** Look Input Action */ - UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Input, meta = (AllowPrivateAccess = "true")) - class UInputAction* LookAction; - - /** Walk Input Action */ - UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Input, meta = (AllowPrivateAccess = "true")) - class UInputAction* WalkAction; - -#pragma endregion - -private: - //Helper function for - void Initialize(); - -public: - - Ahwanyoung2Character(); - - //Updates the AbilitysystemComponent's actorInfo, especially in a multiplayer environment - //Gets called on the server (so basically my end) - virtual void PossessedBy(AController* NewController) override; - - - UFUNCTION(BlueprintCallable, Category = "HY_Character|Camera") - float GetStartingCameraBoomArmLength(); - - UFUNCTION(BlueprintCallable, Category = "HY_Character|Camera") - FVector GetStartingCameraBoomLocation(); - - - /** Returns CameraBoom subobject **/ - class USpringArmComponent* GetCameraBoom() const { return CameraBoom; } - /** Returns FollowCamera subobject **/ - class UCameraComponent* GetFollowCamera() const { return FollowCamera; } - - virtual void Tick(float DeltaTime) override; - -protected: - - UPROPERTY(BlueprintReadOnly, Category = "HY_Character|Camera") - float StartingCameraBoomArmLength; - - UPROPERTY(BlueprintReadOnly, Category = "HY_Character|Camera") - FVector StartingCameraBoomLocation; - - UPROPERTY(BlueprintReadOnly, EditAnywhere, Category = "HY_Character|Camera") - float BaseTurnRate = 45.0f; - - UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "HY_Character|Camera") - float BaseLookUpRate = 45.0f; - - - UPROPERTY(BlueprintReadOnly, EditAnywhere, Category = "Hwanyoung|Character") - FText CharacterName; - - /** Called for movement input */ - void Move(const FInputActionValue& Value); - - /** Called for looking input */ - void Look(const FInputActionValue& Value); - - /** Called for checking for the closest Interactable in sight and in range*/ - void CheckForInteractables(); - - /** Called for collecting automatic pick-upable interactables*/ - void CollectAutoPickups(); - -protected: - // APawn interface - virtual void SetupPlayerInputComponent(class UInputComponent* PlayerInputComponent) override; - - // To add mapping context - virtual void BeginPlay(); - - /*virtual void SetGenericTeamId(const FGenericTeamId& NewTeamID); - virtual FGenericTeamId GetGenericTeamId() const;*/ - -}; - diff --git a/hwanyoung2/Source/hwanyoung2/hwanyoung2GameMode.cpp b/hwanyoung2/Source/hwanyoung2/hwanyoung2GameMode.cpp deleted file mode 100644 index d9c7943f..00000000 --- a/hwanyoung2/Source/hwanyoung2/hwanyoung2GameMode.cpp +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -#include "hwanyoung2GameMode.h" -#include "hwanyoung2Character.h" -#include "UObject/ConstructorHelpers.h" - -Ahwanyoung2GameMode::Ahwanyoung2GameMode() -{ - // set default pawn class to our Blueprinted character - static ConstructorHelpers::FClassFinder PlayerPawnBPClass(TEXT("/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter")); - if (PlayerPawnBPClass.Class != NULL) - { - DefaultPawnClass = PlayerPawnBPClass.Class; - } -} diff --git a/hwanyoung2/Source/hwanyoung2/hwanyoung2GameMode.h b/hwanyoung2/Source/hwanyoung2/hwanyoung2GameMode.h deleted file mode 100644 index c56ec215..00000000 --- a/hwanyoung2/Source/hwanyoung2/hwanyoung2GameMode.h +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -#pragma once - -#include "CoreMinimal.h" -#include "GameFramework/GameModeBase.h" -#include "hwanyoung2GameMode.generated.h" - -UCLASS(minimalapi) -class Ahwanyoung2GameMode : public AGameModeBase -{ - GENERATED_BODY() - -public: - Ahwanyoung2GameMode(); -}; - - - diff --git a/hwanyoung2/Source/hwanyoung2Editor.Target.cs b/hwanyoung2/Source/hwanyoung2Editor.Target.cs deleted file mode 100644 index 8ac81fca..00000000 --- a/hwanyoung2/Source/hwanyoung2Editor.Target.cs +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright Epic Games, Inc. All Rights Reserved. - -using UnrealBuildTool; -using System.Collections.Generic; - -public class hwanyoung2EditorTarget : TargetRules -{ - public hwanyoung2EditorTarget(TargetInfo Target) : base(Target) - { - Type = TargetType.Editor; - DefaultBuildSettings = BuildSettingsVersion.V2; - IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_1; - ExtraModuleNames.Add("hwanyoung2"); - } -} diff --git a/hwanyoung2/hwanyoung2.uproject b/hwanyoung2/hwanyoung2.uproject deleted file mode 100644 index 10df1ecf..00000000 --- a/hwanyoung2/hwanyoung2.uproject +++ /dev/null @@ -1,63 +0,0 @@ -{ - "FileVersion": 3, - "EngineAssociation": "5.3", - "Category": "", - "Description": "", - "Modules": [ - { - "Name": "hwanyoung2", - "Type": "Runtime", - "LoadingPhase": "Default", - "AdditionalDependencies": [ - "Engine", - "GameplayAbilities", - "AIModule" - ] - } - ], - "Plugins": [ - { - "Name": "ModelingToolsEditorMode", - "Enabled": true, - "TargetAllowList": [ - "Editor" - ] - }, - { - "Name": "GameplayAbilities", - "Enabled": true - }, - { - "Name": "GameplayStateTree", - "Enabled": true - }, - { - "Name": "VisualStudioTools", - "Enabled": false, - "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/362651520df94e4fa65492dbcba44ae2", - "SupportedTargetPlatforms": [ - "Win64" - ] - }, - { - "Name": "FMODStudio", - "Enabled": true - }, - { - "Name": "Water", - "Enabled": true - }, - { - "Name": "WaterExtras", - "Enabled": true - }, - { - "Name": "FMODStudioNiagara", - "Enabled": true - }, - { - "Name": "SkeletalMeshModelingTools", - "Enabled": true - } - ] -} \ No newline at end of file diff --git a/hwanyoung2/shadertoolsconfig.json b/hwanyoung2/shadertoolsconfig.json deleted file mode 100644 index 9e8ecb44..00000000 --- a/hwanyoung2/shadertoolsconfig.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "hlsl.preprocessorDefinitions": { - }, - " hlsl.additionalIncludeDirectories": [ - ], - "hlsl.virtualDirectoryMappings": { - } -}